Skip to content

v0.4.0

Choose a tag to compare

@wadahiro wadahiro released this 13 Jun 06:13
0f255e6

Features

  • Publish a multi-arch container image (linux/amd64, linux/arm64) to GitHub Container Registry (ghcr.io) on release (#49)
  • Provide release binaries for macOS (Apple Silicon and Intel) and Windows (x64 and ARM64) in addition to Linux x64/ARM64 (#49)
  • Build both the binaries and the container image with SQLite and PostgreSQL backends enabled (#49)

Bug Fixes

  • Report the correct version from --version (it had been stuck at a stale 0.2.0)

Dependencies

  • Bump scim_proto, clap, tokio, regex, serde_json, uuid, async-trait, tracing-subscriber, bcrypt, chrono-tz, and testcontainers; resolve RUSTSEC advisories (rustls-webpki, time, bytes, tokio-tar) and drop the direct rand dependency (d4f878a)

Build System

  • Upgrade the Docker runtime image to Alpine 3.24 and modernize the Dockerfile (rust 1.96-alpine builder) (#59, #49)
  • Automate releases with release-please and harden the CI/release workflows (SHA-pinned actions, least-privilege tokens) (#51)