-
v1.9.9 Stable
released this
2026-06-23 20:37:14 -04:00 | 0 commits to main since this release- New core package "scheduler", is a database-polling task executor. Every
SchedulerIntervala tick fires, claims pending tasks fromqueue_items, and runs each task's handler. - Update golang packages
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
- New core package "scheduler", is a database-polling task executor. Every
-
v1.9.8 Stable
released this
2026-05-19 00:44:33 -04:00 | 9 commits to main since this release- Add function RenderNamedTemplate executes a named template from the registered set with the given data and returns the rendered HTML.
- gormlogger.Silent is the log level that suppresses all Gorm log messages, including the "record not found" warnings.
- COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
- Cookie time and JWT share the same time
- Option to force a GET redirect (303) when needed, by passing true as a second parameter to c.Response.Redirect().
- Moved session system to core
- Queue system settings expanded. Update debug to goffee log system
- Updated documentation
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
12 downloads
-
v1.9.7 Stable
released this
2026-05-06 22:00:25 -04:00 | 19 commits to main since this release- Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
- Added
minLevelfield to Logger struct to track the minimum level threshold. - Added
SetLevel()andGetLevel()methods for dynamically changing/reading the log level at runtime. - Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates.
Downloads
-
Source code (ZIP)
11 downloads
-
Source code (TAR.GZ)
12 downloads
-
v1.9.6 Stable
released this
2025-09-18 01:15:21 -04:00 | 24 commits to main since this release- Implemented a thread-safe solution to the race condition that was causing random route overlaps.
- ID in the content_list
Downloads
-
Source code (ZIP)
16 downloads
-
Source code (TAR.GZ)
21 downloads
-
v1.9.5 Stable
released this
2025-07-15 11:56:29 -04:00 | 29 commits to main since this release- Templates add ID to PageNavItem
- Check child items to active nav
- APP and CDN environment vars support
Downloads
-
Source code (ZIP)
17 downloads
-
Source code (TAR.GZ)
22 downloads
-
v1.9.4 Stable
released this
2025-04-17 02:57:39 -04:00 | 35 commits to main since this release- Select mutiple
- Custom tags to form
- Element paginator
Downloads
-
Source code (ZIP)
21 downloads
-
Source code (TAR.GZ)
31 downloads
-
v1.9.3 Stable
released this
2025-03-27 13:50:13 -04:00 | 39 commits to main since this releaseAdd class to td in table. New response to buffer inline
Downloads
-
Source code (ZIP)
25 downloads
-
Source code (TAR.GZ)
31 downloads
-
Source code (ZIP)
-
v1.9.2 Stable
released this
2025-03-19 00:46:36 -04:00 | 42 commits to main since this releaseSmall fixes. Remove panic in handle files
Downloads
-
Source code (ZIP)
26 downloads
-
Source code (TAR.GZ)
28 downloads
-
Source code (ZIP)
-
v1.9.1 Stable
released this
2025-02-24 10:10:14 -05:00 | 48 commits to main since this releaseAdd documentation and tested on go1.24.0
Downloads
-
Source code (ZIP)
25 downloads
-
Source code (TAR.GZ)
30 downloads
-
Source code (ZIP)
-
v1.9.0 Stable
released this
2024-12-23 23:51:02 -05:00 | 49 commits to main since this release- Queue system based on asynq https://github.com/hibiken/asynq
Downloads
-
Source code (ZIP)
26 downloads
-
Source code (TAR.GZ)
35 downloads