You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
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).
* 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))
* 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))
0 commit comments