forked from NiklasRosenstein/python-github-bot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0.2.0.yml
More file actions
49 lines (49 loc) · 1.49 KB
/
Copy path0.2.0.yml
File metadata and controls
49 lines (49 loc) · 1.49 KB
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
release_date: null
changes:
- type: fix
component: general
description: support verifying `X-Hub-Signature` (with `sha1`) additionally to `X-Hub-Signature-256`,
prefering the 256 header if available
fixes: []
- type: breaking_change
component: general
description: move `Webhook` class into `github_bot_api.webhook` module
fixes: []
- type: breaking_change
component: general
description: rename `App` class to `GithubApp`
fixes: []
- type: breaking_change
component: general
description: rename `Webhook.on()` and `Webhook.register()` to `Webhook.listen()`
fixes: []
- type: breaking_change
component: general
description: update `GithubApp` methods
fixes: []
- type: breaking_change
component: general
description: '`RefreshableTokenSupplier` is now an abstract base class for new `JwtSupplier`
and `InstallationTokenProvider`'
fixes: []
- type: breaking_change
component: general
description: removed `Tokeninfo.issued_at`, replaced `TokenInfo.expired_at` with
`TokenInfo.exp` (which is now an int)
fixes: []
- type: breaking_change
component: general
description: move `get_mime_components()` into `github_bot_api.utils.mime` module
fixes: []
- type: feature
component: general
description: add `github_bot_api.utils.types` module
fixes: []
- type: fix
component: general
description: mark package as typed with `py.typed` file
fixes: []
- type: breaking_change
component: general
description: rename `generate_token()` to `create_jwt()`
fixes: []