Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Bump mastodon-py from 1.3.1 to 1.4.0 #192

Merged
merged 1 commit into from
May 1, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mastodon-py from 1.3.1 to 1.4.0.

Release notes

Sourced from mastodon-py's releases.

1.4.0

Fixes some bugs and adds support for everything up to Mastodon version 2.8.0.

There are some breaking changes in this release, though less than you might think, considering
this goes all the way from version 2.4.3 to 2.8.0.

  • BREAKING CHANGE: Changed streaming API behaviour to make the initial connection asynchronous (Thanks to Shura0 for the detailed report)
    • Old behaviour: The initial connection could fail, the stream functions would then throw an exception.
    • New behaviour: The initial connection function just returns immediately. If there is a connection error, the listeners on_abort handler is called to inform the user and the connection is retried.
  • BREAKING CHANGE: search() now calls through to search_v2. The old behaviour is available as search_v1.
  • Added support for polls (Added in 2.8.0)
  • Added support for preferences API (Added in 2.8.0)
  • Added support for the boost visibility parameter (Added in 2.8.0)
  • Added support for type, limit, offset, min_id, max_id, account_id on the search API (Added in 2.8.0)
  • Added support for scheduled statuses (Added in 2.7.0)
  • Added support for account creation via the API (Thanks gargron for clarifying many things here and in other places. Added in 2.7.0)
  • Added support for conversation streaming / stream_direct (Added in 2.6.0)
  • Added support for conversations (Added in 2.6.0)
  • Added support for report forwarding (Added in 2.5.0)
  • Added support for multiple OAuth redirect URIs and forcing the user to re-login in OAuth flows.
  • Added support for app_verify_credentials endpoint (Added in 2.7.2).
  • Added support for min_id based backwards pagination (Added in 2.6.0). The old method is still supported for older installs.
  • Added support for account pins / endorsements (Added in 2.5.0).
  • Updated documentation for changes to entities.
  • Added the ability to access non-authenticated endpoints with no app credentials (Thanks to cerisara for the report and codl).
  • Fixed the streaming API not working with gzip encoding (Thanks to bitleks for the report).
  • Added more explicitly caught error classes (Thanks to lefherz).
  • Improved Pleroma support including content-type and pagination fixes (Thanks to jfmcbrayer for the report and codl).
  • Added better session support (Thanks to jrabbit).
  • Fixed dependencies (Thanks to jrabbit).
  • Fixed variousmime type issues (Thanks to errbufferoverfl and jfmcbrayer).
  • Improved the example code (Thanks to MarkEEaton).
  • Fixed various small documentation issues (Thanks to allo-).

Docs: https://mastodonpy.readthedocs.io/en/1.4.0/
PyPi: https://pypi.org/project/Mastodon.py/1.4.0/

Changelog

Sourced from mastodon-py's changelog.

v1.4.0

There are some breaking changes in this release, though less than you might think, considering this goes all the way from version 2.4.3 to 2.8.0.

BREAKING CHANGE: Changed streaming API behaviour to make the initial connection asynchronous (Thanks to Shura0 for the detailed report)

:   -   Old behaviour: The initial connection could fail, the stream functions would then throw an exception.
    -   New behaviour: The initial connection function just returns immediately. If there is a connection error, the listeners on\_abort handler is called to inform the user and the connection is retried.
  • BREAKING CHANGE: search() now calls through to search_v2. The old behaviour is available as search_v1.
  • Added support for polls (Added in 2.8.0)
  • Added support for preferences API (Added in 2.8.0)
  • Added support for the boost visibility parameter (Added in 2.8.0)
  • Added support for type, limit, offset, min_id, max_id, account_id on the search API (Added in 2.8.0)
  • Added support for scheduled statuses (Added in 2.7.0)
  • Added support for account creation via the API (Thanks gargron for clarifying many things here and in other places. Added in 2.7.0)
  • Added support for conversation streaming / stream_direct (Added in 2.6.0)
  • Added support for conversations (Added in 2.6.0)
  • Added support for report forwarding (Added in 2.5.0)
  • Added support for multiple OAuth redirect URIs and forcing the user to re-login in OAuth flows.
  • Added support for app_verify_credentials endpoint (Added in 2.7.2).
  • Added support for min_id based backwards pagination (Added in 2.6.0). The old method is still supported for older installs.
  • Added support for account pins / endorsements (Added in 2.5.0).
  • Updated documentation for changes to entities.
  • Added the ability to access non-authenticated endpoints with no app credentials (Thanks to cerisara for the report and codl).
  • Fixed the streaming API not working with gzip encoding (Thanks to bitleks for the report).
  • Added more explicitly caught error classes (Thanks to lefherz).
  • Improved Pleroma support including content-type and pagination fixes (Thanks to jfmcbrayer for the report and codl).
  • Added better session support (Thanks to jrabbit).
  • Fixed dependencies (Thanks to jrabbit).
  • Fixed variousmime type issues (Thanks to errbufferoverfl and jfmcbrayer).
  • Improved the example code (Thanks to MarkEEaton).
  • Fixed various small documentation issues (Thanks to allo-).
Commits
  • 2959033 Release prep
  • 09c0329 Polls
  • 3eba3f8 Add preferences endpoint
  • 66524ad Try to fix the scheduled status test, 2.7 edition
  • eb0fa32 Add reblog visibility
  • c82b0b1 Add more parameters to search API
  • c815cdb Matching is now path only - might help?
  • 9c79715 Another attempt at test fixing. Unsure what is up.
  • 20a640e Fix the isoformat formatter
  • ee4549a Fix tests, again
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [mastodon-py](https://github.com/halcy/Mastodon.py) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/halcy/Mastodon.py/releases)
- [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst)
- [Commits](halcy/Mastodon.py@1.3.1...1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codl codl merged commit 0f13f3b into master May 1, 2019
@codl codl deleted the dependabot/pip/mastodon-py-1.4.0 branch May 1, 2019 08:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants