You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [UNRELEASED]
8
8
9
+
### Added
10
+
11
+
* Support for `BearerTokenAuth`.
12
+
9
13
### Removed
10
14
11
15
* Drop support for Python 3.8
12
16
13
17
## 0.28.1 (6th December, 2024)
14
18
15
19
* Fix SSL case where `verify=False` together with client side certificates.
16
-
20
+
17
21
## 0.28.0 (28th November, 2024)
18
22
19
23
Be aware that the default *JSON request bodies now use a more compact representation*. This is generally considered a prefered style, tho may require updates to test suites.
0 commit comments