Skip to content

Latest commit

 

History

History
157 lines (81 loc) · 7.29 KB

CHANGELOG.md

File metadata and controls

157 lines (81 loc) · 7.29 KB

1.2.6 (2024-10-18)

Bug Fixes

  • handle legacy token format (4eed50c)

1.2.5 (2024-09-30)

Features

  • refresh token logic improvement (60bc4de)

1.2.4 (2024-09-26)

Features

  • add refreshCachedTokenV2 method (f0ffb7e)

1.2.3 (2024-08-29)

Features

  • add calcTestSignature function for native login tests (cefd969)

1.2.2 (2024-08-29)

Bug Fixes

  • fix missing identityToken in signature calculation (f1cc9a4)

1.2.1 (2024-06-24)

Features

  • add convertCamelCaseFromSnake util (bc4ec51)

1.2.0 (2024-06-24)

Features

  • minor: rollback code and use snakecase (ef3ee33)

1.1.3 (2024-06-24)

Features

  • add useLowerCaseKey option to set key names to lowercase (d857afa)

1.1.2 (2024-06-11)

1.1.1 (2024-06-11)

Bug Fixes

  • update tokenSignature to include authId (3bf2331)

1.1.0 (2024-06-11)

Bug Fixes

  • minor: fix custom headers in AWS http request (2190412)

1.0.17 (2024-06-11)

Bug Fixes

  • correct the constructor of AWSStorageService (069b4b2)

Features

  • add getTokenStorage method to AWSWebCore and AzureWebCore (5653596)

1.0.16 (2024-06-11)

Features

  • add changeUserSite method to change user site (236bcbe)

1.0.15 (2024-06-10)

Features

1.0.14 (2024-06-08)

Features

  • add getTokenSignature method and TokenSignature interface (45b947a)

1.0.13 (2024-06-07)

Bug Fixes

  • refresh token with identity token (2ae68b2)

1.0.12 (2024-06-06)

Bug Fixes

  • sign request with current, signature, and optional domain (d913123)

1.0.11 (2024-06-06)

1.0.10 (2024-06-06)

Features

  • add HttpRequestBuilder without credentials (295861d)

1.0.9 (2024-06-05)

1.0.8 (2024-06-05)

1.0.7 (2024-05-31)

1.0.6 (2024-05-31)

Features

  • add AzureHttpRequestBuilder class (80e3164)

1.0.5 (2024-05-30)

Features

  • add init func to aws web core (7a45774)

1.0.4 (2024-05-30)

Bug Fixes

  • remove unnecessary request method from WebCoreService interface (4b2c38c)

Features

  • setup core, token-storage (d7b010d)
  • update aws web core (f1e7a89)
  • update setUseXLemonIdentity to be async (a131a34)

1.0.3 (2024-05-28)

Features

  • add factory class for creating instances of CloudService (3147ec1)
  • add http-request builder (e2aa4dd)
  • add typedoc configuration for generating documentation (ef7e949)

1.0.2 (2024-05-28)

1.0.1 (2024-05-28)

1.0.0 (2024-05-28)

Features