Releases: GetStream/stream-chat-java
Releases · GetStream/stream-chat-java
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
1.3.2
- Fix channel type creation with commands
1.3.1
- Support setting resources on channel types
- Add FAQ for common problems
1.3.0
- Support for permissions v2
- Use edge by default
- Fix timeout setup and application into the requests
- Fix some nullability of some types (channel created_by_id, user id etc.)
- Fix NPE in some tests
- Improve CI to cancel unnecessary tasks
1.2.0
- Add support for permission v2
- Fix token creation
- Make formatting a part of CI build