Also see: Architect changelog
Hello (again)! This release is a nearly complete rewrite of architect-functions
, bringing it up to date with all the latest in Architect land, and broadly expanding its functionality. Extensive docs can be found here.
Huge thanks to @lpetre for all his work getting this package in tip-top shape!
- Added
arc.http.res
method (with built-in session support) andarc.http.parse_body
helper - DynamoDB + JWE session support (fully compatible with Node.js's
@architect/functions
sessions) - Added
arc.events.parse
andarc.queues.parse
methods - Added
arc.ws.api
,arc.ws.info
, andarc.ws.close
methods
- Breaking change:
arc.reflect()
is nowarc.services()
- Internal change: unit test suite
- Added caching to improve performance of
arc.services()
calls - Added caching to improve performance of instantiating
arc.tables
clients - Dev version of this package can now be found at https://test.pypi.org/project/architect-functions/
arc.services()
now recursively paginates; thanks @bardbachmann!- Fixed (or added) proper Sandbox support for everything