Releases: ran-isenberg/aws-lambda-env-modeler
Releases · ran-isenberg/aws-lambda-env-modeler
3.0.0
Breaking Changes
Python 3.9 support has been removed. This library now requires Python 3.10 or later. If you are still using Python 3.9, please upgrade your Python version or pin to version 2.1.0.
What's Changed
Documentation 📚
- docs: add release yaml to improve release notes by @ran-isenberg in #230
Maintenance 🔧
- chore: remove python 3.9 support and remove docker dev requirement for docs lint, replace mkdocs by @ran-isenberg in #226
- chore: add pr label workflow by @ran-isenberg in #229
- chore: add llm.txt and update deps by @ran-isenberg in #225
Bug Fixes 🐛
- fix: fix gh pages release by @ran-isenberg in #227
- fix: github sha deploy pages by @ran-isenberg in #228
👒 Dependencies
- chore(deps): Bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #204
- chore(deps): Bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in #205
- chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #206
- chore(deps): Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 by @dependabot[bot] in #207
- chore(deps): Bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in #208
- chore(deps): Bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #212
- chore(deps): Bump astral-sh/setup-uv from 7.1.5 to 7.1.6 by @dependabot[bot] in #209
- chore(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #211
- chore(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #210
- chore(deps): Bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #213
- chore(deps): Bump github/codeql-action from 4.31.9 to 4.31.10 by @dependabot[bot] in #215
- chore(deps): Bump astral-sh/setup-uv from 7.1.6 to 7.2.0 by @dependabot[bot] in #216
- chore(deps): Bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #218
- chore(deps): Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #217
- chore(deps): Bump github/codeql-action from 4.31.10 to 4.31.11 by @dependabot[bot] in #219
- chore(deps): Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 by @dependabot[bot] in #220
- chore(deps): Bump astral-sh/setup-uv from 7.2.1 to 7.3.0 by @dependabot[bot] in #221
- chore(deps): Bump github/codeql-action from 4.31.11 to 4.32.2 by @dependabot[bot] in #222
- chore(deps): Bump github/codeql-action from 4.32.2 to 4.32.3 by @dependabot[bot] in #223
- chore(deps): Bump github/codeql-action from 4.32.3 to 4.32.4 by @dependabot[bot] in #224
Other Changes
- chore: update deps by @ran-isenberg in #214
Full Changelog: 2.1.0...3.0.0
2.1.0
What's Changed
- chore(deps): Bump astral-sh/setup-uv from 6.6.1 to 6.7.0 by @dependabot[bot] in #180
- chore(deps): Bump github/codeql-action from 3.30.1 to 3.30.3 by @dependabot[bot] in #179
- chore(deps): Bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #181
- chore(deps): Bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #187
- chore(deps): Bump astral-sh/setup-uv from 6.7.0 to 6.8.0 by @dependabot[bot] in #188
- chore(deps): Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #189
- chore(deps): Bump astral-sh/setup-uv from 6.8.0 to 7.1.0 by @dependabot[bot] in #190
- chore(deps): Bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #191
- chore(deps): Bump astral-sh/setup-uv from 7.1.0 to 7.1.1 by @dependabot[bot] in #193
- chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #196
- chore(deps): Bump astral-sh/setup-uv from 7.1.1 to 7.1.2 by @dependabot[bot] in #195
- chore(deps): Bump github/codeql-action from 4.30.8 to 4.31.0 by @dependabot[bot] in #194
- chore(deps): Bump astral-sh/setup-uv from 7.1.2 to 7.1.3 by @dependabot[bot] in #198
- chore(deps): Bump github/codeql-action from 4.31.0 to 4.31.3 by @dependabot[bot] in #199
- chore(deps): Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #200
- chore(deps): Bump github/codeql-action from 4.31.3 to 4.31.5 by @dependabot[bot] in #201
- chore(deps): Bump astral-sh/setup-uv from 7.1.3 to 7.1.4 by @dependabot[bot] in #202
- feature: support Python 3.14 by @ran-isenberg in #203
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
chore: improved typing on decorator by @ran-isenberg [https://github.com//pull/175]
2.0.0
Python 3.13 support and 3.8 deprecation!
What's Changed
- chore(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #69
- chore(deps): Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #70
- chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #72
- chore(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in #71
- chore(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #73
- chore(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in #74
- chore(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #75
- chore(deps): Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in #78
- chore(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.1 by @dependabot in #79
- chore(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #77
- chore: update deps by @ran-isenberg in #80
- chore(deps): Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #81
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #83
- chore(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #82
- chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #84
- chore(deps): Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #85
- chore(deps): Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #86
- chore(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #87
- chore(deps): Bump github/codeql-action from 2.22.11 to 3.25.15 by @dependabot in #88
- chore(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #89
- chore(deps): Bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #90
- chore(deps): Bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in #91
- chore(deps): Bump github/codeql-action from 3.26.2 to 3.26.5 by @dependabot in #92
- chore(deps): Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #93
- chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #94
- chore(deps): Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #95
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #96
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by @dependabot in #97
- chore(deps): Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #98
- chore(deps): Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #99
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot in #100
- deps: update by @ran-isenberg in #101
- chore(deps): Bump github/codeql-action from 3.26.8 to 3.26.10 by @dependabot in #102
- chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #103
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot in #104
- chore(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #106
- chore(deps): Bump github/codeql-action from 3.26.10 to 3.26.11 by @dependabot in #105
- chore(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #107
- chore(deps): Bump github/codeql-action from 3.26.11 to 3.26.13 by @dependabot in #109
- chore(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #108
- chore(deps): Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #110
- chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #111
- chore(deps): Bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #112
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #113
- chore(deps): Bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #114
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #115
- feature: add python 3.13 support by @ran-isenberg in #116
Full Changelog: 1.0.7...2.0.0
1.0.7 - disable cache for testing purposes
What's Changed
New Feature
- feature: allow to disable lru_caching when needed in testing context by @ran-isenberg in #68
See documentation for full details
Updates:
- chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #53
- chore(deps): Bump github/codeql-action from 2 to 3 by @dependabot in #52
- chore(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in #54
- chore(deps): Bump actions/upload-artifact from 4.1.0 to 4.2.0 by @dependabot in #55
- chore(deps): Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in #56
- chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in #57
- chore(deps): Bump codecov/codecov-action from 3.1.5 to 4.0.1 by @dependabot in #58
- chore(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #59
- chore(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #60
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #61
- chore(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #62
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #63
- chore(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #64
- chore(deps): Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #66
- chore(deps): Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #65
Full Changelog: 1.0.6...1.0.7
1.0.6 - Python 3.12 support
What's Changed
- chore: move to ruff by @ran-isenberg in #48
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #49
- chore(deps): Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #50
- feature: support python 3.12 by @ran-isenberg in #51
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- chore(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #33
- chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #37
- chore(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #38
- chore: updade deps by @ran-isenberg in #39
- Update README.md by @ran-isenberg in #40
- chore(deps): Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #41
- chore(deps): Bump ossf/scorecard-action from 2.2.0 to 2.3.0 by @dependabot in #42
- chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #43
- chore(deps): Bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in #44
- chore: poetry update by @ran-isenberg in #45
- fix: allow handlers with keyword arguments by @heitorlessa in #47
New Contributors
- @heitorlessa made their first contribution in #47
Full Changelog: 1.0.4...1.0.5
1.0.3 - python 3.11
What's Changed
- Update README.md by @ran-isenberg in #21
- chore(deps): Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.8 by @dependabot in #22
- chore(deps-dev): Bump types-cachetools from 5.3.0.5 to 5.3.0.6 by @dependabot in #24
- chore(deps-dev): Bump types-requests from 2.31.0.1 to 2.31.0.2 by @dependabot in #26
- chore: updare deps by @ran-isenberg in #27
- feature: support python 3.11 by @ran-isenberg in #28
- docs: Update README.md by @ran-isenberg in #29
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- fix: package build by @ran-isenberg in #19
- fix: version number by @ran-isenberg in #20
Full Changelog: 1.0.1...1.0.2