Skip to content

Releases: autometrics-dev/am

v0.6.0

02 Nov 14:15
be007e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Sep 12:56
204a480
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

04 Sep 12:56
5e793b6
Compare
Choose a tag to compare

If you are using the Docker container, then please update it to autometrics/am.

The images in fiberplane/am will not be updated anymore (including latest). Any new version will only be uploaded to autometrics/am (starting with v0.4.1). The binary in v0.4.1 should be the same as v0.4.0.

What's Changed

  • Change organization name for the Docker image by @hatchan in #133

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Aug 15:07
fcc74c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.4.0

v0.3.0

24 Aug 14:06
Compare
Choose a tag to compare

What's Changed

  • calculate sha256sum in the release workflow by @mellowagain in #101
  • Add display name and use clap-markdown fork by @keturiosakys in #103
  • Cherry-pick v0.2.1 into main by @hatchan in #107
  • Add 'publish to brew tap' job by @keturiosakys in #108
  • add updater by @mellowagain in #102
  • update hermit-abi to non-yanked version by @mellowagain in #110
  • Add trigger for CLI reference update in docs by @keturiosakys in #111
  • pass correct listen address to prometheus and pushgateway by @mellowagain in #112
  • Workflow fixes and tweaks by @hatchan in #109
  • store prometheus config in unique temporary location by @mellowagain in #113
  • add init sub command to create a config interactively by @mellowagain in #117
  • add dockerfile and release docker container workflow by @mellowagain in #118

Full Changelog: v0.2.0...v0.3.0

v0.2.1

24 Jul 13:42
5e2be00
Compare
Choose a tag to compare

What's Changed

  • Do not crash if the default am.toml was not found by @hatchan in #106

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jul 12:37
1981535
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0: Initial release

27 Jun 13:51
4b33aad
Compare
Choose a tag to compare

What's Changed

  • Initial version by @hatchan in #1
  • Missing push by @hatchan in #3
  • Use new modules layout by @hatchan in #15
  • Instead of only copying the prometheus binary, simply extract everything by @hatchan in #17
  • Add code owners files for automatic review request functionality by @hatchan in #18
  • Add more flexible endpoints parser by @hatchan in #21
  • Add support for only passing in the port for a metric endpoint by @hatchan in #26
  • check endpoint for 2xx status code on am start by @mellowagain in #25
  • Remove checking for the latest version and just use a hardcoded version by @hatchan in #27
  • verify checksums on prometheus download by @mellowagain in #30
  • Load CSS and JS files with a cache-busting param (temp solution) by @brettimus in #31
  • Significant refactor of downloading and verifiying archive by @hatchan in #32
  • add progress bars by @mellowagain in #29
  • propagate errors from tokio::tasks and make am windows compatible by @mellowagain in #36
  • Alright fine undo the cloudflare cachebusting madness by @brettimus in #33
  • Use svg favicon in index.html by @brettimus in #38
  • Add markdown reference generator by @keturiosakys in #39
  • print out details on startup by @mellowagain in #41
  • Update readme by @hatchan in #48
  • Add support for pushgateway by @hatchan in #42
  • Multiple quality of life improvements by @hatchan in #50
  • Various tweaks by @hatchan in #54
  • add release workflow by @mellowagain in #56
  • give write permission to attach artifacts workflow by @mellowagain in #57
  • small readme update and screenshot by @mies in #55
  • fix file name for release workflow by @mellowagain in #58
  • Update README.md by @mies in #59

New Contributors

Full Changelog: https://github.com/autometrics-dev/am/commits/v0.1.0