You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pubnub.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
---
2
-
version: v6.0.1
2
+
version: v7.0.0
3
3
changelog:
4
+
- date: 2022-01-06
5
+
version: v7.0.0
6
+
changes:
7
+
- type: improvement
8
+
text: "BREAKING CHANGES: UUID is not automatically generated by the SDK anymore. Please set it in the PNConfig before instantiating the PubNub object. If UUID is empty an exception will be thrown."
0 commit comments