Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@joberly joberly released this 22 Jun 18:38
2e7a0a0

Release v.1.2.0

All binaries built with Golang 1.16.5 on 2019 Intel-based MacBook Pro.

  • Updated for aws-sdk-go-v2.
  • Errors return an error code with a message instead of panicking.
  • Errors do not return any parameters so that the message may be printed without exposing parameters and their values.
  • Prevent API calls to fetch parameters by tag when no tags are specified.
  • API calls are automatically retried with a default maximum backoff time of 10 seconds.
  • Backoff time customizable by setting AWS_SSM_ENV_BACKOFF to a Golang time.Duration string for the backoff time.
  • Number of API retry attempts customizable by setting AWS_SSM_ENV_ATTEMPTS to a Golang int string for the number of attempts.
  • Documentation updates.