We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d48ad commit 8e884c1Copy full SHA for 8e884c1
2 files changed
CHANGES.txt
@@ -1,5 +1,12 @@
1
CHANGES
2
3
+8.0.0 (May 10, 2022)
4
+- Deprecated support for ruby 2.3 and 2.4 versions. The minimum ruby version required is 2.5 now.
5
+- Updated redis command for config telemetry, using hset instead of rpush now.
6
+- Updated dependencies:
7
+ - rake to ~> 13.0
8
+ - faraday to >= 1.1, < 2.0
9
+
10
7.3.4 (Feb 21, 2022)
11
- Updated streaming events architecture with a new queue logic.
12
- Fixed redis integration Pipelining command deprecation warning.
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '8.0.0.pre.rc1'
+ VERSION = '8.0.0'
end
0 commit comments