Releases: NeuraLegion/sectester-net
Releases · NeuraLegion/sectester-net
v0.15.0
0.15.0 (2022-11-21)
Features
- scan: define base abstractions to manage scans (#47) (f7ef7e0), closes #42
v0.14.0
0.14.0 (2022-11-16)
Features
- bus: rework
HttpRequest
to accept HttpContent
and generic query strings (#52) (4c05fb8), closes #51
v0.13.0
0.13.0 (2022-11-16)
Features
- bus: implement RPC pattern for RabbitMQ (#48) (a57c09e), closes #24
v0.12.0
0.12.0 (2022-11-16)
Features
- bus: implement Pub/Sub pattern for RabbitMQ (#38) (81286c9), closes #25
v0.11.0
0.11.0 (2022-11-14)
Features
- core: implement an attribute to set custom event name (#41) (40ff339), closes #40
v0.10.0
0.10.0 (2022-11-14)
Features
- core: implement a custom logging provider (#33) (d80be71), closes #3
v0.9.0
0.9.0 (2022-11-14)
Features
- bus: implement HTTP command dispatcher (#34) (d4e0ca6), closes #26
v0.8.0
0.8.0 (2022-11-08)
Features
v0.7.0
0.7.0 (2022-11-08)
Features
- core: define an abstraction for
EventBus
(#29) (2c1f6b3), closes #23
v0.6.0
0.6.0 (2022-11-08)
Features
- core: allow creating custom dispatchers for both
Command
and Event
(#21) (090c04f), closes #20