Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump falcon from 1.3.0 to 3.1.0 #15

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2022

Bumps falcon from 1.3.0 to 3.1.0.

Release notes

Sourced from falcon's releases.

3.1.0

This release contains several refinements to request validation and error handling, along with some tweaks to response handling for static and downloadable files.

Due to popular demand, TestClient and ASGIConductor now expose convenience shorthand aliases for the simulate_* methods, i.e., simulate_get() is now also available as get(), etc.

Some important bugs were also fixed to ensure applications properly clean up response streams and do not hang when reading request bodies that are streamed using chunked transfer encoding.

This release also adds support for CPython 3.10 and deprecates CPython 3.6.

3.1.0rc3

Changes: falcon.readthedocs.io/en/latest/changes/3.1.0.html

3.1.0rc2

Changes: https://falcon.readthedocs.io/en/latest/changes/3.1.0.html

3.0.1

This is a minor point release to take care of a couple of bugs that we did not catch for 3.0.0.

Fixed

  • The api_helpers module was re-added, since it was renamed to app_helpers (and effectively removed) without announcing a corresponding breaking change. This module is now considered deprecated, and will be removed in a future Falcon version. (#1902)
  • ASGI HTTP headers were treated as UTF-8 encoded, not taking the incompatibility with WSGI and porting of WSGI applications into consideration. This was fixed, and ASGI headers are now decoded and encoded as ISO-8859-1. (#1911)

Contributors to this Release

Many thanks to those who contributed to this bugfix release:

3.0.0

We are pleased to present Falcon 3.0, a major new release that includes ASGI-based asyncio and WebSocket support, fantastic multipart/form-data parsing, better error handling, enhancements to existing features, and the usual assortment of bug fixes.

Thanks to @​CaselIT we also now provide native cythonized wheels for common platforms via GitHub Actions!

A sincere thank you to our incredible group of 38 contributors who submitted pull requests for this release, as well as to all those who generously provided financial support to the project. Over the years we like to think that our little framework has had a positive impact on the Python community, and has even helped nudge the state of the art forward. And it is all thanks to our amazing supporters and contributors.

👉 3.0.0 on PyPI 👉 Changelog 👉 multipart/form-data 👉 ASGI Tutorial

3.0.0rc3

https://pypi.org/project/falcon/3.0.0rc3

3.0.0rc2

rc2 just includes a few documentation tweaks and GH Actions fixes since rc1.

... (truncated)

Changelog

Sourced from falcon's changelog.

Release Manager's Guide

Release Process:

  1. Bump version and update tag.
  2. Update changelog and render towncrier fragments.
  3. Release beta or rc.
  4. Run benchmark and check for regressions.
  5. Review and edit doc changes since the last release for clarity and consistency.
  6. Publish final version and add a release note.
  7. Run benchmark and update falconframework.org with latest numbers.
  8. Announce the new version in Gitter channels and on the socials.

Bump version and update tag

Modify falcon/version.py if it has not been updated since the previous release. Examine the rendered changelog to determine the appropriate SEMVER field to modify.

Update changelog filename in pyproject.toml to suit.

Update the build tag in setup.cfg under [egg_info] for pre-release builds, or remove it (leaving it blank as in tag_build = ) for a final releases.

Update changelog and render towncrier fragments

If a changelog RST has not yet been created, add one under docs/changes using the following template, and update the summary and changes to supported platforms to suit:

Changelog for Falcon 3.0.1
==========================
Summary
This is a minor point release to take care of a couple of bugs that we did
not catch for 3.0.0.
Changes to Supported Platforms

CPython 3.10 is now fully supported. ([#1966](https://github.com/falconry/falcon/issues/1966) <https://github.com/falconry/falcon/issues/1966>__)
Support for Python 3.6 is now deprecated and will be removed in Falcon 4.0.
As with the previous release, Python 3.5 support remains deprecated and will
no longer be supported in Falcon 4.0.

.. towncrier release notes start
</tr></table>

... (truncated)

Commits
  • 33c8450 chore: release 3.1.0 final
  • 0f7be6e docs: fix up sphinx tabs 🌚 (#2045)
  • 294d434 chore: bump tag to rc3
  • 78db88a chore(create-wheels): stop building wheels for 3.5
  • 395c773 chore(docs): pin sphinx-tabs until we figure out dark mode (#2042)
  • a41f5c0 chore(version): bump to rc2
  • ed22ff9 chore(wheel): attempt to fix some issues found in 3.1.0rc1 build (#2040)
  • 9a0088f docs(changes): fix a broken class link in 3.1.0 notes (#2038)
  • f2de3bd chore: prep for 3.1.0 release (#2036)
  • 89a615a docs(media): add an example for using a custom JSON encoder (#2035)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [falcon](https://github.com/falconry/falcon) from 1.3.0 to 3.1.0.
- [Release notes](https://github.com/falconry/falcon/releases)
- [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md)
- [Commits](falconry/falcon@1.3.0...3.1.0)

---
updated-dependencies:
- dependency-name: falcon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #22.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/falcon-3.1.0 branch November 28, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants