Skip to content

Commit 9248cfd

Browse files
PubNub SDK v4.9.0 release.
1 parent 6d75a2e commit 9248cfd

File tree

151 files changed

+2992
-2666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+2992
-2666
lines changed

.pubnub.yml

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
---
22
changelog:
3+
-
4+
changes:
5+
-
6+
text: "Objects V2."
7+
type: feature
8+
date: Sep 15, 20
9+
version: v4.9.0
310
-
411
changes:
512
-
613
text: "Example scene fix for Unity 2018."
714
type: bug
815
date: Jun 17, 20
9-
version: v4.8.3
16+
version: v4.9.0
1017
-
1118
changes:
1219
-
1320
text: "Objects Sorting"
1421
type: feature
1522
date: April 10, 20
16-
version: v4.8.3
23+
version: v4.9.0
1724
-
1825
changes:
1926
-
@@ -480,22 +487,24 @@ features:
480487
- SUBSCRIBE-USER-LISTENER
481488
- SUBSCRIBE-MESSAGE-ACTIONS-LISTENER
482489
objects:
483-
- OBJECTS-GET-USERS
484-
- OBJECTS-GET-USER
485-
- OBJECTS-CREATE-USER
486-
- OBJECTS-UPDATE-USER
487-
- OBJECTS-DELETE-USER
488-
- OBJECTS-GET-SPACES
489-
- OBJECTS-CREATE-SPACE
490-
- OBJECTS-GET-SPACE
491-
- OBJECTS-UPDATE-SPACE
492-
- OBJECTS-DELETE-SPACE
493-
- OBJECTS-GET-MEMBERSHIPS
494-
- OBJECTS-MANAGE-MEMBERSHIPS
495-
- OBJECTS-GET-MEMBERS
496-
- OBJECTS-MANAGE-MEMBERS
497490
- OBJECTS-FILTERING
498491
- OBJECTS-SORTING
492+
- OBJECTS-GET-ALL-UUID-METADATA
493+
- OBJECTS-GET-UUID-METADATA
494+
- OBJECTS-SET-UUID-METADATA
495+
- OBJECTS-REMOVE-UUID-METADATA
496+
- OBJECTS-GET-ALL-CHANNEL-METADATA
497+
- OBJECTS-GET-CHANNEL-METADATA
498+
- OBJECTS-SET-CHANNEL-METADATA
499+
- OBJECTS-REMOVE-CHANNEL-METADATA
500+
- OBJECTS-GET-MEMBERSHIPS-V2
501+
- OBJECTS-SET-MEMBERSHIPS-V2
502+
- OBJECTS-REMOVE-MEMBERSHIPS-V2
503+
- OBJECTS-GET-CHANNEL-MEMBERS-V2
504+
- OBJECTS-SET-CHANNEL-MEMBERS-V2
505+
- OBJECTS-REMOVE-CHANNEL-MEMBERS-V2
506+
- OBJECTS-MANAGE-MEMBERSHIPS-V2
507+
- OBJECTS-MANAGE-CHANNEL-MEMBERS-V2
499508
message-actions:
500509
- MESSAGE-ACTIONS-GET
501510
- MESSAGE-ACTIONS-ADD
@@ -527,4 +536,4 @@ supported-platforms:
527536
- "Ubuntu 12.04+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
528537
- "Mac OS X 10.8+, with Graphics card DX9 (shader model 3.0) or DX11 with feature level 9.3 capabilities; and CPU SSE2 instruction set support."
529538
version: "PubNub Unity SDK"
530-
version: v4.8.3
539+
version: v4.9.0

PubNubUnity/.vscode/settings.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"files.exclude":
3+
{
4+
"**/.DS_Store":true,
5+
"**/.git":true,
6+
"**/.gitignore":true,
7+
"**/.gitmodules":true,
8+
"**/*.booproj":true,
9+
"**/*.pidb":true,
10+
"**/*.suo":true,
11+
"**/*.user":true,
12+
"**/*.userprefs":true,
13+
"**/*.unityproj":true,
14+
"**/*.dll":true,
15+
"**/*.exe":true,
16+
"**/*.pdf":true,
17+
"**/*.mid":true,
18+
"**/*.midi":true,
19+
"**/*.wav":true,
20+
"**/*.gif":true,
21+
"**/*.ico":true,
22+
"**/*.jpg":true,
23+
"**/*.jpeg":true,
24+
"**/*.png":true,
25+
"**/*.psd":true,
26+
"**/*.tga":true,
27+
"**/*.tif":true,
28+
"**/*.tiff":true,
29+
"**/*.3ds":true,
30+
"**/*.3DS":true,
31+
"**/*.fbx":true,
32+
"**/*.FBX":true,
33+
"**/*.lxo":true,
34+
"**/*.LXO":true,
35+
"**/*.ma":true,
36+
"**/*.MA":true,
37+
"**/*.obj":true,
38+
"**/*.OBJ":true,
39+
"**/*.asset":true,
40+
"**/*.cubemap":true,
41+
"**/*.flare":true,
42+
"**/*.mat":true,
43+
"**/*.meta":true,
44+
"**/*.prefab":true,
45+
"**/*.unity":true,
46+
"build/":true,
47+
"Build/":true,
48+
"Library/":true,
49+
"library/":true,
50+
"obj/":true,
51+
"Obj/":true,
52+
"ProjectSettings/":true,
53+
"temp/":true,
54+
"Temp/":true
55+
}
56+
}

PubNubUnity/Assets/PubNub/Builders/Files.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PubNubUnity/Assets/PubNub/Builders/Objects/CreateSpaceRequestBuilder.cs

Lines changed: 0 additions & 113 deletions
This file was deleted.

PubNubUnity/Assets/PubNub/Builders/Objects/CreateUserRequestBuilder.cs

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)