Skip to content

Commit 69106df

Browse files
chore(deps): upgrade gcf-go to v1.5.0; inherit encoder/session/delta fixes (v0.11.3)
1 parent 0492d5a commit 69106df

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.11.3 (2026-07-13)
4+
5+
- Upgrade gcf-go to v1.5.0 (from v1.3.2). Inherited encoder fixes relevant to the proxy: graph edges are emitted in deterministic source-then-target order (SPEC 16.1); the `--session` path now uses stable session-global IDs and omits zero-valued header fields; the `--delta` path emits the mandatory `profile=graph` discriminator and the trailing `distance` field on `## added` lines (SPEC 3.4.1); and the streaming graph trailer is deterministic, with an opt-in labeled `counts` form (SPEC 8.4.1). The library also gains generic-profile delta (SPEC 10a) and graph delta decode/verify. Encode-only proxy, so these are inherited from the dependency; no proxy code change. Build and tests pass unchanged.
6+
37
## v0.11.2 (2026-07-10)
48

59
- Upgrade gcf-go to v1.3.2: nested-null flatten losslessness fix. A nested object that was null at an intermediate level (e.g. `{"meta":{"owner":null}}`) was flattened such that its `null` reached the model as an absent field rather than `null`; it now round-trips correctly (the field falls back to the attachment encoding). Encode-only proxy, so this is inherited entirely from the gcf-go dependency; no proxy code change.

gcf-proxy

16.5 KB
Binary file not shown.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/blackwell-systems/gcf-proxy
22

33
go 1.26.1
44

5-
require github.com/blackwell-systems/gcf-go v1.3.2
5+
require github.com/blackwell-systems/gcf-go v1.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/blackwell-systems/gcf-go v1.3.2 h1:j6RPm1Wjw1UidQMW9pbQRRGBMZ1aqNONGO0e3IFf//Q=
2-
github.com/blackwell-systems/gcf-go v1.3.2/go.mod h1:hYxLOn6JHzNNNH7wfgRXWETX2lMtRtjG8FEX45I6SAI=
1+
github.com/blackwell-systems/gcf-go v1.5.0 h1:ZOWyxvRF1TZOmzPYXVO1dOTU6VRslNaJgnzSDDh8hL4=
2+
github.com/blackwell-systems/gcf-go v1.5.0/go.mod h1:hYxLOn6JHzNNNH7wfgRXWETX2lMtRtjG8FEX45I6SAI=

0 commit comments

Comments
 (0)