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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
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.4.1] - 2018-01-23
6
+
## Changed
7
+
- Reduce logging level for missing flags
8
+
- Relax json and faraday dependencies
9
+
## Fixed
10
+
- Wrap redis bulk updates in a transaction
11
+
- Fixed documentation links
12
+
5
13
## [2.4.0] - 2018-01-12
6
14
## Changed
7
15
- Will use feature store if already initialized even if connection to service could not be established. This is useful when flags have been initialized in redis.
0 commit comments