File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1- version : 1.9.0 -R-post{build}
1+ version : 1.9.1 -R-post{build}
22pull_requests :
33 do_not_increment_build_number : true
44image : Visual Studio 2019
Original file line number Diff line number Diff line change 1+ # librdkafka v1.9.1
2+
3+ librdkafka v1.9.1 is a maintenance release.
4+
5+
6+ ## Fixes
7+
8+ * Self-contained static libraries can now be built on OSX M1 too, thanks to
9+ disabling curl's configure runtime check.
10+
11+
12+
113# librdkafka v1.9.0
214
315librdkafka v1.9.0 is a feature release:
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ namespace RdKafka {
111111 * @remark This value should only be used during compile time,
112112 * for runtime checks of version use RdKafka::version()
113113 */
114- #define RD_KAFKA_VERSION 0x010900ff
114+ #define RD_KAFKA_VERSION 0x010901ff
115115
116116/* *
117117 * @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ typedef SSIZE_T ssize_t;
165165 * @remark This value should only be used during compile time,
166166 * for runtime checks of version use rd_kafka_version()
167167 */
168- #define RD_KAFKA_VERSION 0x010900ff
168+ #define RD_KAFKA_VERSION 0x010901ff
169169
170170/**
171171 * @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change 11{
22 "name" : " librdkafka" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
44 "dependencies" : [
55 {
66 "name" : " zstd" ,
You can’t perform that action at this time.
0 commit comments