Upgrade / Migration Guide

Version 1.1.8 to 1.2.0

Notable Changes

This release is all about channel options. Here is the full changelog

Breaking Changes

For example, the following code

client.channels.get(channel_name, new_channel_options)

Should be changed to:

channel = client.channels.get(channel_name)
  channel.options = new_channel_options