-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG
67 lines (39 loc) · 1.26 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Changelog
All notable changes to this project will be documented in this file.
## [2.3.1] - 2024-10-23
- Catch UnicodeDecodeError in middleware [fixes #61]
## [2.3] - 2023-11-14
- Add Django 5.0 to build matrix
- Add Python 3.12 to build matrix
No code changes.
## [2.2] - 2023-11-14
- Add support for searching in admin by JWT [fixes #59]
- Add support for disabling logging on a per-view basis [fixes #55]
## [2.1] - 2022-11-09
- Add Python 3.11 support
## [1.0] - 2022-02-07
- Add Django 4.0 and Python 3.10 support
- Add `RequestToken.tokenise` method
## [0.15] - 2021-06-24
- Add support for non-default user PK fields (e.g. uuid) - thanks @timomeara
- Add `increment_used_count` method.
## [0.14] - 2021-04-14
### Removed
- Logging of token use errors - this has never worked
- Custom 403_TEMPLATE use (and setting)
## [0.12] - 2020-08-17
No functional changes - just updating classifiers and CI support.
### Added
- Add Django 3.1 support
- Add Django master to CI build matrix
## [0.10] - 2020-01-26
### Added
- Add `isort` and `black` formatting
- Add `pylint` and `flake8` linting
- Add type hints and `mypy` checks
- Add pre-commit config
### Changed
- Replace pipenv with poetry
### Deprecated
- Django 1.11, 2.0, 2.1
- Python 3.6