forked from pyeve/flask-sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
54 lines (36 loc) · 1.29 KB
/
CHANGES
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
Flask-Sentinel Changelog
========================
Here you can see the full list of changes between releases.
Version 0.0.5
-------------
Not released yet
- new: token now returns the expires_in field.
Version 0.0.4
-------------
Released on 29 September, 2015.
- New: you can override the default with a custom management page.
- New: Management view optionally protected by Basic Auth username and
password.
- Docs: add example of loading settings from py module to README.
- Fix: include templates with package so manually copying them is not needed
anymore.
- Fix: Skip redis tests if redis-server is not running or connection cannot be
established to the server.
- Fix: Circular reference prevents package from running under Python 3.
Version 0.0.3
-------------
Released on 25 Jun, 2015.
- Fix: Turn implicit DEBUG mode off. Closes #4.
- Fix: Setting redis url from ConnectionPool as redis from_url method wont'
reset the connection itself (Xu Wang).
- Fix: Add Client button causes ``404 Not Found`` unless management page is
located at ``/`` (Pouyan Azari).
Version 0.0.2
-------------
Released on 06 Feb, 2015.
- Fix: Add User button causes ``404 Not Found`` unless management page is
located at ``/``. Closes #1.
Version 0.0.1
-------------
Released on 03 Feb, 2015.
- First release.