Releases: ait-detectmate/DetectMateLibrary
Releases · ait-detectmate/DetectMateLibrary
Release list
v0.4.1
What's Changed
- merge main back into development by @thorinaboenke in #219
- add release docs by @thorinaboenke in #220
- Feat/lazyframe by @ipmach in #216
- Opt/saving files by @ipmach in #198
- Development by @ipmach in #227
- build(deps): bump regex from 2026.6.28 to 2026.7.10 by @dependabot[bot] in #224
- build(deps-dev): bump prek from 0.4.8 to 0.4.9 by @dependabot[bot] in #223
- build(deps): bump openai from 2.44.0 to 2.45.0 by @dependabot[bot] in #222
- build(deps): bump pyarrow from 24.0.0 to 25.0.0 by @dependabot[bot] in #221
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- update pyproject by @thorinaboenke in #203
- feat(persist): default persistency path to systemd $STATE_DIRECTORY by @viktorbeck98 in #191
- Revert "update pyproject" by @thorinaboenke in #208
- use optional dependencies by @thorinaboenke in #177
- add action to recreate development branch after merge. by @ernstleierzopf in #209
- Change dir structure by @ernstleierzopf in #207
- merge development into main for 0.4.0 release by @thorinaboenke in #218
- build(deps): bump regex from 2026.4.4 to 2026.6.28 by @dependabot[bot] in #213
- build(deps): bump scipy from 1.17.1 to 1.18.0 by @dependabot[bot] in #214
- build(deps): bump numpy from 2.4.4 to 2.5.1 by @dependabot[bot] in #212
- build(deps): bump fsspec from 2026.4.0 to 2026.6.0 by @dependabot[bot] in #211
- build(deps): bump pandas from 3.0.2 to 3.0.3 by @dependabot[bot] in #210
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- start with alert aggregator by @ipmach in #171
- auto_load true start without saved state on first boot by @thorinaboenke in #179
- Feature/get status of persistency saver by @thorinaboenke in #186
- Feat/persistency import export by @viktorbeck98 in #166
- Fix/persistency ingest lock by @viktorbeck98 in #193
- re-rename tests folder to tests by @viktorbeck98 in #199
- Feat/model agnostic parser by @viktorbeck98 in #192
- build(deps): bump msgpack from 1.1.2 to 1.2.1 by @dependabot[bot] in #189
- build(deps): bump pydantic from 2.13.3 to 2.13.4 by @dependabot[bot] in #183
- build(deps): bump protobuf from 6.33.6 to 7.35.1 by @dependabot[bot] in #182
- build(deps-dev): bump pytest from 9.0.3 to 9.1.0 by @dependabot[bot] in #181
- build(deps): bump scikit-learn from 1.8.0 to 1.9.0 by @dependabot[bot] in #180
- build(deps): bump openai from 2.30.0 to 2.44.0 by @dependabot[bot] in #184
- Development by @ipmach in #200
- Bump version from 0.3.1 to 0.3.2 by @ipmach in #201
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- Development by @ernstleierzopf in #91
- Hotfix/main by @ipmach in #102
- path_templates is not longer required by the MatcherParser by @viktorbeck98 in #109
- Bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #108
- Bump pytest-cov from 7.0.0 to 7.1.0 by @dependabot[bot] in #107
- Bump openai from 2.28.0 to 2.29.0 by @dependabot[bot] in #106
- Bump prek from 0.3.6 to 0.3.8 by @dependabot[bot] in #103
- Bump polars from 1.39.0 to 1.39.3 by @dependabot[bot] in #105
- add security file by @ipmach in #110
- Fix/new value detector by @viktorbeck98 in #92
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #112
- Bump protobuf from 7.34.0 to 7.34.1 by @dependabot[bot] in #104
- add issue and PR templates by @viktorbeck98 in #113
- feat/configuration2.0: identifiers for variables and events by @viktorbeck98 in #114
- Warn when detector config doesn't match training data by @viktorbeck98 in #111
- Development by @ernstleierzopf in #119
- Docs/log format catalog by @viktorbeck98 in #120
- add doc by @ipmach in #126
- Feature/new event detector by @ernstleierzopf in #88
- update docs for clarity by @viktorbeck98 in #131
- Bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #123
- Bump regex from 2026.2.28 to 2026.4.4 by @dependabot[bot] in #122
- Bump openai from 2.29.0 to 2.30.0 by @dependabot[bot] in #118
- Bump numpy from 2.4.3 to 2.4.4 by @dependabot[bot] in #116
- Bump pandas from 3.0.1 to 3.0.2 by @dependabot[bot] in #115
- Contribution guidelines by @thorinaboenke in #138
- Feat/tree match by @ipmach in #129
- Development by @ernstleierzopf in #143
- preparing rule detector by @ipmach in #132
- Feat/bench ready by @ipmach in #142
- Feat/save persistency by @viktorbeck98 in #144
- Fix/refactor matcher parser by @ernstleierzopf in #153
- fix content_parser_name in json_parser. by @ernstleierzopf in #152
- Create CharsetDetector by @ernstleierzopf in #148
- Add dynamic version to pyproject.toml. by @ernstleierzopf in #154
- Development by @ernstleierzopf in #162
- BigramDetector by @ernstleierzopf in #149
- create ValueRangeDetector by @ernstleierzopf in #125
- Fix/move dummy classes by @ernstleierzopf in #163
- Fix/docs by @viktorbeck98 in #165
- Bump idna from 3.11 to 3.15 by @dependabot[bot] in #156
- Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #145
- Bump pydantic from 2.12.5 to 2.13.3 by @dependabot[bot] in #137
- Bump prek from 0.3.8 to 0.3.10 by @dependabot[bot] in #136
- Update setuptools requirement from >=45.0 to >=82.0.1 by @dependabot[bot] in #134
- Bump polars from 1.39.3 to 1.40.0 by @dependabot[bot] in #133
- Bump mike from 2.1.4 to 2.2.0 by @dependabot[bot] in #135
- add update_state in coreComponent by @ipmach in #169
- Development by @ipmach in #173
Full Changelog: v0.2.0...v0.3.0