Skip to content

Releases: spiralover/medullah-web

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

0.17.1

02 Sep 20:21
7d65c0d
Compare
Choose a tag to compare

What's Changed

  • feat(rabbitmq): added "ack_opt()" & "nack_opt()" to ack & nack with option by @Ahmard in #58

Full Changelog: 0.17.0...0.17.1

0.17.0

02 Sep 19:36
4d4f940
Compare
Choose a tag to compare

What's Changed

  • refactor(rabbitmq): use message wrapper instead of passing Delivery directly
  • feat(app-message): impl Fromstd::str::Utf8Error
  • feat(app-message): improve readability
  • feat(app-message): hide get_status_code()
  • refactor(form-helper): removed 'get_nullable_time', 'get_nullable_uuid', 'get_uuid_from_string'

Full Changelog: 0.16.0...0.17.0

0.16.0

02 Sep 08:34
931a0ca
Compare
Choose a tag to compare

What's Changed

  • refactor: reimagine middleware logic by @Ahmard in #56

Full Changelog: 0.15.3...0.16.0

0.15.3

20 Aug 20:18
d40ccaf
Compare
Choose a tag to compare

What's Changed

  • fix(database): doesn't require sha2 to work by @Ahmard in #55

Full Changelog: 0.15.2...0.15.3

0.15.2

20 Aug 19:44
6097dc3
Compare
Choose a tag to compare

What's Changed

  • fix(helpers): carefully decouple features from core app by @Ahmard in #54

Full Changelog: 0.15.1...0.15.2

0.15.1

20 Aug 19:33
7be2c3b
Compare
Choose a tag to compare

What's Changed

  • fix(helpers): jwt helper should be scoped to feat-jwt by @Ahmard in #53

Full Changelog: 0.15.0...0.15.1

0.15.0

20 Aug 19:26
e1841e9
Compare
Choose a tag to compare

What's Changed

  • feat(jwt): introduced new feat-jwt feature to help decouple jwt from crypto dependencies
  • fix(jwt): send customized error message for middleware-level error
  • fix(json): renamed 'json()' to 'deserialize()'
  • feat(json): can now collect serde_json::Value from extractor
  • fix(json): deserialize() now accepts ref of itself instead of moving to itself
  • test(json): added unit tests
  • fix(hmac): now accepts value as borrowed values

Full Changelog: 0.14.8...0.15.0