Skip to content

Commit c1389d0

Browse files
authored
update changelog eol [skip ci] (#735)
1 parent 9431e55 commit c1389d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Fix] Disable OpenSSL Heartbeats during compilation.
1313

1414
## 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.
1616
- [Enhancement] Bump librdkafka to `2.11.0`
1717
- [Enhancement] Support explicit Debian testing due to lib issues.
1818
- [Enhancement] Support ARM64 Gnu precompilation.
@@ -59,7 +59,7 @@
5959
- [Patch] Retire no longer needed cooperative-sticky patch.
6060

6161
## 0.19.0 (2024-10-01)
62-
- **[Breaking]** Drop Ruby 3.0 support
62+
- **[EOL]** Drop Ruby 3.0 support
6363
- [Enhancement] Update `librdkafka` to `2.5.3`
6464
- [Enhancement] Use default oauth callback if none is passed (bachmanity1)
6565
- [Fix] Fix incorrectly behaving CI on failures.
@@ -83,7 +83,7 @@
8383
- [Fix] Switch to local release of librdkafka to mitigate its unavailability.
8484

8585
## 0.16.0 (2024-06-13)
86-
- **[Breaking]** Retire support for Ruby 2.7.
86+
- **[EOL]** Retire support for Ruby 2.7.
8787
- **[Breaking]** Messages without headers returned by `#poll` contain frozen empty hash.
8888
- **[Breaking]** `HashWithSymbolKeysTreatedLikeStrings` has been removed so headers are regular hashes with string keys.
8989
- **[Feature]** Support incremental config describe + alter API.
@@ -144,7 +144,7 @@
144144
- [Fix] Reference to Opaque is not released when Admin, Consumer or Producer is closed (mensfeld)
145145
- [Fix] Trigger `#poll` on native kafka creation to handle oauthbearer cb (mensfeld)
146146
- [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)
148148
- [Change] Update Kafka Docker with Confluent KRaft (mensfeld)
149149
- [Change] Update librdkafka repo reference from edenhill to confluentinc (mensfeld)
150150

0 commit comments

Comments
 (0)