|
12 | 12 | - [Fix] Disable OpenSSL Heartbeats during compilation. |
13 | 13 |
|
14 | 14 | ## 0.23.0 (2025-09-04) |
15 | | -- **[Breaking]** Drop support for Ruby 3.1 to move forward with the fiber scheduler work. |
| 15 | +- **[EOL]** Drop support for Ruby 3.1 to move forward with the fiber scheduler work. |
16 | 16 | - [Enhancement] Bump librdkafka to `2.11.0` |
17 | 17 | - [Enhancement] Support explicit Debian testing due to lib issues. |
18 | 18 | - [Enhancement] Support ARM64 Gnu precompilation. |
|
59 | 59 | - [Patch] Retire no longer needed cooperative-sticky patch. |
60 | 60 |
|
61 | 61 | ## 0.19.0 (2024-10-01) |
62 | | -- **[Breaking]** Drop Ruby 3.0 support |
| 62 | +- **[EOL]** Drop Ruby 3.0 support |
63 | 63 | - [Enhancement] Update `librdkafka` to `2.5.3` |
64 | 64 | - [Enhancement] Use default oauth callback if none is passed (bachmanity1) |
65 | 65 | - [Fix] Fix incorrectly behaving CI on failures. |
|
83 | 83 | - [Fix] Switch to local release of librdkafka to mitigate its unavailability. |
84 | 84 |
|
85 | 85 | ## 0.16.0 (2024-06-13) |
86 | | -- **[Breaking]** Retire support for Ruby 2.7. |
| 86 | +- **[EOL]** Retire support for Ruby 2.7. |
87 | 87 | - **[Breaking]** Messages without headers returned by `#poll` contain frozen empty hash. |
88 | 88 | - **[Breaking]** `HashWithSymbolKeysTreatedLikeStrings` has been removed so headers are regular hashes with string keys. |
89 | 89 | - **[Feature]** Support incremental config describe + alter API. |
|
144 | 144 | - [Fix] Reference to Opaque is not released when Admin, Consumer or Producer is closed (mensfeld) |
145 | 145 | - [Fix] Trigger `#poll` on native kafka creation to handle oauthbearer cb (mensfeld) |
146 | 146 | - [Fix] `#flush` does not handle the timeouts errors by making it return `true` if all flushed or `false` if failed. We do **not** raise an exception here to keep it backwards compatible (mensfeld) |
147 | | -- [Change] Remove support for Ruby 2.6 due to it being EOL and WeakMap incompatibilities (mensfeld) |
| 147 | +- **[EOL]** Remove support for Ruby 2.6 due to it being EOL and WeakMap incompatibilities (mensfeld) |
148 | 148 | - [Change] Update Kafka Docker with Confluent KRaft (mensfeld) |
149 | 149 | - [Change] Update librdkafka repo reference from edenhill to confluentinc (mensfeld) |
150 | 150 |
|
|
0 commit comments