Skip to content

Releases: GetStream/stream-chat-java

1.6.0

18 Jan 12:11
a34b8cf

Choose a tag to compare

1.6.0 (2022-01-18)

Features

1.5.0

12 Nov 14:03
e08ec02

Choose a tag to compare

  • 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

03 Nov 14:42
7799f02

Choose a tag to compare

Relase notes

  • Add deleteMany for Channels
  • Add deleteMany for Users
  • Add TaskStatus to track async operations results

1.3.3

01 Nov 10:35
037c32f

Choose a tag to compare

  • Add async url enrichment configuration

1.3.2

27 Oct 09:43

Choose a tag to compare

  • Fix channel type creation with commands

1.3.1

18 Oct 13:03

Choose a tag to compare

  • Support setting resources on channel types
  • Add FAQ for common problems

1.3.0

11 Oct 13:07

Choose a tag to compare

  • 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

09 Jul 11:28

Choose a tag to compare

  • Add support for permission v2
  • Fix token creation
  • Make formatting a part of CI build

1.1.0

25 Jun 13:39

Choose a tag to compare

  • Add improved search support.
  • Publish javadoc into github pages

1.0.1

24 Jun 17:35

Choose a tag to compare

  • Fix of artifact generation. Please grab this version over 1.0.0