Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ably/ably-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: ably/ably-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 5, 2018

  1. Fix tests

    There's another warning now, one raised by msgpack because unpackb(...,
    encoding=encoding) has been deprecated, since version 0.5.2
    
    At first I wanted to update the calls to unpackb, and use the new
    raw=False, but then we would require 0.5.2 or later, and that version
    does not support Python 3.4 anymore. So, if we want to support Python
    3.4 we have to live with this warning.
    jdavid committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    63e0a69 View commit details
    Browse the repository at this point in the history
  2. Fix random failure in test

    This failure probably is because Travis runs the tests for every
    environment in parallel. And depending on the timing, a message is
    published in one environment, and unexpectedly read from another.
    
    Fixed changing the name of the channel.
    jdavid committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    03fa018 View commit details
    Browse the repository at this point in the history
  3. Fix timeout test in Travis

    jdavid committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1df0f62 View commit details
    Browse the repository at this point in the history
  4. tests, randomize channel name

    jdavid committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ba98dbe View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    9314208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from ably/add-supported-platforms-to-readme

    Update README with supported platforms
    funkyboy authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    eec31a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from ably/fixtests

    Fix tests
    jdavid authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    49c6445 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    566d65a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from ably/issue104

    Fix README so it doesn't mislead ttl to be in s
    jdavid authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    ef4aa01 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Share session accross Ably clients

    Fixes #133
    jdavid committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    5cf73c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. v1.0.2 version release

    jdavid committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    6515a58 View commit details
    Browse the repository at this point in the history
Loading