Skip to content

Commit 0c0ae20

Browse files
committed
chore: release v0.12.0
1 parent eefb5df commit 0c0ae20

1 file changed

Lines changed: 76 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,81 @@
11

2+
<a name="v0.12.0"></a>
3+
## [v0.12.0](https://github.com/DoNewsCode/core/compare/v0.11.1...v0.12.0) (2022-01-20)
4+
5+
### ♻️ Code Refactoring
6+
7+
* **cron:** replace cron implementation. ([#226](https://github.com/DoNewsCode/core/issues/226)) (@[谷溪](guxi99@gmail.com))
8+
9+
### ✨ Features
10+
11+
* add module field injection ([#234](https://github.com/DoNewsCode/core/issues/234)) (@[谷溪](guxi99@gmail.com))
12+
* **dag:** add dag package. ([#222](https://github.com/DoNewsCode/core/issues/222)) (@[谷溪](guxi99@gmail.com))
13+
* **logging:** add WithBaggage ([#225](https://github.com/DoNewsCode/core/issues/225)) (@[谷溪](guxi99@gmail.com))
14+
* **observability:** capture transport status ([#224](https://github.com/DoNewsCode/core/issues/224)) (@[谷溪](guxi99@gmail.com))
15+
16+
### 🐛 Bug Fixes
17+
18+
* avoid extra logger wraps ([#232](https://github.com/DoNewsCode/core/issues/232)) (@[谷溪](guxi99@gmail.com))
19+
* prepend dig.LocationForPC instead of append ([#231](https://github.com/DoNewsCode/core/issues/231)) (@[谷溪](guxi99@gmail.com))
20+
* **dag:** validate edges in AddEdges before adding them. ([#223](https://github.com/DoNewsCode/core/issues/223)) (@[谷溪](guxi99@gmail.com))
21+
* **deps:** upgrade github.com/go-redis/redis/v8 to v8.11.4 ([#221](https://github.com/DoNewsCode/core/issues/221)) (@[江湖大牛](nfangxu@gmail.com))
22+
* **factory:** on reload, close the connection right away. ([#235](https://github.com/DoNewsCode/core/issues/235)) (@[谷溪](guxi99@gmail.com))
23+
* **observability:** data races ([#227](https://github.com/DoNewsCode/core/issues/227)) (@[谷溪](guxi99@gmail.com))
24+
25+
### BREAKING CHANGE
26+
27+
28+
most Observe() methods now take a time.Duration instead of float64.
29+
30+
* wip: new cron package
31+
32+
* refactor(cron): remove cronopts, add cron
33+
34+
This PR replaces the cron implementation.
35+
36+
the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.
37+
38+
* refactor(cron): deprecate cronopts, add cron
39+
40+
This PR replaces the cron implementation.
41+
42+
the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.
43+
44+
* fix: delayed time calculation
45+
46+
* refactor: change job middleware to job options
47+
48+
* fix: use time.Since
49+
50+
* fix: inconsistent labels
51+
52+
* fix: race
53+
54+
* fix: race
55+
56+
* fix: race
57+
58+
* fix: race
59+
60+
* fix: race
61+
62+
* fix: rename JobOptions to JobOption
63+
64+
* refactor: Reduce the API interface of Container
65+
66+
* refactor: Reduce the API interface of Container
67+
68+
* refactor: Reduce the API interface of Container
69+
70+
* refactor: Reduce the API interface of Container
71+
72+
* fix: minor adjustments of docs,imports
73+
74+
most Observe() methods now take a time.Duration instead of float64.
75+
76+
277
<a name="v0.11.1"></a>
3-
## [v0.11.1](https://github.com/DoNewsCode/core/compare/v0.11.0...v0.11.1) (2022-01-05)
78+
## [v0.11.1](https://github.com/DoNewsCode/core/compare/v0.11.0...v0.11.1) (2022-01-06)
479

580
### ⚡️ Performance
681

0 commit comments

Comments
 (0)