Skip to content

Commit

Permalink
Release 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Aug 3, 2024
1 parent ec7ebeb commit e2618b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ hide:

# Release Notes

## 3.3.5

This was missed from the release [3.3.4](#334) and it was supposed to be included.

### Added

- Native types for Esmerald transformer models/
- Hashing list internally for the signature allowing lists to be declared for OpenAPI representation.

### Changed

- Query parameters when declared as `list`, `List`, `dict` and `Dict` automatically parses the values
to the declared type.
- OpenAPI understands the native types, objects and lists (arrays).

## 3.3.4

### Added
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.4"
__version__ = "3.3.5"


from lilya import status
Expand Down

0 comments on commit e2618b7

Please sign in to comment.