Releases: kodemore/kink
Releases · kodemore/kink
0.8.1
What's Changed
- Fix injection with cache wrapper against pydantic object by @moria97 in #61
- Bugfix: @Inject was not resolving all arguments when used with kwargs by @rspnijones in #66
- Update outtdated pipeline by @dkraczkowski in #67
New Contributors
- @moria97 made their first contribution in #61
- @rspnijones made their first contribution in #66
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- Fix: Protocol support by @jarey in #54
- Update version and dependencies by @dkraczkowski in #55
- Drop support for python 3.7
New Contributors
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Support optional types injection by @dkraczkowski in #47
- Improve typehinting by @dkraczkowski in #48
Full Changelog: 0.6.7...0.7.0
0.6.7
What's Changed
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #41
- Update README.md - fix fat finger by @tubaman in #44
- issue #42 support aliasing of factory service by @ijessen-mitll in #43
New Contributors
- @dependabot made their first contribution in #41
- @tubaman made their first contribution in #44
- @ijessen-mitll made their first contribution in #43
Full Changelog: 0.6.6...0.6.7
0.6.6
What's Changed
- FastAPI integration documentation by @szymon6927 in #33
- issue#37 Allow None as a service value by @dkraczkowski in #39
New Contributors
- @szymon6927 made their first contribution in #33
Full Changelog: 0.6.5...0.6.6
0.6.5
What's Changed
- #27 - Fix for mypy @Inject linting by @dkraczkowski in #28
Full Changelog: 0.6.4...0.6.5
0.6.4
What's Changed
- well-typed inject for suggestions by @patrykmor in #25
- #24 - Fix problem with forward refernces by @dkraczkowski in #26
New Contributors
- @patrykmor made their first contribution in #25
Full Changelog: 0.6.3...0.6.4
0.6.3
Full Changelog: 0.6.2...0.6.3
0.6.2
Supress mypy problems caused by strict annotations
0.6.1
Added py.typed for PEP 561 compatibility.