File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 4.8.2] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.2 ) - 2025-12-18
9+
10+ ### Changed
11+
12+ - The timeout parameter can be again configured
13+ - Refactored HTTP authentication code
14+ - Loosened some type checks for better downstream compatibility
15+ - ` ID_KEY ` is now configurable
16+ - Improved token expiry validation
17+ - Additional OIDC parameters are now supported
18+ - Improved refresh token logic
19+ - Extended type annotations
20+ - String RelayState in SAML is again supported
21+ - Better handle OpenID exceptions
22+
23+ ### Removed
24+
25+ - itembase backend
26+ - nk backend
27+ - OAuth1 backend for Yahoo
28+ - * Do you see more backends where matching service is no longer available? Tell us to help identify unused code.*
29+
830## [ 4.8.1] ( https://github.com/python-social-auth/social-core/releases/tag/4.8.1 ) - 2025-10-09
931
1032### Changed
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ license-files = ["LICENSE"]
5555name = " social-auth-core"
5656readme = " README.md"
5757requires-python = " >=3.10"
58- version = " 4.8.1 "
58+ version = " 4.8.2 "
5959
6060[project .optional-dependencies ]
6161all = [
You can’t perform that action at this time.
0 commit comments