Releases: GetStream/stream-chat-java
Releases · GetStream/stream-chat-java
1.12.2
1.12.1
1.12.0
v1.11.0
1.10.0
1.10.0 (2022-04-13)
Features
- add commands to update (#58) (9fc42e0)
- add moderation apis (#56) (106ded4)
- add provider fields (#59) (e6e1d44)
- add push provider (#57) (6a655fc)
- add reminders (#60) (0df895d)
- app_settings: add offlineonly (#62) (d334f6a)
- permissions: add channel role property (#64) (1626ff9)
- truncate: add truncated by id (#61) (c302c7a)
1.9.0
1.6.0
1.5.0
- Make StreamException constructors public
- Add ability to use SDK with multiple clients. Now we can pass custom client implementation to every
request object.
var client = new DefaultClient();
var response = App.get().withClient(client).request();
- Add
App.verifyWebhookSignature
- Add
User.create_token(String apiSecret, String userId, Date expiresAt, Date issuedAt)
1.4.0
Relase notes
- Add deleteMany for Channels
- Add deleteMany for Users
- Add TaskStatus to track async operations results
1.3.3
- Add async url enrichment configuration