eppo-server-sdk 3.4.2-x86_64-linux → 3.4.3-x86_64-linux

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: de51639e2d6ff674a10978dfef88b68c7551834dd7efa20873587c3c9861846f
4
- data.tar.gz: 70cf6189b2e886c6bb7c85582cd7776d007055c81316b6ce03d82402f6da3cb3
3
+ metadata.gz: 3368e743b78e176fb1327356270709ef64285c1283c5d48ce4172547d0b494f9
4
+ data.tar.gz: e2eb887f06b845b077709d8346d5043b4a3a8b6c7c875895e074d0e8c1ccd7dd
5
5
  SHA512:
6
- metadata.gz: a3fb715dbc78b0a074012d528bd6d7fcbaff4483878de2d419aac4713100b3077e1e2c0ed82d38fabe39154a85373538aa8aec385f57a72ea69b5a992cd6cbd3
7
- data.tar.gz: 6b6346f8e5f28e7ed528470191d14e245f125df820146247fb9880ed01a3d8824cb78668008bd7b2b6ba87dfcb9723267bb3a808cbf08228fbce80fc028a86aa
6
+ metadata.gz: db269902a0edff05fa5753c9951389f0e9419daded525948804df1fea4910be888cccc35706fc2f410bf501b68a5f23fcc81eb2d5c0ff6b9f826d2eb54ea6469
7
+ data.tar.gz: cd50140682b639977370f87fad72e96cf4a18adb59e39e2d8ee5a7e16aaa2b7761fabbe163fa23acd25a9b63df31d530521ef9f907308b07d755cc40ace5464d
Binary file
Binary file
Binary file
Binary file
@@ -43,6 +43,12 @@ module EppoClient
43
43
  @core.shutdown
44
44
  end
45
45
 
46
+ # Unstable
47
+ # Enqueues an arbitrary event. Events must have a type and a payload
48
+ def unstable_track(event_type, payload)
49
+ @core.track(event_type, payload)
50
+ end
51
+
46
52
  def get_string_assignment(flag_key, subject_key, subject_attributes, default_value)
47
53
  get_assignment_inner(flag_key, subject_key, subject_attributes, "STRING", default_value)
48
54
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  # TODO: this version and ext/eppo_client/Cargo.toml should be in sync
4
4
  module EppoClient
5
- VERSION = "3.4.2"
5
+ VERSION = "3.4.3"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eppo-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Eppo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-17 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: