@azure/eventgrid
Advanced tools
Comparing version 4.2.1-alpha.20210519.1 to 4.3.0-alpha.20210607.1
# Release History | ||
## 4.2.1 (Unreleased) | ||
## 4.3.0 (Unreleased) | ||
### New Features | ||
- Added new System Events: | ||
- `Microsoft.AgFoodPlatform.ApplicationDataChanged` | ||
- `Microsoft.AgFoodPlatform.BoundaryChanged` | ||
- `Microsoft.AgFoodPlatform.CropChanged` | ||
- `Microsoft.AgFoodPlatform.CropVarietyChanged` | ||
- `Microsoft.AgFoodPlatform.FarmChanged` | ||
- `Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChanged` | ||
- `Microsoft.AgFoodPlatform.FarmerChanged` | ||
- `Microsoft.AgFoodPlatform.FieldChanged` | ||
- `Microsoft.AgFoodPlatform.HarvestDataChanged` | ||
- `Microsoft.AgFoodPlatform.PlantingDataChanged` | ||
- `Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChanged` | ||
- `Microsoft.AgFoodPlatform.SeasonChanged` | ||
- `Microsoft.AgFoodPlatform.SeasonalFieldChanged` | ||
- `Microsoft.AgFoodPlatform.TillageDataChanged` | ||
- `Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChanged` | ||
- `Microsoft.Storage.BlobInventoryPolicyCompleted` | ||
### Key Bug Fixes | ||
- The `Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners` event was incorrectly listed with the name of `Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener`. | ||
This has been corrected. When using TypeScript, you will need to replace any calls to `isSystemEvent("Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListener")` with | ||
`isSystemEvent("Microsoft.ServiceBus.DeadletterMessagesAvailableWithNoListeners")`. | ||
## 4.2.0 (2021-05-11) | ||
@@ -6,0 +32,0 @@ |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "4.2.1"; | ||
export const SDK_VERSION = "4.3.0"; | ||
export const DEFAULT_API_VERSION = "2018-01-01"; | ||
//# sourceMappingURL=constants.js.map |
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "4.2.1-alpha.20210519.1", | ||
"version": "4.3.0-alpha.20210607.1", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "node", |
@@ -177,2 +177,6 @@ # Azure Event Grid client library for JavaScript | ||
### Event Grid on Kubernetes | ||
This library has been tested and validated on [Kubernetes using Azure Arc][eventgrid-on-kubernetes-using-azure-arc]. | ||
## Examples | ||
@@ -308,1 +312,2 @@ | ||
[cloud-events-distributed-tracing-spec]: https://github.com/cloudevents/spec/blob/master/extensions/distributed-tracing.md | ||
[eventgrid-on-kubernetes-using-azure-arc]: https://docs.microsoft.com/azure/event-grid/kubernetes/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1632211
20447
312