Skip to content

Commit

Permalink
PubNub SDK v8.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 4, 2024
1 parent f5b2b34 commit 0140d97
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
---
version: v7.2.1
version: v8.0.0
changelog:
- date: 2024-12-04
version: v8.0.0
changes:
- type: feature
text: "BREAKING CHANGES: Adding Channel, ChannelGroup, ChannelMetadata and UserMetadata entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription APIs."
- type: feature
text: "Default value for EnableEventEngine is set to true, Subscribe operation will be executed by event engine by default."
- type: feature
text: "Added support for CustomMessageType in publish, signal, files features."
- type: feature
text: "Added support for Type field in membership APIs.."
- type: bug
text: "Implemented a WebGL-targeted Transport Layer utilising UnityWebRequest to bring back WebGL compatibility."
- type: improvement
text: "Removed telemetry manager."
- date: 2024-05-09
version: v7.2.1
changes:
Expand Down Expand Up @@ -726,7 +741,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.2.1/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v8.0.0/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down Expand Up @@ -893,7 +908,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.2.1/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v8.0.0/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down
2 changes: 1 addition & 1 deletion PubNubUnity/Assets/PubNub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.pubnub.sdk",
"version": "7.2.1",
"version": "8.0.0",
"displayName": "PubNub SDK",
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
"unity": "2021.3",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
8.0.0

0 comments on commit 0140d97

Please sign in to comment.