Skip to content

Commit

Permalink
Release version 8.0.0 (#110)
Browse files Browse the repository at this point in the history
* Brought back WebGL support

* Implemented Event Listeners from C# SDK

* Custom Message and Membership type support from C# SDK

* Unity PN Config Asset Improvements
  • Loading branch information
jakub-grzesiowski authored Dec 5, 2024
1 parent db62498 commit 4deccf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
version: v8.0.0
changelog:
- date: 2024-12-04
- date: 2024-12-05
version: v8.0.0
changes:
- type: feature
text: "BREAKING CHANGES: Default Reconnection policy is set to Exponential."
- type: feature
text: "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: "BREAKING CHANGES - Default subscribe request retry policy set to EXPONENTIAL."
- 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: "Re-implement WebGL support by implementing a WebGL-targeted Transport Layer utilising UnityWebRequest."
text: "Re-implement WebGL support by addigng a Transport Layer implementation utilising UnityWebRequest"
- type: improvement
text: "Removed telemetry manager."
- date: 2024-05-09
Expand Down
10 changes: 0 additions & 10 deletions PubNubUnity/Assets/PubNub/Editor/PNConfigAssetEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ public override void OnInspectorGUI() {

serializedObject.Update();

// external file handling

// TODO implement external source
// EditorGUILayout.BeginVertical("helpbox");
// EditorGUILayout.PropertyField(externalJsonEnabled,
// new GUIContent("Use external key config"));
// ExternalFileGui();
// EditorGUILayout.EndVertical();


// UserId info
EditorGUILayout.Space();
EditorGUILayout.HelpBox("Note that you need to set the UserId variable on runtime, before passing the configuration object to the PubNub instance.", MessageType.Warning);
Expand Down

0 comments on commit 4deccf8

Please sign in to comment.