You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-59-2-2020-03-10.md
+24-12Lines changed: 24 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,44 @@ changelog:
6
6
- API
7
7
---
8
8
<!-- API changelog requirements - delete this before merging -->
9
-
- Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
10
-
- Replace all instances of 2019-01-01 with the production release date for the API.
11
-
- All items in the changelog should mention which endpoints are affected.
12
-
- For changes and bugfixes, describe the previous behavior AND the new behavior.
9
+
10
+
* Replace all instances of X.X.X in the frontmatter with the appropriate API spec.
11
+
* Replace all instances of 2019-01-01 with the production release date for the API.
12
+
* All items in the changelog should mention which endpoints are affected.
13
+
* For changes and bugfixes, describe the previous behavior AND the new behavior.
13
14
14
15
<!-- Where to put things - delete this before merging -->
16
+
15
17
Some heuristics for which heading to put API reference updates under:
16
18
17
-
*Added*
18
-
- New endpoints.
19
-
- New fields in the request or a response of an existing endpoint.
19
+
_Added_
20
+
21
+
* New endpoints.
22
+
* New fields in the request or a response of an existing endpoint.
23
+
24
+
_Changed_
20
25
21
-
*Changed*
22
-
- Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
26
+
* Changes in the behavior of an existing endpoing, when the previous behavior was working as it was designed. In other words, non-bugfix changes.
23
27
24
-
*Fixes*
25
-
- Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
28
+
_Fixes_
29
+
30
+
* Bugfixes: Changes to the behavior of an endpoint, where the previous behavior was not working as intended/expected/documented.
26
31
27
32
<!-- Sample syntax - delete this before merging -->
28
33
29
-
- References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint`*Example*: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
34
+
* References to an endpoint should be in this format: `the Endpoint Name ([VERB /path/to/endpoint/{endpointVariable}](https://developers.linode.com/api/docs/v4/{endpoint}/{#endpointVariable})) endpoint`_Example_: `the Clone Linode ([POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/v4/linode-instances-linode-id-clone/#post)) endpoint`
30
35
31
36
<!-- Fill these sections out: -->
32
37
38
+
### Version Change Notes
39
+
40
+
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change. Subsequent releases will continue following the [semver](https://semver.org/) versioning specification.
41
+
33
42
### Added
34
43
44
+
* Added `updated` and `created` read-only fields to DomainRecord objects.
45
+
* Use the [Domain Records collection](https://developers.linode.com/api/v4/domains-domain-id-records) to review your DomainRecord objects.
0 commit comments