-
Notifications
You must be signed in to change notification settings - Fork 41
API Changelog 4.73.0 #251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Changelog 4.73.0 #251
Conversation
yoshizzle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd maybe also add this: https://bits.linode.com/LinodeAPI/apinext/pull/2839/files#diff-4ac32a78649ca5bdd8e0ba38b7006a1eR33
|
|
||
| ### Fixed | ||
| - A bug was fixed that would result in a 500 error when filtering domain records by a non-existent tag. This will now return an empty 200 respone. | ||
| - Previously, NS and CNAME records could be created for eachother, resulting in errors. If this is attempted now, the record creation will fail with a "Record conflict" message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"each other" (two words)
alsaihn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small clarification for where the NS/CNAME error previously showed up.
|
|
||
| ### Fixed | ||
| - A bug was fixed that would result in a 500 error when filtering domain records by a non-existent tag. This will now return a 200 response with an empty pagination result. | ||
| - Previously, NS and CNAME records could be created for each other, resulting in errors. If this is attempted now, the record creation will fail with a "Record conflict" message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Previously, NS and CNAME records could be created for each other, resulting in errors. If this is attempted now, the record creation will fail with a "Record conflict" message. | |
| - Previously, NS and CNAME records could be created for each other, resulting in errors when the zone file gets rendered. If this is attempted now, the record creation will fail with a "Record conflict" message. |
No description provided.