Skip to content

Releases: pm7y/AzureEventGridSimulator

2.0.5

24 Mar 00:43
a7e5c56
Compare
Choose a tag to compare
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

18 Dec 22:14
c989388
Compare
Choose a tag to compare
Add support to use PFX certificates (#21)

Add the Docker read me section

Co-authored-by: Andrei Bespamiatnov <bespamiatnova@knowfully.com>

1.0.80

19 Nov 09:35
44d7f73
Compare
Choose a tag to compare
Improve logging (#20)

1.0.78

17 Nov 21:49
66dcb9f
Compare
Choose a tag to compare
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

17 Nov 13:03
4f83690
Compare
Choose a tag to compare
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.53

03 Oct 20:51
Compare
Choose a tag to compare
Fix Content-Type check.

1.0.51

03 Oct 19:33
Compare
Choose a tag to compare
Remove Notification header requirement. That's for outgoing messages …

…to subscribers.