Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 853 Bytes

File metadata and controls

22 lines (17 loc) · 853 Bytes

Changelog

Version 0.2.3

  • Rust SDK: expose .is_retriable() and .kind() on diom::Error
  • Rust SDK: do not leak feature release_max_level_debug into the tracing library
  • All SDKs: remove automatic retries
  • Several configuration values that were specified as millisecond durations are now explicitly checked for being non-zero at startup
  • Miscellaneous dependency bumps
  • Various improvements to release infrastructure

Breaking Changes

  • bootstrap_cfg_path is replaced by bootstrap_cfg_paths (an array). bootstrap_cfg (inline) and bootstrap_cfg_paths can now both be set; inline is applied first. $DIOM_BOOTSTRAP_CFG_PATH is replaced by $DIOM_BOOTSTRAP_CFG_PATHS.

Version 0.2.2

  • More build & release fixes

Version 0.2.1

  • Fix Rust build

Version 0.2.0

  • Initial server release.
  • Initial real library release.