|
10 | 10 | })(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
|
11 | 11 | <meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
|
12 | 12 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
|
13 |
| -<title>twilio-python Changelog — twilio-python 7.12.1 documentation</title> |
| 13 | +<title>twilio-python Changelog — twilio-python 7.13.0 documentation</title> |
14 | 14 | <link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
|
15 | 15 | <link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
|
16 | 16 | <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
|
|
30 | 30 | <div class="section" id="twilio-python-changelog">
|
31 | 31 | <h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline">¶</a></h1>
|
32 | 32 | <p>Here you can see the full list of changes between each twilio-python release.</p>
|
| 33 | +<div class="section" id="version-7-13-0"> |
| 34 | +<h2>[2022-08-24] Version 7.13.0<a class="headerlink" href="#version-7-13-0" title="Permalink to this headline">¶</a></h2> |
| 35 | +<p><strong>Library - Test</strong></p> |
| 36 | +<ul class="simple"> |
| 37 | +<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/614">PR #614</a>: add test-docker rule. Thanks to <a class="reference external" href="https://github.com/beebzz">@beebzz</a>!</li> |
| 38 | +</ul> |
| 39 | +<p><strong>Api</strong></p> |
| 40 | +<ul class="simple"> |
| 41 | +<li>Remove <code class="docutils literal notranslate"><span class="pre">beta</span> <span class="pre">feature</span></code> from scheduling params and remove optimize parameters. <strong>(breaking change)</strong></li> |
| 42 | +</ul> |
| 43 | +<p><strong>Routes</strong></p> |
| 44 | +<ul class="simple"> |
| 45 | +<li>Remove Duplicate Create Method - Update Method will work even if Inbound Processing Region is currently empty/404. <strong>(breaking change)</strong></li> |
| 46 | +</ul> |
| 47 | +<p><strong>Twiml</strong></p> |
| 48 | +<ul class="simple"> |
| 49 | +<li>Add new Polly Neural voices</li> |
| 50 | +<li>Add new languages to SSML <code class="docutils literal notranslate"><span class="pre"><lang></span></code>.</li> |
| 51 | +</ul> |
| 52 | +</div> |
33 | 53 | <div class="section" id="version-7-12-1">
|
34 | 54 | <h2>[2022-08-10] Version 7.12.1<a class="headerlink" href="#version-7-12-1" title="Permalink to this headline">¶</a></h2>
|
35 | 55 | <p><strong>Routes</strong></p>
|
@@ -3767,6 +3787,7 @@ <h3>Useful Links</h3>
|
3767 | 3787 | <h3><a href="index.html">Table of Contents</a></h3>
|
3768 | 3788 | <ul>
|
3769 | 3789 | <li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
|
| 3790 | +<li><a class="reference internal" href="#version-7-13-0">[2022-08-24] Version 7.13.0</a></li> |
3770 | 3791 | <li><a class="reference internal" href="#version-7-12-1">[2022-08-10] Version 7.12.1</a></li>
|
3771 | 3792 | <li><a class="reference internal" href="#version-7-12-0">[2022-07-21] Version 7.12.0</a></li>
|
3772 | 3793 | <li><a class="reference internal" href="#version-7-11-0">[2022-07-13] Version 7.11.0</a></li>
|
|
0 commit comments