Skip to content

Commit e54bf5f

Browse files
chore(main): release 2.3.0 (#65)
🤖 I have created a release *beep* *boop* --- ## [2.3.0](2.2.6...2.3.0) (2025-08-28) ### Features * Add ability to control SSE request method and body ([#51](#51)) ([7c65c4b](7c65c4b)) * Add ability to disable retries ([#67](#67)) ([f272b90](f272b90)) * Allow providing HTTP client option settings ([#68](#68)) ([1d9b31c](1d9b31c)) ### Bug Fixes * Handle redirect on 301 and 307 ([7d342e7](7d342e7)) * Pass through proxy user and password if present ([#69](#69)) ([0bb36f3](0bb36f3)) * Support field without colon in event ([7d342e7](7d342e7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bb36f3 commit e54bf5f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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-28)
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+
* Pass through proxy user and password if present ([#69](https://github.com/launchdarkly/ruby-eventsource/issues/69)) ([0bb36f3](https://github.com/launchdarkly/ruby-eventsource/commit/0bb36f37fca76ed65748b594855be7d2569a6820))
19+
* Support field without colon in event ([7d342e7](https://github.com/launchdarkly/ruby-eventsource/commit/7d342e7cad719d8c0c5e8e55bbda18792c58e1b4))
20+
521
## [2.2.6](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.5...2.2.6) (2025-07-15)
622

723

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)