Releases: davidfolch/apocapoc-api
Releases · davidfolch/apocapoc-api
Release list
v1.7.5
v1.7.4
Changelog
- c20720f Add live docs URL to README and remove broken /docs shortcut
v1.7.3
Changelog
- a07d033 Add NoOp email service, /docs shortcut and fix streak timezone bug
v1.7.2
v1.7.0
Changelog
- 94c5c30 feat: allow editing frequency and target_value on habits
v1.6.0
Changelog
- 2b059ec refactor: extract streak calculation to domain service
v1.5.0
Changelog
- 77cfb70 feat: add graceful shutdown on SIGINT/SIGTERM
v1.4.0
v1.3.0
v1.2.0
Changelog
- 788b6cf Add data export functionality with gzip compression
- 568ba3b Add email logging and SMTP health check
- 935f742 Add filtering support to GET /api/v1/habits endpoint
- 38e640c Add pagination support to GET /api/v1/habits endpoint
- 7575853 Add rate limiting for password reset and improve SMTP tests
- 29f0f9b Add structured logging with zerolog
- f780c69 Add tests for RequestPasswordResetHandler and fix test compilation errors
- 88b5d11 Fix code formatting with gofmt
- 5d92820 Remove timezone from User model and pass as request parameter