Skip to content

Commit e463477

Browse files
PubNub SDK 8.2.1 release.
1 parent 8c9b38a commit e463477

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.pubnub.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
---
2-
version: 8.2.0
2+
version: 8.2.1
33
changelog:
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"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
210
May 28 2026
311

pubnub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
// Default constants
1919
const (
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
)

0 commit comments

Comments
 (0)