Skip to content

v28.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 23:26
· 65 commits to main since this release

28.0.0 (2026-02-18)

  • feat!: update SDK routes, docs, and typings to latest API surface (#324) (b059f89)

BREAKING CHANGES

  • getAggregatesUsersMe() was renamed to getMe().
  • getEntriesTexts() and getEntriesTextsPage() now use
    term instead of text.
  • legacy top-level filter* query params were removed;
    use the supported current params/filter object.
  • TypeScript method/input/output types were updated and
    tightened, which may require downstream code changes.
  • Rename UsersParam to UsersParams