Skip to content

Releases: DoNewsCode/core

v0.13.0-beta2: feat: export NowFunc config to help tests (#242)

19 Jul 10:19
a59e616
Compare
Choose a tag to compare
* feat: export NewFunc config to help tests

Change-Id: I5be347f6de157380d963246f0c03d7c9ca9f4585

* feat: export NewFunc config to help tests

Change-Id: Ibce615c1ce7fd486b65a5b691a140e82efad12ca

Co-authored-by: guxi.reasno <[email protected]>

Breaking change with go1.18 generics

19 May 08:26
a05f3a3
Compare
Choose a tag to compare
  1. This version only supports go1.18 and above
  2. The events module is reconstructed

v0.12.3: fix: export some useful configuration (#240)

19 May 07:39
5ac3d1c
Compare
Choose a tag to compare
* fix: export some useful configuration

* fix: imports

* fix: modules

* test: cover new configs

* test: fix tests

v0.12.2

17 Mar 08:11
Compare
Choose a tag to compare

v0.12.2 (2022-03-17)

✨ Features

  • otredis: add cleanup command to redis module (#239) (@谷溪)

0.12.1

09 Feb 07:47
Compare
Choose a tag to compare

v0.12.1 (2022-02-09)

🐛 Bug Fixes

v0.12.0

20 Jan 11:05
Compare
Choose a tag to compare

v0.12.0 (2022-01-20)

♻️ Code Refactoring

  • cron: replace cron implementation. (#226) (@谷溪)

✨ Features

🐛 Bug Fixes

  • avoid extra logger wraps (#232) (@谷溪)
  • prepend dig.LocationForPC instead of append (#231) (@谷溪)
  • dag: validate edges in AddEdges before adding them. (#223) (@谷溪)
  • deps: upgrade github.com/go-redis/redis/v8 to v8.11.4 (#221) (@江湖大牛)
  • factory: on reload, close the connection right away. (#235) (@谷溪)
  • observability: data races (#227) (@谷溪)

BREAKING CHANGE

the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.

most Observe() methods now take a time.Duration instead of float64.

v0.11.1

06 Jan 02:32
Compare
Choose a tag to compare

v0.11.1 (2022-01-05)

⚡️ Performance

  • logger performance optimization (#219) (@谷溪)

✨ Features

v0.11.0

27 Dec 02:54
Compare
Choose a tag to compare

v0.11.0 (2021-12-27)

♻️ Code Refactoring

  • observability: avoid panics caused by missing labels (#213) (@谷溪)

✨ Features

v0.10.4

18 Nov 10:26
Compare
Choose a tag to compare

v0.10.4 (2021-11-18)

🐛 Bug Fixes

  • clihttp: log errors (#212) (@谷溪)
  • logging: inconsistency between go kit Logger and spanLogger (#211) (@谷溪)

v0.10.3

28 Oct 01:56
Compare
Choose a tag to compare

v0.10.3 (2021-10-26)

🐛 Bug Fixes

  • use "tag" as the key to identify logs (@Reasno)
  • spanlogger should support log.Valuer (#209) (@谷溪)
  • clihttp: add the missing Providers function (#210) (@谷溪)