Skip to content

Commit 3c690ca

Browse files
authored
Merge pull request #433 from splitio/release-8.0.0
Release 8.0.0
2 parents 56d48ad + b982b6b commit 3c690ca

3 files changed

Lines changed: 9 additions & 2 deletions

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+
- BREAKING CHANGE: 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Split SDK for Ruby
2-
[![Build Status](https://travis-ci.com/splitio/ruby-client.svg?branch=master)](https://travis-ci.com/splitio/ruby-client)
2+
![Build Status](https://github.com/splitio/ruby-client/actions/workflows/ci.yml/badge.svg?branch=master)
33

44
## Overview
55
This SDK is designed to work with Split, the platform for controlled rollouts, which serves features to your users via a Split feature flag to manage your complete customer experience.

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)