flipt_client 1.3.0 → 1.3.2

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: a8bf514c8c8d16bf9147ee99d04ff1a1907ecc45006bc6b1dd6d8a3c085f0f57
4
- data.tar.gz: ce45622698ac134c0eec035ad084d76072b2e80d1d982231ead0eed3cc66ce4e
3
+ metadata.gz: 29a8db0fae4bac5a9a77749029a56e4e5c5c2983ebb46eb634cd0159784edb5b
4
+ data.tar.gz: 38bf331577fd606520056307b28a4d8f7e140bd4b4b22ada7ee5bc992351608b
5
5
  SHA512:
6
- metadata.gz: ed159c11f2b4191cd5ff0f8ee941bf090e2c22d463bcd178df6e760cc86310a118c3f4d7bf483c7f7daa4c64aa91fe873c1ab9ab8f9aa643a5de7b102cdccd6d
7
- data.tar.gz: dbf90d7a199759bcd67db2d3b4d5ae6a3771522ddc27de5df5133f826e2a6eed89f6ab01c56c6940ff4b1601f34f8090eba99e95c0485aec4c4fe0994262210c
6
+ metadata.gz: c1b8d6256c2c00d084920ab70497dbf1648aafc794ea824eab2a96c0862bd7e109e355dd76ea28ffe67b1e6b484285147dcc7d17dd662e3775d5d80d08b0efe1
7
+ data.tar.gz: 5a121a58fe1afb205b4569d69bb67e50bca68b21c37606e35636e744c34a47d3c82a803986b075fe31393f7e8028b8f711bdaccc693fe088969b6927180063ba
@@ -101,6 +101,20 @@ void destroy_engine_ffi(void *engine_ptr);
101
101
  */
102
102
  void destroy_engine(void *engine_ptr);
103
103
 
104
+ /**
105
+ * # Safety
106
+ *
107
+ * This function will update the authentication for the engine.
108
+ */
109
+ const char *update_authentication_ffi(void *engine_ptr, const char *auth_json);
110
+
111
+ /**
112
+ * # Safety
113
+ *
114
+ * This function will update the authentication for the engine.
115
+ */
116
+ const char *update_authentication(void *engine_ptr, const char *auth_json);
117
+
104
118
  /**
105
119
  * # Safety
106
120
  *
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Flipt
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flipt_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flipt Devs
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-19 00:00:00.000000000 Z
11
+ date: 2026-06-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Flipt Client Evaluation SDK
14
14
  email: