Moleculer v0.14.13 Release Notes

Release Date: 2021-04-09 // about 3 years ago
  • 62 commits from 12 contributors.

    ๐Ÿ”„ Changes

    • โšก๏ธ update dependencies
    • ๐ŸŒฒ logging if encryption middleware can't decrypt the data instead of crashing. #853
    • ๐Ÿ›  fix disableHeartbeatChecks option handling. #858
    • ๐Ÿ‘ฎ force scanning only master redis nodes for deletion. #865
    • โž• add more info into waitForServices debug log messages. #870
    • ๐Ÿ›  fix EVENT packet Avro schema. #856
    • ๐Ÿ›  fix array & date conversion in cacher default key generator. #883
    • ๐Ÿ›  fix Datadog tracing exporter. #890
    • ๐Ÿ‘ better elapsed time handling in tracing. #899
    • ๐Ÿ‘Œ improve type definitions. #843, #885, #886
    • โž• add E2E tests for CI (test all built-in transporter & serializers)