Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreloser2 committed Aug 27, 2020
1 parent b247b8e commit ecb6fe2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ known_presence_issues:
- ['sdk/cosmos/azure-cosmos-examples/CHANGELOG.md', '#2847']
- ['sdk/cosmos/azure-cosmos-benchmark/CHANGELOG.md', '#2847']
- ['sdk/cosmos/CHANGELOG.md', '#2847']
- ['sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md', '#2847']
- ['sdk/eventgrid/microsoft-azure-eventgrid/CHANGELOG.md', '#2847']
- ['sdk/eventhubs/microsoft-azure-eventhubs/CHANGELOG.md', '#2847']
- ['sdk/eventhubs/microsoft-azure-eventhubs-eph/CHANGELOG.md', '#2847']
Expand Down
14 changes: 14 additions & 0 deletions sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Release History

## 2.0.0-beta.1 (2020-09-09):

Initial preview of the Event Grid library with an effort to create a Java idiomatic
set of libraries that are consistent across multiple services as well as different languages.

### Features:

+ Configurable synchronous and asynchronous publishing clients, supporting sending of user-defined events in
Event Grid, Cloud Event, or a custom schema.
+ Parsing and deserialization of system and user-defined events from JSON payload
at an event destination in EventGrid or Cloud Event schema.

0 comments on commit ecb6fe2

Please sign in to comment.