Skip to content

Releases: spiralover/medullah-web

0.14.8

20 Aug 18:49
01920e7
Compare
Choose a tag to compare

What's Changed

  • fix: bumped version by @Ahmard in #49
  • fix(json): JsonBody.raw() now return &String by @Ahmard in #50

Full Changelog: 0.14.7...0.14.8

0.14.7

20 Aug 10:09
54e4de2
Compare
Choose a tag to compare

What's Changed

  • fix(app-message): return 401 on jwt decoding failure by @Ahmard in #48

  • fix(responder): 'message' should be flexible enough to decide weather message is success/failure

  • fix(app-message): return 401 on jwt decoding failure

Full Changelog: 0.14.6...0.14.7

0.14.6

20 Aug 09:42
4b284dc
Compare
Choose a tag to compare

What's Changed

  • feat(http): added separate serializer & deserializer for JsonResponse by @Ahmard in #47

  • feat(http): added separate serializer & deserializer for JsonResponse

  • feat(app-state): added 'helpers()' helper func to easily acquire struct of helpers

Full Changelog: 0.14.5...0.14.6

0.14.5

18 Aug 00:04
9ed872d
Compare
Choose a tag to compare

What's Changed

  • bump: upgraded packages to their latest versions by @Ahmard in #46

Full Changelog: 0.14.4...0.14.5

0.14.4

17 Aug 23:34
fa1559b
Compare
Choose a tag to compare

What's Changed

  • fix(jwt): use 'auth_iss_public_key' to verify jwt signatue by @Ahmard in #44
  • fix(gh-action): add missing 'CARGO_REGISTRY_TOKEN' var by @Ahmard in #45

Full Changelog: 0.14.3...0.14.4

0.14.3

17 Aug 14:52
ef54902
Compare
Choose a tag to compare

What's Changed

  • feat(app-message): handle database conflict by @Ahmard in #43

Full Changelog: 0.14.2...0.14.3

0.14.2

17 Aug 01:53
a396ce6
Compare
Choose a tag to compare

What's Changed

  • fix(nerve): removed partially implemented feature by @Ahmard in #41
  • fix(redis): avoid unwrapping serde result by @Ahmard in #42

0.14.2 (2024-08-17)

  • fix(cache): add more debug info
  • fix(redis): avoid unwrapping serde result
  • fix(mailer): config setup should be scoped to "feat-mailer"

0.14.1 (2024-08-16)

  • fix(nerve): removed partially implemented feature

Full Changelog: 0.14.0...0.14.2

0.14.0

14 Aug 22:18
ceb85e3
Compare
Choose a tag to compare

What's Changed

  • bump: releasing as minor since it's a breaking change by @Ahmard in #40

Full Changelog: 0.13.1...0.14.0

0.13.1

14 Aug 22:08
f2e50bc
Compare
Choose a tag to compare

What's Changed

  • refactor(http): ntex should not be a feature as we build around it by @Ahmard in #39

Full Changelog: 0.13.0...0.13.1

0.13.0

14 Aug 18:14
bc8c70f
Compare
Choose a tag to compare

What's Changed

  • refactor: database + redis by @Ahmard in #38
  • refactor(database): feature is now optional
  • fix(readme): broken changelog link
  • refactor(id-generator): removed feature
  • refactor(redis + cache): scope feature to "feat-redis"

Full Changelog: 0.12.0...0.13.0