Skip to content

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

2.0.0

14 Nov 17:41
550bd29
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

31 Oct 20:13
a8238fa
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

15 Jul 21:03
a80551c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1...1.0.1

0.1 - WIP

15 Jul 20:32
f770d8f
Compare
Choose a tag to compare
0.1 - WIP Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/ran-isenberg/aws-lambda-env-modeler/commits/0.1