splitclient-rb 8.10.0.pre.rc7-java → 8.10.1.pre.rc1-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07bc9672156deaf379729c6ce11c05f384e8891a34d9d2f2ab6043f966240663
4
- data.tar.gz: ba4f8c9239766472b406a5ac8c3d95389045d2bd74bc415833ea2a4280e67fe3
3
+ metadata.gz: 6dead8f4d82b458d87a231e501465884b27ca84df17eca5937db97c0877f1004
4
+ data.tar.gz: b8e7323a27d3b6c6bc84fcfcfced7403eae3e7f808b663499831f2de07c8c150
5
5
  SHA512:
6
- metadata.gz: f3130f42da606a0ed8f0aeaac6d43300a6bd3bbbd7ca761b479fc2bf0afa26b195ae07ba65453bd569fd3ef3281c42a5faa7af4bad6f7ddda71e96455611b510
7
- data.tar.gz: 0bc86bb1de4e19ae132ee0a1cbb5a13c099898ac5e18cf447461006b975b27995f9bf005f19c4b2cdabe89e4fb9d17201fd580dc168d69d7b3910bde87d5e127
6
+ metadata.gz: 69a1975f20a1c45282c61bb9f6238b4274d304d658300ba8c6c69dfb1a0c553afbfdea0710ae1ea4c2bffad89b65ea2096648647d6e95f6ecfb2dc665b658bf8
7
+ data.tar.gz: 652b6dea3e7ebe0dba65ff72282f011fe3c31163b88e44cab17afb2d3f41d73a1bc7b5cbe869dcc4e2362dcc523594ebf68809afeaa801c4cb66b1b525dec7ed
@@ -35,6 +35,12 @@ jobs:
35
35
  with:
36
36
  fetch-depth: 0
37
37
 
38
+ - name: Set up Java
39
+ uses: actions/setup-java@v2
40
+ with:
41
+ java-version: 17
42
+ distribution: "temurin"
43
+
38
44
  - name: Setup Ruby ${{ matrix.version }}
39
45
  uses: ruby/setup-ruby@v1
40
46
  with:
@@ -57,7 +63,7 @@ jobs:
57
63
 
58
64
  - name: SonarQube Scan (Push)
59
65
  if: matrix.version == '3.2.2' && github.event_name == 'push'
60
- uses: SonarSource/sonarcloud-github-action@v1.9
66
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
61
67
  env:
62
68
  SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
63
69
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -69,13 +75,14 @@ jobs:
69
75
 
70
76
  - name: SonarQube Scan (Pull Request)
71
77
  if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
72
- uses: SonarSource/sonarcloud-github-action@v1.9
78
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
73
79
  env:
74
80
  SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
75
81
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
82
  with:
77
83
  projectBaseDir: .
78
84
  args: >
85
+ -Dsonar.java.source=17
79
86
  -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
80
87
  -Dsonar.projectVersion=${{ env.VERSION }}
81
88
  -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
data/CHANGES.txt CHANGED
@@ -1,5 +1,8 @@
1
1
  CHANGES
2
2
 
3
+ 8.10.0 (Nov 28, 2025)
4
+ - Replaced socketry gem used in streaming feature with built-in socket lib.
5
+
3
6
  8.9.0 (Oct 8, 2025)
4
7
  - Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
5
8
 
@@ -14,6 +14,7 @@ module SplitIoClient
14
14
 
15
15
  def add_bulk(impressions)
16
16
  impressions_json = impressions.map do |impression|
17
+ impression[:i][:properties] = impression[:i][:properties].to_json.to_s unless impression[:i][:properties].nil?
17
18
  impression.to_json
18
19
  end
19
20
 
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.10.0-rc7'
2
+ VERSION = '8.10.1-rc1'
3
3
  end
@@ -2,4 +2,5 @@ sonar.projectKey=ruby-client
2
2
  sonar.projectKey=ruby-client
3
3
  sonar.sources=lib
4
4
  sonar.tests=spec
5
+ sonar.java.source=17
5
6
  sonar.ruby.coverage.reportPaths=coverage/.resultset.sonarqube.json
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.10.0.pre.rc7
4
+ version: 8.10.1.pre.rc1
5
5
  platform: java
6
6
  authors:
7
7
  - Split Software
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-11-14 00:00:00.000000000 Z
10
+ date: 2026-01-15 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: allocation_stats