quonfig-openfeature 0.0.9 → 1.0.0
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 +4 -4
- data/CHANGELOG.md +11 -0
- data/VERSION +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 719191859ecba97b3201088ba858151161bff414220efac3f1c8e7386bc00a2a
|
|
4
|
+
data.tar.gz: 7da5076328fe06348efd3ae6d5b340eff950571b8d0e3a4406f368b8ef9c323c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cccb1f45b2b80dff109a0ccb26e9264b7e1496419370e62b7f8cedd4df6f27cdc5ed681199bd78bad21f2c7aa473effd64942a0e40ad25afd5906627ddcec59
|
|
7
|
+
data.tar.gz: 6a9f4531eeba38b3b658eb2dd76530a88e80fee08c214f492213faec614f4d7e07fde89a361c79b46c9443e894d2d0b797aa724aaea9ceb94a9325e9448f51be
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.0 - 2026-06-06
|
|
4
|
+
|
|
5
|
+
- **Stable 1.0.0 release.** The Quonfig OpenFeature provider for Ruby is now declared
|
|
6
|
+
stable and depends on the `quonfig` gem >= 1.0.0. No API or behavior changes from
|
|
7
|
+
0.0.10 — this is a coordinated 1.0.0 version stamp across the entire Quonfig SDK
|
|
8
|
+
family.
|
|
9
|
+
|
|
10
|
+
## 0.0.10 - 2026-06-02
|
|
11
|
+
|
|
12
|
+
- Raise the `quonfig` dependency floor from `>= 0.0.19` to `>= 0.0.21` to inherit dev-context injection default-on (qfg-bw7g.9, via qfg-bw7g.5). No change to this provider's behavior — dev-context lives below the OpenFeature layer, so OpenFeature users now get `quonfig-user.email` injection by default in local dev (gated on the `qfg login` token file; inert in production).
|
|
13
|
+
|
|
3
14
|
## 0.0.9 - 2026-05-28
|
|
4
15
|
|
|
5
16
|
- **Chore: bump `quonfig` runtime floor to `>= 0.0.19` (sdk-1.0-unification).** The 0.0.19 release of the native Ruby SDK lands as part of the cross-SDK 1.0 unification effort. Provider code is unchanged — the improvements live in the SDK itself. Tightening the floor signals this provider is tested against and requires the unified SDK so downstream installs of the OpenFeature provider pull in the matching SDK release.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0
|
|
1
|
+
1.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quonfig-openfeature
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Dwyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: openfeature-sdk
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.0
|
|
33
|
+
version: 1.0.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.0
|
|
40
|
+
version: 1.0.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: minitest
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|