python-httpbin/python-httpbin.changes

79 lines
2.9 KiB
Plaintext

-------------------------------------------------------------------
Sun Nov 12 17:31:47 UTC 2017 - arun@gmx.de
- update to version 0.6.2:
* Add back fake cookie and make requiring it conditional
* Change base Dockerfile from Python 2 to Python 3
- changes from version 0.6.1:
* Revert "chunked encoding"
* uuid4
- changes from version 0.6.0:
* chunked encoding
* Allow all methods on /anything
* Update dockerfile
* each 'id' attribute should only appear once
* Split and strip qop.
* Add test for wrong password and expired (reused) nonce value
* Add test to verify „stale after” scenario
* Refactor digest_auth test to be able add missing test cases in
next commits
* Improve when stale is reported
* Move stale functionality to main digest url
* Add new location where digest authentication reports stale of
nonce
* Add /anything route
* add POST to methods kwarg
* Flask-Common
* Mention that "stream-bytes" uses chunked encoding
* Adding an etag URL for testing If-Match and If-None-Match logic
* fix Content-Length header value for /range endpoint
* Total-Route-Time
* hide x-request-id #342
* get_ipaddr
* use gevent
* add sentry to httpbin application
* fine, 3.4 for whatever reason
* update tox
* Update README.md
* simplify readme
* remove links to http2bin, since it's down
* migrate to pipfile
* Brotli content-encoding renamed to 'br'.
* Add basic do-almost-nothing Brotli endpoint test
* Add a Brotli endpoint.
* don't specify gunicorn workers
* update python version
* Add missing endpoints to README
* README: add a note that /status/code supports multiple codes
* status/code: return 400 on invalid status code
* Correct display of endpoints
* Clarify image endpoints
* Use Response.data with older Werkzeug versions
* should return content-length when requesting range, and that
content-length should be the range specified in the url (i.e.,
range/1024 has length 1024)
* Check numbytes parameter before initial delay
* Add test for drip with invalid numbytes parameter
* Fix divide by zero error in drip
* Encode HA2() string parameters 'method', 'uri' and 'H(entityBody)'
* Minor refactoring of _test_digest_auth
* Update comments, minor fixes
* Enable test cases for Digest auth requests with or without body
* Add test for different combinations of digest auth parameters
* Check response status code in
test_digest_auth_with_wrong_password()
* Add test implementation for Digest authentication
* Pass algorithm parameter to H()
* remove unused variable `form` from `helpers.get_dict` (#304)
* advertise HTTP/2 mirror (#303)
* use io.open() for long_description from file (#299)
* Set GUNICORN_WORKERS by environment variable.
* Add basic Dockerfile.
-------------------------------------------------------------------
Tue Apr 4 17:56:34 UTC 2017 - jmatejek@suse.com
- initial commit as test requirement for python-requests