Skip to content

Releases: aio-libs/multidict

v4.6.0a2

19 Nov 21:08
Compare
Choose a tag to compare
Release 4.6.0a2

multidict 4.5.2 bugfix release

28 Nov 13:41
Compare
Choose a tag to compare

Fixes another memory leak introduced by 4.5.0 release.

aiohttp client API leaked memory with multidict 4.5.0-4.5.1, the release fixes it.

Changes

  • Fix another memory leak introduced by 4.5.0 release #307

multidict 4.5.1 bugfix release

22 Nov 12:06
Compare
Choose a tag to compare

The release fixes a very serious memory leak introduced by 4.5.0 release.

Upgrade from 4.5.0 to 4.5.1 is highly recommended.

Changes

  • Fix a memory leak introduced by 4.5.0 release #306

v4.5.0

19 Nov 22:20
8e4275d
Compare
Choose a tag to compare

4.5.0 (2018-11-19)

  • Multidict views ported from Cython to C extension (#275)

multidict 4.4.2 release

18 Sep 22:31
Compare
Choose a tag to compare

Changes

  • Restore Python 3.4 support (#289)

multidict 4.4.1 release

17 Sep 09:28
Compare
Choose a tag to compare

Changes

  • Fix type annotations (#283)

  • Allow to install the library on systems without compilation toolset
    (#281)

multidict 4.3.0 release

06 May 13:58
Compare
Choose a tag to compare

Changes

  • Fix pep 484 stub file

multidict 4.2.0 release

15 Apr 16:03
Compare
Choose a tag to compare

No new features but the library provides typing information for tools like mypy (see https://www.python.org/dev/peps/pep-0561/ for details.)

4.2.0 (2018-01-15)

  • Publish py.typed flag for type hinting analyzers (mypy etc).

multidict 4.1.0 release

28 Jan 08:10
Compare
Choose a tag to compare

Change

  • Fix key casing in Pure Python implementation of
    :py:class:CIMultiDict (:pr:202)

multidict 4.0.0 release

28 Jan 08:09
Compare
Choose a tag to compare

Changes

  • Accept multiple keys in :py:meth:MultiDict.update and
    :py:meth:CIMultiDict.update (:pr:199)