Skip to content

Latest commit

 

History

History
194 lines (100 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

194 lines (100 loc) · 3.25 KB

@absmach/magistrala-sdk

0.10.0

Minor Changes

  • c269644: add rules service to the sdk

0.9.12

Patch Changes

  • 45dee3f: updates the roles to use roleId instead of roleName in the URL

0.9.11

Patch Changes

  • dd7837d: updates the group struct to include actions and roles

0.9.10

Patch Changes

  • 765e90a: Update role responses to return string arrays instead of an object containing string arrays

0.9.9

Patch Changes

  • 3d97973: This pr updates the users service to the latest jsdocs and also removes the need for passing a user to enable or disable the user.

0.9.8

Patch Changes

  • 7c6dcd1: rename things to clients

0.9.7

Patch Changes

  • 7b76ecf: update journal service to include domain id in entity journals and add a new endpoint for user journals

0.9.6

Patch Changes

  • b6cbc3c: updates the groups service with the new auth refactor

0.9.5

Patch Changes

  • c195860: Update clients service to match new auth

0.9.4

Patch Changes

  • 9fa7f26: update channels to match new access control

0.9.3

Patch Changes

  • cfe872c: add documentation and tests for domains. Also adds missing functions

0.9.2

Patch Changes

  • cdea55e: update linter

0.9.1

Patch Changes

  • 287856d: add actions and members to roles

0.9.0

Minor Changes

  • a975a8e: Update the sdk to use the new access control by introducing roles

0.8.3

Patch Changes

  • 8f198fc: Add domainId to read messages

0.8.2

Patch Changes

  • 45fff20: Remove domain id in invitations file

0.8.1

Patch Changes

  • 963294e: Add permissions to User's struct

0.8.0

Minor Changes

  • 9845a4b: return name to pageMetadata

0.7.0

Minor Changes

  • e754d29: update users client to match Magistrala with new fields and functions

Patch Changes

  • e754d29: update createToken example
  • e754d29: rename password back to secret in credentials
  • e754d29: modify issue token function to use identity instead of username

0.6.3

Patch Changes

  • 43a05d9: remove domains prefix from domain users url

0.6.2

Patch Changes

  • 66fb8a4: move host url from sdk param to specific function param. This enables flexibility of the UI to allow for multitenancy
  • 66fb8a4: add documentation

0.6.1

Patch Changes

  • c4f60b9: remove domains endpoints
  • c4f60b9: update things, channels, groups, bootstrap, certs api endpoints to have domain id

0.6.0

Minor Changes

  • ac1b256: add service health check functionality

0.5.1

Patch Changes

  • 6574165: update documentation
  • 6574165: Update remove user from domain to remove the need for relation

0.5.0

Minor Changes

  • 9bd2134: Add search endpoint to users

0.4.3

Patch Changes

  • a2611c4: Add id and tree to metadata

0.4.2

Patch Changes

  • 143a2be: this changeupdates the return messages, updates the channels in the bootstrapconfig to a string[]

0.4.1

Patch Changes

  • 4551043: return limit to channelsPage

0.4.0

Minor Changes

  • ff9865e: This update adds a new service, Journal service. Journal service is used to fetch historical events for specific entities.

Patch Changes

  • 313a777: update how channels are returned

0.3.11

Patch Changes

  • d1573bd: Add delete user functionality to users class