Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.43 KB

File metadata and controls

88 lines (52 loc) · 2.43 KB

[6.0.0] - 2026-04-17

major^2 changes

[5.0.0] - 2026-03-31

major^2 changes

[4.1.0] - 2026-03-20

minor^2 changes

[4.0.1] - 2026-03-19

patch^2 changes

[4.0.0] - 2026-03-12

major^2 changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0] - 2026-03-05

Breaking Changes

  • Type names across all products now follow the OpenAPI spec naming convention: response types are suffixed with Response, input types with Request. See MIGRATION_v2_to_v3.md for the complete rename mapping.
  • Event (WebSocket envelope type) renamed to WSEvent. Base event type renamed from BaseEvent to Event (with field type instead of T).
  • Event composition changed from monolithic *Preset embeds to modular Has* types.
  • Pager renamed to PagerResponse and migrated from offset-based to cursor-based pagination (next/prev tokens).

Added

  • Full product coverage: Chat, Video, Moderation, and Feeds APIs are all supported in a single SDK.
  • Feeds: activities, feeds, feed groups, follows, comments, reactions, collections, bookmarks, membership levels, feed views, and more.
  • Video: calls, recordings, transcription, closed captions, SFU, call statistics, user feedback analytics, and more.
  • Moderation: flags, review queue, moderation rules, config, appeals, moderation logs, and more.
  • Push notification types, preferences, and templates.
  • Webhook support: WHEvent envelope class for receiving webhook payloads, utility methods for decoding and verifying webhook signatures, and a full set of individual typed event classes for every event across all products (Chat, Video, Moderation, Feeds) usable as discriminated event types.
  • Cursor-based pagination across all list endpoints.

[2.1.0] - 2026-02-18

[2.0.0] - 2026-02-02

[1.1.1] - 2026-01-29

[1.1.0] - 2026-01-26

[1.0.1] - 2025-12-11

[1.0.0] - 2025-12-11

[0.1.12] - 2025-10-13

[0.1.11] - 2025-10-13

[0.1.10] - 2025-10-13

[0.1.9] - 2025-10-13

[0.1.8] - 2025-10-13

[0.1.7] - 2025-10-13

[0.1.6] - 2025-10-13

[0.1.5] - 2025-10-10

[0.1.4] - 2025-10-10

[0.1.3] - 2025-10-10

[0.1.2] - 2025-10-08

[0.1.1] - 2025-10-08

[0.1.0] - 2025-10-07