Skip to content

Releases: LookinLabs/GoBlitz

GoBlitz v1.1.0

20 Jul 10:30
f5a1694
Compare
Choose a tag to compare

Features

Commits

What's Changed

Full Changelog: v1.0.0...v1.1.0

GoBlitz v1.0.0 (Stable)

02 Jun 19:56
88951ac
Compare
Choose a tag to compare

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

02 Jun 19:58
88951ac
Compare
Choose a tag to compare
GoBlitz v1.0.0-alpha Pre-release
Pre-release

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

04 May 14:07
ff25b43
Compare
Choose a tag to compare
GoBlitz v0.0.3-alpha Pre-release
Pre-release

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

03 May 20:34
6938f44
Compare
Choose a tag to compare
GoBlitz v0.0.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.1-alpha...v0.0.2-alpha

GoBlitz v0.0.1-alpha

01 May 20:02
5c43480
Compare
Choose a tag to compare
GoBlitz v0.0.1-alpha Pre-release
Pre-release

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