Skip to content

Commit

Permalink
Merge branch 'master' into 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Sep 25, 2023
2 parents adf7171 + 3f46f97 commit f89c645
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 57 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [1.18.0] - 2023-08-XX

### Changed
- Updates ThirdParty, ThirdPartyEmailPassword, ThirdPartyPasswordless, Passwordless and EmailPassword recipes to support account linking
- Updates `{apiBasePath}/signinup/code` POST
- Updates `{apiBasePath}/signinup/code/consume` POST
- Updates `{apiBasePath}/signinup` POST
- Updates `{apiBasePath}/signin` POST
- Updates `{apiBasePath}/signup` POST
- Updates `{apiBasePath}/user/password/reset/token` POST
- Updates `{apiBasePath}/user/password/reset` POST
- The changes to the above endpoints are:
- Added new response statuses
- Unified the type/shape of the user objects across all different responses
- Renamed `createdNewUser` to `createdNewRecipeUser`

## [1.17.1] - 2023-08-31

### Changed
Expand Down
Loading

0 comments on commit f89c645

Please sign in to comment.