Skip to content

Latest commit

 

History

History
342 lines (172 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

342 lines (172 loc) · 17.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.27.1 (2024-12-30)

Bug Fixes

1.27.0 (2024-12-13)

Features

  • member custom data, pinning and archiving (#162) (38c7348)

Bug Fixes

1.26.2 (2024-08-16)

Features

  • publish the shadow publication as well (#153) (117e3d7)

Bug Fixes

  • ensure publish tasks run after sign tasks (#157) (8929766)

1.26.1 (2024-08-16)

Features

  • publish the shadow publication as well (#153) (117e3d7)

1.26.0 (2024-08-15)

Features

1.25.0 (2024-08-08)

Bug Fixes

  • request param name file_name -> filename (#150) (28eaac0)

1.24.0 (2024-05-24)

Features

1.23.0 (2024-05-22)

Features

  • add test for notifications_muted query members (#143) (c25d107)

1.22.2 (2024-04-18)

Bug Fixes

1.22.1 (2024-04-03)

Features

1.22.0 (2024-03-27)

1.21.0 (2024-03-18)

Features

1.20.1 (2024-02-14)

Bug Fixes

1.20.0 (2023-12-06)

Features

  • add the ability to set message type when sending a message (#127) (8cb5f47)

1.19.0 (2023-11-02)

Features

  • allow sending invites when creating a channel (#124) (937dc3a)

1.18.0 (2023-10-18)

Features

1.17.0 (2023-10-05)

Features

1.16.2 (2023-09-20)

Features

1.16.1 (2023-09-19)

1.16.0 (2023-09-18)

Bug Fixes

1.15.2 (2023-09-11)

Features

1.15.1 (2023-08-02)

Bug Fixes

  • make created_by_id nullable in UserDeactivateRequest (#110) (200c2f0)

1.15.0 (2023-07-26)

Features

  • added support for force_moderation on message (#108) (d71ccba)

1.14.0 (2023-07-18)

Features

  • 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)

Features

1.12.6 (2022-11-04)

Bug Fixes

1.12.5 (2022-11-02)

Bug Fixes

  • handle missing languages gracefully (#92) (1d02a90)

1.12.4 (2022-10-24)

Bug Fixes

  • null annotation of channel model (#90) (1c790c4)

1.12.3 (2022-10-14)

Bug Fixes

1.12.2 (2022-10-07)

Bug Fixes

1.12.1 (2022-09-07)

Bug Fixes

1.12.0 (2022-05-30)

Features

1.11.0 (2022-05-13)

Features

1.10.0 (2022-04-13)

Features

1.9.0 (2022-03-18)

Features

  • add missing properties for export channel (#51) (5a0706e)
  • set pool connection pool lifetime to 59seconds (#50) (3037209)

Bug Fixes

1.6.0 (2022-01-18)

Features

[1.5.0] - 2021-11-12

  • 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)

[1.4.0] - 2021-11-03

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

[1.3.3] - 2021-11-01

  • Add async url enrichment configuration

[1.3.2] - 2021-10-27

  • Fix channel type creation with commands

[1.3.1] - 2021-10-18

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

[1.3.0] - 2021-10-11

  • 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] - 2021-07-09

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

[1.1.0] - 2021-06-25

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

[1.0.1] - 2021-06-24

  • Fix of release process. Grab this version over 1.0.0

[1.0.0] - 2021-06-24

Added

  • Initial release of SDK with complete support of API.