Releases: fedej/aio-rom
Releases · fedej/aio-rom
v0.1.7
What's Changed
- upgrade dependencies by @fedej in #130
- Bump supercharge/redis-github-action from 1.5.0 to 1.8.0 by @dependabot in #131
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #118
- Update ci.yml by @fedej in #117
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Bump actions/setup-python from 2 to 3 by @dependabot in #49
- Bump typing-extensions from 4.0.1 to 4.1.1 by @dependabot in #52
- Bump dependencies and change eq arg type by @fedej in #67
- Bump actions/checkout from 2 to 3 by @dependabot in #53
- Bump actions/cache from 2 to 3.0.1 by @dependabot in #59
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #61
- Bump github/codeql-action from 1 to 2 by @dependabot in #62
- Bump codecov/codecov-action from 2.1.0 to 3.1.0 by @dependabot in #63
- Bump flake8-comprehensions from 3.8.0 to 3.10.0 by @dependabot in #69
- Bump actions/setup-python from 3 to 4 by @dependabot in #70
- Bump mypy from 0.950 to 0.961 by @dependabot in #71
- Bump flake8-bugbear from 22.4.25 to 22.7.1 by @dependabot in #74
- Switch tests to pytest by @fedej in #77
- Upgrade dependencies by @fedej in #85
- Bump flake8-comprehensions from 3.10.0 to 3.10.1 by @dependabot in #88
- Bump flake8-bugbear from 22.10.25 to 22.10.27 by @dependabot in #87
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #81
- Use redis-py by @fedej in #89
- update ci matrix - 3.11 by @fedej in #86
- Improve some functions by @fedej in #78
- Better support for lazy references by @fedej in #90
- Poetry -> hatch+pip-tools by @fedej in #98
- Upgrade redis & mypy by @fedej in #114
- Bump codecov/codecov-action from 3.1.1 to 3.1.3 by @dependabot in #112
- Bump supercharge/redis-github-action from 1.4.0 to 1.5.0 by @dependabot in #104
Full Changelog: v0.1.5...v0.1.6
v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Remove mypy plugin and metaclass by @fedej in #43
- Bump mypy from 0.930 to 0.931 by @dependabot in #38
- Bump pytest-asyncio from 0.16.0 to 0.17.2 by @dependabot in #44
- Collections serialization by @fedej in #47
- Bump black from 21.12b0 to 22.1.0 by @dependabot in #46
- Bump bandit from 1.7.1 to 1.7.2 by @dependabot in #45
Full Changelog: 0.1.2...v0.1.3
Release 0.1.2
What's Changed
- Handle default values in model fields by @fedej in #17
- pypy support by @fedej in #18
- Bump typing-extensions from 3.10.0.0 to 3.10.0.2 by @dependabot in #20
- Bump codecov/codecov-action from 2.0.2 to 2.1.0 by @dependabot in #22
- Bump pytest from 6.2.4 to 6.2.5 by @dependabot in #21
- Bump black from 21.7b0 to 21.9b0 by @dependabot in #23
- Bump pytest-asyncio from 0.15.1 to 0.16.0 by @dependabot in #24
- Bump flake8 from 3.9.2 to 4.0.1 by @dependabot in #25
- Bump black from 21.9b0 to 21.10b0 by @dependabot in #26
- Bump typing-extensions from 3.10.0.2 to 4.0.1 by @dependabot in #28
- Bump black from 21.10b0 to 21.12b0 by @dependabot in #30
- No pregenerated serializer per field by @fedej in #31
- Bump supercharge/redis-github-action from 1.2.0 to 1.3.0 by @dependabot in #32
- Bump mypy from 0.920 to 0.930 by @dependabot in #33
- Bump aioredis from 1.3.1 to 2.0.0 by @dependabot in #16
- add bandit and flake plugins by @fedej in #34
- Refine collections by @fedej in #36
- Bump supercharge/redis-github-action from 1.3.0 to 1.4.0 by @dependabot in #35
- Test collections by @fedej in #41
- Add async_* collection methods by @fedej in #42
Full Changelog: 0.1.1...0.1.2
Release 0.1.1
Added mypy plugin and renamed package
Release v0.1.0
Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#13) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.5.2...v2.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release v0.0.9
Fix lazy collections and empty strings
Release v0.0.8
Some ModelCollection bugs fixed