-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
120 lines (91 loc) · 2.29 KB
/
CHANGELOG
File metadata and controls
120 lines (91 loc) · 2.29 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Version 2.2.5:
Update 2.2.4
- Add django.core.serializers.json.DjangoJSONEncoder on Response content serialization in order to provide
out-of-the-box JSON serialization of complex objects such as datetime, Decimal, et cetera
Version 2.2.4:
Update 2.2.3
- Fixed token memory leaking when calling callback response
Version 2.2.3:
Update 2.2.2
- Fixed possible memory leaking across requests from the same name_space
Version 2.2.2:
Update 2.2.1
- Update django from 2.2.9 to 2.2.12
Version 2.2.1:
Update 2.2.0
- Bug fix in rinzler.__init__.py
Version 2.2.0:
Update 2.1.1
- Added response callback
Version 2.1.1:
Update 2.1.0
- Added "long_description_content_type" in setup.py
Version 2.1.0:
Update 2.0.7
- Bump Django from 2.1.2 to 2.2.9
Version 2.0.7:
Update 2.0.7
- Removed __str__ over write in exceptions/__init__.py
Version 2.0.6:
Update 2.0.6
- Added Failed Dependency Excpetion 424
- Added Precondition Required Exception 428
- Added I'm a teapot Exception 418 :D
Version 2.0.5:
Update 2.0.5
- PyYAML vulnerability correction
Version 2.0.4:
Update 2.0.4
- Add build meta-info
- Lock dependencies version
Version 2.0.3:
Update 2.0.3
In response to issue #11
Version 2.0.0:
Update 2.0.0
Rinzler 2.0 release
Version 1.23.0:
Update 1.23.0
Add support for Sentry.io log monitor.
Version 1.22.0:
Update 1.21.0
Add support to HTTP errors 401 and 405
Version 1.21.0:
Update 1.21.0
Enhance http errors handling
Version 1.20.3:
Update 1.20.3
Initialization correction
Version 1.20.0:
Update 1.20.0
Memory leak correction
Version 1.19.0:
Update 1.19.0
NotFoundException created
Version 1.18.1:
Update 1.18.1
General enhancement for performance and stability purposes.
Version 1.17.0:
Update 1.17.0
Melhorias na minificação da resposta JSON
Version 1.16.1:
Update v1.16.1
Adição do método PATCH no header access-control-allow-methods
Version 1.16.0:
Update v1.16.0
Adição de suporte ao método HTTP PATCH
Version 1.15.2:
Update v1.15.2
Adição do sistema de log
Version 1.12.0:
Update v1.12.0
Adição de documentação
Version 1.11.2:
Update v1.11.2
Correção de BUG MONSTRUOSO em rinzler.core.router.Router
Version 1.11.1:
Update v1.11.1
Correção de bug na resolução das chamadas em rinzler.core.router.Router
Version 1.11.0:
Update v1.11.0
Criação do Response Object e alteração na manipulação da response