-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b247b8e
commit ecb6fe2
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|