Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

88 lines (54 loc) · 5.35 KB

Changelog

All notable changes to this project will be documented in this file.

3.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • change language type to be more strict in magic link options (#137)
  • remove deprecated PassageError ctor (#131)
  • remove deprecated AppInfo code from codegen (#127)
  • update Passage ctor signature to remove deprecated args (#132)
  • remove deprecated methods and classes (#126)
  • rename codegen user models (#125)

Features

  • change language type to be more strict in magic link options (#137) (f8dccdd)
  • export all models from passageidentity (#133) (872ba81)
  • make magic link parameter classes kwargs only (#130) (0f1613e)
  • remove auth origin comparison from jwt audience validation (#129) (52b6859)
  • remove deprecated AppInfo code from codegen (#127) (236c989)
  • remove deprecated methods and classes (#126) (d4a531e)
  • remove deprecated PassageError ctor (#131) (19b09ca)
  • remove PassageError error message prefixes (#136) (596f743)
  • rename codegen user models (#125) (7af039c)
  • update Passage ctor signature to remove deprecated args (#132) (ac802ca)

Documentation

  • remove API Refernce table from the README (#138) (1972b91)

2.6.0 (2024-12-12)

Features

  • add new method signatures (#105) (9246e3c)
  • add parameter guards to all methods to return early on invalid values (83cd628)
  • codegen: create magic link request fields are now optional (#115) (b1f164b)
  • guard against empty params in deprecated magic link method (f168b8c)
  • updates create_magic_link method to use stronger typed parameters (83cd628)

[2.5.1] - 2024-10-23

Changed

  • chore: update README, licensefile, and repository metadata
  • chore(deps): remove unused dependencies

[2.5.0] - 2024-04-24

Added

  • feat: add support for OIDC token validation to authenticateJWT method

[2.4.0] - 2024-03-21

Added

  • GetUserByIdentifier method has been added
  • ListPaginatedUsersItem model has been added

[2.3.2] - 2024-02-05

Fixed

  • Fixed another issue with the package names generating incorrect names

[2.3.1] - 2024-02-05

Fixed

  • Fixed an error where the package openapi_client could not be found

[2.3.0] - 2024-01-30

Added

  • AppleUserSocialConnection model has been added

Changed

  • UserEventInfo has been renamed to UserRecentEvent
  • GithubSocialConnection has been renamed to GithubUserSocialConnection
  • GoogleSocialConnection has been renamed to GoogleUserSocialConnection