Skip to content

Releases: mikestefanello/pagoda

v0.7.0

02 Nov 23:48
Compare
Choose a tag to compare

What's Changed

  • Swapped envdecode for viper to handle configuration management
  • Reorganized directories and packages
  • Updated dependencies
  • fix: typo when logging fatal error by @hbd in #15
  • Dockerizing db and cache by @ahashim in #14

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Aug 15:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 May 13:17
Compare
Choose a tag to compare
  • Fixed bug on HTMX POST redirects not updating the current URL
  • Moved more error handling logic in to the Echo error handler
  • Fixed random test failures
  • Updated dependencies

v0.4.0

10 Feb 13:59
Compare
Choose a tag to compare

Minor cleanup and lint adjustments.

v0.3.0

09 Feb 02:23
Compare
Choose a tag to compare

Changes:

  • Use separate Redis db during test execution
  • Added task worker service
  • Fixed missing port in database connection string

v0.2.0

03 Feb 13:26
Compare
Choose a tag to compare

Added task and queue functionality provided by asynq and Redis.

v0.1.0

28 Jan 13:51
Compare
Choose a tag to compare

Initial release.

Changes since this repo became public:

  • Email verification support
  • Easier cache operations
  • Easier mail operations
  • Easier template renderer operations
  • Avoid logged errors on context cancels
  • CSRF support in route test POST requests
  • Improved performance when validating password reset tokens
  • Updated Echo and Ent