This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Releases: arcus-azure/arcus.eventgrid
Releases · arcus-azure/arcus.eventgrid
v3.0.0-preview-1
Install new version via NuGet
> Install-Package Arcus.EventGrid.All -Version 3.0.0-preview-1
Changes:
- 8de105b Use arcus-azure/ for NuGet releases
- d5354e8 Use 'publish-official-package.yml' not 'publish-official-package/yml'
- b1383dc Use test/run-*-tests.yml@templates
- 30f2ace CHORE: use build YAML template with version property (#102)
- f03cb04 DOCS: add CloudEvent parsing support (#100)
- cbad130 Bump rubyzip from 1.2.3 to 2.0.0 in /docs (#99)
- 566e041 FEAT: add CloudEvent support for EventGridParser (#94) [ #8 ]
- 192c176 DOC: fix broken backwards arrow (#98)
- a9b0a29 FEAT: add YAML release to NuGet (#86)
- a93cc87 Use nuget/publish-preview-package.yml instead of old version (#96)
See More
- 383e6dd CHORE: merge MyGet release into CI build (#95) [ #71 ]
- af4dc28 DOC: move custom event deserialization to deserialization docs (#92)
- a28b28f PATCH: remove obsolete event types (#93)
- bb737f8 REFACTOR: support official Azure schemas alongside our own (#82) [ #46 ]
- c9bd0f8 DOC: create custom events (#91)
- bf2bc49 DEL: remove hybrid host (#89) [ #79 ]
- 97c37bf FEAT: add YAML release to MyGet (#85)
- 69a99f6 [Docs] CVE-2019-5477 - Nokogiri Command Injection Vulnerability (#88)
- 2b05bc0 DOC: update README.md with YAML build (#84)
- 8ed4801 FEAT: add trigger to run CI for code changes in master/src (#87)
- 41f4cf5 FEAT: add YAML file for CI build (#81)
- 77bf311 Suffix remaining methods with Async (#80)
- 06e2735 DOC: add '.PublishManyRawAsync' to documentation (#78)
- 1127646 FEAT: add 'EventGridPublisher.PublishManyRawAsync' (#76) [ #74 ]
- 196b335 DOC: publishing raw events (#73) [ #57 ]
- 000076d REFACTOR: suffix all async methods with '...Async' (#75) [ #72 ]
This list of changes was auto generated.
v2.4.0
Install new version via NuGet
> Install-Package Arcus.EventGrid.All -Version 2.4.0
Changes:
- df2f215 Provide logging in case event id was not found & case-insensitive event id lookup (#70)
- b180fff DOC: add XML docs to nupkg (#69)
- 66b82a3 Make sure raw URIs are wellformed (#68)
This list of changes was auto generated.
v2.3.0
Install new version via NuGet
> Install-Package Arcus.EventGrid.All -Version 2.3.0
Changes:
- f713026 Provide capability to push raw events (#65)
- b5fcc54 Improve ARM template for testing infrastructure (#64)
- 0b2ba8b Fix broken armviz logo due to mixed content (#61)
- 5a9bdcf Remove hybrid connection legacy where we can already (#63)
- 5d18a07 Add @stijnmoreels & @SamVanhoutte as Code Owners
- 1fb5e94 FEAT: add overload with Uri for EventGridPublisherBuilder (#60) [ #22, #24 ]
This list of changes was auto generated.
v2.2.0
Install new version via NuGet
> Install-Package Arcus.EventGrid.All -Version 2.2.0
Features
#52 Provide overload for EventConsumerHost.GetReceivedEvent() with timeout
#53 Provide ARM template to setup infrastructure for Service Bus Event Consumer Host
Documentation Improvements
#22 Make EventGridPublisher more resilient