Unreleased - TBD
v0.4.0 - 2024-03-19
- Implemented the function histories command.
- Configurable time limits.
- RPC HelloResult will now report if deletes are enabled.
- Applied code formatting using
cargo fmt
v0.3.0 - 2023-08-22
- 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.
- 8K stack size is too small for debug builds.
v0.2.0 - 2022-10-12
- Protocol: support for IDA 8.1+ user authentication.
- Client connection duration limitations.
- 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).