Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

70 lines (53 loc) · 6.81 KB

v2.3.2 vs v2.3.1

  • [1561472] export environ as its own lib (#169) (Nick Irvine)
  • [a94b7aa] add NewS3StoreWithBucket constructor (#167) (Nick Irvine)

v2.3.1 vs v2.2.0

Features

  • [d2451a0] Addition of a NULL Backend to provide a simple way of disabling backend lookups (maartenvanderhoef)
  • [9c97bdf] Add go modules (#144) (Nick Irvine)

Analytics

  • [23f8ddb] update depdencies to use working version of analytics-go (Rob McQueen)
  • [9d49cf8] Reinstate analytics (#139) (Nick Irvine)
  • [1e7134a] Revert "Reinstate analytics (#139)" (Rob McQueen)
  • [4b62d9e] Reinstate analytics (#139) (Nick Irvine)
  • [964b9d3] Revert "Merge pull request #136 from segmentio/systmeizer/add-analytics" (Nick Irvine)
  • [1365e40] Merge pull request #136 from segmentio/systmeizer/add-analytics (Rob McQueen)
  • [47c82aa] Adding analytics for usage metrics (Rob McQueen)

Fixes

  • [0317aaf] Remove extra history entry for the current parameter version (#157) (Michael F Booth)
  • [cf28a31] Fix missing history and failed reads beyond secret version 50 (#158) (Michael F Booth)
  • [304fdba] hotfix for broken build introduced by #95 also gofmt (Nick Irvine)
  • [c82e7fc] added list sorting options (#95) (Bryce Hendrix)
  • [4fb5cd8] Fix 2 typos (Joseph Herlant)
  • [28b12a8] Quote environment variables. (#150) (Joshua Carp)
  • [2fd07a7] Handle errors in secret store constructors. (#135) (Joshua Carp)
  • [7b5f2b8] Use built-in pagination instead of loops. (#121) (Joshua Carp)
  • [7f09043] remove debug line (Rob McQueen)

v2.2.0 vs v2.1.1

deb/rpm packaging, circle 2.0

  • [f08dc82] add pointer to Installation wiki page (#132) (Nick Irvine)
  • [b8363c1] Add deb/rpm packages (#129) (Nick Irvine)
  • [1f9b223] add missing govendor sync (Nick Irvine)
  • [b38f851] move circle config to the right place 🤦 (Nick Irvine)
  • [07d0605] Circle 2.0 (#125) (Nick Irvine)
  • [e743d3b] Add chamber-$(VERSION).sha256sums generation (#126) (Nick Irvine)

Global -verbose flag

  • [e61fff1] Fix flag shorthand conflict. (#134) (Joshua Carp)
  • [c9f8f68] Print env var keys on exec with global -v flag (Yarek Tyshchenko)

Experimental s3 backend

  • [53ad806] fix writing keys for new services: (Daniel Fuentes)
  • [3d34550] remove default bucket (Daniel Fuentes)
  • [ff5fb8f] cleanup getStore() (Daniel Fuentes)
  • [67ef9eb] set retries when creating session (Daniel Fuentes)
  • [bf4dbb4] Make secret backend configurable (Daniel Fuentes)
  • [dcb44cf] add some backend performance benchmarks (Daniel Fuentes)
  • [928e1c6] add S3Store implementation: (Daniel Fuentes)
  • [d1a43b5] move session creation out of SSMStore constructor for reuse (Daniel Fuentes)
  • [b4edc16] update readme to remove default bucket (Daniel Fuentes)
  • [576b28a] add note in the readme about s3 backend (Daniel Fuentes)

Fixes

  • [d9c77ea] Support Variable Depths and improve regex (#118) (Gonzalo Peci)
  • [29a1f2b] Merge pull request #122 from jmcarp/bail-out-pagination (Rob McQueen)
  • [d76fdd1] Return original error on reading parameter. (#124) (Joshua Carp)
  • [0134e37] Stop paginating after finding a matching parameter. (Joshua Carp)
  • [e8febaa] Update CHAMBER_NO_PATHS example in README (John Boggs)