Skip to content

Commit a5e4490

Browse files
chore(main): release 2.3.0
1 parent 1d9b31c commit a5e4490

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.6"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to the LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.3.0](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.6...2.3.0) (2025-08-21)
6+
7+
8+
### Features
9+
10+
* Add ability to control SSE request method and body ([#51](https://github.com/launchdarkly/ruby-eventsource/issues/51)) ([7c65c4b](https://github.com/launchdarkly/ruby-eventsource/commit/7c65c4b41af2c281ea207f5863cf0d8f690ce354))
11+
* Add ability to disable retries ([#67](https://github.com/launchdarkly/ruby-eventsource/issues/67)) ([f272b90](https://github.com/launchdarkly/ruby-eventsource/commit/f272b9026b1b199fcc2e7b497be15e211f5d6bf5))
12+
* Allow providing HTTP client option settings ([#68](https://github.com/launchdarkly/ruby-eventsource/issues/68)) ([1d9b31c](https://github.com/launchdarkly/ruby-eventsource/commit/1d9b31c86792166061768d97dedfb7cfa31fabc5))
13+
14+
15+
### Bug Fixes
16+
17+
* Handle redirect on 301 and 307 ([7d342e7](https://github.com/launchdarkly/ruby-eventsource/commit/7d342e7cad719d8c0c5e8e55bbda18792c58e1b4))
18+
* Support field without colon in event ([7d342e7](https://github.com/launchdarkly/ruby-eventsource/commit/7d342e7cad719d8c0c5e8e55bbda18792c58e1b4))
19+
520
## [2.2.6](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.5...2.2.6) (2025-07-15)
621

722

lib/ld-eventsource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSE
2-
VERSION = "2.2.6" # x-release-please-version
2+
VERSION = "2.3.0" # x-release-please-version
33
end

0 commit comments

Comments
 (0)