ripozo v1.1.0 Release Notes

Release Date: 2015-08-26 // over 8 years ago
    • ๐Ÿ› Bug fix for BasicJSONAdapter.
    • Base adapter got a format_request method that must be called by the dispatcher. This allows the adapter to appropriately reformat the request into a ripozo acceptable format.
    • Warnings raised in base adapter's format_request and format_exception since these must be implemented by the adapter in version 2.0.0
    • ๐Ÿ‘ป All adapters explicitly override format_exception and format_request
    • Fixed join_url_parts bug so that responses always return unicode objects (str type in python 3)
    • โž• Added an adapter that meets the JSON API specification <http://jsonapi.org/format/>_