Releases: twilio-labs/twilio-aspnet
Releases · twilio-labs/twilio-aspnet
8.0.2
8.0.1
Attempt to fix release
8.0.1-rc
Attempt to fix release
8.0.0
Merge pull request #123 from twilio-labs/prep-release Prep 8.0.0 release
7.0.0
Merge pull request #109 from twilio-labs/formatting-for-minimal-api-t…
7.0.0-rc
Merge pull request #105 from twilio-labs/releases/v7 Merge v7 changes into main
6.0.0
- 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 anHttpClient
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
Merge pull request #84 from twilio-labs/base-url-override Replace UrlOverride with BaseUrlOverride
6.0.0-alpha
Merge pull request #78 from twilio-labs/Swimburger-patch-1 Update README.md