Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: arcus-azure/arcus.eventgrid

v3.0.0-preview-1

04 Dec 17:52
8de105b
Compare
Choose a tag to compare
v3.0.0-preview-1 Pre-release
Pre-release

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

03 Apr 07:30
df2f215
Compare
Choose a tag to compare

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

24 Jan 21:15
f713026
Compare
Choose a tag to compare

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 2.3.0

Changes:

This list of changes was auto generated.

v2.2.0

07 Jan 13:36
Compare
Choose a tag to compare

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

v2.1.0

02 Jan 13:56
ebf4fe5
Compare
Choose a tag to compare

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 2.1.0

Features

#29 Provide a Service Bus Event Consumer Host for integration testing

v2.0.0

25 Oct 12:11
d776a3d
Compare
Choose a tag to compare

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 2.0.0

Features

#25 Provide logging capabilities for HybridConnectionHost
#22 Make EventGridPublisher more resilient
#15 Make event schemas more discoverable

Fixes

#17 Events schemas should have a data version field

v1.2.0-hybrid-connection-logging-2

09 Oct 14:21
1e7fe62
Compare
Choose a tag to compare
Pre-release

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 1.2.0-hybrid-connection-logging-2

Previews

#25 Provide logging capabilities for HybridConnectionHost

v1.2.0-hybrid-connection-logging

11 Sep 08:02
60f4fac
Compare
Choose a tag to compare
Pre-release

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 1.2.0-hybrid-connection-logging

Previews

#25 Provide logging capabilities for HybridConnectionHost

v1.1.0

29 Aug 08:52
1385123
Compare
Choose a tag to compare

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 1.1.0

Features

#21 Provide a builder for EventGridPublisher

v1.0.2

01 Aug 12:53
b674009
Compare
Choose a tag to compare

Install new version via NuGet

> Install-Package Arcus.EventGrid.All -Version 1.0.2

Fixes

#19 Use Guard.NET instead of homegrown Guard