---------------------------
**Library**
- Remove bundled certificates, use `certifi` package via `requests`.
- Add option to use connection pooling. This is enabled by default and will use one Session for all requests
in Client.
- To disable this, pass `pool_connections` parameter when creating your Twilio client.
python
from twilio.rest import Client
from twilio.http.http_client import TwilioHttpClient
client = Client(
username,
password,
http_client=TwilioHttpClient(pool_connections=False)
)
**Api**
- Add VoiceReceiveMode {'voice', 'fax'} option to IncomingPhoneNumber UPDATE requests
**Chat**
- Add channel message media information
- Add service instance message media information
**Preview**
- Removed 'email' from bulk_exports configuration api [bi]. No migration plan needed because api has not been used yet.
- Add DeployedDevices.
**Sync**
- Add support for Service Instance unique names