You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments