Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno committed Jan 20, 2022
1 parent eefb5df commit 0c0ae20
Showing 1 changed file with 76 additions and 1 deletion.
77 changes: 76 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,81 @@

<a name="v0.12.0"></a>
## [v0.12.0](https://github.com/DoNewsCode/core/compare/v0.11.1...v0.12.0) (2022-01-20)

### ♻️ Code Refactoring

* **cron:** replace cron implementation. ([#226](https://github.com/DoNewsCode/core/issues/226)) (@[谷溪]([email protected]))

### ✨ Features

* add module field injection ([#234](https://github.com/DoNewsCode/core/issues/234)) (@[谷溪]([email protected]))
* **dag:** add dag package. ([#222](https://github.com/DoNewsCode/core/issues/222)) (@[谷溪]([email protected]))
* **logging:** add WithBaggage ([#225](https://github.com/DoNewsCode/core/issues/225)) (@[谷溪]([email protected]))
* **observability:** capture transport status ([#224](https://github.com/DoNewsCode/core/issues/224)) (@[谷溪]([email protected]))

### 🐛 Bug Fixes

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

### BREAKING CHANGE


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

* wip: new cron package

* refactor(cron): remove cronopts, add cron

This PR replaces the cron implementation.

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

* refactor(cron): deprecate cronopts, add cron

This PR replaces the cron implementation.

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

* fix: delayed time calculation

* refactor: change job middleware to job options

* fix: use time.Since

* fix: inconsistent labels

* fix: race

* fix: race

* fix: race

* fix: race

* fix: race

* fix: rename JobOptions to JobOption

* refactor: Reduce the API interface of Container

* refactor: Reduce the API interface of Container

* refactor: Reduce the API interface of Container

* refactor: Reduce the API interface of Container

* fix: minor adjustments of docs,imports

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


<a name="v0.11.1"></a>
## [v0.11.1](https://github.com/DoNewsCode/core/compare/v0.11.0...v0.11.1) (2022-01-05)
## [v0.11.1](https://github.com/DoNewsCode/core/compare/v0.11.0...v0.11.1) (2022-01-06)

### ⚡️ Performance

Expand Down

0 comments on commit 0c0ae20

Please sign in to comment.