Releases: OldSmokeGun/go-scaffold
Releases · OldSmokeGun/go-scaffold
v3.4.1
3.4.1 (2024-10-12)
Bug Fixes
- migrate command bug (07eb76a)
- postgres driver compatibility (d97464a)
- provide additional examples of the script command (7744ff5)
- the migrate command has no db-group flag (aede128)
- the postgres driver is not imported (8330b7d)
Performance Improvements
- optimize error handling (58080eb)
- optimize error handling code (aed9279)
v3.4.0
3.4.0 (2024-08-08)
Bug Fixes
- dependency security vulnerabilities (83f3a49)
- error handler prints error logs twice (fac180f)
- update dependency (65145dd)
Features
- add multi-database support (dcfbb9d)
- add support for multiple redis databases (3d135b2)
v3.3.5
3.3.5 (2024-03-15)
Bug Fixes
- replace the remote configuration center apollo with the lighter weight etcd (7ad9e46)
v3.3.4
3.3.4 (2023-12-19)
Bug Fixes
- upgrade golang.org/x/crypto version to fix security vulnerability (36a7b9f), closes #21
v3.3.3
3.3.3 (2023-11-29)
Performance Improvements
v3.3.2
3.3.2 (2023-11-27)
Performance Improvements
- otel error logger depends on the interface (8f4b7b6)
v3.3.1
3.3.1 (2023-11-24)
Performance Improvements
- add error logging to the trace (a92a4fe)
v3.3.0
3.3.0 (2023-11-22)
Bug Fixes
- replace the jaeger exporter with otlptracehttp and otlptracegrpc (89b22ec)
- supplement the postgres docker environment (852e64b)
Features
- added support for sqlite database (222e5b1)
v3.2.2
3.2.2 (2023-10-26)
Bug Fixes
- fix the unit of ConnMaxIdleTime and ConnMaxLifeTime fields in the database connection pool to second (f34514a)
v3.2.1
3.2.1 (2023-10-10)
Bug Fixes
- add limiter middleware feature (d6d1c42)