splitclient-rb 8.1.3.pre.rc4 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +1 -0
- data/CHANGES.txt +3 -0
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb1d386fbacf462f6fb540e13b07037fef8bfeab4fcbbda8e1197f63cf64e101
|
|
4
|
+
data.tar.gz: 758c3e6e1cd5d8a6488d283d5eac29fce2942d0b14eb2757b3825a19bbae86f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ad6c553a9af8afe5f2c91db3160d6043d7fd3e2f7c7c2e935c061dc0e49bfae59c5ddb47853c416d67ee692bd0c21c1e0d6c1b88dc51d713ead0a64f0c3c7c9
|
|
7
|
+
data.tar.gz: d4564ffdac1484039e244469b9c845a4def9d817a3a70ab05d1e9b5df78d274a864c2e2c98bb4cc952127b121656ad5522cfa6c6e583fca4422a26953593d157
|
data/.github/CODEOWNERS
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @splitio/sdk
|
data/CHANGES.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
|
|
3
|
+
8.2.0 (Jul 18, 2023)
|
|
4
|
+
- Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
|
|
5
|
+
|
|
3
6
|
8.1.2 (May 15, 2023)
|
|
4
7
|
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.
|
|
5
8
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: splitclient-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Split Software
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: allocation_stats
|
|
@@ -410,6 +410,7 @@ extensions:
|
|
|
410
410
|
- ext/murmurhash/extconf.rb
|
|
411
411
|
extra_rdoc_files: []
|
|
412
412
|
files:
|
|
413
|
+
- ".github/CODEOWNERS"
|
|
413
414
|
- ".github/pull_request_template.md"
|
|
414
415
|
- ".github/workflows/ci.yml"
|
|
415
416
|
- ".github/workflows/update-license-year.yml"
|
|
@@ -578,9 +579,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
578
579
|
version: 2.5.0
|
|
579
580
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
580
581
|
requirements:
|
|
581
|
-
- - "
|
|
582
|
+
- - ">="
|
|
582
583
|
- !ruby/object:Gem::Version
|
|
583
|
-
version:
|
|
584
|
+
version: '0'
|
|
584
585
|
requirements: []
|
|
585
586
|
rubygems_version: 3.2.3
|
|
586
587
|
signing_key:
|