Skip to content

Releases: OldSmokeGun/go-scaffold

v3.4.0

08 Aug 03:11
Compare
Choose a tag to compare

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

15 Mar 04:25
Compare
Choose a tag to compare

3.3.5 (2024-03-15)

Bug Fixes

  • replace the remote configuration center apollo with the lighter weight etcd (7ad9e46)

v3.3.4

19 Dec 07:08
Compare
Choose a tag to compare

3.3.4 (2023-12-19)

Bug Fixes

  • upgrade golang.org/x/crypto version to fix security vulnerability (36a7b9f), closes #21

v3.3.3

29 Nov 08:07
Compare
Choose a tag to compare

3.3.3 (2023-11-29)

Performance Improvements

  • logger print trace info (b4c6ec4)

v3.3.2

27 Nov 02:47
Compare
Choose a tag to compare

3.3.2 (2023-11-27)

Performance Improvements

  • otel error logger depends on the interface (8f4b7b6)

v3.3.1

24 Nov 10:40
Compare
Choose a tag to compare

3.3.1 (2023-11-24)

Performance Improvements

  • add error logging to the trace (a92a4fe)

v3.3.0

22 Nov 13:22
Compare
Choose a tag to compare

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

26 Oct 08:52
Compare
Choose a tag to compare

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

10 Oct 02:43
Compare
Choose a tag to compare

3.2.1 (2023-10-10)

Bug Fixes

  • add limiter middleware feature (d6d1c42)

v3.2.0

05 Sep 18:55
Compare
Choose a tag to compare

3.2.0 (2023-09-05)

Features

  • add user and jwt authentication and sample code (7de26a1)