Skip to content

Releases: emmett-framework/emmett

Emmett 2.4.12

31 Oct 11:46
Compare
Choose a tag to compare

Patch release

Changes since 2.4.11:

  • fix regression bug with h11 protocol and uvicorn 0.19

Emmett 2.4.11

28 Oct 10:32
Compare
Choose a tag to compare

Patch release

Changes since 2.4.10:

  • allow installs on Python 3.11

Emmett 2.4.10

23 May 08:00
Compare
Choose a tag to compare

Patch release

Changes since 2.4.9:

  • fix regression bug on Model.save causing re-processing of hashed contents in fields

Emmett 2.4.9

19 Apr 15:43
Compare
Choose a tag to compare

Patch release

Changes since 2.4.8:

  • fix regression bug preventing ORM Model.new calls to success in case of explicit nullified relations

Emmett 2.4.8

12 Apr 17:31
Compare
Choose a tag to compare

Patch release

Changes since 2.4.7:

  • fix regression bug preventing ORM Row objects to be pickled due to relations

Emmett 2.4.7

11 Apr 16:35
Compare
Choose a tag to compare

Patch release

Changes since 2.4.6:

  • relax h11 dependency to enhance 3rd party compatibility

Emmett 2.4.6

11 Apr 16:08
Compare
Choose a tag to compare

Patch release

Changes since 2.4.5:

  • ensure Row relations attributes typing across all operations
  • update uvicorn and http stack dependencies

Emmett 2.4.5

11 Mar 16:43
Compare
Choose a tag to compare

Patch release

Changes since 2.4.4:

  • fix regression bug preventing ORM Row objects to be pickled due to relations
  • fix regression bug in ORM adapter patches with NoSQLAdapter

Emmett 2.4.4

06 Mar 18:17
Compare
Choose a tag to compare

Patch release

Changes since 2.4.3:

  • fix regression bug preventing ORM Row objects to be pickled in certain conditions
  • align Request.client behaviour to ASGI standard

Emmett 2.4.3

08 Feb 16:57
Compare
Choose a tag to compare

Patch release

Changes since 2.4.2:

  • fix regression bug in testing client preventing correct response cloning