forked from jbalogh/django-multidb-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
41 lines (31 loc) · 979 Bytes
/
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
CHANGELOG
=========
Version 0.10
------------
- Run tests for Django 2.2.x, Django 3.x, Python 3.5 through 3.9
- Drop support for Django 1.x and 2.1
- Drop support for Python 2.7
- Add support for setting 'Secure', 'HttpOnly', and 'SameSite' attributes on cookie sent by PinningRouterMiddleware
Version 0.9
-----------
- Deprecate master/slave terminology and switch to replica. #44
- Fix bug and warn when REPLICA_DATABASES is not defined. #39
- Drop support of Python 3.4. #43 etc
- Confirm support of Python 3.7
- Drop support of Django 1.8
- Drop support of Django 1.10
- Confirm support of Django 2.0
- Confirm support of Django 2.1
Version 0.8
-----------
- Dropped support for Python 3.3
- Added support for modern django MIDDLEWARE setting, keeping
backwards-compatibility
Version 0.7
-----------
- Added support for Django up to 1.11
- Dropped official support for Django 1.7 and lower
Version 0.6
-----------
- Support for Django 1.7
- Support for Python 3