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
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,36 @@
2
2
3
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
4
5
-
## [2.3.0] - 2017-11-14
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
5
## [2.2.7] - 2017-07-26
16
-
###Changed
6
+
## Changed
17
7
- Update Readme to fix instructions on installing gem using command line
18
8
- Cleaned up formatting on various files (Rubocop)
19
9
## [2.2.5] - 2017-05-08
20
-
###Changed
10
+
## Changed
21
11
- Added proxy support to streaming and http connections. Respects `HTTP_PROXY` and `http_proxy` environment variables as well as the `:proxy => protocol://user:pass@host` configuration parameter.
22
12
23
13
## [2.1.5] - 2017-03-28
24
-
###Changed
14
+
## Changed
25
15
- Updated changelog
26
16
27
17
## [2.1.1] - 2017-03-28
28
-
###Changed
18
+
## Changed
29
19
- Bumped nio4r to 2.0
30
20
31
21
## [2.0.6] - 2017-02-10
32
-
###Changed
22
+
## Changed
33
23
- Improved handling of http status codes that may not be integers.
34
24
35
25
## [2.0.5] - 2017-01-31
36
-
###Changed
26
+
## Changed
37
27
- Improved error handling when connected to flag update stream.
38
28
39
29
## [2.0.3] - 2016-10-21
40
30
## Fixed
41
31
- Indirect stream events are now correctly processed
0 commit comments