Skip to content
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

sync #6096

Merged
merged 54 commits into from
Nov 14, 2024
Merged

sync #6096

merged 54 commits into from
Nov 14, 2024

Conversation

Neilpang
Copy link
Member

sync

vmmello and others added 24 commits November 5, 2024 11:26
was unintendedly replaying the save _H4 header on all requests, what was
causing random failures on responses from the API.
the same pagination bug that happens for accounts with a large number of
domains also happens for DNS zones with a large number of records. The
previous code assumes that all records are returned in a single page.

Changed the code to do an exact match search so that it returns only the few
required records and never paginates replies.
Signed-off-by: Ludovic Ortega <[email protected]>
Signed-off-by: Ludovic Ortega <[email protected]>
Fixes issue 4956: 'Linode DNS Pagination Bug'
fix(truenas): broken script since 23.10 scale release
StrongSwan deploy hook: swanctl support
Add existing bearer token support to Azure DNS API
@Neilpang Neilpang merged commit 75b4bb3 into master Nov 14, 2024
35 checks passed
Copy link

Welcome
First thing: don't send PR to the master branch, please send to the dev branch instead.
Please make sure you've read our DNS API Dev Guide and DNS-API-Test.
Then reply on this message, otherwise, your code will not be reviewed or merged.
We look forward to reviewing your Pull request shortly ✨
注意: 必须通过了 DNS-API-Test 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants