Skip to content

Releases: ran-isenberg/aws-lambda-env-modeler

3.0.0

27 Feb 15:57
db820d9

Choose a tag to compare

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 📚

Maintenance 🔧

Bug Fixes 🐛

👒 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

Full Changelog: 2.1.0...3.0.0

2.1.0

24 Nov 16:27
86ca77c

Choose a tag to compare

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

06 Sep 07:33
2092cf7

Choose a tag to compare

What's Changed

chore: improved typing on decorator by @ran-isenberg [https://github.com//pull/175]

2.0.0

14 Nov 17:41
550bd29

Choose a tag to compare

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

05 Apr 06:44
2d58df9

Choose a tag to compare

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

15 Dec 06:43
d7cba33

Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

31 Oct 20:13
a8238fa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.3 - python 3.11

28 Jul 06:04
d579f2f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

15 Jul 21:17
0720470

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

15 Jul 21:03
a80551c

Choose a tag to compare

What's Changed

Full Changelog: 0.1...1.0.1