Releases: hitokoto-osc/notification_worker
Releases · hitokoto-osc/notification_worker
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
Changelog
✨ Features
- 799454a feat(rabbitmq): concurrent subscribe msg
- a38ec8b feat(rabbitmq): gracefully shutdown
- 9452550 feat(template): add django template support
- e3f5a1c feat: add ctx to consume and publish func
- c2a2503 feat: use carbon instead of time
- 8cee598 feat: use rabbitmq.Ctx to provide all features
- 29e279d feat: use zap instead of logrus
🐛 Bug fixes
- 3922a95 fix(consumer): logger withCtx init issue
- d8ce329 fix(deps): update module github.com/cockroachdb/errors to v1.11.1 (#105)
- 2964dc5 fix(deps): update module github.com/sirupsen/logrus to v1.8.1
- 5e56130 fix(deps): update module github.com/sirupsen/logrus to v1.9.3
- 1608f3e fix(django): embeded test
- 734eff4 fix(mail): aliyun dm driver issue
- 59670bf fix(rabbitmq): cache miss, because of exchange name is empty
- be6bf13 fix: context timeout issue
- 50f798d fix: docker build
- 56d725e fix: dockerfile issue
- 3a87959 fix: husky config
- ff76418 fix: init issue
- caac304 fix: lint issue
- 58b792a fix: logger init issue
- 3da4244 fix: nil pointer issue
- 3352e1a fix: pointer is nil issue
- 1304128 fix: pointer is nil issue
📦 Code Refactoring
- 1223dd8 refactor(mail): use sender interface to send
- bcfceb9 refactor(notification): use template instead of fmt.Sprintf
- 8079546 refactor: better logging and config parse
- 27e3fa0 refactor: rename project
♻️ Others
- 84a2da7 chore(ci): auto build latest docker image
- 97bbba6 chore(ci): auto build latest docker image
- 8e811c4 chore(config): dont force ext any more
- 62fef96 chore(flag): use -D instead of -d
- 46b0c8b chore(workflows): use go 1.21
- 3ce447b chore: change config loading priority
- 24d14d7 chore: cleanup deps
- 309f91e chore: cleanup deps
- dcc9c71 chore: cleanup deps
- e576c70 chore: cleanup deps
- fa14727 chore: ignore sync err
- 34a9aca chore: update deps
- 12ce3a4 chore: update deps
- 35ebf4b chore: update deps
- dc253c3 chore: update deps
- cddcf70 chore: update dev deps
- 0d7b499 chore: update goreleaser config
v1.1.0
Changelog
1246c61 chore(ci): go env upgrade to v1.16.x
7c255c4 chore(ci): go test env upgrade to v1.16.x
eacd8ee chore: optimize build policy
da1c33f chore: upgrade yarn to berry
314f2f4 fix: dead letter exchange
775a0cc fix: dep missing
bbf2160 fix: dep missing
3a1d9ef fix: goreleaser config
e3872b7 refactor: rabbitmq driver and dead letter combined
v1.0.2+1
fix: JSON parse issue