Skip to content

Latest commit

 

History

History
240 lines (105 loc) · 8.83 KB

CHANGELOG.md

File metadata and controls

240 lines (105 loc) · 8.83 KB

5.5.3 (2024-05-30)

Bug Fixes

  • customer default_source can't be unset (#293) (ab837b6)

5.5.2 (2024-05-16)

Bug Fixes

  • force semantic-release update (197df97)

5.5.1 (2024-05-15)

Reverts

  • Revert "feat: add error handler for services" (acaef20)

5.5.0 (2024-05-15)

Features

  • add error handler for services (8090791)

5.4.0 (2024-05-07)

Features

5.3.0 (2024-04-29)

Features

5.2.0 (2024-03-12)

Features

5.1.1 (2024-03-11)

Bug Fixes

  • more accurate error message for createResetPasswordToken (#282) (ced07f6)

5.1.0 (2024-03-06)

Features

5.0.1 (2024-02-13)

Bug Fixes

  • patch with missing update (96d9920)

5.0.0 (2024-02-13)

Features

  • upgrade mongodb node driver (DEV-4642) (#280) (4a6f939)

BREAKING CHANGES

  • due to v5 => v6 breaking changes updates

  • feat: auth unit tests fixed

  • wip

  • fix: unit tests

  • fix: unit tests bodyparser warning

  • chore: code cleanup

4.1.0 (2024-01-15)

Features

  • allow returning metadata for getDocuments (#279) (c5dfded)

4.0.0 (2024-01-11)

Features

  • getUsersCollectionName and getSessionCollectionName replaced (DEV-3556) (#278) (77ef05a)

BREAKING CHANGES

  • an option (authServicePath) is required in services config if multiple AuthService are instantiated

  • fix: auth unit tests

  • feat: getSessionName as a function based on auth service

unit tests fixed

  • an option (authServicePath) is required in services config if multiple AuthService are instantiated

  • chore: code cleanup

  • chore: file renamed for consistency

  • feat: dropIndexes in emptyDatabase (tests)

3.5.0 (2023-12-18)

Features

  • additional middlewares per resource/method (#275) (1c6103f)

3.4.0 (2023-11-24)

Features

  • add currency to subscription creation payload (#271) (af884bd)

3.3.2 (2023-11-24)

Bug Fixes

3.3.1 (2023-11-14)

Bug Fixes

  • this undefined in local.js (not arrow function) (#269) (b2c35e2)

3.3.0 (2023-11-09)

Features

  • allow to create a password reset token without a HTTP request (#268) (2218dcb)

3.2.0 (2023-10-24)

Features

  • add invitedBy to signup local event payload (#267) (5d5eb54)

3.1.0 (2023-10-23)

Features

  • add TTL index option for audit service (#266) (112b0a9)

3.0.8 (2023-10-18)

Bug Fixes

  • Can't render headers after they are sent to the client (aad76e5)

3.0.7 (2023-10-18)

Bug Fixes

  • redirectURI not properly working with local provider (#262) (97b8add)

3.0.6 (2023-10-13)

Bug Fixes

  • allowDiskUse missing from getDocuments (#263) (0573f49)

3.0.5 (2023-10-10)

Bug Fixes

  • auth: email is no more updatable by PATCH /me (bab9d95)

3.0.4 (2023-09-28)

Bug Fixes

  • trigger build new version (e757de9)

3.0.3 (2023-09-19)

Bug Fixes

3.0.2 (2023-09-14)

Bug Fixes

  • validate docs write access (DEV-4175) (#258) (0b91ad2)

3.0.1 (2023-08-31)

Bug Fixes

  • patch requests only validate the payload (DEV-4094) (#257) (e4b5ec7)

3.0.0 (2023-08-30)

Features

BREAKING CHANGES

  • aws-sdk v2 -> v3