Skip to content

Latest commit

 

History

History
498 lines (241 loc) · 24.8 KB

File metadata and controls

498 lines (241 loc) · 24.8 KB

Changelog

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

1.44.0 (2026-04-11)

1.44.0 (2026-04-11)

1.43.0 (2026-03-26)

Features

  • add delete_reactions support for ban user (#248) (5d80e94)

1.42.0 (2026-02-26)

Features

  • remove filterTags from channel batch update API (#242) (e5c358c)

1.41.2 (2026-02-18)

Bug Fixes

  • only assert exact metric values in date-bounded tests (f6878c9)

1.41.1 (2026-02-18)

Features

  • add queryTeamUsageStats API for multi-tenant metrics (#236) (bfc9936)

1.41.0 (2026-02-16)

1.40.0 (2026-01-22)

1.39.0 (2026-01-21)

Features

1.38.0 (2026-01-20)

1.37.2 (2025-11-19)

1.37.1 (2025-11-19)

1.37.0 (2025-11-12)

Features

  • add hide_history_before option when adding members (#214) (d5158cd)
  • add support for filter tags to channels (#215) (f6dc4d2)

Bug Fixes

  • fix message count test after ff removal (#212) (d99c580)

1.36.0 (2025-10-22)

Bug Fixes

1.35.0 (2025-10-15)

Features

  • [CHA-1300] add count messages to channel type (#207) (4dcd6e0)

1.34.0 (2025-10-06)

1.33.2 (2025-09-24)

Bug Fixes

  • Change timeout_ms in event hooks to Number to match the old async moderation config (#203) (b80e6b7)

1.33.1 (2025-09-24)

Bug Fixes

1.33.0 (2025-09-23)

Features

  • add additional fields to channel member request (#199) (3a319f6)

Bug Fixes

1.32.0 (2025-09-01)

1.31.1 (2025-09-01)

Features

  • Added Delete for me support on behalf of a user (#193) (0f81c7e)

1.31.0 (2025-08-14)

Features

  • Add avg response time to app setting and user response (#186) (2cfe3f6)

Bug Fixes

  • don't reset webhook events when updating other fields (#188) (4814163)

1.31.0 (2025-07-04)

1.30.0 (2025-06-18)

Features

1.29.0 (2025-03-11)

Features

1.28.0 (2025-02-11)

Features

1.27.2 (2025-01-15)

Bug Fixes

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.