Skip to content

Releases: spiralover/medullah-web

0.19.4

08 Sep 23:58
24fbb66
Compare
Choose a tag to compare

What's Changed

  • feat(rabbitmq): added 'execute_handler_asynchronously()' to alter state by @Ahmard in #68
  • feat(rabbitmq): return &mut Self for 'nack_on_failure' & 'requeue_on_failure'

Full Changelog: 0.19.3...0.19.4

0.19.3

08 Sep 22:58
684f556
Compare
Choose a tag to compare

What's Changed

  • fix(rabbitmq): separate exchange & routing key generic params to avoid first param influencing the second by @Ahmard in #67

Full Changelog: 0.19.2...0.19.3

0.19.2

08 Sep 17:29
5ad513a
Compare
Choose a tag to compare

What's Changed

  • feat(rabbitmq): routing key params now accepts vars that implements T… by @Ahmard in #66

Full Changelog: 0.19.1...0.19.2

0.19.1

07 Sep 14:46
dfcfdd6
Compare
Choose a tag to compare

What's Changed

  • feat(reqwest): ability to directly deserialize error response by @Ahmard in #65

Full Changelog: 0.19.0...0.19.1

0.19.0

07 Sep 14:28
abfce91
Compare
Choose a tag to compare

What's Changed

  • refactor(rabbitmq): recreate closed channel by @Ahmard in #64

  • refactor(rabbitmq): recreate closed channel

  • feat(rabbitmq): global state is now wrapped around Arc<Mutex<>>

  • fix(rabbitmq): execute_handler_asynchronously not being set correctly

  • refactor(rabbitmq): renamed "set_nack_on_failure" to "nack_on_failure"

  • feat(rabbitmq): add "requeue_on_failure" method

Full Changelog: 0.18.2...0.19.0

0.18.2

05 Sep 11:53
3f7132b
Compare
Choose a tag to compare

What's Changed

  • feat(rabbitmq): use tag to provide more context in error log by @Ahmard in #63

Full Changelog: 0.18.1...0.18.2

0.18.1

05 Sep 00:59
0008aee
Compare
Choose a tag to compare

What's Changed

  • feat(app-message): improve database error logging by @Ahmard in #62

Full Changelog: 0.18.0...0.18.1

0.18.0

05 Sep 00:31
2d6da3d
Compare
Choose a tag to compare

What's Changed

  • feat(app-message): impl Fromuuid::Error for AppMessage by @Ahmard in #61
  • feat(tokio): add name to tick & timeout for easier debugging
  • feat(app-message): add error log to error kind error message
  • refactor(app-message): renamed InvalidUUID variant to UuidError(_)
  • feat(app-message): impl Fromuuid::Error for AppMessage

Full Changelog: 0.17.3...0.18.0

0.17.3

02 Sep 23:11
0e3c760
Compare
Choose a tag to compare

What's Changed

  • bump: to latest crates versions by @Ahmard in #60

Full Changelog: 0.17.2...0.17.3

0.17.2

02 Sep 20:45
7a4ba35
Compare
Choose a tag to compare

What's Changed

  • feat(rabbitmq): expose option structs by @Ahmard in #59

Full Changelog: 0.17.1...0.17.2