Releases: GetStream/stream-chat-java
Releases · GetStream/stream-chat-java
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
1.1.0
- Add improved search support.
- Publish javadoc into github pages