v2.0.0
josephpisciotta
released this
05 Sep 12:16
·
28 commits
to refs/heads/main
since this release
Major
Enhancements
- Add event_stream and event_stream_info modules (#296) @alinabuzachis
- Enable changelogs for collection (#230) @Akasurde
- Add support for AAP 2.4 (#281) @Akasurde
- Cleanup module_utils and ensure consistence in the code base (#275) @alinabuzachis
- Run integration tests in CI (#274) @alinabuzachis
- Add user module (#257) @Akasurde
- Add activation and activation_info modules (#254) @alinabuzachis
- Add controller_token module (#256) @Akasurde
- Update README to match the template (#237) @alinabuzachis
- Add schemas for our source plugins (#198) @mkanoor
- Add credential and credential_info modules (#251) @alinabuzachis
- Add decision environment module (#248) @Akasurde
- Add credential_type module (#240) @alinabuzachis
- Add project module (#238) @Akasurde
- Added a demo rulebook with webhooks (#247) @mkanoor
- Add module_utils (#244) @alinabuzachis
- Add support for python 3.12 (#243) @ssbarnea
- Generic source supports events in yaml file (#215) @mkanoor
Bugfixes
- Generate CHANGELOG.md using github release-drafter (#300) @ssbarnea
- Fix CHANGELOG reference path into README (#294) @alinabuzachis
- fix: raise OperationalError and Decoding Errors (#293) @mkanoor
- Add more types (#282) @ssbarnea
- Untrack antsibull-docs generated files (#285) @ssbarnea
- Ensure that mypy results are consistent (#286) @ssbarnea
- Update anstibull-docs (#284) @ssbarnea
- Add docs building and testing (#276) @ssbarnea
- Add some critical types to module_utils and fix logic (#270) @ssbarnea
- Remove test module (#266) @Akasurde
- Refactor plugins/module_utils/controller.py for better testing (#249) @alinabuzachis
- Address arg-type, return and return-value type errors (#261) @ssbarnea
- Ignore common linting rules (#242) @Akasurde
- Correct psycopg requirements (#225) @ssbarnea
- Upgrade linters and refactor how they run (#221) @ssbarnea
- Added a simple rulebook to docs for for demo purposes (#211) @mkanoor
- Support headers (#208) @clyang82