Skip to content

Latest commit

History

History
27 lines (20 loc) 路 2.46 KB

File metadata and controls

27 lines (20 loc) 路 2.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • feat(tools): Add GetControllerMetadataSubCommand (#5624)
  • feat(common): Add filter_type module to filter.rs in rocketmq-common crate (#5454)

Changed

  • refactor(client): Refactor default_mq_producer::start in default_mq_producer.rs removing repeated as_mut().unwrap()(#5576)
  • refactor(tui): Reformat rocketmq-tui using taplo(#5242)
  • refactor(error): Reformat Cargo.toml using taplo with entry alignment (#5232)
  • refactor(client): Change MQProducer::send_to_queue return type to RocketMQResult<Option<SendResult>> in mq_producer.rs, default_mq_producer.rs and transaction_mq_producer.rs (#5169)
  • refactor(client): Replace lazy_static! with std::sync::LazyLock in trace_view.rs (#5092)
  • refactor(store): Replace lazy_static! with std::sync::LazyLock in delivery.rs and remove lazy_static dependency from rocketmq-store (#5091)
  • refactor(common): Replace lazy_static! with std::sync::LazyLock in name_server_address_utils.rs (#5068)
  • refactor(common): Replace lazy_static! with std::sync::LazyLock in broker_config.rs (#5056)
  • refactor(remoting): Replace lazy_static! with std::sync::LazyLock in remoting_command.rs and remove lazy_static dependency from rocketmq-remoting (#5060)
  • perf(ArcMut): Add the #[inline] attribute to the mut_from_ref, downgrade, and get_inner methods for ArcMut, improving performance (#2876)
  • chore(controller): Update default controller listen address to use port 60109 (#5527)