Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 742 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 742 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.3] - 2021-05-27

Changed

  • Updated README and release pipeline for GitHub.

[1.1.2] - 2021-05-27

Changed

  • Updated the logic gate to determine if the code is running in a container or Lambda. It now uses AWS_LAMBDA_FUNCTION_NAME instead of AWS_EXECUTION_ENV since AWS_LAMBDA_FUNCTION_NAME isn't always set which caused issues when using this package in a Lambda layer.
  • Updated pipeline only publish package. It no longers updates the patch number.