Release Notes โ
Track the evolution of Goca through detailed release notes. Each release includes new features, bug fixes, improvements, and migration guides.
v1.17.2Latest
February 1, 2026Database Defaults and MongoDB Fixes - Changed default database to SQLite and fixed MongoDB code generation issues.
Key Changes:
- ๐ฏ SQLite is now the default database (was PostgreSQL)
- โ Fixed MongoDB code generation to use mongo-driver correctly
- โ MongoDB projects no longer import GORM incorrectly
- ๐งช Added comprehensive database initialization tests
v1.17.1
January 11, 2026Critical Bug Fix - SQLite and other database drivers now properly configured during project initialization. Resolves issue #31.
Bug Fixes:
- โ
Fixed database driver configuration during
goca init - โ SQLite, MySQL, SQL Server, MongoDB, DynamoDB, and Elasticsearch now generate correct dependencies
- โ Main.go now imports and uses correct database driver package
- โ All 8 supported database types verified working
v1.14.1
October 27, 2025Test Suite Improvements - Fixed Windows path handling, test working directory management, and module dependencies. Test success rate improved to 99.04%.
Key Improvements:
- Fixed Windows path handling in BackupFile
- Improved test working directory management
- Updated test message validation
- Fixed module dependencies for testify
Release Versioning โ
Goca follows Semantic Versioning:
- Major (X.0.0): Breaking changes
- Minor (1.X.0): New features (backward compatible)
- Patch (1.14.X): Bug fixes and minor improvements
Stay Updated โ
- Watch the GitHub repository for release notifications
- View the complete CHANGELOG
- Subscribe to GitHub Releases