Skip to content

Releases: OldSmokeGun/go-scaffold

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)

v3.1.2

11 May 06:53
Compare
Choose a tag to compare

3.1.2 (2023-05-11)

Bug Fixes

  • fixed swag unknown field LeftDelim and LeftDelim error (2445dd6)

Performance Improvements

  • optimize the migration command and print the migration to be applied (16c3277)

v3.1.1

03 Apr 17:11
Compare
Choose a tag to compare

3.1.1 (2023-04-03)

Bug Fixes

  • complementary kafka producer example (b1eec70)
  • optimize jwt and casbin configuration in config (3ec36bf)
  • supplement the relevant deployment files of the kafka development environment (3058096)

v3.1.0

02 Apr 19:18
Compare
Choose a tag to compare

3.1.0 (2023-04-02)

Bug Fixes

  • change comments and job names in cron server (733fefc)
  • change the names of the start and shutdown methods of katos server to be consistent (26d83b9)
  • multi statement is only set when the database driver type is MySQL (81b86ca)
  • supplement casbin configuration file (066188d)

Features

  • add support for kafka consumer (2d39364)

v3.0.1

29 Mar 03:41
Compare
Choose a tag to compare

3.0.1 (2023-03-29)

Bug Fixes

  • add database migration support for sql multi statement execution (2fd7b5a)

v3.0.0

22 Mar 17:17
Compare
Choose a tag to compare

3.0.0 (2023-03-22)

Performance Improvements

  • optimize code structure (eb34968)

BREAKING CHANGES

  • The project was refactored with a clean architecture
  • HTTP engine changed from gin to echo
  • The log component is changed from zap to slog
  • Redesigned directory structure
  • Instead of injecting Pointers, the configuration model injects the actual structure
  • Added the data migration function

v2.4.3

09 Aug 09:30
Compare
Choose a tag to compare

2.4.3 (2022-08-09)

Bug Fixes

  • optimize router package, split api and api v1 routing (e01de92)

v2.4.2

08 Aug 10:19
Compare
Choose a tag to compare

2.4.2 (2022-08-08)

Bug Fixes

  • format http request and stack track strings to make them more readable in recover middleware (00b85c2)

v2.4.1

03 Aug 16:34
Compare
Choose a tag to compare

2.4.1 (2022-08-03)

Bug Fixes

  • replace interface{} to any (4a0006e)

v2.4.0

03 Aug 14:59
Compare
Choose a tag to compare

2.4.0 (2022-08-03)

Features

  • update dependency versions (619420e)