eppo-server-sdk 3.5.1-arm-linux → 3.6.0-arm-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: 146a4ec3a5717bf6e834b4bbb2b763e91e79af0a09e1850d2d8c6a044fbd3ec1
4
- data.tar.gz: d72180ef70eda1128643df895bfc29de9d32078e17d32bf5c68687086927fb16
3
+ metadata.gz: 49313f0cf1912b46f16385a1484db4a5c65a5169e452274c261582875ca1cf61
4
+ data.tar.gz: 0afba65e5a36b9f4b192c90f2ed51aa830a5b77645835656dce47f587d03b964
5
5
  SHA512:
6
- metadata.gz: c9e968361c4f91cf5f6b3db96f44f9a81669399820cc8b1b88494b670bcd8703cec2d97ef1fe0c19807e59e6c572dac5307bd41f2f1bf3bfedfeb18d9bbd5fa5
7
- data.tar.gz: 107a113adeacb199d9390c9d9f27a0cd96382c27d9cf198ee214d7f6c11aed8484dbe587d87f969b4ab446a44941b17a5fef25f28a38badaff1262ede5d4dbf6
6
+ metadata.gz: 75ffe1a0e49309b770ff4a7355048f84f09c7e9521bce3feb912baaf663791c1f34e55b4af1cae771f8cadf9f84f6e03c867ccd7eb9340958d948acb24ae5df3
7
+ data.tar.gz: bc0da2d71f0de04aabb057546a8126ea9e3e8b5d5003f547962cf3b9d80eebfbd4beff6335a2f33cf39b16d4de374e89f6ac530473559b51f879fb968739a9d7
Binary file
Binary file
Binary file
Binary file
@@ -31,6 +31,20 @@ module EppoClient
31
31
  @core = EppoClient::Core::Client.new(config)
32
32
  end
33
33
 
34
+ ##
35
+ # Waits for client to fetch configuration and get ready to serve
36
+ # assignments.
37
+ #
38
+ # This method blocks the current thread until configuration is
39
+ # successfully fetched or +timeout+ seconds passed.
40
+ #
41
+ # Note: this method returns immediately if configuration poller
42
+ # has been disabled.
43
+ def wait_for_initialization(timeout=1)
44
+ return unless @core
45
+ @core.wait_for_initialization(timeout)
46
+ end
47
+
34
48
  def configuration
35
49
  @core.configuration
36
50
  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.5.1"
5
+ VERSION = "3.6.0"
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.5.1
4
+ version: 3.6.0
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Eppo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: