Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #134

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "3.0.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

## [3.0.0](https://github.com/passageidentity/passage-python/compare/v2.6.0...v3.0.0) (2025-01-14)


### ⚠ BREAKING CHANGES

* change language type to be more strict in magic link options ([#137](https://github.com/passageidentity/passage-python/issues/137))
* remove deprecated PassageError ctor ([#131](https://github.com/passageidentity/passage-python/issues/131))
* remove deprecated AppInfo code from codegen ([#127](https://github.com/passageidentity/passage-python/issues/127))
* update Passage ctor signature to remove deprecated args ([#132](https://github.com/passageidentity/passage-python/issues/132))
* remove deprecated methods and classes ([#126](https://github.com/passageidentity/passage-python/issues/126))
* rename codegen user models ([#125](https://github.com/passageidentity/passage-python/issues/125))

### Features

* change language type to be more strict in magic link options ([#137](https://github.com/passageidentity/passage-python/issues/137)) ([f8dccdd](https://github.com/passageidentity/passage-python/commit/f8dccdd9d6098e0f7938ea907fb2d59ba7e75096))
* export all models from passageidentity ([#133](https://github.com/passageidentity/passage-python/issues/133)) ([872ba81](https://github.com/passageidentity/passage-python/commit/872ba818feb62e5cf7be09052eb0430bf6513b6e))
* make magic link parameter classes kwargs only ([#130](https://github.com/passageidentity/passage-python/issues/130)) ([0f1613e](https://github.com/passageidentity/passage-python/commit/0f1613ea733672e488d242f3f368f07fc174058f))
* remove auth origin comparison from jwt audience validation ([#129](https://github.com/passageidentity/passage-python/issues/129)) ([52b6859](https://github.com/passageidentity/passage-python/commit/52b6859a72e2b1122be6b1b6e7261be9bbdd2639))
* remove deprecated AppInfo code from codegen ([#127](https://github.com/passageidentity/passage-python/issues/127)) ([236c989](https://github.com/passageidentity/passage-python/commit/236c989eab8605537041c48c0b96d493ae3f31f5))
* remove deprecated methods and classes ([#126](https://github.com/passageidentity/passage-python/issues/126)) ([d4a531e](https://github.com/passageidentity/passage-python/commit/d4a531ed6f268b792b8baf3e5e4d0e1a71badb7e))
* remove deprecated PassageError ctor ([#131](https://github.com/passageidentity/passage-python/issues/131)) ([19b09ca](https://github.com/passageidentity/passage-python/commit/19b09cab2dbdcfeb6db385d505738499beff8d8f))
* remove PassageError error message prefixes ([#136](https://github.com/passageidentity/passage-python/issues/136)) ([596f743](https://github.com/passageidentity/passage-python/commit/596f7439f48094a90e47069d1c5d6a33a73fb49b))
* rename codegen user models ([#125](https://github.com/passageidentity/passage-python/issues/125)) ([7af039c](https://github.com/passageidentity/passage-python/commit/7af039c4aa7ecdbd5ff909d678424ce50ab133c1))
* update Passage ctor signature to remove deprecated args ([#132](https://github.com/passageidentity/passage-python/issues/132)) ([ac802ca](https://github.com/passageidentity/passage-python/commit/ac802cabe0595299389e7072a4fead5a473d1ffe))


### Documentation

* remove API Refernce table from the README ([#138](https://github.com/passageidentity/passage-python/issues/138)) ([1972b91](https://github.com/passageidentity/passage-python/commit/1972b91112cc81dade0e6b772e1ebbf2f5302d42))

## [2.6.0](https://github.com/passageidentity/passage-python/compare/v2.5.1...v2.6.0) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="passage-identity",
version="2.6.0",
version="3.0.0",
author="Passage by 1Password",
author_email="[email protected]",
description=(
Expand Down
Loading