Skip to content

Commit 7dcefdc

Browse files
authored
Update release-notes.md
1 parent 448ae74 commit 7dcefdc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/release-notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.7.0
2+
## What's Changed
3+
* Bump aiohttp from 3.9.1 to 3.9.3 by @dependabot in https://github.com/python-ellar/ellar/pull/178
4+
* Bump types-redis from 4.6.0.11 to 4.6.0.20240106 by @dependabot in https://github.com/python-ellar/ellar/pull/175
5+
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in https://github.com/python-ellar/ellar/pull/173
6+
* Bump codecov/codecov-action from 3.1.4 to 4.0.0 by @dependabot in https://github.com/python-ellar/ellar/pull/172
7+
* Update pytest requirement from <8.0.0,>=6.2.4 to >=6.2.4,<9.0.0 by @dependabot in https://github.com/python-ellar/ellar/pull/174
8+
* moved `ellar.common.routing` core implementation to `ellar.core.routing` by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
9+
* dropped `application.install_module()` by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
10+
* Moved Controllers and Routers computation to happen during `@Module` processing by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
11+
* Renamed `ellar.openapi.open_info` to `ellar.openapi.api_info` by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
12+
* Added Session Documentation by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
13+
* Added OpenAPI Documentation by @eadwinCode in https://github.com/python-ellar/ellar/pull/179
14+
* Starlette 0.37.1 support by @eadwinCode in https://github.com/python-ellar/ellar/pull/180
15+
16+
## Breaking Changes
17+
* dropped `application.install_module()` use [ModuleSetup](https://python-ellar.github.io/ellar/basics/dynamic-modules/) for Modules that need application services
18+
* `OPENAPIModule.setup` requires app as parameter.
19+
20+
21+
**Full Changelog**: https://github.com/python-ellar/ellar/compare/0.6.8...0.7.0
22+
123
# 0.6.8
224
## What's Changed
325
* Drop file storage by @eadwinCode in https://github.com/python-ellar/ellar/pull/171

0 commit comments

Comments
 (0)