Skip to content

Releases: Azure/azure-webjobs-sdk-extensions

Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.3.0

16 May 22:44
0af7d17
Compare
Choose a tag to compare

What's Changed

  • Cosmos DB: Update SDK dependency to sync with min recommended version by @ealsur in #846

Full Changelog: cosmos-v4.2.0...cosmos-v4.3.0

Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.2.0

16 Mar 00:20
8b66ca0
Compare
Choose a tag to compare

What's Changed

  • CosmosDB support for ParameterBindingData reference type by @liliankasem in #802

Full Changelog: cosmos-v4.1.1...cosmos-v4.2.0

Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.1.1

16 Mar 00:19
aaf10c3
Compare
Choose a tag to compare

What's Changed

  • Adding support for JObject[] on CosmosDBTrigger by @ealsur in #832

Full Changelog: cosmos-v4.1.0...cosmos-v4.1.1

Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.1.0

16 Mar 00:18
Compare
Choose a tag to compare

What's Changed

  • Cosmos DB: Add log case for lease lost due to scaling by @ealsur in #813
  • Target Based Scaling for CosmosDB + Separate out CosmosDBScaleMonitor from Listener by @chiangvincent in #806

Full Changelog: cosmos-v4.0.0...cosmos-v4.1.0

Microsoft.Azure.WebJobs.Extensions.CosmosDB 4.0.0

16 Mar 00:17
f60ddaa
Compare
Choose a tag to compare

What's Changed

  • Cosmos DB: Migration to V3 SDK by @ealsur in #717
  • Cosmos DB: Add support for Gremlin accounts by @ealsur in #730
  • [Cosmos DB] Rename ConnectionStringSetting and collection by @ealsur in #733
  • Cosmos DB - Add Support for AAD authentication by @ealsur in #736
  • Moving Timer startup invocations off the listener startup path by @mathewc in #737
  • Cosmos DB - Remove auto-resolution of properties by @ealsur in #738
  • Cosmos DB - AddAzureClientsCore should be called during registration by @ealsur in #742
  • Cosmos DB - Correctly fallback to AppSettings by @ealsur in #749
  • [Cosmos DB] Adds more Change Feed logs by @ealsur in #753
  • Cosmos DB - Adding support for dynamic StartFromTime binding by @ealsur in #758
  • Cosmos DB: Add UserAgentSuffix by @ealsur in #763
  • [Cosmos DB] Set extension as GA by @ealsur in #764
  • [Cosmos DB] Add Listener logs for debugging by @ealsur in #767
  • Cosmos DB: Add retry policy support for Cosmos DB Trigger by @ealsur in #798
  • Cosmos DB RC by @ealsur in #801
  • Cosmos DB: Removing rc for GA by @ealsur in #803

Full Changelog: cosmos-v3.0.10...cosmos-v4.0.0

Microsoft.Azure.WebJobs.Extensions.Http 3.2.0

17 May 16:25
43ef39c
Compare
Choose a tag to compare
http-v3.2.0

Updating minor version of Http extension (#773)

Microsoft.Azure.WebJobs.Extensions.Http 3.1.0

01 Apr 20:26
6d78199
Compare
Choose a tag to compare
  • Support for Static Web Apps claims
  • Additional binding features for chunked requests
  • Bug fixes and minor enhancements

Microsoft.Azure.WebJobs.Extensions.CosmosDB 3.0.10

17 Mar 15:53
Compare
Choose a tag to compare
  • #712 - Improve trigger log messages
  • #710- Support VALUE COUNT queries
  • #691- Adding support to provide start date time for cosmos feed start

Multiple extension versions

25 Jan 23:55
Compare
Choose a tag to compare

Releasing minor fixes and enhancements with the following versions:

  • CosmosDB: 3.0.9
  • HTTP: 3.0.12
  • SendGrid: 3.0.1
  • Twilio: 3.0.1

http-v3.0.10

30 Dec 22:55
6edfc7e
Compare
Choose a tag to compare

Routing fixes to HTTP extension