Skip to content

Releases: GluuFederation/pygluu-containerlib

2.18.3

Choose a tag to compare

@iromli iromli released this 23 Aug 15:19
31a1adb

Version 2.18.3

Released on August 23rd, 2023.

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

2.18.2

Choose a tag to compare

@iromli iromli released this 20 Jul 18:56
2472879

Version 2.18.2

Released on July 20th, 2023.

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

2.18.1

Choose a tag to compare

@iromli iromli released this 26 Jun 17:25
404702a

Version 2.18.1

Released on June 26th, 2023.

  • Fixed parsing MySQL server version (#51).

2.18.0

Choose a tag to compare

@iromli iromli released this 24 Feb 16:37
bc85516

Version 2.18.0

Released on February 24th, 2023.

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

2.17.0

Choose a tag to compare

@iromli iromli released this 17 Jan 19:12
bd374ac

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

Choose a tag to compare

@iromli iromli released this 05 Dec 11:54
2a84d2c

Version 2.16.0

Released on December 5th, 2022.

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

2.15.0

Choose a tag to compare

@iromli iromli released this 02 Dec 16:24
3047289

Version 2.15.0

Released on December 2nd, 2022.

  • Added support for PostgreSQL persistence.

2.14.0

Choose a tag to compare

@iromli iromli released this 09 Aug 10:41
ea2c6d4

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

Choose a tag to compare

@iromli iromli released this 08 Jun 20:47
d4199f4

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

Choose a tag to compare

@iromli iromli released this 07 Jun 18:42
b7e396b

Version 2.12.1

Released on June 7th, 2022.

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