Skip to content

Releases: GluuFederation/pygluu-containerlib

2.18.3

23 Aug 15:19
31a1adb
Compare
Choose a tag to compare

Version 2.18.3

Released on August 23rd, 2023.

  • Fixed unwanted secrets pulled from google secrets manager (#53).

2.18.2

20 Jul 18:56
2472879
Compare
Choose a tag to compare

Version 2.18.2

Released on July 20th, 2023.

  • Fixed missing timeout option in CouchbaseClient (#52).

2.18.1

26 Jun 17:25
404702a
Compare
Choose a tag to compare

Version 2.18.1

Released on June 26th, 2023.

  • Fixed parsing MySQL server version (#51).

2.18.0

24 Feb 16:37
bc85516
Compare
Choose a tag to compare

Version 2.18.0

Released on February 24th, 2023.

  • Fixed AWS secret insufficient size (#45).
  • Added Google secret integration.

2.17.0

17 Jan 19:12
bd374ac
Compare
Choose a tag to compare

Version 2.17.0

Released on January 17th, 2023.

  • Fixed missing methods of AWS config/secret classes (#37)
  • Added method to get/set all configs/secrets (#39)

2.16.0

05 Dec 11:54
2a84d2c
Compare
Choose a tag to compare

Version 2.16.0

Released on December 5th, 2022.

  • Added support for AWS Secrets Manager configuration (#35).

2.15.0

02 Dec 16:24
3047289
Compare
Choose a tag to compare

Version 2.15.0

Released on December 2nd, 2022.

  • Added support for PostgreSQL persistence.

2.14.0

09 Aug 10:41
ea2c6d4
Compare
Choose a tag to compare

Version 2.14.0

Released on August 9th, 2022.

  • Set Python 3.7 onwards as supported versions.
  • Fixed docstrings reported by pydocstyle.
  • Upgraded backoff version to v2.1.2 at minimum.
  • Replaced hardcoded Couchbase truststore password in favor of random string.

2.13.0

08 Jun 20:47
d4199f4
Compare
Choose a tag to compare

Version 2.13.0

Released on June 8th, 2022.

  • Added doc_id_from_dn and id_from_dn functions to resolve document ID from DN string.

2.12.1

07 Jun 18:42
b7e396b
Compare
Choose a tag to compare

Version 2.12.1

Released on June 7th, 2022.

  • Fixed unsupported operand type error when running wait_for_* functions (#33).