-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pubnub.yml
140 lines (139 loc) · 4.52 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
134
135
136
137
138
139
140
name: swift-chat-sdk
scm: github.com/pubnub/swift-chat-sdk
version: 0.10.2
schema: 1
changelog:
- date: 2025-01-14
version: 0.10.2
changes:
- type: bug
text: "Fix the bug with messages being deleted from Message Persistence."
- date: 2025-01-09
version: 0.10.1
changes:
- type: bug
text: "Remove `createUser(user:completion:)` method from the public interface."
- type: bug
text: "Add missing `reactionsActionName` computed property."
- type: improvement
text: "Documentation enhancements."
- date: 2025-01-08
version: 0.10.0
changes:
- type: feature
text: "Add `status` and `type` to Membership."
- date: 2024-12-18
version: 0.9.3
changes:
- type: bug
text: "Add missing initialization for `reactionsActionName` property."
- type: bug
text: "Add missing `completion:` parameter when sending a text."
- type: improvement
text: "Run `swiftformat` to uplift the codebase."
- date: 2024-12-17
version: 0.9.2
changes:
- type: feature
text: "Add support for other Apple platforms."
- type: feature
text: "Lock moderated messages from editing."
- type: bug
text: "Remove `getChannelSuggestions(text:limit:completion:)` method from `Chat` interface."
- type: bug
text: "Remove `getUserSuggestions(text:limit:completion:)` method from `Chat` interface."
- 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 the server (precision)."
- type: improvement
text: "Moderation events are now sent to a channel prefixed with `PUBNUB_INTERNAL_MODERATION.`."
- date: 2024-12-05
version: 0.9.1
changes:
- type: feature
text: "Add third-party dependencies due to Kotlin Multiplatform usage."
- type: bug
text: "Add missing userSuggestionSource property."
- date: 2024-11-06
version: 0.9.0
changes:
- type: feature
text: "Add Message Draft feature"
- type: bug
text: "Return nil for hard delete operations"
- type: bug
text: "Add missing reactionsActionName property"
- date: 2024-10-24
version: 0.8.2
changes:
- type: bug
text: "Use kmp-chat dependency without pubnub-kotlin submodule"
- date: 2024-10-22
version: 0.8.1
changes:
- type: bug
text: "Fix dependency issues for kmp-chat and its submodules"
- date: 2024-09-25
version: 0.8.0
changes:
- type: feature
text: "Initial Swift Chat SDK release"
sdks:
- full-name: PubNub Swift Chat SDK
short-name: PubNub Swift Chat SDK
artifacts:
- artifact-type: api-client
language: Swift
tier: 1
tags:
- Desktop
- Mobile
source-repository: https://github.com/pubnub/swift-chat-sdk
documentation: https://github.com/pubnub/swift-chat-sdk
distributions:
- distribution-type: source
distribution-repository: GitHub release
package-name: PubNubSwiftChatSDK
location: https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.10.2-dev.zip
supported-platforms:
supported-operating-systems:
iOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- iOS 14.0
maximum-os-version:
- iOS 18.0.1
target-architecture:
- arm64
target-devices:
- iPhone
- iPad
macOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- macOS 11.0
maximum-os-version:
- macOS 15.0.1
target-architecture:
- arm64
- x86_64
tvOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- tvOS 14.0
maximum-os-version:
- tvOS 18.0
target-architecture:
- arm64
target-devices:
- Apple TV
supported-platforms:
- version: PubNub Swift Chat SDK
platforms:
- iOS 14.0 or higher
- macOS 11.0 or higher
- tvOS 14.0 or higher