Skip to content

Releases: GluuFederation/pygluu-containerlib

2.12.0

Choose a tag to compare

@iromli iromli released this 24 May 16:13
0b58944

Version 2.12.0

Released on May 24th, 2022.

  • Refactored pygluu.containerlib.persistence.sql module.
  • Added new method SQLClient.get_server_version to get version info as a tuple.

2.11.0

Choose a tag to compare

@iromli iromli released this 12 Apr 07:49
34a1cd1

Version 2.11.0

Released on April 12th, 2022.

2.10.0

Choose a tag to compare

@iromli iromli released this 22 Feb 17:43
c24a41b

Version 2.10.0

Released on February 23rd, 2022.

  • Improved table mapping for SQL persistence client.
  • Improved table mapping for Spanner persistence client.

2.9.1

Choose a tag to compare

@iromli iromli released this 15 Jan 09:25
e449051

Version 2.9.1

Released on January 15th, 2022.

  • Fixed incorrect timestamp when file extracted from TAR archive (#32).

2.9.0

Choose a tag to compare

@iromli iromli released this 25 Jun 21:32
1f2e1cc

Version 2.9.0

Released on June 25th, 2021.

  • Added support for SQL persistence.
  • Added support for Spanner persistence.

2.8.0

Choose a tag to compare

@iromli iromli released this 06 Apr 15:35
e82f6e7

Version 2.8.0

Released on April 6th, 2021.

  • Added support for unencrypted connection to LDAP server (#23).
  • Added new environment variable GLUU_LDAP_USE_SSL (default to true).

2.7.0

Choose a tag to compare

@iromli iromli released this 10 Mar 16:36
3901021

Version 2.7.0

Released on March 10th, 2021.

  • Added new environment variable GLUU_OXD_SERVER_VERIFY (default to False).
  • Removed support for TLSv1 and TLSv1.1 protocols.
  • Added feature to switch Couchbase ports based on enabled/disabled trustore for Couchbase connection.
  • Added support for keep-alive config for Couchbase connection (#25).

1.2.0

Choose a tag to compare

@iromli iromli released this 28 Jan 15:55
d6396a8

Version 1.2.0

Released on January 28th, 2021.

  • Added support to disable truststore file for Couchbase connection.

2.6.0

Choose a tag to compare

@iromli iromli released this 27 Jan 17:19
ad188b6

Version 2.6.0

Released on January 27th, 2021.

  • Added support to disable truststore file for Couchbase connection (#22).
  • Changed call to deprecated ssl.PROTOCOL_SSLv23 in favor of ssl.PROTOCOL_TLS.

2.5.0

Choose a tag to compare

@iromli iromli released this 13 Jan 19:46
c932e83

Version 2.5.0

Released on January 13th, 2021.

  • Changed call to deprecated hvac auth method.
  • Added feature to generate SSL cert and key with SAN.