Chalice

Latest version: v1.31.0

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 15

1.0.0

=====

* enhancement:rest-api:Change default API Gateway stage name to ``api``
(`431 <https://github.com/awslabs/chalice/pull/431>`__)
* enhancement:local:Add support for ``CORSConfig`` in ``chalice local``
(`436 <https://github.com/awslabs/chalice/issues/436>`__)
* enhancement:logging:Propagate ``DEBUG`` log level when setting ``app.debug``
(`386 <https://github.com/awslabs/chalice/issues/386>`__)
* feature:rest-api:Add support for wildcard routes and HTTP methods in ``AuthResponse``
(`403 <https://github.com/awslabs/chalice/issues/403>`__)
* bugfix:policy:Fix bug when analyzing list comprehensions
(`412 <https://github.com/awslabs/chalice/issues/412>`__)
* enhancement:local:Update ``chalice local`` to use HTTP 1.1
(`448 <https://github.com/awslabs/chalice/pull/448>`__)

1.0.0b2

<http://chalice.readthedocs.io/en/latest/upgrading.html#v1-0-0b2>`__
for more detailed information about upgrading to this release.

Note: to install this beta version of chalice you must specify
``pip install 'chalice>=1.0.0b2,<2.0.0'`` or
use the ``--pre`` flag for pip: ``pip install --pre chalice``.

* enhancement:local:Set env vars from config in ``chalice local``
(`396 <https://github.com/awslabs/chalice/issues/396>`__)
* bugfix:packaging:Fix edge case when building packages with optional c extensions
(`421 <https://github.com/awslabs/chalice/pull/421>`__)
* enhancement:policy:Remove legacy ``policy.json`` file support. Policy files must
use the stage name, e.g. ``policy-dev.json``
(`430 <https://github.com/awslabs/chalice/pull/540>`__)
* bugfix:deployment:Fix issue where IAM role policies were updated twice on redeploys
(`428 <https://github.com/awslabs/chalice/pull/428>`__)
* enhancement:rest-api:Validate route path is not an empty string
(`432 <https://github.com/awslabs/chalice/pull/432>`__)
* enhancement:rest-api:Change route code to invoke view function with kwargs instead of
positional args
(`429 <https://github.com/awslabs/chalice/issues/429>`__)

1.0.0b1

<http://chalice.readthedocs.io/en/latest/upgrading.html#v1-0-0b1>`__
for more detailed information about upgrading to this release.

Note: to install this beta version of chalice you must specify
``pip install 'chalice>=1.0.0b1,<2.0.0'`` or
use the ``--pre`` flag for pip: ``pip install --pre chalice``.


* bugfix:rest-api:Fix unicode responses being quoted in python 2.7
(`262 <https://github.com/awslabs/chalice/issues/262>`__)
* feature:event-source:Add support for scheduled events
(`390 <https://github.com/awslabs/chalice/issues/390>`__)
* feature:event-source:Add support for pure lambda functions
(`390 <https://github.com/awslabs/chalice/issues/400>`__)
* feature:packaging:Add support for wheel packaging.
(`249 <https://github.com/awslabs/chalice/issues/249>`__)

0.10.1

======

* bugfix:deployment:Fix deployment issue for projects deployed with versions
prior to 0.10.0
(`387 <https://github.com/awslabs/chalice/issues/387>`__)
* bugfix:policy:Fix crash in analyzer when encountering genexprs and listcomps
(`263 <https://github.com/awslabs/chalice/issues/263>`__)

0.10.0

======

* bugfix:deployment:Fix issue where provided ``iam_role_arn`` was not respected on
redeployments of chalice applications and in the CloudFormation template
generated by ``chalice package``
(`339 <https://github.com/awslabs/chalice/issues/339>`__)
* bugfix:config:Fix ``autogen_policy`` in config being ignored
(`367 <https://github.com/awslabs/chalice/pull/367>`__)
* feature:rest-api:Add support for view functions that share the same view url but
differ by HTTP method
(`81 <https://github.com/awslabs/chalice/issues/81>`__)
* enhancement:deployment:Improve deployment error messages for deployment packages that are
too large
(`246 <https://github.com/awslabs/chalice/issues/246>`__,
`330 <https://github.com/awslabs/chalice/issues/330>`__,
`380 <https://github.com/awslabs/chalice/pull/380>`__)
* feature:rest-api:Add support for built-in authorizers
(`356 <https://github.com/awslabs/chalice/issues/356>`__)

0.9.0

=====

* feature:rest-api:Add support for ``IAM`` authorizer
(`334 <https://github.com/awslabs/chalice/pull/334>`__)
* feature:config:Add support for configuring ``lambda_timeout``, ``lambda_memory_size``,
and ``tags`` in your AWS Lambda function
(`347 <https://github.com/awslabs/chalice/issues/347>`__)
* bugfix:packaging:Fix vendor directory contents not being importable locally
(`350 <https://github.com/awslabs/chalice/pull/350>`__)
* feature:rest-api:Add support for binary payloads
(`348 <https://github.com/awslabs/chalice/issues/348>`__)

Page 13 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.