splitclient-rb 8.1.3.pre.rc4-java → 8.2.0-java
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea3da7680876860f77e069d5f693d11d3fb4c2de
|
|
4
|
+
data.tar.gz: 16046200f0b3b965a3518cafbd12aba47ede4c6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b442d89bf1108f8af055a99b5c81b88357cad7cd67637b3f8945a17fa84f74a6f40d85de43acb12225183f5382622ade374ec20c8614495122c29e34a885d91
|
|
7
|
+
data.tar.gz: 3b89a1134ee5f2bfcb47604bce63e76b05b9b8ca63d442bf70573a43817619b959c5b73a58ea74109dbb16298706c8e2266326276668497ad4ef749c014c1a40
|
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: java
|
|
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
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -409,6 +409,7 @@ executables: []
|
|
|
409
409
|
extensions: []
|
|
410
410
|
extra_rdoc_files: []
|
|
411
411
|
files:
|
|
412
|
+
- ".github/CODEOWNERS"
|
|
412
413
|
- ".github/pull_request_template.md"
|
|
413
414
|
- ".github/workflows/ci.yml"
|
|
414
415
|
- ".github/workflows/update-license-year.yml"
|
|
@@ -573,9 +574,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
573
574
|
version: 2.5.0
|
|
574
575
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
575
576
|
requirements:
|
|
576
|
-
- - "
|
|
577
|
+
- - ">="
|
|
577
578
|
- !ruby/object:Gem::Version
|
|
578
|
-
version:
|
|
579
|
+
version: '0'
|
|
579
580
|
requirements: []
|
|
580
581
|
rubyforge_project:
|
|
581
582
|
rubygems_version: 2.6.14
|