Skip to content

Releases: coollabsio/maxio

v0.2.1

12 Mar 13:30
37340b2

Choose a tag to compare

What's Changed

  • feat(healthcheck): add /healthz endpoint and CLI health check command by @andrasbacsai in #6
  • fix(release): sync version from git tag during builds by @andrasbacsai in #7
  • fix(presign): correct URI encoding for presigned URL signatures by @andrasbacsai in #8
  • chore(config): update default credentials to maxioadmin by @andrasbacsai in #9

New Contributors

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

What's Changed

  • feat(healthcheck): add /healthz endpoint and CLI health check command by @andrasbacsai in #6
  • fix(release): sync version from git tag during builds by @andrasbacsai in #7
  • fix(presign): correct URI encoding for presigned URL signatures by @andrasbacsai in #8
  • chore(config): update default credentials to maxioadmin by @andrasbacsai in #9

New Contributors

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

v0.2.0

20 Feb 16:12

Choose a tag to compare

Features

  • Checksum Verification: Added support for multiple checksum algorithms (CRC32, CRC32C, SHA-1, SHA-256) with automatic validation on upload. Checksums are extracted from headers and returned in response headers for all object operations.
  • Erasure Coding: Implemented optional Reed-Solomon erasure coding to recover from corrupted or missing data chunks. Configure with --erasure-coding, --chunk-size, and --parity-shards options.
  • MinIO Environment Variable Aliases: Added support for MinIO-compatible environment variables (MINIO_ROOT_USER, MINIO_ROOT_PASSWORD, MINIO_REGION) for improved compatibility with existing MinIO clients and tools.

Fixes

  • Fixed artifact download pattern in release workflow to prevent accidental downloads of unrelated artifacts.
  • Improved release workflow shell commands for better YAML parsing and readability.

What's Changed

New Contributors

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

v0.1.0

18 Feb 20:28

Choose a tag to compare