Skip to content

Commit 8e884c1

Browse files
committed
updated version and changes.txt
1 parent 56d48ad commit 8e884c1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CHANGES
22

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+
310
7.3.4 (Feb 21, 2022)
411
- Updated streaming events architecture with a new queue logic.
512
- Fixed redis integration Pipelining command deprecation warning.

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '8.0.0.pre.rc1'
2+
VERSION = '8.0.0'
33
end

0 commit comments

Comments
 (0)