Your locally hosted lumina server for IDAPro
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release v0.3.0

Naim A 734c946c 8f6fd977

+7 -2
+7 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 ## [Unreleased] - _TBD_ 4 + 5 + ## [v0.3.0] - 2023-08-22 4 6 ### Added 5 7 - This changelog. 6 8 - Support for IDA 8.1+ delete command. 7 9 - Pooling for connections to database. 8 10 - Attempt to cancel immutable database queries if client leaves. 9 11 - Database migrations via Diesel ORM. 12 + - Support for IDA 8.3+ hello response. 13 + - Add Metrics for prometheus. 10 14 11 15 ### Fixed 12 16 - 8K stack size is too small for debug builds. ··· 22 26 This is Lumen's first tagged release. It contains a few fixes and dependency updates since the initial commit (2020-12-17). 23 27 24 28 25 - [Unreleased]: https://github.com/naim94a/lumen/compare/8b78d0a7d5b3ef4e0f221b07903fa5252174b57b...HEAD 26 - [v0.2.0]: https://github.com/naim94a/lumen/compare/v0.1.0...8b78d0a7d5b3ef4e0f221b07903fa5252174b57b 29 + [Unreleased]: https://github.com/naim94a/lumen/compare/v0.3.0...HEAD 30 + [v0.3.0]: https://github.com/naim94a/lumen/compare/v0.2.0...v0.3.0 31 + [v0.2.0]: https://github.com/naim94a/lumen/compare/v0.1.0...v0.2.0 27 32 [v0.1.0]: https://github.com/naim94a/lumen/releases/tag/v0.1.0