aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f4fa6a7..87c25db 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,35 @@ A note on versioning: This librarys major version will grow with the APIs
2version number. Breaking changes will be indicated by a change in the minor 2version number. Breaking changes will be indicated by a change in the minor
3(or major) version number, and will generally be avoided. 3(or major) version number, and will generally be avoided.
4 4
5v1.3.0
6------
7!!!!! There are several potentially breaking changes in here, and a lot
8of things changed, since this release covers two Mastodon versions and
9then some !!!!!
10
11* Several small bug fixes (Thanks goldensuneur, bowlercaptain, joyeusenoelle)
12* Improved stream error handling (Thanks codl)
13* Improvements to streaming:
14 * Added on_abort() handler to streams
15 * Added automatic reconnecting
16 * POTENTIALLY BREAKING CHANGE: Added better error catching to make sure
17 streaming functions do not just crash
18* Mastodon v2.3 compatibility (sorry for the late release)
19 * only_media parameter in timeline functions
20 * focus support for media_upload()
21 * Added media_update()
22* Mastodon v2.4 compatibility
23 * Added fields to account_update_credentials()
24 * WebPush support:
25 * Added push_subscription(), push_subscription_set(), push_subscription_update(),
26 push_subscription_delete()
27 * Added webpush crypto utilities: push_subscription_generate_keys(),
28 push_subscription_decrypt_push()
29* Added support for pinned toots, an oversight from 2.1.0: status_pin(), status_unpin()
30* POTENTIALLY BREAKING CHANGE: Changed pagination attributes to not be part of the dict keys
31 of paginated return values.
32* Many internal improvements, more tests
33
5v1.2.2 34v1.2.2
6------ 35------
7* Several small bugfixes (thanks codl) 36* Several small bugfixes (thanks codl)
Powered by cgit v1.2.3 (git 2.41.0)