Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 10:37
· 13 commits to main since this release
db33aba

Changelog

Features

Refactor

  • 142493e: refactor: improve Redis container readiness check with CLI ping command (@appleboy)
  • 77c7a0d: refactor: refactor Redis initialization and worker connection setup (@appleboy)
  • dc7e447: refactor: refactor Redis test setup for improved reusability and cleanup (@appleboy)
  • 6527a8a: refactor: refactor Redis test setup to use dynamic cluster containers (@appleboy)
  • 3b648ac: refactor: refactor and optimize codebase for improved performance (@appleboy)
  • a32f1fb: refactor: refactor codebase for improved readability and maintainability (@appleboy)
  • db33aba: refactor: simplify cluster and sentinel initialization functions (@appleboy)

Build process updates

  • daddcc3: ci: improve GoReleaser workflow readability and configuration (@appleboy)
  • f9eb0d8: ci: simplify environment setup and dependencies management (@appleboy)

Others

  • 3cd7a6f: test: add Redis Sentinel container setup for testing (@appleboy)
  • 529479a: test: add integration tests using Testcontainers for Redis (#32) (@appleboy)
  • dc04095: test: improve Redis cluster setup and endpoint configuration (@appleboy)
  • 338e31f: test: refactor test functions to use WithAddr instead of WithConnectionString (@appleboy)