Skip to content

Commit f71dd5f

Browse files
committed
Release plain-oauth 0.36.0
1 parent e858f53 commit f71dd5f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

plain-oauth/plain/oauth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# plain-oauth changelog
22

3+
## [0.36.0](https://github.com/dropseed/plain/releases/plain-oauth@0.36.0) (2025-11-14)
4+
5+
### What's changed
6+
7+
- The `related_name="oauth_connections"` parameter has been removed from the `user` ForeignKey field, requiring explicit reverse relationship descriptors on user models ([a4b6309](https://github.com/dropseed/plain/commit/a4b6309))
8+
9+
### Upgrade instructions
10+
11+
- If `user.oauth_connections` was in use, a `oauth_connections: types.ReverseForeignKey[OAuthConnection] = types.ReverseForeignKey(to="plainoauth.OAuthConnection", field="user")` will be required on your `User` model
12+
313
## [0.35.0](https://github.com/dropseed/plain/releases/plain-oauth@0.35.0) (2025-11-13)
414

515
### What's changed

plain-oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.oauth"
3-
version = "0.35.0"
3+
version = "0.36.0"
44
description = "Let users log in with OAuth providers."
55
authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)