Skip to content

Releases: voxpupuli/pypuppetdb

v3.2.0

08 Oct 19:31
3.2.0
8f726d5
Compare
Choose a tag to compare

Merged pull requests:

v3.1.0

27 Oct 12:33
Compare
Choose a tag to compare
3.1.0

v3.0.0

09 Sep 08:47
Compare
Choose a tag to compare

This is a maintenance release.

The major version is bumped because of:

  • dropped support for PuppetDBs < 5.2.0 (Puppet 4 has reached its end-of-life in October 2018),
  • dropped support for Python 3.6 (end-of-life in December 2021),
  • the required Requests version bumped to the current latest.

v2.5.2

09 Apr 09:21
Compare
Choose a tag to compare

Thanks to the following contributors of this release: @pgajdos.

v2.5.1

22 Nov 11:55
Compare
Choose a tag to compare
  • Fix TypeError exception thrown by BaseAPI._query() when using debug logging.

Thanks to Ben Roberts for his contribution!

v2.5.0

05 Oct 15:49
49952ac
Compare
Choose a tag to compare
  • Python 3.10 added as a supported version (#213)

v2.4.0

14 May 12:52
7778e88
Compare
Choose a tag to compare
  • 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

15 Apr 09:16
Compare
Choose a tag to compare
v2.4.0.rc1 Pre-release
Pre-release
  • 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!

v2.3.0

26 Feb 21:29
v2.3.0
0941ccb
Compare
Choose a tag to compare
  • Added support for with statement (#185)
  • Added explicit disconnect() method (#185)
  • Improved the documentation on Read the Docs and in the project's README (#190)

v0.3.3

15 Oct 19:44
Compare
Choose a tag to compare

Authentication and Query Enhancements:

  • Add RBAC authentication #123
  • Enhanced query building #115
  • Fix Inventory parsing #126
  • Update for pytest configuration #120