Releases: python-ellar/ellar
Releases · python-ellar/ellar
0.7.7
What's Changed
- Bump types-ujson from 5.9.0.0 to 5.10.0.20240515 by @dependabot in #213
- Bump ruff from 0.4.2 to 0.4.7 by @dependabot in #212
- Bump uvicorn[standard] from 0.29.0 to 0.30.0 by @dependabot in #211
- Bump uvicorn[standard] from 0.30.0 to 0.30.1 by @dependabot in #214
- Bump codecov/codecov-action from 4.3.0 to 4.4.1 by @dependabot in #210
- Bump mypy from 1.9.0 to 1.10.0 by @dependabot in #202
- fix: TestingModule metadata sharing during tests by @eadwinCode in #215
Full Changelog: 0.7.6...0.7.7
0.7.6
What's Changed
- Bump codecov/codecov-action from 4.1.1 to 4.3.0 by @dependabot in #207
- Bump ruff from 0.3.4 to 0.4.2 by @dependabot in #206
- Update mkdocstrings[python] requirement from <0.25.0,>=0.19.0 to >=0.19.0,<0.26.0 by @dependabot in #205
- Bump types-redis from 4.6.0.20240218 to 4.6.0.20240425 by @dependabot in #204
- Bump aiohttp from 3.9.3 to 3.9.5 by @dependabot in #203
- mypy 1.10.0 upgrade by @eadwinCode in #208
- May 22/24 patches by @eadwinCode in #209
Full Changelog: 0.7.4...0.7.6
0.7.4
What's Changed
- feat(DI): Service registration with tag by @eadwinCode in #200
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #195
- feat: Dynamic command by @eadwinCode in #201
Full Changelog: 0.7.3...0.7.4
0.7.3
What's Changed
- Bump codecov/codecov-action from 4.0.0 to 4.1.1 by @dependabot in #198
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #197
- Bump ruff from 0.3.0 to 0.3.4 by @dependabot in #196
- Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0 by @dependabot in #193
- Bump uvicorn[standard] from 0.27.1 to 0.29.0 by @dependabot in #192
- Minor Fixes by @eadwinCode in #199
Full Changelog: 0.7.2...0.7.3
0.7.2
What's Changed
- Renamed examples to samples by @eadwinCode in #188
- Update mkdocstrings[python] requirement from <0.24.0,>=0.19.0 to >=0.19.0,<0.25.0 by @dependabot in #187
- Bump types-redis from 4.6.0.20240106 to 4.6.0.20240218 by @dependabot in #186
- Bump ruff from 0.1.9 to 0.3.0 by @dependabot in #185
- Update python-multipart requirement from <0.0.7,>=0.0.5 to >=0.0.5,<0.0.10 by @dependabot in #184
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #183
- Library package dependency restructure by @eadwinCode in #189
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
What's Changed
- Bump aiohttp from 3.9.1 to 3.9.3 by @dependabot in #178
- Bump types-redis from 4.6.0.11 to 4.6.0.20240106 by @dependabot in #175
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #173
- Bump codecov/codecov-action from 3.1.4 to 4.0.0 by @dependabot in #172
- Update pytest requirement from <8.0.0,>=6.2.4 to >=6.2.4,<9.0.0 by @dependabot in #174
- moved
ellar.common.routing
core implementation toellar.core.routing
by @eadwinCode in #179 - dropped
application.install_module()
by @eadwinCode in #179 - Moved Controllers and Routers computation to happen during
@Module
processing by @eadwinCode in #179 - Renamed
ellar.openapi.open_info
toellar.openapi.api_info
by @eadwinCode in #179 - Added Session Documentation by @eadwinCode in #179
- Added OpenAPI Documentation by @eadwinCode in #179
- Starlette 0.37.1 support by @eadwinCode in #180
Breaking Changes
- dropped
application.install_module()
use ModuleSetup for Modules that need application services OPENAPIModule.setup
requires app as parameter.
Full Changelog: 0.6.8...0.7.0
0.6.8
What's Changed
- Drop file storage by @eadwinCode in #171
- Updated Ellar CLI documentation by @eadwinCode in #171
Full Changelog: 0.6.7...0.6.8
0.6.7
What's Changed
- Bug Fixes: Extra Route Args multiple field grouping by @eadwinCode in #170
Full Changelog: 0.6.6...0.6.7
0.6.6
What's Changed
- Update publish.yml by @eadwinCode in #168
- Feat: Added support for running async context manager with sync_worker by @eadwinCode in #169
Full Changelog: 0.6.4...0.6.6