Skip to content

Commit 80af5dd

Browse files
committed
chore(main): release 3.0.0
1 parent f8dccdd commit 80af5dd

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## [3.0.0](https://github.com/passageidentity/passage-python/compare/v2.6.0...v3.0.0) (2025-01-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* change language type to be more strict in magic link options ([#137](https://github.com/passageidentity/passage-python/issues/137))
11+
* remove deprecated PassageError ctor ([#131](https://github.com/passageidentity/passage-python/issues/131))
12+
* remove deprecated AppInfo code from codegen ([#127](https://github.com/passageidentity/passage-python/issues/127))
13+
* update Passage ctor signature to remove deprecated args ([#132](https://github.com/passageidentity/passage-python/issues/132))
14+
* remove deprecated methods and classes ([#126](https://github.com/passageidentity/passage-python/issues/126))
15+
* rename codegen user models ([#125](https://github.com/passageidentity/passage-python/issues/125))
16+
17+
### Features
18+
19+
* 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))
20+
* export all models from passageidentity ([#133](https://github.com/passageidentity/passage-python/issues/133)) ([872ba81](https://github.com/passageidentity/passage-python/commit/872ba818feb62e5cf7be09052eb0430bf6513b6e))
21+
* 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))
22+
* 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))
23+
* remove deprecated AppInfo code from codegen ([#127](https://github.com/passageidentity/passage-python/issues/127)) ([236c989](https://github.com/passageidentity/passage-python/commit/236c989eab8605537041c48c0b96d493ae3f31f5))
24+
* remove deprecated methods and classes ([#126](https://github.com/passageidentity/passage-python/issues/126)) ([d4a531e](https://github.com/passageidentity/passage-python/commit/d4a531ed6f268b792b8baf3e5e4d0e1a71badb7e))
25+
* remove deprecated PassageError ctor ([#131](https://github.com/passageidentity/passage-python/issues/131)) ([19b09ca](https://github.com/passageidentity/passage-python/commit/19b09cab2dbdcfeb6db385d505738499beff8d8f))
26+
* remove PassageError error message prefixes ([#136](https://github.com/passageidentity/passage-python/issues/136)) ([596f743](https://github.com/passageidentity/passage-python/commit/596f7439f48094a90e47069d1c5d6a33a73fb49b))
27+
* rename codegen user models ([#125](https://github.com/passageidentity/passage-python/issues/125)) ([7af039c](https://github.com/passageidentity/passage-python/commit/7af039c4aa7ecdbd5ff909d678424ce50ab133c1))
28+
* 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))
29+
530
## [2.6.0](https://github.com/passageidentity/passage-python/compare/v2.5.1...v2.6.0) (2024-12-12)
631

732

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="passage-identity",
12-
version="2.6.0",
12+
version="3.0.0",
1313
author="Passage by 1Password",
1414
author_email="[email protected]",
1515
description=(

0 commit comments

Comments
 (0)