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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Except for `requests_auth.testing`, only direct access via `requests_auth.` was considered publicly exposed. This is now explicit, as inner packages are now using private prefix (`_`).
15
15
If you were relying on some classes or functions that are now internal, feel free to open an issue.
16
16
-`requests_auth.JsonTokenFileCache` and `requests_auth.TokenMemoryCache``get_token` method does not handle kwargs anymore, the `on_missing_token` callable does not expect any arguments anymore.
17
+
-`requests_auth.JsonTokenFileCache` does not expose `tokens_path` or `last_save_time` attributes anymore and is also allowing `pathlib.Path` instances as cache location.
18
+
-`requests_auth.TokenMemoryCache` does not expose `forbid_concurrent_cache_access` or `forbid_concurrent_missing_token_function_call` attributes anymore.
17
19
18
20
### Fixed
19
21
- Type information is now provided following [PEP 561](https://www.python.org/dev/peps/pep-0561/).
0 commit comments