Skip to content

Latest commit

 

History

History
103 lines (72 loc) · 6.08 KB

File metadata and controls

103 lines (72 loc) · 6.08 KB

Changelog

2.4.0 (2025-12-18)

Features

Type Improvements

  • client_ip_attr for radius (a42cd79)
  • incorrect value for android sha25 fingerprint setting (9241999)
  • invalid key for android sha25 fingerprint setting (01ab62f)
  • log response model (f84c1d1)
  • remove updated_at from update client schema (6f627c7)
  • tenant branding settings (8ac4647)
  • update job execution log interface (e03d2d4)
  • update user schema (af42feb)

2.3.0 (2025-05-22)

Features

Type Improvements

  • add branding settings for connections (221e1eb)
  • add radius plan metadata (ae658f3)
  • include array max items (7afc130)
  • include radius server port in metadata (2247f75)
  • remove vonage sms adapter (8513e9d)
  • search all filter for ad/ldap user synchronizing (4f895c3)

Bug Fixes

  • combobox always display chips (4bea193)
  • ldap sync job fails when split tcp packets (8ac2387)
  • regression: create user missing data parameter (b6f2fce)
  • runtime error when trying to create financial client (e8b185f)

2.2.0 (2024-12-20)

Features

  • allow user self deletion (e1ac3ea)

Type Improvements

  • well-known endpoint configuration for universal links support in mobile devices (6b07433)

2.1.0 (2024-12-11)

  • type: more specific types (f9372fe)
  • type: use correct type for client permissions (744617b)
  • feat: user account linking method (fa74984)
  • feat: account linking views, hooks (590fd97)
  • fix: create connection schema missing some required props (1a1d891)

2.0.3 (2024-11-25)

  • fix: incorrect variable interpolation (4e99e8e)
  • chore: lint (34b2f54)

2.0.2 (2024-11-25)

  • fix: regression in tenant administrator methods (7751875)
  • fix: regression in tenant administrator methods (b5b25d0)
  • chore: lint (fc46872)

2.0.1 (2024-11-25)

  • chore: update changelog (3e42a04)
  • fix: regression in getter method namings (1c5cd76)
  • fix: regression in getter method namings (c502ddf)

2.0.0 (2024-11-25)

This version brings usability improvements along with some breaking changes.

Fixes

  • error stacktraces don't include the method call

Features

  • every method now contains jsdoc
  • better parameter namings for better autocompletion

Breaking Changes

  • tenant administrator methods refactored to be under separate entity

  • Sub entity method names are changed to be more user friendly and descriptive. List of changed methods:

    old new
    roles
    addPermissions assignPermissions
    removePermissions unassignPermissions
    removeRoles unassignRoles
    roleGroups
    addRoles assignRoles
    addRoleGroups assignRoleGroups
    removeRoles unassignRoles