Replies: 3 comments 5 replies
-
Also looking at the changes made in #6099 to the |
Beta Was this translation helpful? Give feedback.
-
@p-fruck thanks for pointing this out. The intent was not to enforce a breaking change here - that is not what we want for bugfix / patch releases. This has crept in unintentionally. I have updated the release notes for 0.13.1 to indicate the breaking change. |
Beta Was this translation helpful? Give feedback.
-
@SchrodingersGat InventTree 13.3 breaks OIDC again. There is a small typo (0.6.1 instead of 0.60.1) in the release note. The 0.60.0 release defines a new |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I noticed that the bug fix release 13.1 includes some changes that I would consider 'breaking'. Django-allauth has been updated from 0.54 to 0.59 and the library made a lot of progress during this timeframe. Notably, the CERN and Keycloak providers have been dropped in favor of OIDC and the notation of
SOCIALACCOUNT_PROVIDERS
has changed for OIDC which now uses the unifiedAPPS
structure (body of element changes too) instead of the previous customSERVERS
construct.Is it possible to add a warning to the specific release such that users are aware of the potential issue?
Beta Was this translation helpful? Give feedback.
All reactions