Releases: GluuFederation/pygluu-containerlib
Releases · GluuFederation/pygluu-containerlib
2.18.3
Version 2.18.3
Released on August 23rd, 2023.
- Fixed unwanted secrets pulled from google secrets manager (#53).
2.18.2
Version 2.18.2
Released on July 20th, 2023.
- Fixed missing timeout option in CouchbaseClient (#52).
2.18.1
Version 2.18.1
Released on June 26th, 2023.
- Fixed parsing MySQL server version (#51).
2.18.0
Version 2.18.0
Released on February 24th, 2023.
- Fixed AWS secret insufficient size (#45).
- Added Google secret integration.
2.17.0
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
Version 2.16.0
Released on December 5th, 2022.
- Added support for AWS Secrets Manager configuration (#35).
2.15.0
Version 2.15.0
Released on December 2nd, 2022.
- Added support for PostgreSQL persistence.
2.14.0
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
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
Version 2.12.1
Released on June 7th, 2022.
- Fixed unsupported operand type error when running
wait_for_*
functions (#33).