Skip to content

Commit c0dbf72

Browse files
Fix versions
1 parent bafabef commit c0dbf72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pubnub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
version: 9.0.0
2+
version: v9.0.0
33
changelog:
44
- date: 2026-06-08
5-
version: 9.0.0
5+
version: v9.0.0
66
changes:
77
- type: improvement
88
text: "Bump minimum supported Go version to 1.25. **BREAKING CHANGE**."
@@ -11,7 +11,7 @@ changelog:
1111
- type: improvement
1212
text: "Update `golang.org/x/net` to v0.55.0."
1313
- date: 2026-05-28
14-
version: 8.2.0
14+
version: v8.2.0
1515
changes:
1616
- type: feature
1717
text: "`Config.UseHTTP2` now defaults to `true` and `NewHTTP2Client` is rebuilt on `net/http.Transport` with `ForceAttemptHTTP2` + `http2.ConfigureTransport`, so HTTPS connections prefer HTTP/2 via TLS ALPN and fall back to HTTP/1.1 when the origin doesn't advertise h2. The single subscribe loop reuses the cached `*http.Client` across long-poll cycles, and on `SubscriptionManager.reconnect` SDK-managed clients are dropped so the next request re-runs TLS+ALPN — user-supplied clients pinned via `SetClient`/`SetSubscribeClient` are preserved. Set `UseHTTP2 = false` to opt out."

0 commit comments

Comments
 (0)