14
0
forked from pool/python-kazoo

- update to 2.7.0:

**core:**
 *  run SASL Kerberos tests as part of build ([5c461bdf](https://github.com/python-zk/kazoo/commit/5c461>
 *  Add create2 support ([1d81f96a](https://github.com/python-zk/kazoo/commit/1d81f96a77a6fd7ae2476cd798>
 *  closed states instead of lost states (#573) ([961b2f3b](https://github.com/python-zk/kazoo/commit/96>+  *  improve SASL interface (#546) ([cd49b3fa](https://github.com/python-zk/kazoo/commit/cd49b3fa01136848>
 **recipe:**  add support for curator SharedCount recipe (#559) ([88b657a0](https://github.com/python-zk>+* **utils:**  extend create_tcp_connection utility (#568) ([ab0cd00c](https://github.com/python-zk/kazoo/>
 **core:**
 *  allow requests to be queued in CONNECTING state (#374) (#588) ([a636d7a6](https://github.com/python->+  *  Implement proper retry backoff logic with jitter. ([0bb0659c](https://github.com/python-zk/kazoo/com>
 *  when connection fails, close the ConnectionHandler (#577) (#579) ([c7e80503](https://github.com/pyth>+* **recipe:**  crash if None in znode (#569) ([ded79467](https://github.com/python-zk/kazoo/commit/ded794>
 **tests:**
 *  Disable JAAS isInitiator for Server ([933b38b5](https://github.com/python-zk/kazoo/commit/933b38b550>
 *  deactivate TCP port that was enabled by default. ([d7bed550](https://github.com/python-zk/kazoo/comm>
 *  capitalize the default_domain value ([7fd22bfd](https://github.com/python-zk/kazoo/commit/7fd22bfd19>+  *  weaker crypto when configuring Kerberos ([844df87a](https://github.com/python-zk/kazoo/commit/844df8>
 *  prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct ([c4d42>
 *  specify -Dfile.encoding=UTF-8 when starting the ZK JVM ([5764da0b](https://github.com/python-zk/kazo>+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=13
This commit is contained in:
2020-03-16 10:50:43 +00:00
committed by Git OBS Bridge
parent 74858a5137
commit 6dbf1be206
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 16 10:49:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.7.0:
**core:**
* run SASL Kerberos tests as part of build ([5c461bdf](https://github.com/python-zk/kazoo/commit/5c461>
* Add create2 support ([1d81f96a](https://github.com/python-zk/kazoo/commit/1d81f96a77a6fd7ae2476cd798>
* closed states instead of lost states (#573) ([961b2f3b](https://github.com/python-zk/kazoo/commit/96>+ * improve SASL interface (#546) ([cd49b3fa](https://github.com/python-zk/kazoo/commit/cd49b3fa01136848>
**recipe:** add support for curator SharedCount recipe (#559) ([88b657a0](https://github.com/python-zk>+* **utils:** extend create_tcp_connection utility (#568) ([ab0cd00c](https://github.com/python-zk/kazoo/>
**core:**
* allow requests to be queued in CONNECTING state (#374) (#588) ([a636d7a6](https://github.com/python->+ * Implement proper retry backoff logic with jitter. ([0bb0659c](https://github.com/python-zk/kazoo/com>
* when connection fails, close the ConnectionHandler (#577) (#579) ([c7e80503](https://github.com/pyth>+* **recipe:** crash if None in znode (#569) ([ded79467](https://github.com/python-zk/kazoo/commit/ded794>
**tests:**
* Disable JAAS isInitiator for Server ([933b38b5](https://github.com/python-zk/kazoo/commit/933b38b550>
* deactivate TCP port that was enabled by default. ([d7bed550](https://github.com/python-zk/kazoo/comm>
* capitalize the default_domain value ([7fd22bfd](https://github.com/python-zk/kazoo/commit/7fd22bfd19>+ * weaker crypto when configuring Kerberos ([844df87a](https://github.com/python-zk/kazoo/commit/844df8>
* prefix with toxinidir variable with a / to ensure path to ensure-zookeeper-env.sh is correct ([c4d42>
* specify -Dfile.encoding=UTF-8 when starting the ZK JVM ([5764da0b](https://github.com/python-zk/kazo>+
-------------------------------------------------------------------
Mon Apr 8 12:20:18 UTC 2019 - pgajdos@suse.com