This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
Releases: bruth/restlib2
Releases · bruth/restlib2
Encoding Issue
Hotfix for 0.4.1
The setup.py file has been updated to ensure the six package is at least version 1.4.0.
No Content Required
Fix is a small release that removes the need to explicitly pass content in Resource.render
. In addition all responses will be checked for whether they do not contain content and will have their status code set to 204 No Content
if the following conditions are met:
- The status code is
200 OK
- The content is empty
- The response does not contain a
Content-Disposition
header
See #7 for details
Python 3 Support
Features
- Python 3 support
Enhancements
- Param cleaning error messages are now propagated in raised exceptions or log calls
Changes
- Remove deprecated
param_cleaners
Parametizer Inheritance Fix
Inherited parameter fields were being overwritten.
Param class
The Parametizer
now supports defining restlib2.params.Param
instances which provide additional definition and customization for a parameter.
No Case-sensitive Statuses
0.3.7 0.3.7 Release
Content-Length Coercion
0.3.6 0.3.6 Release
Status and Content
0.3.5 0.3.5 Release
No param defaults
0.3.4 0.3.4 Release