You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ _MAJOR version bumps will have upgrade notes posted here._
4
4
5
5
[2023-03-08] 6.x.x to 7.x.x
6
6
---------------------------
7
-
Twilio Php Helper Library’s major version 7.0.1 is now available. We ensured that you can upgrade to Php helper Library 7.0.1 version without any breaking changes.
8
-
Behind the scenes Php Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.
7
+
Twilio PHP Helper Library’s major version 7.0.0 is now available. With this major version we changed the process of generating PHP helpers from internal API Spec to open API specs.
8
+
From now on we will use custom [Twilio OAI generator](https://github.com/twilio/twilio-oai-generator) and [OpenAPI spec](https://github.com/twilio/twilio-oai) to auto-generate PHP SDK.
9
+
10
+
This migration enables us to rapidly add new features and enhance consistency across versions and languages.
11
+
This will also enable open source community to have better visibility and contribute to our SDK helpers.
9
12
10
13
To learn more about the Php Helper Library, check out [our docs](https://www.twilio.com/docs/libraries/php).
0 commit comments