-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
44 lines (38 loc) · 1.47 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
Sippy Cup Changelog
===================
Version 0.6.0
-------------
- use SIPPYCUP_SCRIPT_NAME_BASE when generating PATH_INFO
- switch to a docker-compose based development environment
- clean up Makefile
- clean up CI config
- implement SAM in demo CloudFormation template for demo app
Version 0.5.4
-------------
- use case insensitive search for Content-Type header in request event
- added a test to ensure POST requests work as expected
Version 0.5.3
-------------
- fix a bug where a TypeError is always raised when no stage variables are
defined
Version 0.5.2
-------------
- fixed a bug where QUERY_STRING was initialized as None instead of an empty
string. This would break things like Flask's request.args.get('something')
if no query params were in the request
Version 0.5.1
-------------
- added support / workaround for setting multiple cookies
Version 0.5
-----------
- added support for Python 3.6 (Thanks to PJ Santoro! -
https://github.com/abigperson/)
- use API Gateway's resource path when configuring WSGI environment's
SCRIPT_NAME and PATH_INFO in order to support nested resources
- hide accountId in demo app
- added CloudFormation template to provision AWS resources required for
setting up demo app
- support for specifying SCRIPT_NAME so that redirection and URL generation
work as expected when base path mapping is being used in API Gateway. This
is done by setting a stage variable named SIPPYCUP_SCRIPT_NAME_BASE. See
README for additional details.