Skip to content

Releases: dhth/ecsv

v1.4.1

01 Mar 10:47
Compare
Choose a tag to compare

This release includes a bug fix and some improvements related to concurrency.

Fixed

  • Logic for determining if versions are different in scenarios where one or more envs are missing

Changed

  • Add an upper bound to maximum number of concurrent fetches (will reduce the chances of getting rate limited by AWS)

Changelog

  • 7f4cdd4 build: dependency upgrades
  • 59c3904 chore: limit max num of concurrent fetches (#73)
  • 5d2e93f fix: version equality checking (#72)

v1.4.0

14 Feb 16:50
Compare
Choose a tag to compare

v1.40

Added

  • Show task definition registration time for each version
  • Allow configuring html title via --html-title

Changed

  • Go and dependency upgrades

Changelog

  • c8ef45f build: upgrade go to 1.24.0
  • 405f608 build: upgrade go, dependencies
  • 8401ef1 chore: change dependabot schedule to monthly [no ci]
  • eafe1a8 feat: allow configuring html title via a flag
  • f63ebc6 feat: show registered at time for task def

v1.3.1

07 Jan 18:24
Compare
Choose a tag to compare

Changelog

  • 97368db build: dependency upgrades
  • 5af965b build: upgrade dependencies
  • 9ea0ff1 build: upgrade go version and deps
  • 2bfa15f chore: dependency upgrades
  • c6f52ca chore: version upgrades
  • a6fbef7 feat: add --style flag

v1.3.0

20 Aug 16:22
f1124f7
Compare
Choose a tag to compare

Changes

  • 🆕 - a new feature
  • 🔄 - change in behaviour

  • 🆕 - Tabular output using -f table
  • 🔄 - Config file default location on darwin changed to ~/Library/Application Support/ecsv/ecsv.yml

Changelog

v1.2.2

22 Jun 08:55
Compare
Choose a tag to compare

Changelog

  • b442744 build: dependency upgrades

v1.2.1

19 Mar 14:28
Compare
Choose a tag to compare

Changelog

  • 3afc482 fix: handle missing env entries for html, plaintext

v1.2.0

18 Mar 11:58
Compare
Choose a tag to compare

Changelog

  • bcac294 feat: allow user provided HTML templates

v1.1.0

17 Mar 23:38
Compare
Choose a tag to compare

Changelog

  • d961bf6 feat: declutter generated html

v1.0.0

17 Mar 22:50
Compare
Choose a tag to compare

Changelog

  • 91fca49 refactor!: generalize aws config source

v0.5.0

17 Mar 20:38
Compare
Choose a tag to compare

Changelog

  • e465a8a feat: add support for assuming roles