-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog.txt
108 lines (82 loc) · 2.74 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
3.0.0
[rem] removed support for Kodi versions pre-Nexus v20
[rem] removed python 2 support
[rem] removed dependency on six
[lang] updated translations from Weblate
2.0.21
[upd] fixups and additions to Helix API
[rem] remove v5 API
[lang] updated translations from Weblate
2.0.19
[fix] fix v5.users.follow_channel request - apo86
[fix] fix v5.users.unfollow_channel request - apo86
[lang] updated translations from Weblate
2.0.18
[fix] fix v5.streams.by_id request - apo86
2.0.17
[fix] playback of clips
2.0.16
[fix] playback, change access token to use gql endpoints
[chg] change followed, following, and unfollowing games to use gql endpoints
2.0.15
[upd] Update material to reflect repository changes
2.0.14
[fix] logging in Kodi 19
2.0.13
[fix] stream language
2.0.12
[fix] clip usher
2.0.11
[fix] Python 3 - don't decode string when processing clips
2.0.10
[upd] allow overriding headers for all hidden api calls
2.0.9
[upd] allow overriding headers for usher and hidden api calls
[fix] decode byte responses in scraper
[fix] usher/parser error handling
2.0.8
[upd] Mark communities endpoints and queries as deprecated
2.0.7
[add] add platform parameter to usher
2.0.6
[add] add missing helix api endpoints
2.0.5
[add] add frame rate and resolution to returned stream information
[upd] update usher parameters
[upd] use SPDX license identifiers
2.0.4
[fix] video/live stream token encoding
2.0.3
[chg] redact user ip from token logging
2.0.2
[fix] Python 3 compat.
[add] fast_bread param to usher
[add/upd] helix endpoints
2.0.1
[fix] clips usher
[chg] to relative imports
[upd] deprecation/removal dates
2.0.0
[chg] refactor oauth for inclusion of helix
- adds MobileClient().prepare_token_uri() for generating app access tokens, adds client_secret requirement
- adds MobileClient().prepare_revoke_uri() for revoking oauth tokens
- adds helix oauth scopes
- twitch.scopes -> twitch.oauth.<api version>.scopes
- twitch.oauth.MobileClient() -> twitch.oauth.clients.MobileClient()
[add] helix api
[add] add usher.live_request and usher.video_request
[add] MobileClient().revoke_token and MobileClient().get_app_access_token queries
[add] Kodi logging
[add] v5 users.users
1.1.0
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations.
If you rely on this module follow development at https://github.com/MrSprigster/script.module.python.twitch
[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints
1.0.2
[fix] omit oauth token for queries with 'required scope: none'
1.0.1
[fix/upd] offset, limit to games _get_followed
[fix] omit oauth token for videos by_id
1.0.0
- initial release