Skip to content

Commit 2b0660b

Browse files
committed
chore: version bump 4.8.2
1 parent fccb5c5 commit 2b0660b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ license-files = ["LICENSE"]
5555
name = "social-auth-core"
5656
readme = "README.md"
5757
requires-python = ">=3.10"
58-
version = "4.8.1"
58+
version = "4.8.2"
5959

6060
[project.optional-dependencies]
6161
all = [

0 commit comments

Comments
 (0)