Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
e4f1293
used connect_nonblock for socket
chillaq Nov 5, 2025
0e0b8e9
added more logging
chillaq Nov 6, 2025
d2da707
added logging
chillaq Nov 6, 2025
b41d641
replace timeout block with IO call
chillaq Nov 7, 2025
0d0ccdf
added test
chillaq Nov 7, 2025
8a68e43
Merge pull request #598 from splitio/FME-10791-fix-timeout
chillaq Nov 7, 2025
a746601
added tests
chillaq Nov 8, 2025
584e247
Merge pull request #599 from splitio/FME-10903-uograde-sdk
chillaq Nov 8, 2025
70ef7d9
handled EBADF and IOError exceptions and added tests
chillaq Nov 12, 2025
0532bda
Merge pull request #600 from splitio/FME-10903-uograde-sdk
chillaq Nov 12, 2025
a3ca3ec
Fixed closing sslsocket
chillaq Nov 14, 2025
45cf15d
polish
chillaq Nov 14, 2025
3efb7b7
polish
chillaq Nov 14, 2025
6a88543
updated changes and version
chillaq Nov 26, 2025
c3c10d5
upgraded java to 17
chillaq Nov 26, 2025
0f079f2
moved setup java to front
chillaq Nov 26, 2025
5b03095
set hava to 17 for sonar
chillaq Nov 26, 2025
7d422e6
upgraded sonar action
chillaq Nov 26, 2025
0727c02
update sonar java
chillaq Nov 26, 2025
08609b8
testing sonar
chillaq Nov 26, 2025
1b0dab4
revert
chillaq Nov 26, 2025
bd71cfc
Merge pull request #596 from splitio/sseclient-socket
chillaq Nov 26, 2025
5bb6514
Merge pull request #601 from splitio/development
chillaq Nov 26, 2025
d900bbb
Updated License Year
github-actions[bot] Jan 1, 2026
4e72fb6
Update LICENSE
chillaq Jan 9, 2026
764f1ac
fixed imp properties format in redis
chillaq Jan 15, 2026
328dd49
Merge pull request #603 from splitio/FME-12324-redis-imp-prop
chillaq Jan 15, 2026
5417482
Merge branch 'development' into update-license
sanzmauro Jan 15, 2026
b21a8b6
Update License
sanzmauro Jan 15, 2026
7086918
rbs matcher fix
sanzmauro Jan 21, 2026
f90f6be
update changes
sanzmauro Jan 21, 2026
21f2f43
Merge pull request #604 from splitio/FME-12475-fix-rbs-matcher
sanzmauro Jan 22, 2026
30369f7
updated version and changes
chillaq Jan 27, 2026
829d542
moved pushing status upward to fix tests
chillaq Jan 27, 2026
b8cd340
Merge pull request #606 from splitio/prepare-release
sanzmauro Jan 27, 2026
fdfb21b
added notice file
chillaq Jan 27, 2026
0e7ce0a
Update NOTICE.txt
sanzmauro Jan 27, 2026
9c6582a
Merge branch 'development' into prepare-release
sanzmauro Jan 27, 2026
d9a1788
Merge pull request #608 from splitio/prepare-release
chillaq Jan 27, 2026
1c58b6c
added models classes
chillaq Feb 9, 2026
725c309
Merge pull request #610 from splitio/FME-12883-events-models
chillaq Feb 13, 2026
178bcf4
added events task and polishing.
chillaq Feb 13, 2026
6de8c7c
fixed loop
chillaq Feb 13, 2026
d620110
updated split, segment and rbsegment repositories
chillaq Feb 15, 2026
31bd303
Merge pull request #611 from splitio/FME-12889-events-task
chillaq Mar 2, 2026
e34a68c
Merge pull request #613 from splitio/FME-12890-events-repositories
chillaq Mar 2, 2026
919bb8e
added firing sdk ready event
chillaq Mar 2, 2026
55e477a
added events manager class
chillaq Mar 4, 2026
394b9fc
added events delivery and tests
chillaq Mar 4, 2026
37fd6f3
polish
chillaq Mar 4, 2026
79ab3d0
added test
chillaq Mar 5, 2026
58cb0b9
updated factory and split_client with integration tests
chillaq Mar 6, 2026
bf98f26
updated tests
chillaq Mar 6, 2026
553dae2
Merge pull request #614 from splitio/FME-13561-ready-event
chillaq Mar 7, 2026
bea83f5
Merge pull request #615 from splitio/FME-13560-events-manager
chillaq Mar 7, 2026
259e042
Merge pull request #616 from splitio/FME-13562-factory-integration
chillaq Mar 7, 2026
4dd9686
- fixed multiple events fire with segment update
chillaq Mar 11, 2026
455e84d
polishing
chillaq Mar 11, 2026
55fa95e
used relative load for events models classes
chillaq Mar 11, 2026
b289f74
fixed sync_manager errors
chillaq Mar 11, 2026
8b2ccbb
polish
chillaq Mar 11, 2026
df3f78e
polish
chillaq Mar 11, 2026
40fc8f0
rolled back include in events manager
chillaq Mar 11, 2026
5fd8e94
updated license, changes and version
chillaq Mar 12, 2026
96d2fbd
Merge pull request #617 from splitio/FME-13964-fix-firing-events-twice
chillaq Mar 12, 2026
1d6b7e6
Merge pull request #618 from splitio/feature/sdk-events
chillaq Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: 17
distribution: "temurin"

