Releases: pm7y/AzureEventGridSimulator
Releases · pm7y/AzureEventGridSimulator
2.0.5
Migrate to .net 5.0 (#23)
* Target .net 5.0
* Added auth header validation
* Added request catcher example
* Some cleanup in preparation for more unit tests
* Use asp.net ApiVersion handling instead of manual checking
* Added support for basic integration tests
* Add a warning about serilog config when required 'using' section is missing
* Upgrade Azure.Messaging.EventGrid library to 4.1.0
1.0.83
Add support to use PFX certificates (#21)
Add the Docker read me section
Co-authored-by: Andrei Bespamiatnov <bespamiatnova@knowfully.com>
1.0.78
Fix bug causing subscription to be always validated (#19)
* - Add warning when event is dropped due to there being no subscribers
- Reduce log level to DBG when an event is filtered out
- Fix bug in validation logic
* Add disabled topic example
1.0.75
Dotnet 3 1 migration (#18)
* Migrate to dotnet 3.1.
* Update nugets
* Add additional aeg headers.
* Updated README
* Logging tweaks
* Added example settings file with serilog configuration
* Updated the postman collection
1.0.51
Remove Notification header requirement. That's for outgoing messages …