File librdkafka.changes of Package librdkafka
-------------------------------------------------------------------
Thu Oct 31 10:33:44 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- lto breaks crc32 detection in configure script, so disable it
for non x86_64 architectures.
Reported upstream: https://github.com/edenhill/librdkafka/issues/2426
-------------------------------------------------------------------
Thu Sep 5 11:47:36 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 1.1.0:
* SASL OAUTHBEARER support
* In-memory SSL certificates (PEM, DER, PKCS#12) support
* Pluggable broker SSL certificate verification callback
* ssl.endpoint.identification.algorithm=https (off by default) to validate
the broker hostname matches the certificate. Requires OpenSSL >= 1.0.2.
* Improved GSSAPI/Kerberos ticket refresh
* SSL peer (broker) certificate verification is now enabled by default
(disable with enable.ssl.certificate.verification=false)
* %{broker.name} is no longer supported in sasl.kerberos.kinit.cmd since
kinit refresh is no longer executed per broker, but per client instance.
* SASL GSSAPI/Kerberos: Don't run kinit refresh for each broker,
just per client instance.
* SASL GSSAPI/Kerberos: Changed sasl.kerberos.kinit.cmd to first attempt
ticket refresh, then acquire.
* SASL: Proper locking on broker name acquisition.
* Consumer: max.poll.interval.ms now correctly handles blocking poll calls,
allowing a longer poll timeout than the max poll interval.
* configure: Fix libzstd static lib detection
* rdkafka_performance: Fix for Misleading "All messages delivered!" message
- update to version 1.0.1:
* Fix consumer stall when broker connection goes down
* Fix AdminAPI memory leak when broker does not support request
* Update/fix protocol error response codes
* Treat ECONNRESET as standard Disconnects
- update to version 1.0.0:
* This release changes configuration defaults and deprecates a set
of configuration properties, make sure to read the Upgrade considerations
section from https://github.com/edenhill/librdkafka/releases/tag/v1.0.0
* add support for Idempotent Producer, providing exactly-once
producing and guaranteed ordering of messages.
* In previous releases librdkafka would maintain open connections to all
brokers in the cluster and the bootstrap servers.
With this release librdkafka now connects to a single bootstrap server
to retrieve the full broker list, and then connects to the brokers
it needs to communicate with: partition leaders, group coordinators, etc.
For large scale deployments this greatly reduces the number of connections
between clients and brokers, and avoids the repeated idle connection closes
for unused connections.
-------------------------------------------------------------------
Fri Dec 14 14:57:50 UTC 2018 - astieger@suse.com
- fix pkg-config provides warning
-------------------------------------------------------------------
Mon Dec 10 11:08:33 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- Don't BuildRequire lz4 on SLE12
- Do not use %make_build which is not available on SLE12
-------------------------------------------------------------------
Thu Dec 6 09:24:41 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- Add missing Requires to -devel package
-------------------------------------------------------------------
Thu Nov 29 19:13:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update summaries. Remove performance results that do not
mention their reference.
- Remove duplicate Group/Summary fields.
- Fix rpmlint's "librdkafka.x86_64: W: no-binary"
- Fix shlib package requiring itself. Remove excess Provides.
-------------------------------------------------------------------
Thu Nov 29 10:49:49 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- Fix Requires for -devel package
-------------------------------------------------------------------
Thu Nov 29 09:22:19 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- Initial packaging (version 0.11.6)