Skip to content

Releases: auguwu/ume

v4.0.4: Not Found

28 May 14:34
Compare
Choose a tag to compare

πŸ› Fixes

  • ARM64 builds for ume should be included (@auguwu)

✨ Dependency Updates

Kind Name From To By
GitHub Action taiki-e/cache-cargo-install-action v1 v2 @renovate-bot in #201
Rust crate mimalloc v0.1.39 v0.1.41 @renovate-bot in #198
Rust crate aws-sdk-s3 v1.23.0 v1.31.0 @renovate-bot in #199, #209, #215, #218, #219, #221, #235, #237
Rust crate serde v1.0.198 v1.0.203 @renovate-bot in #202, #208, #216, #222, #244
Rust crate remi v0.7.0 v0.8.0 @renovate-bot in #203, @auguwu in commit b8716419
Rust crate remi-fs v0.7.0 v0.8.0 @renovate-bot in #205, @auguwu in commit b8716419
Rust crate remi-s3 v0.7.0 v0.8.0 @renovate-bot in #207, @auguwu in commit b8716419
Rust crate remi-gridfs v0.7.0 v0.8.0 @renovate-bot in #206, @auguwu in commit b8716419
Rust crate remi-azure v0.7.0 v0.8.0 @auguwu in commit b8716419

Full Changelog: 4.0.3...4.0.4

v4.0.3: Forbidden

19 Apr 03:20
Compare
Choose a tag to compare

βž• Additions

  • Added configuring the data storage driver with system environment variables if UME_STORAGE_SERVICE was 'gridfs' (@auguwu)

Full Changelog: 4.0.2...4.0.3

v4.0.2

23 Feb 21:46
Compare
Choose a tag to compare

πŸ› Fixes

  • Do not panic when UME_STORAGE_S3_ENFORCE_PATH_ACCESS_STYLE or UME_STORAGE_S3_ENABLE_SIGNER_V4_REQUESTS don't exist or include invalid UTF-8
  • Do not panic when UME_STORAGE_AZURE_EMULATOR_PORT doesn't exist or includes invalid UTF-8

v4.0.1

22 Feb 23:39
Compare
Choose a tag to compare

βž• Additions

  • Added basic OpenTelemetry support, which will report all tracing::Spans. This only supports OpenTelemetry collector.
  • Added support for copying all uploaded images with the ume screenshot that is supported on Windows, macOS, and Linux. You can disable this from the --no-copy or UME_NO_COPY=1 environment variable

πŸ› Fixes

  • Fixed from erroring when ume screenshot cannot upload to a Ume server for some reason.
  • Fix regression when parsing UME_TRACING_OTEL_LABELS. in v4.0.0, it'll just loop indefinitely, in v4.0.1, it'll skip invalid strings and parse key=value.
  • Fixed issues when no uploader_key was specified. It should generate and use that random one instead of an empty string.

v4.0.0

21 Feb 00:54
Compare
Choose a tag to compare

this is literally my 19th try and im sorry if i keep spamming, i hate ci so much

This is the v4 release of ume that supports the local filesystem, Amazon S3, and Azure Blob Storage so you don't need to rely on MongoDB GridFS!

Migration

Migration is easy as updating the environment variables:

  • AUTH to UME_UPLOADER_KEY

and updating DB and DB_URL in ume.hcl:

storage "gridfs" {
  database = "<whatever $DB was>"
  bucket = "<bucket name to use, defaults to the db name>"
  client_options {
    hosts = ["<whatever $DB_URL was>"]
  }
}

Full Changelog: 3.3.0...4.0.0

3.3.0

09 Mar 02:47
87fd749
Compare
Choose a tag to compare

Additions

  • Added Cache-Control headers to <url>/images/[id].[type]

Dependency Changes

  • Update golangci/golangci-lint-action action to v3 by @renovate in #69
  • Update actions/setup-go action to v3 by @renovate in #70
  • Update actions/checkout action to v3 by @renovate in #71

Full Changelog: 3.2.4...3.3.0

3.2.4

29 Jan 02:06
Compare
Choose a tag to compare

hey! my birthday but

...

fuck goreleaser so far :(

Full Commit History: 3.2.3...3.2.4

3.2.3

29 Jan 01:45
Compare
Choose a tag to compare

what the fuck is wrong with goreleaser??????????????????????????????????

Full Commit History: 3.2.2...3.2.3

3.2.2

29 Jan 01:25
Compare
Choose a tag to compare

Fixes

  • Container from erroring because bash wasn't installed

Full Commit History: 3.2.1...3.2.2

3.2.1

28 Jan 22:48
Compare
Choose a tag to compare

Fixes

  • Fix the Dockerfile generated for goreleaser.

Full Commit History: 3.2.0...3.2.1