Skip to content

Releases: aio-libs/multidict

v4.6.1

21 Nov 12:07
Compare
Choose a tag to compare
Release 4.6.1

v4.6.0a3

20 Nov 00:32
Compare
Choose a tag to compare
Release 4.6.0a3

v4.6.0

20 Nov 16:33
Compare
Choose a tag to compare
Release 4.6.0

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