* Add DynamoDBEncoder that subclasses DecimalEncoder and additionally encodes sets as lists.
1.0.3
* Modify call_to_json function by checking whether the response contains body.
1.0.2
* Add exception logging for failed imports.
1.0.1
* Expose http_endpoint on NeigbourEndpoint class.
1.0.0
* Release version with major braking changes. * Consistent naming for imports. * Unit tests to cover all functions and classes. * Add neighbour endpoint. * General code improvements and cleanup.
0.0.16
* Fix logging imports. * Add logging of exception tracebacks to exception_middleware. * Add logging about HTTP requests. * Set request scheme for parent API Gateway urls depending on current protocol.