Skip to content

Releases: hitokoto-osc/notification_worker

v1.3.5

05 Oct 02:44
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

  • 497984e fix(django): incorrect context overrides

v1.3.4

05 Oct 02:18
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

  • f94caa9 fix(django): concurrent map writes

v1.3.3

04 Oct 16:47
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

  • 421710b fix(message): model defination issue

v1.3.2

03 Oct 19:44
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

  • c7dddbb fix(message): incorrect field defination

v1.3.1

03 Oct 19:33
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

v1.3.0

03 Oct 17:55
Compare
Choose a tag to compare

Changelog

✨ Features

  • 25d3033 feat(notification): add hitokoto moved notification and fix typos

📦 Code Refactoring

  • 4cd7f9a refactor: use custom func to parse msg and validate, intended to parse enum, carbon directly

♻️ Others

  • 953cd8f chore: drop support for arm, x86 platform

v1.2.1

19 Sep 04:16
Compare
Choose a tag to compare

Changelog

🐛 Bug fixes

  • 3072def fix(docker): incorrect config file path

v1.2.0

19 Sep 03:53
Compare
Choose a tag to compare

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

17 Apr 08:48
3a1d9ef
Compare
Choose a tag to compare

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

17 Oct 11:09
Compare
Choose a tag to compare
fix: JSON parse issue