v0.12.0
v0.12.0 (2022-01-20)
♻️ Code Refactoring
✨ Features
- add module field injection (#234) (@谷溪)
- dag: add dag package. (#222) (@谷溪)
- logging: add WithBaggage (#225) (@谷溪)
- observability: capture transport status (#224) (@谷溪)
🐛 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.