What's Changed
- chore: add Dockerfile.combined.dev by @KinjiKawaguchi in #36
- Disable IP whitelist by @KinjiKawaguchi in #34
- Update module import paths by @KinjiKawaguchi in #38
- Chore/go/version by @KinjiKawaguchi in #41
- Feature/worker/healthcheck by @KinjiKawaguchi in #42
- Feature/openai response clean by @KinjiKawaguchi in #44
- Feature/worker/healthcheck by @KinjiKawaguchi in #45
- Release/v0.3.0 by @KinjiKawaguchi in #46
Full Changelog: v0.2.4...v0.3.0
Release v0.3.0
New Features
- Added health check functionality for the worker service
- Implemented IP whitelist disabling option for improved flexibility
- Created a new combined development Dockerfile (Dockerfile.combined.dev)
Improvements
- Updated Go version to 1.23.2
- Cleaned up OpenAI response handling
- Updated module import paths for better organization
Other Changes
- Various chores and minor improvements
- Updated documentation and configuration files
This release focuses on enhancing system reliability with health checks, improving development workflows, and updating dependencies. It also includes some security and flexibility improvements with IP whitelist changes.