Skip to content

0.3.0

Compare
Choose a tag to compare
@swistakm swistakm released this 11 Jan 12:06
· 54 commits to master since this release

New features:

  • Bulk resource creation added (see #30)
  • Support for optional contexts (see design issue, #33)

Backwards-compatible API changes:

  • All resource classes are by default non-context-aware.

Other changes:

  • Documentation cleanup and reorganisation

Notes: Starting from 0.3.0 version the implicit declarations of non-context-aware resource classes raise FutureWarning. Till 1.0.0 all resource classes should explicitly state if they are context-aware or not using the with_context class definition keyword (similar to metaclass Python 3 keyword). After 1.0.0 graceful version release all resource classes will be context-aware by default and implicit declaration will not raise any warnings. See documentation on working with falcon context objects.