Skip to content

Releases: twilio-labs/twilio-aspnet

8.0.2

11 May 21:15
f02901d
Compare
Choose a tag to compare
Merge pull request #131 from twilio-labs/trim-trailing-slash

Trim trailing slash from BaseUrlOverride

8.0.1

02 May 20:35
0f1881c
Compare
Choose a tag to compare
Attempt to fix release

8.0.1-rc

21 Apr 00:41
0f1881c
Compare
Choose a tag to compare
8.0.1-rc Pre-release
Pre-release
Attempt to fix release

8.0.0

02 Mar 20:15
9342327
Compare
Choose a tag to compare
Merge pull request #123 from twilio-labs/prep-release

Prep 8.0.0 release

7.0.0

18 Nov 17:15
e9b7a63
Compare
Choose a tag to compare
Merge pull request #109 from twilio-labs/formatting-for-minimal-api-t…

7.0.0-rc

17 Nov 20:26
9dc8ef0
Compare
Choose a tag to compare
7.0.0-rc Pre-release
Pre-release
Merge pull request #105 from twilio-labs/releases/v7

Merge v7 changes into main

6.0.0

05 Aug 19:50
eba5055
Compare
Choose a tag to compare
  • Big breaking change to the [ValidateRequest] attribute. The attribute no longer accepts parameters nor properties. Instead, you have to configure the request validation as documented in the readme.
  • You can now add the Twilio REST client to ASP.NET Core's dependency injection container, using the .AddTwilioClient method. This Twilio client will use an HttpClient provided by an HTTP client factory. See readme for more details.
  • We no longer try to match the Twilio SDK version number, and instead go by our own versioning to better communicate breaking changes vs minor changes.
  • The projects are now built and packages are now pushed using GitHub Actions instead of AppVeyor.
  • The projects are now built deterministically and support source link for better debugging.
  • More samples have been added to the readme.

6.0.0-alpha2

04 Aug 02:34
aa9c05b
Compare
Choose a tag to compare
6.0.0-alpha2 Pre-release
Pre-release
Merge pull request #84 from twilio-labs/base-url-override

Replace UrlOverride with BaseUrlOverride

6.0.0-alpha

20 Jul 15:34
f4eceaf
Compare
Choose a tag to compare
6.0.0-alpha Pre-release
Pre-release
Merge pull request #78 from twilio-labs/Swimburger-patch-1

Update README.md