Releases: mikestefanello/pagoda
Releases · mikestefanello/pagoda
v0.7.0
What's Changed
- Swapped
envdecode
forviper
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
What's Changed
- Prevent caching pages if user is authenticated by @arrkiin in #11
- Fix incorrect params when building controller redirect route url in #13
- Updated dependencies
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- 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
Minor cleanup and lint adjustments.
v0.3.0
Changes:
- Use separate Redis db during test execution
- Added task worker service
- Fixed missing port in database connection string
v0.2.0
Added task and queue functionality provided by asynq and Redis.
v0.1.0
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