- name: Setup Ruby ${{ matrix.version }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -57,7 +63,7 @@ jobs:

- name: SonarQube Scan (Push)
if: matrix.version == '3.2.2' && github.event_name == 'push'
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v5.0.0
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -69,13 +75,14 @@ jobs:

- name: SonarQube Scan (Pull Request)
if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v5.0.0
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
projectBaseDir: .
args: >
-Dsonar.java.source=17
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
-Dsonar.projectVersion=${{ env.VERSION }}
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
Expand Down
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
CHANGES

8.11.0 (Mar, 12, 2026)
- Added the ability to listen to different events triggered by the SDK. Read more in our docs.
- SDK_UPDATE notify when a flag or user segment has changed
- SDK_READY notify when the SDK is ready to evaluate

8.10.1 (Jan 28, 2025)
- Fixed rule-based segment matcher to exit when a conition is met.
- Fixed impressions properties format in redis mode.

8.10.0 (Nov 28, 2025)
- Updated socketry gem used in streaming feature with built-in socket lib.

8.9.0 (Oct 8, 2025)
- 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.

Expand Down
182 changes: 169 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,169 @@
Copyright © 2025 Split Software, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2025 Harness Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
5 changes: 5 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Harness Feature Management JavaScript SDK Copyright 2024-2026 Harness Inc.

This product includes software developed at Harness Inc. (https://harness.io/).

This product includes software originally developed by Split Software, Inc. (https://www.split.io/). Copyright 2016-2024 Split Software, Inc.
12 changes: 12 additions & 0 deletions lib/splitclient-rb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
require 'splitclient-rb/engine/common/impressions_counter'
require 'splitclient-rb/engine/common/impressions_manager'
require 'splitclient-rb/engine/common/noop_impressions_counter'
require 'splitclient-rb/engine/events/events_manager_config.rb'
require 'splitclient-rb/engine/events/events_manager.rb'
require 'splitclient-rb/engine/events/events_task.rb'
require 'splitclient-rb/engine/events/events_delivery.rb'
require 'splitclient-rb/engine/events/noop_events_queue.rb'
require 'splitclient-rb/engine/parser/condition'
require 'splitclient-rb/engine/parser/partition'
require 'splitclient-rb/engine/parser/evaluator'
Expand Down Expand Up @@ -112,6 +117,13 @@
require 'splitclient-rb/engine/models/evaluation_options'
require 'splitclient-rb/engine/models/fallback_treatment.rb'
require 'splitclient-rb/engine/models/fallback_treatments_configuration.rb'
require 'splitclient-rb/engine/models/events_metadata.rb'
require 'splitclient-rb/engine/models/sdk_event_type.rb'
require 'splitclient-rb/engine/models/sdk_event.rb'
require 'splitclient-rb/engine/models/sdk_internal_event.rb'
require 'splitclient-rb/engine/models/sdk_internal_event_notification.rb'
require 'splitclient-rb/engine/models/valid_sdk_event.rb'
require 'splitclient-rb/engine/models/event_active_subscriptions.rb'
require 'splitclient-rb/engine/auth_api_client'
require 'splitclient-rb/engine/back_off'
require 'splitclient-rb/engine/fallback_treatment_calculator.rb'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def initialize(config)

def add_bulk(impressions)
impressions_json = impressions.map do |impression|
impression[:i][:properties] = impression[:i][:properties].to_json.to_s unless impression[:i][:properties].nil?
impression.to_json
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RuleBasedSegmentsRepository < Repository
RB_SEGMENTS_PREFIX = '.rbsegment.'
REGISTERED_PREFIX = '.segments.registered'

def initialize(config)
def initialize(config, internal_events_queue)
super(config)
@adapter = case @config.cache_adapter.class.to_s
when 'SplitIoClient::Cache::Adapters::RedisAdapter'
Expand All @@ -40,12 +40,25 @@ def initialize(config)
@adapter.set_string(namespace_key(TILL_PREFIX), '-1')
@adapter.initialize_map(namespace_key(REGISTERED_PREFIX))
end
@internal_events_queue = internal_events_queue
end

def update(to_add, to_delete, new_change_number)
to_add.each{ |rule_based_segment| add_rule_based_segment(rule_based_segment) }
to_delete.each{ |rule_based_segment| remove_rule_based_segment(rule_based_segment) }
set_change_number(new_change_number)

if to_add.length > 0 || to_delete.length > 0
@internal_events_queue.push(
SplitIoClient::Engine::Models::SdkInternalEventNotification.new(
SplitIoClient::Engine::Models::SdkInternalEvent::RB_SEGMENTS_UPDATED,
SplitIoClient::Engine::Models::EventsMetadata.new(
SplitIoClient::Engine::Models::SdkEventType::SEGMENTS_UPDATE,
[]
)
)
)
end
end

def get_rule_based_segment(name)
Expand Down
15 changes: 13 additions & 2 deletions lib/splitclient-rb/cache/repositories/segments_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SegmentsRepository < Repository

attr_reader :adapter

def initialize(config)
def initialize(config, internal_events_queue)
super(config)
@adapter = case @config.cache_adapter.class.to_s
when 'SplitIoClient::Cache::Adapters::RedisAdapter'
Expand All @@ -15,16 +15,27 @@ def initialize(config)
@config.cache_adapter
end
@adapter.set_bool(namespace_key('.ready'), false) unless @config.mode.equal?(:consumer)
@internal_events_queue = internal_events_queue
end

# Receives segment data, adds and removes segements from the store
def add_to_segment(segment)
name = segment[:name]

@adapter.initialize_set(segment_data(name)) unless @adapter.exists?(segment_data(name))

add_keys(name, segment[:added])
remove_keys(name, segment[:removed])
if segment[:added].length > 0 || segment[:removed].length > 0
@internal_events_queue.push(
SplitIoClient::Engine::Models::SdkInternalEventNotification.new(
SplitIoClient::Engine::Models::SdkInternalEvent::SEGMENTS_UPDATED,
SplitIoClient::Engine::Models::EventsMetadata.new(
SplitIoClient::Engine::Models::SdkEventType::SEGMENTS_UPDATE,
[]
)
)
)
end
end

def get_segment_keys(name)
Expand Down
Loading
Loading