All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.27.1 (2024-12-30)
1.27.0 (2024-12-13)
- javadoc (#164) (69f4266)
- update the readme to include the shadowed version (#159) (97a7119)
- version file read happens only once (#160) (570548b)
1.26.2 (2024-08-16)
1.26.1 (2024-08-16)
1.26.0 (2024-08-15)
1.25.0 (2024-08-08)
1.24.0 (2024-05-24)
1.23.0 (2024-05-22)
1.22.2 (2024-04-18)
1.22.1 (2024-04-03)
1.22.0 (2024-03-27)
1.21.0 (2024-03-18)
1.20.1 (2024-02-14)
1.20.0 (2023-12-06)
1.19.0 (2023-11-02)
1.18.0 (2023-10-18)
1.17.0 (2023-10-05)
1.16.2 (2023-09-20)
1.16.1 (2023-09-19)
1.16.0 (2023-09-18)
1.15.2 (2023-09-11)
1.15.1 (2023-08-02)
1.15.0 (2023-07-26)
1.14.0 (2023-07-18)
- added
pending
property to message (#104) (46eef4f) - added mark_messages_pending property to channel config (#105) (182835e)
- added support for show_deleted_messages in getMessage endpoint (#106) (40aa482)
1.13.1 (2023-06-09)
1.13.0 (2023-05-25)
1.12.6 (2022-11-04)
1.12.5 (2022-11-02)
1.12.4 (2022-10-24)
1.12.3 (2022-10-14)
1.12.2 (2022-10-07)
1.12.1 (2022-09-07)
1.12.0 (2022-05-30)
1.11.0 (2022-05-13)
1.10.0 (2022-04-13)
- 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 (2022-03-18)
- add missing properties for export channel (#51) (5a0706e)
- set pool connection pool lifetime to 59seconds (#50) (3037209)
1.6.0 (2022-01-18)
- add grants to channeltype (#37) (2a2d5fb)
- add hidehistory to addmember (#35) (ce27c41)
- add missing requests (#39) (237c7cb)
- add options to truncate (#34) (25c3fb9)
- extend app config (#36) (cdc129d)
- Make StreamException constructors public
- Add ability to use SDK with multiple clients. Now, we can pass a 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)
- Add deleteMany for Channels
- Add deleteMany for Users
- Add TaskStatus to track async operations results
- Add async url enrichment configuration
- Fix channel type creation with commands
- Support setting resources on channel types
- Add FAQ for common problems
- 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
- Add support for permission v2
- Fix token creation
- Make formatting a part of CI build
- Add improved search support.
- Add javadoc publish into github pages.
- Fix of release process. Grab this version over 1.0.0
- Initial release of SDK with complete support of API.