Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Releases: bruth/restlib2

Encoding Issue

15 Oct 00:32
Compare
Choose a tag to compare

Bugs

  • #9 - Decodes the body as UTF-8 before deserializing into the specified Content-Type

Hotfix for 0.4.1

03 Apr 16:22
Compare
Choose a tag to compare

The setup.py file has been updated to ensure the six package is at least version 1.4.0.

No Content Required

14 Mar 19:49
Compare
Choose a tag to compare

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

14 Mar 17:32
Compare
Choose a tag to compare

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

07 Aug 19:33
Compare
Choose a tag to compare

Inherited parameter fields were being overwritten.

Param class

28 Jul 23:17
Compare
Choose a tag to compare

The Parametizer now supports defining restlib2.params.Param instances which provide additional definition and customization for a parameter.

No Case-sensitive Statuses

28 Jul 23:02
Compare
Choose a tag to compare
0.3.7

0.3.7 Release

Content-Length Coercion

28 Jul 23:01
Compare
Choose a tag to compare
0.3.6

0.3.6 Release

Status and Content

28 Jul 23:00
Compare
Choose a tag to compare
0.3.5

0.3.5 Release

No param defaults

28 Jul 22:59
Compare
Choose a tag to compare
0.3.4

0.3.4 Release