Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.29 KB

Changelog

v0.4.0 - 2024-03-19

Added

  • Implemented the function histories command.
  • Configurable time limits.

Fixed

  • RPC HelloResult will now report if deletes are enabled.

Changes

  • Applied code formatting using cargo fmt

v0.3.0 - 2023-08-22

Added

  • This changelog.
  • Support for IDA 8.1+ delete command.
  • Pooling for connections to database.
  • Attempt to cancel immutable database queries if client leaves.
  • Database migrations via Diesel ORM.
  • Support for IDA 8.3+ hello response.
  • Add Metrics for prometheus.

Fixed

  • 8K stack size is too small for debug builds.

v0.2.0 - 2022-10-12

Added

  • Protocol: support for IDA 8.1+ user authentication.
  • Client connection duration limitations.

Changed

  • Tokio's thread size is reduced from 4M to 8K.

v0.1.0 - 2021-01-21

This is Lumen's first tagged release. It contains a few fixes and dependency updates since the initial commit (2020-12-17).