-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pubnub.yml
134 lines (133 loc) · 4.44 KB
/
.pubnub.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
name: kmp-chat
version: 0.9.4
schema: 1
scm: github.com/pubnub/kmp-chat
sdks:
-
type: library
full-name: Kotlin Chat SDK
short-name: Chat
artifacts:
-
language: kotlin
tags:
- Server
- Mobile
source-repository: https://github.com/pubnub/kmp-chat
documentation: https://www.pubnub.com/docs/chat/kotlin-chat-sdk/overview
tier: 2
artifact-type: library
distributions:
-
distribution-type: library
distribution-repository: maven
package-name: pubnub-chat-0.9.4
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.9.4/
supported-platforms:
supported-operating-systems:
Android:
runtime-version:
- ART
target-api-level:
- 23
minimum-api-level:
- 23
maximum-api-level:
- 30
target-architecture:
- armeabi-v7a
- atom
- armeabi
- arm64-v8a
Linux:
runtime-version:
- JVM 8
minimum-os-version:
- Ubuntu 12.04
maximum-os-version:
- Ubuntu 20.04 LTS
target-architecture:
- x86
- x86-64
macOS:
runtime-version:
- JVM 8
minimum-os-version:
- macOS 10.12
maximum-os-version:
- macOS 11.0.1
target-architecture:
- x86-64
Windows:
runtime-version:
- JVM 8
minimum-os-version:
- Windows Vista Ultimate
maximum-os-version:
- Windows 10 Home
target-architecture:
- x86
- x86-64
requires:
-
name: pubnub-kotlin
min-version: 10.1.0
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-kotlin/10.1.0/pubnub-kotlin-10.1.0.jar
license: PubNub Software Development Kit License
license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE
is-required: Required
changelog:
- date: 2024-12-20
version: 0.9.4
changes:
- type: bug
text: "Make setRestrictions work with `Enforce referential integrity for memberships` enabled on keyset."
- date: 2024-12-16
version: 0.9.3
changes:
- type: improvement
text: "Internal fixes."
- date: 2024-12-12
version: v0.9.2
changes:
- type: feature
text: "Lock moderated messages from editing ."
- type: bug
text: "Wrong user suggestion source for message draft created on ThreadChannel."
- type: bug
text: "Wrong type of last user activity time stored on server (precision)."
- type: improvement
text: "Moderation events are now sent to a channel prefixed with `PUBNUB_INTERNAL_MODERATION.`."
- date: 2024-11-06
version: v0.9.0
changes:
- type: feature
text: "Added MessageDraft."
- type: feature
text: "Added timetoken utils methods."
- type: bug
text: "Added typingTimeoutMargin to improve continuity of typing indicator."
- type: bug
text: "Fix getTyping sending events after close."
- type: bug
text: "Change User.active() to synchronous val User.active."
- type: bug
text: "AccessManager is based on PAM V3 token instead of PAM V2 authKey."
- type: bug
text: "Hard delete returns null."
- type: bug
text: "Replace occurrences of Set with List where ordering matters."
- date: 2024-09-24
version: v0.8.0
changes:
- type: feature
text: "Initial release of PubNub Kotlin Chat SDK."
- date: 2024-06-26
version: v0.8.0-DEV
changes:
- type: feature
text: "Internal dev release."
supported-platforms:
- version: PubNub Kotlin Chat SDK
editors:
- Java8+