File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- version : 8.2.0
2+ version : 8.2.1
33changelog :
4+ - date : 2026-06-08
5+ version : 8.2.1
6+ changes :
7+ - type : improvement
8+ text : " Bump minimum supported Go version to 1.25. **BREAKING CHANGE**."
9+ - type : improvement
10+ text : " Remove legacy code and files related to unsupported Go versions."
11+ - type : improvement
12+ text : " Update `golang.org/x/net` to v0.55.0."
413 - date : 2026-05-28
514 version : 8.2.0
615 changes :
@@ -828,7 +837,7 @@ sdks:
828837 distribution-type : package
829838 distribution-repository : GitHub
830839 package-name : Go
831- location : https://github.com/pubnub/go/releases/tag/8.2.0
840+ location : https://github.com/pubnub/go/releases/tag/8.2.1
832841 requires :
833842 -
834843 name : " Go"
Original file line number Diff line number Diff line change 1+ ## 8.2.1
2+ June 08 2026
3+
4+ #### Modified
5+ - Bump minimum supported Go version to 1.25. ** BREAKING CHANGE** .
6+ - Remove legacy code and files related to unsupported Go versions.
7+ - Update ` golang.org/x/net ` to v0.55.0.
8+
19## 8.2.0
210May 28 2026
311
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818// Default constants
1919const (
2020 // Version :the version of the SDK
21- Version = "8.2.0 "
21+ Version = "8.2.1 "
2222 // MaxSequence for publish messages
2323 MaxSequence = 65535
2424)
You can’t perform that action at this time.
0 commit comments