Releases: LookinLabs/GoBlitz
Releases · LookinLabs/GoBlitz
GoBlitz v1.1.0
Features
- Updated (Contributions)
- added tests #33 (KostLinux)
Commits
- c019af6: Updated README, removed warning (KostLinux)
- 77df685: Tidy up mod (KostLinux)
- c881c31: Go Modules: Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 in the go_modules group across 1 directory (#26) (dependabot[bot]) #26
- 45e81d6: Go Modules: Bump gorm.io/driver/postgres from 1.5.7 to 1.5.9 (#30) (dependabot[bot]) #30
- 4b972da: Go Modules: Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#29) (dependabot[bot]) #29
- 2fa36e5: Go Modules: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#31) (dependabot[bot]) #31
- caad88f: Go Modules: Bump gorm.io/gorm from 1.25.10 to 1.25.11 (#32) (dependabot[bot]) #32
What's Changed
- Go Modules: Bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 in the go_modules group across 1 directory by @dependabot in #26
- Go Modules: Bump gorm.io/driver/postgres from 1.5.7 to 1.5.9 by @dependabot in #30
- Go Modules: Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #29
- Go Modules: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in #31
- Go Modules: Bump gorm.io/gorm from 1.25.10 to 1.25.11 by @dependabot in #32
- feat: added tests by @KostLinux in #33
Full Changelog: v1.0.0...v1.1.0
GoBlitz v1.0.0 (Stable)
Hotest Features
- Comprehensive Code Quality and Security Scan
- GoBlitz Native Frontend Development Framework
- Production-Ready code architecture - can be read here´
- Session-Based Authentication
- Golang Live Reloader (similar to Hot Reload) via Golang Air
- One of the fastest HTTP routers used (Gin)
Features
- StatusPage Template which is ready-to-go
- PostgreSQL + GORM support and examples
- Secure Web Router
- Compatibility with other frontend frameworks like (VUE, Angular, React etc)
- Built-in first API routes with examples
- API_HOST/ping - Simple Ping-Pong messaging endpoint
- API_HOST/users - List Users
- API_HOST/sign-in | /sign-out | /sign-up - Session Based authentication endpoints
- API_HOST/login - Simple Login page based on HTML Templating
- Tests Suite
- Possibility to use .tmpl files via templates/ folder
GoBlitz v1.0.0-alpha
Commits
- 7a361a1: Bump github.com/gin-contrib/static from 1.1.1 to 1.1.2 (#17) (dependabot[bot]) #17
- e4af690: Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#18) (dependabot[bot]) #18
- 4db1522: Added templates (KostLinux)
- da8cb49: Removed unnecessary crap (KostLinux)
- 5f51e83: Some fixes, added simple frontend framework (KostLinux) #21
- 7ceb73f: Revalidated code and made some fixes (KostLinux) #21
- 4eb3db3: Few fixes inside the code (KostLinux) #21
- 995c300: Removed duplicate code (KostLinux) #21
- db9a3bf: Renamed the check file existance function (KostLinux) #21
- 25a3de1: Unsaved router... (KostLinux) #21
- e7a2ddd: Some fixes, added simple frontend framework #21 (Martin Sidorov) #21
- 3736337: [FEATURE] Session Based Authentication (#22) (KostLinux) #22
- 361cb4d: Go Modules: Bump github.com/jackc/pgx/v5 in the go_modules group (#24) (dependabot[bot]) #24
- 88951ac: Fixed bug with production tags (dependabot[bot])
GoBlitz v0.0.3-alpha
What's Changed
- [FEATURE] Documentation Page by @KostLinux in #15
- [BUGFIX] Fixed another bug with architecture (KostLinux)
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
GoBlitz v0.0.2-alpha
What's Changed
- [FEATURE] Add Welcome Page by @KostLinux in #10
- [FEATURE] Add automatic releasing via tags by @KostLinux in #14
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
GoBlitz v0.0.1-alpha
Features
- Container Compatible
- Comprehensive and quite strict quality scan
- Error Handling
- Go Templates
- Go Autoloader via Air
- Migrations via Goose
- PostgreSQL Connection
- HTML Templates
- Production-Ready Code Check
- Simple Ping JSON API at /api/v1/ping
- Simple Status page at /status
- Security Headers & SSRF Protection
- Static site serving at root path (/)
What's Changed
- [FEATURE] Refactor to moduled architecture by @KostLinux in #1
- [REFACTO] Newer architecture with a lot of fixes by @KostLinux in #2
- [REFACTO] Remove config environmentals to improve readability by @KostLinux in #3
- [FEATURE] Add autoloader, improved code readability by @KostLinux in #4
- [REFACTO] Refactored to MVC Mesh with Layered Architecture. Renamed to GoBlitz by @KostLinux in #5
Full Changelog: https://github.com/KostLinux/GoBlitz/commits/v0.0.1-alpha