Releases: Azure/azure-webjobs-sdk-extensions
Releases · Azure/azure-webjobs-sdk-extensions
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.8.1
What's Changed
- Catch and log all exception in CosmosDBMetricsProvider, 4.8.1 version upgrade by @chiangvincent in #907
Full Changelog: cosmos-v4.8.0...cosmos-v4.8.1
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.8.0
What's Changed
- update CosmosDB's reference to Microsoft.Extensions.Azure to v1.7.4 to fix CVE-2024-35255 by @briandunnington in #905
New Contributors
- @briandunnington made their first contribution in #905
Full Changelog: cosmos-v4.7.0...cosmos-v4.8.0
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.7.0
What's Changed
Full Changelog: cosmos-v4.6.1...cosmos-v4.7.0
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.6.1
What's Changed
Full Changelog: cosmos-v4.6.0...cosmos-v4.6.1
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.6.0
What's Changed
Full Changelog: cosmos-v4.5.0...cosmos-v4.6.0
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.5.0
What's Changed
Full Changelog: cosmos-v4.4.2...cosmos-v4.5.0
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.4.2
What's Changed
- [Cosmos DB] InputBinding returns 404 Error instead of null when pk+id does not exist when using string binding by @FabianMeiswinkel in #878
Full Changelog: cosmos-v4.4.1...cosmos-v4.4.2
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.4.1
What's Changed
- [Cosmos DB] Handle cases where desired worker count exceeds int.MaxInt by @chiangvincent in #873
Full Changelog: cosmos-v4.4.0...cosmos-v4.4.1
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.4.0
What's Changed
- Cosmos DB: Enable TTL on lease container creation by @ealsur in #865
- Cosmos DB: Correctly handle DrainMode configuration by @ealsur in #870
- Cosmos DB: Fix Hierarchical PK support by @ealsur in #871
- Adding [EditorBrowsable(EditorBrowsableState.Never)] for scale api by @alrod in #868
Full Changelog: cosmos-v4.3.1...cosmos-v4.4.0
Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.3.1
What's Changed
- [CosmosDb] Scaler APIs by @alrod in #841
- Check for cancellation after triggering function by @MikeNicholls in #852
- Use JArray.Parse instead of JArray.FromObject for string values by @FHajHusein in #860
- Create DefaultCosmosDBServiceFactory with AzureComponentFactory by @chiangvincent in #859
New Contributors
- @MikeNicholls made their first contribution in #852
- @FHajHusein made their first contribution in #860
Full Changelog: cosmos-v4.3.0...cosmos-v4.3.1