Skip to content

Releases: PaddleHQ/go-aws-ssm

v0.10.0

08 Dec 11:41
f7cb5dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

08 Dec 11:25
4071b8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0 Release

16 Feb 08:17
325d6b2
Compare
Choose a tag to compare

Expose the key/value map with the parameters (#31), thanks to @rhnvrm 👏

v0.7.0 Release

20 Sep 19:25
457696c
Compare
Choose a tag to compare
  • Add the option to create a Parameter using the PutSecureParameter methods (#27 ), thanks to @ingshtrom 🚀

v0.6.0 Release

14 Aug 14:54
40470bb
Compare
Choose a tag to compare

Refactor get parameters by path call to not strict limit (#29)

v0.5.0 Release

25 Jun 17:11
3e971bd
Compare
Choose a tag to compare
  • Re-implement Read method (#23), thanks to @rlankfo 🙌

v0.4.0 Release

24 Jun 16:24
0cf8423
Compare
Choose a tag to compare
  • Add option to get a single parameter by name (#11 )
  • Update Parameter Store Costructors (#12)
  • Move build to Travis-CI (#13)
  • Update documentation (#14)

v0.3.0 Release

22 May 09:08
be5d8fb
Compare
Choose a tag to compare
  • Make Parameters more testable and not aware of aws-sdk objects

v0.2.0 Release

05 Mar 12:09
7edf1ce
Compare
Choose a tag to compare
  • Upgrade to Go 1.12

v0.1.0 Release

25 Jan 11:08
38233f1
Compare
Choose a tag to compare
  • Add ssm client that interacts with AWS Parameter Store
  • Add functionality to fetch all the parameter store entries under a give path