Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.33 KB

CHANGELOG.rst

File metadata and controls

36 lines (31 loc) · 1.33 KB

CHANGELOG

Next Release (TBD)

  • Add support for input content types besides application/json (#96)
  • Allow ChaliceViewErrors to propagate, so that API Gateway can properly map HTTP status codes in non debug mode (#113)

0.1.0

  • Require virtualenv as a package dependency. (#33)
  • Add --profile option when creating a new project (#28)
  • Add support for more error codes exceptions (#34)
  • Improve error validation when routes containing a trailing / char (#65)
  • Validate duplicate route entries (#79)
  • Ignore lambda expressions in policy analyzer (#74)
  • Print original error traceback in debug mode (#50)
  • Add support for authenticate routes (#14)
  • Add ability to disable IAM role management (#61)