Releases: voxpupuli/pypuppetdb
Releases · voxpupuli/pypuppetdb
v3.2.0
Merged pull requests:
- CI: Run on PRs and merges #252 (bastelfreak)
- purge not required empty newlines #242 (bastelfreak)
- add dummy CI job we can depend on #241 (bastelfreak)
- add dependabot config #240 (bastelfreak)
- Update sphinx requirement from <6.0,>=4.3 to >=4.3,<8.0 #239 (dependabot[bot])
- Update urllib3 requirement from <2.0,>=1.26 to >=1.26,<3.0 #238 (dependabot[bot])
- Modernize the code #235 (gdubicki)
v3.1.0
3.1.0
v3.0.0
v2.5.2
- Remove harmful terminology, following the Puppetlabs components name changes (#216)
- Use built-in unittest.mock instead of mock (#228)
- Build and test dependencies updates.
Thanks to the following contributors of this release: @pgajdos.
v2.5.1
- Fix TypeError exception thrown by
BaseAPI._query()
when using debug logging.
Thanks to Ben Roberts for his contribution!
v2.5.0
v2.4.0
- Added PQL support with
pql()
method (PR #201, fixes #167) - Added ability to specify additional queries when using
Node.facts()
(#127) - Improve the documentation (even more ;)) (PR #206, fixes #143 and #129)
- Fixed creating Edge objects (#202)
- Python 3.9 added as a supported version (#203)
(No changes since v2.4.0 RC1 except making this release final.)
v2.4.0.rc1
- Added PQL support with
pql()
method (PR #201, fixes #167) - Added ability to specify additional queries when using
Node.facts()
(#127) - Improve the documentation (even more ;)) (PR #206, fixes #143 and #129)
- Fixed creating Edge objects (#202)
- Python 3.9 added as a supported version (#203)
This is a pre-release because of the big amount of changes in #201 that require more testing before a final release. Please feel free to test it in your projects!