Skip to main content
Version: 2.2.0

Changelog

@mssfoobar/iams-aas

1.1.3

Patch Changes

  • 5f49911: Added method to get role by role id

1.1.2

Patch Changes

  • bfe153a: Upgrade to Spring Boot 3.4.6 to fix CVE-2025-46701

1.1.1

Patch Changes

  • 81f2961: Upgraded Keycloak to 26.2.4. Fixed the AAS OpenAPI Doc Version
  • 53bfa1a: Fixed issue with roles in Tenant Membership not updated correctly.

1.1.0

Minor Changes

New APIs
  • API to retrieve list of accessible resources and scopes for the specified user.
  • API to retrieve list of accessible resources of specific type with the corresponding scopes for the specified user.
  • API to evaluate whether the specified user with the specified role is able to access (Permit or Deny) specific resource and scope using resource Id and scope Id.
  • API to evaluate whether the specified user with the specified role is able to access (Permit or Deny) specific resource and scope using resource name and scope name.
Enhanced APIs
  • Enhanced group APIs to support creating/updating group with additional attributes.
  • Enhanced role APIs to support creating/updating role with additional attributes.
Upgraded Dependent Libraries
  • Upgraded Spring Boot to 3.4.4

1.0.0

Initial release - view the IAMS docs for more information.


@mssfoobar/iams-keycloak

1.1.1

Patch Changes

  • 81f2961: Upgraded Keycloak to 26.2.4. Fixed the AAS OpenAPI Doc Version
  • 53bfa1a: Fixed issue with roles in Tenant Membership not updated correctly.

1.1.0

Minor Changes

Upgraded Dependent Libraries
  • Upgraded Keycloak to 26.1.4
  • Upgraded Keycloak Admin Client to 26.0.4

1.0.0

Initial release - view the IAMS docs for more information.


@mssfoobar/iams-web

2.0.1

What's Changed

  • 4fa3f8c: - Add a response handler for BFF (Web API) to standardize API responses.

    • Fix issue where reselecting users while creating a tenant would exclude previously selected users from the created tenant.
    • Add "Required" column to resource permission assignment table.
  • 43b4023: Fixed issues:

    • Flashing light mode color when switching theme or when browser's preference is set as light.
    • Assignment dialog's data table is too short on small screen.
    • Grammar and wording errors.

Full Changelog: https://github.com/mssfoobar/iams-web/compare/iams-web/v2.0.0...iams-web/v2.0.1

2.0.0

Major Changes

  • Refactor: migrate UI/UX to new design system

This release introduces a full redesign of the application's user interface using a new design system. It includes significant layout and component structure changes. As a result, developers integrating this package may need to update usage patterns to align with the new markup and component API.

1.2.4

What's Changed

Full Changelog: https://github.com/mssfoobar/iams-web/compare/iams-web/v1.2.3...iams-web/v1.2.4

1.2.3

What's Changed

Full Changelog: https://github.com/mssfoobar/iams-web/compare/iams-web/v1.2.1...iams-web/v1.2.3

1.2.2

Urgent hot fix for:

  • Adding more than 100 users to tenants (note, it is now currently capped to 1000, this will be removed in v2 of iams-web)
  • Adding more than 100 users to roles (note, it is now currently capped to 1000, this will be removed in v2 of iams-web)
  • Adding more than 100 groups (note, it is now currently capped to 1000, this will be removed in v2 of iams-web)

What's Changed

Full Changelog: https://github.com/mssfoobar/iams-web/compare/v1.2.0...iams-web/v1.2.2

1.2.1

  • Fix the issue where datagrid is truncated

1.2.0

Minor Changes

  • 50d40e6: Updated to Svelte5 as well as shadcn-svelte 5 components, added storybook and updated openid-client to v6
  • 50d40e6: Updated to web-base with improved colours and new sidebar + headerbar.
  • 50d40e6: Adjusted configuration parameters to be simpler and support more deployment configurations, including and especially backchannel communication for Keycloak.

Patch Changes

  • 50d40e6: Added extra environment variables PUBLIC_COOKIE_ACCESS_TOKEN & PUBLIC_COOKIE_REFRESH_TOKEN to allow configuring cookie names as well as improved .env.template
  • 50d40e6: Fixed wrong tailwind configuration for shadcn-svelte 5.
  • 50d40e6: Added @changesets/cli to dev dependency.
  • 50d40e6: Changed default favicon from Svelte to the AGIL Ops Hub logo.