Skip to content

Release version: 1.98.0

Compare
Choose a tag to compare
@aws-sam-cli-bot aws-sam-cli-bot released this 03 Oct 18:54
· 592 commits to master since this release
2597047

What's Changed

  • Fix handling of non-json-deserializable response from RIE by @hawflau in #5881
  • chore(deps): bump jsonpickle from 3.0.1 to 3.0.2 in /requirements by @dependabot in #5879
  • chore(deps): bump websocket-client from 1.6.1 to 1.6.2 in /requirements by @dependabot in #5835
  • chore(deps-dev): bump mypy from 1.4.1 to 1.5.1 in /requirements by @dependabot in #5810
  • chore(deps): bump the types group in /requirements with 2 updates by @dependabot in #5882
  • chore(deps-dev): bump black from 22.6.0 to 23.7.0 in /requirements by @dependabot in #5833
  • chore(deps-dev): bump ruff from 0.0.285 to 0.0.287 in /requirements by @dependabot in #5894
  • chore(deps): bump cfn-lint from 0.79.7 to 0.79.9 in /requirements by @dependabot in #5895
  • chore(deps): bump pytz from 2023.3 to 2023.3.post1 in /requirements by @dependabot in #5892
  • chore(deps-dev): update pytest requirement from ~=7.4.0 to ~=7.4.1 in /requirements by @dependabot in #5893
  • chore: update aws-sam-translator to 1.74.0 by @github-actions in #5874
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5890
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #5887
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5897
  • chore(deps): bump setuptools from 68.1.2 to 68.2.0 in /requirements by @dependabot in #5899
  • chore(deps-dev): bump filelock from 3.12.2 to 3.12.3 in /requirements by @dependabot in #5878
  • chore(deps-dev): bump coverage from 7.2.7 to 7.3.1 in /requirements by @dependabot in #5900
  • chore(deps-dev): update pytest requirement from ~=7.4.1 to ~=7.4.2 in /requirements by @dependabot in #5907
  • chore(deps-dev): bump the types group in /requirements with 1 update by @dependabot in #5898
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5906
  • chore(deps-dev): bump black from 23.7.0 to 23.9.1 in /requirements by @dependabot in #5914
  • chore(deps): bump websocket-client from 1.6.2 to 1.6.3 in /requirements by @dependabot in #5915
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5913
  • fix(tests): Clean up test data folder between runs by @lucashuy in #5925
  • chore(deps-dev): bump ruff from 0.0.287 to 0.0.288 in /requirements by @dependabot in #5921
  • chore(deps): bump cfn-lint from 0.79.9 to 0.79.10 in /requirements by @dependabot in #5919
  • Update feature request issue template by @tim-finnigan in #5926
  • feat: Add --save-params option by @Leo10Gama in #5808
  • fix the hanging problem in windows if the terraform plan command failed by @moelasmar in #5909
  • chore(deps-dev): bump ruff from 0.0.288 to 0.0.289 in /requirements by @dependabot in #5928
  • chore(deps): bump setuptools from 68.2.0 to 68.2.2 in /requirements by @dependabot in #5930
  • feat: Add integration tests to --save-params by @Leo10Gama in #5842
  • fix: copy resource metadata before normalizing the information in it by @mndeveci in #5904
  • chore(deps): bump cfn-lint from 0.79.10 to 0.79.11 in /requirements by @dependabot in #5934
  • chore(deps-dev): bump filelock from 3.12.3 to 3.12.4 in /requirements by @dependabot in #5935
  • chore(deps): bump the boto group in /requirements with 6 updates by @dependabot in #5936
  • chore(deps): bump the boto group in /requirements with 5 updates by @dependabot in #5937
  • chore(deps): bump rich from 13.5.2 to 13.5.3 in /requirements by @dependabot in #5946
  • chore: update aws_lambda_builders to 1.38.0 by @github-actions in #5949
  • chore(deps): bump jsonschema from 4.17.3 to 4.19.0 in /requirements by @dependabot in #5827
  • chore(deps): bump typing-extensions from 4.7.1 to 4.8.0 in /requirements by @dependabot in #5947
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5952
  • chore(deps): bump zipp from 3.16.2 to 3.17.0 in /requirements by @dependabot in #5953
  • feat: update SAM CLI with latest App Templates commit hash by @github-actions in #5957
  • fix: Pin base image version by @mildaniel in #5959
  • chore(deps-dev): bump ruff from 0.0.289 to 0.0.290 in /requirements by @dependabot in #5945
  • chore: update aws-sam-translator to 1.75.0 by @github-actions in #5960
  • chore(deps): bump cryptography from 41.0.3 to 41.0.4 in /requirements by @dependabot in #5963
  • chore(deps): bump the boto group in /requirements with 4 updates by @dependabot in #5961
  • chore(deps): bump cookiecutter from 2.1.1 to 2.3.0 in /requirements by @dependabot in #5834
  • chore: bump version to 1.98.0 by @hawflau in #5965
  • chore(deps): bump jsonschema from 4.19.0 to 4.19.1 in /requirements by @dependabot in #5970
  • fix: Invoke stderr stream missing stack trace by @mildaniel in #5972
  • feat: update SAM CLI with latest App Templates commit hash by @github-actions in #5984
  • fix: gracefully handle when git executable can't be found by @mndeveci in #5988
  • chore(deps): bump cfn-lint from 0.80.2 to 0.80.3 in /requirements by @dependabot in #5978
  • chore(deps-dev): bump ruff from 0.0.290 to 0.0.291 in /requirements by @dependabot in #5980
  • chore(deps): bump the boto group in /requirements with 5 updates by @dependabot in #5989
  • feat: Support Lambda shared test events by @valerena in #5998
  • fix: Fix integration tests for remote test events by @valerena in #6002

New Contributors

Full Changelog: v1.97.0...v1.98.0

Hashes:

Filename SHA256
aws-sam-cli-1.98.0.sierra.bottle.tar.gz 66508e65f08f88addf808d8d8635c12b4f8e387516bf0a738afbe3014ba5d627
AWS_SAM_CLI_64_PY3.msi 095fa2742f6cf51a3586b9f5aa867eb9e67c976a2410605054274a699ef44997
aws-sam-cli-linux-x86_64.zip 807095974f7c98d9061907302c5adceac7adf7b8957aad04040fc2acf8d6f552
aws-sam-cli-linux-x86_64.zip.sig abf1f48904fd57b561324fbca7864f4048d4772eafcd6ff01ab96e6c14b0b09d
aws-sam-cli-macos-x86_64.pkg 8eab4e83f7b1862413ec2c9deefcf085f459603b22d435845daf428bea49d5ed
aws-sam-cli-macos-arm64.pkg 401480ad9ccf3bdf4298b7111e22babbb4fafaf336f60eabdd1735dd1a43fce7