@@ -15,6 +15,83 @@ export default function Authentication() {
15
15
</ p >
16
16
</ section >
17
17
< section >
18
+ < h2 > 2018-01-24</ h2 >
19
+ < hr /> < br />
20
+ < b > Breaking:</ b > < br />
21
+ < ul >
22
+ < li > Removed "token" Authorization scheme
23
+ < ul >
24
+ < li > The same value is accepted as "Bearer"</ li >
25
+ < li > No longer accepted: "Authorization: token $TOKEN"</ li >
26
+ < li > Please send as: "Authorization: Bearer $TOKEN"</ li >
27
+ </ ul >
28
+ </ li >
29
+ < li > Changed POST support/tickets
30
+ < ul >
31
+ < li > Now accepts "managed_issue" (boolean) instead of "managed_issue_type"</ li >
32
+ </ ul >
33
+ </ li >
34
+ < li > Reworked backups response
35
+ < ul >
36
+ < li > Removed "daily" and "weekly"</ li >
37
+ < li > Added "automatic"</ li >
38
+ < li > Removed "availability" from Backup object</ li >
39
+ < li > Removed "service" object</ li >
40
+ </ ul >
41
+ </ li >
42
+ < li > Removed /linode/instance/:id/disk/:id/imagize
43
+ < ul >
44
+ < li > Functionality moved to POST /images</ li >
45
+ </ ul >
46
+ </ li >
47
+ < li > Reworked /account/settings into two endpoints
48
+ < ul >
49
+ < li > Changed /account/settings endpoint to /account</ li >
50
+ < li > network_helper and longview_subscription remain in /account/settings</ li >
51
+ </ ul >
52
+ </ li >
53
+ < li > Removed 'max' from /account/transfer</ li >
54
+ < li > Removed /nodebalancers/$id/configs/$id/ssl</ li >
55
+ < li > Removed zonefile object from Domain</ li >
56
+ < li > Changed Notification types
57
+ < ul >
58
+ < li > scheduled_migration -> migration_scheduled </ li >
59
+ < li > pending_migration -> migration_pending </ li >
60
+ < li > scheduled_reboot -> reboot_scheduled </ li >
61
+ < li > outstanding_balance -> balance_outstanding </ li >
62
+ < li > important_ticket -> ticket_important </ li >
63
+ < li > abuse_ticket -> ticket_abuse </ li >
64
+ </ ul >
65
+ </ li >
66
+ </ ul >
67
+ < b > Features:</ b > < br />
68
+ < ul >
69
+ < li > Added POST /images to create an image from a disk</ li >
70
+ < li > Added "message" to Notification object
71
+ < ul >
72
+ < li > Described the notification in a human-readable manner</ li >
73
+ </ ul >
74
+ </ li >
75
+ < li > Added ability to enroll in Managed
76
+ < ul >
77
+ < li > POST /account/settings/managed-enable</ li >
78
+ </ ul >
79
+ </ li >
80
+ < li > Added "uid" to Profile response</ li >
81
+ < li > Added ssl to PUT /nodebalancers/$id/configs/$id</ li >
82
+ </ ul >
83
+ < b > Bugfixes:</ b > < br />
84
+ < ul >
85
+ < li > Fix Transfer Pool return values</ li >
86
+ < li > Stopped returning default backups window for Linodes
87
+ < ul >
88
+ < li > This impacted Linodes that were still scheduling backups only</ li >
89
+ </ ul >
90
+ </ li >
91
+ < li > Don't set cancel_account grant when it's not requested</ li >
92
+ < li > Suppresses shutdown event notification for rebuild</ li >
93
+ < li > Send emails for TFA to the acting user</ li >
94
+ </ ul >
18
95
< h2 > 2018-01-08</ h2 >
19
96
< hr /> < br />
20
97
< b > Breaking:</ b > < br />
0 commit comments