Uplink v0.2.0._ Release Notes

Release Date: 2017-11-03 // over 6 years ago
  • โž• Added

    • The class uplink.Consumer by @itstehkman_. Consumer classes should inherit this base. class, and creating consumer instances happens through instantiation.
    • ๐Ÿ‘Œ Support for asyncio for Python 3.4 and above.
    • ๐Ÿ‘Œ Support for twisted for all supported Python versions.

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ BREAKING: Invoking a consumer method now builds and executes the request, removing the extra step of calling the execute method.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ— Building consumer instances with uplink.build. Instead, Consumer classes should inherit uplink.Consumer.

    ๐Ÿ›  Fixed

    • Header link for version 0.1.1 in changelog.