Skip to content

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, 2026

Database 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, 2026

Critical 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, 2025

Test 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 โ€‹

Released under the MIT License.