Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 23, 2024
1 parent cf68701 commit 38e8fb6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ hide:

# Release Notes

## 2.7.1

### Added

- `settings_module` as replacement for `settings_config`.
- Deprecation warning for `settings_config` in favour of `settings_module` parameter.

### Changed

- Added improvements to the scaffold generated ny `esmerald createproject` in the tests.
- Added extra origin type for when a MsgSpec Struct is passed in the payload of a handler.

### Fixed

- OpenAPI Tags not loading from top down if handler had `tags=None`.
- TestClient to allow passing pluggables inside `create_client`.

## 2.7.0

### Changed
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__ = "2.7.0"
__version__ = "2.7.1"


from starlette import status
Expand Down

0 comments on commit 38e8fb6

Please sign in to comment.