Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 21:41
· 17 commits to main since this release
3ef2d8c

Added

  • enhance RedisClusterTemplate for CI and hybrid environments (#211)

Fixed

  • use SIGKILL and StopCommand in lifecycle example (#212)
  • use serial_test for env var tests and improve MySQL readiness check (#213)
  • complete template feature flag coverage and add CI verification (#206)
  • template-redis-enterprise feature gate and example API updates (#204)

Bug Fixes

  • Use which crate for cross-platform Docker binary lookup (d17edce)
  • Improve template reliability on slower systems (766a3dd)
  • Handle IMAGE header in docker images output (8a0cdb4)

Documentation

  • Streamline README and improve rustdoc (5f1945d)

Features

  • Add configurable timeouts for command execution (b729956)
  • Add Docker Swarm command support (4213d52)

Miscellaneous

Refactoring

  • Reorganize module structure for consistency (6fc529c)

Testing

  • Add property-based testing with proptest (6cb673f)

Ci

  • Bump actions/upload-artifact from 5 to 6 (b602ee3)
  • Bump actions/cache from 4 to 5 (b184cc3)