We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbccbb1 commit 91a21eeCopy full SHA for 91a21ee
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [2.3.0] - 2017-11-16
6
+## Added
7
+- Add `close` method to Ruby client to stop processing events
8
+- Add support for Redis feature store
9
+- Add support for LDD mode
10
+- Allow user to disable outgoing event stream.
11
+
12
+## Changed
13
+- Stop retrying on 401 responses (due to bad sdk keys)
14
15
## [2.2.7] - 2017-07-26
16
## Changed
17
- Update Readme to fix instructions on installing gem using command line
0 commit comments