Skip to content

Releases: lezi-wiki/lezi-api

1.1.3

05 Oct 16:06
393da86
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): bump github.com/samber/lo from 1.28.0 to 1.29.0 by @dependabot in #45
  • Chore(deps): bump gorm.io/gorm from 1.23.8 to 1.23.10 by @dependabot in #44
  • Chore(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 by @dependabot in #41
  • Chore(deps): bump gorm.io/driver/postgres from 1.3.9 to 1.3.10 by @dependabot in #43
  • Chore: use DTO and VO instead of model by @AH-dark in #46
  • Refactor: dependency injection via github.com/google/wire by @AH-dark in #47
  • Fix: wrong key in TextVO by @AH-dark in #48
  • Bumped version to 1.1.3 by @AH-dark in #49

Full Changelog: v1.1.2...v1.1.3

1.1.2

12 Sep 15:59
5a54573
Compare
Choose a tag to compare

What's Changed

  • Feat: ssl mode support for postgres sql by @AH-dark in #37
  • Feat: should use go mod download not go mod tidy by @AH-dark in #38
  • Chore(deps): bump github.com/go-ini/ini from 1.66.6 to 1.67.0 by @dependabot in #34
  • Fix: ssl mode has multi contents by @AH-dark in #39

New Contributors

Full Changelog: v1.1.1...v1.1.2

1.1.1

12 Sep 14:27
ef49f22
Compare
Choose a tag to compare

What's Changed

  • Chore: able to deploy with environment variables by @AH-dark in #36

Full Changelog: v1.1.0...v1.1.1

1.1.0

12 Sep 14:14
549a443
Compare
Choose a tag to compare

What's Changed

need configure datasource in conf.ini

[DataSource]
Driver = mysql
Host = localhost
Port = 3306
Database = lezi_api
Username = root
Password = root
Prefix = lezi_

or use sqlite

[DataSource]
Driver = sqlite3
File = data.db

Full Changelog: v1.0.3...v1.1.0

1.0.3

12 Sep 09:59
7420e0b
Compare
Choose a tag to compare

What's Changed

  • Deps: updated github.com/robfig/cron to github.com/robfig/cron/v3 by @AH-dark in #30
  • Chore: serializer pkg embedded data by @AH-dark in #31
  • Refactor: new logger with github.com/sirupsen/logrus by @AH-dark in #32
  • Chore: program will not embed data by @AH-dark in #33

Full Changelog: v1.0.2...v1.0.3

1.0.2

11 Sep 14:02
4fd08b3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @srcatt made their first contribution in #27
  • @blhcm made their first contribution in #28

Full Changelog: v1.0.1...v1.0.2

1.0.1

20 Jul 04:13
a612eef
Compare
Choose a tag to compare

What's Changed

  • Data: Thermal quotation supplement by @bilibilixkz in #3, #4, #5
  • Feat: automatically obtain datasets from data sources at regular intervals by @AH-dark in #6

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

08 Jul 12:28
Compare
Choose a tag to compare

New Contributors

  • @leziwa made their first contribution in #1

Full Changelog: https://github.com/lezi-wiki/lezi-api/commits/v1.0.0