Skip to content

Releases: fastapi/asyncer

0.0.17

21 Feb 16:35

Choose a tag to compare

Internal

  • 👷 Fix CI, prevent CI from trying to build asyncer-slim. PR #480 by @tiangolo.

0.0.15

20 Feb 17:32

Choose a tag to compare

Breaking Changes

Internal

0.0.14

16 Feb 19:03

Choose a tag to compare

Internal

0.0.13

11 Feb 15:25

Choose a tag to compare

Docs

  • 📝 Update management-tasks.md to be in line with management-tasks.md in FastAPI repo. PR #462 by @YuriiMotov.
  • 📝 Add contribution instructions about LLM generated code and comments and automated tools for PRs. PR #449 by @alejsdev.
  • 🐛 Fix copy button in custom.js. PR #448 by @alejsdev.

Internal

0.0.12

26 Dec 12:04

Choose a tag to compare

Breaking Changes

Docs

  • 📝 Update code examples to Python 3.9. PR #442 by @YuriiMotov.
  • 📝 Relax the warnings as I have been using Asyncer in production for a while (and other teams as well). PR #424 by @tiangolo.

Internal

  • ⬆️ Use prek as a pre-commit alternative. PR #437 by @YuriiMotov.
  • 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR #435 by @YuriiMotov.
  • 👷 Run Smokeshow always, even on test failures. PR #434 by @YuriiMotov.
  • 🔥 Remove Material for MkDocs Insiders extra files. PR #432 by @tiangolo.

0.0.11

01 Dec 18:11

Choose a tag to compare

Fixes

  • 📝 Add sniffio dependency to project requirements. PR #421 by @jujumilk3.

Docs

  • 📝 Update docs to use markdown-include-variants. PR #419 by @YuriiMotov.
  • 💅 Update CSS to explicitly use emoji font. PR #420 by @tiangolo.

Internal

0.0.10

20 Oct 16:27

Choose a tag to compare

Upgrades

Internal

0.0.9

01 Oct 12:31
93296c9

Choose a tag to compare

Fixes

  • 👽️ Ensure compatibility with AnyIO 4.11.0. PR #381 by @svlandeg.

Docs

  • 🩺 Take the GH badge only from pushes to the main branch. PR #284 by @svlandeg.

Internal

Read more

0.0.8

24 Aug 23:14

Choose a tag to compare

Refactors

  • ♻️ Deprecate asyncify(cancellable=True) in favor of asyncify(abandon_on_cancel=True), following AnyIO 4.1.0. PR #202 by @tiangolo.
  • ♻️ Import anyio.from_thread and anyio.to_thread explicitly. PR #201 by @tiangolo.
  • ♻️ Update asyncify to wrap the function with functools.wraps like the other functions. PR #84 by @Gowee.

Docs

  • 📝 Add docs references to FastAPI's docs on virtual environments and new contributing guide. PR #200 by @tiangolo.
  • 📝 Add docs about repo management and team. PR #184 by @tiangolo.

Internal

0.0.7

30 Apr 06:23

Choose a tag to compare

Internal

In the future Asyncer can include the standard default recommended packages, and asyncer-slim can come without those recommended standard packages and with a group of optional dependencies asyncer-slim[standard], equivalent to asyncer, for those that want to opt out of those packages.