Skip to content

Releases: davidfolch/apocapoc-api

v1.7.5

Choose a tag to compare

@github-actions github-actions released this 17 Apr 17:06

Changelog

  • ed50d24 fix: return field-level validation errors on POST /habits

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 27 Mar 00:11

Changelog

  • c20720f Add live docs URL to README and remove broken /docs shortcut

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23:34

Changelog

  • a07d033 Add NoOp email service, /docs shortcut and fix streak timezone bug

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23:06

Changelog

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 23:25

Changelog

  • 94c5c30 feat: allow editing frequency and target_value on habits

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 21:53

Changelog

  • 2b059ec refactor: extract streak calculation to domain service

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 13:37

Changelog

  • 77cfb70 feat: add graceful shutdown on SIGINT/SIGTERM

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 03:39

Changelog

  • 8883cdc chore: add /api to gitignore
  • aa8f7af feat: implement offline sync endpoints with Last-Write-Wins strategy
  • aae68ba fix: format code with gofmt

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 00:44

Changelog

  • e9e7e9d Add automated backup system with SQLite VACUUM
  • 1aedc2b Add integration tests for auth refresh flow, rate limiting, and statistics

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 22:37

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