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

Create new release with recent changes #243

Open
Riceman2000 opened this issue Aug 24, 2024 · 2 comments
Open

Create new release with recent changes #243

Riceman2000 opened this issue Aug 24, 2024 · 2 comments

Comments

@Riceman2000
Copy link

The changes merged in this PR: #241 fixed an issue with the API that makes an endpoint (ListDnsRecords) unusable. The code has been reviewed and merged, a new release should be generated.

Keeping these changes unreleased for weeks/months will generate more issues and general help requests as people experience broken behavior and (understandably) don't check the commit log to see if their problem has been resolved.

Some other low hanging fruit that could be tossed into this Crate release:

Thank you for your time, I would love to see this repository to get some TLC and bring it up to date for the latest Cloudflare API. It would be very useful for my application along with many others.

@DougAnderson444
Copy link

+1

A release would be great, right now my code is breaking because

hasn't been incorporated into a release yet.

Also, the Cargo.toml needs to add the repository field for the next release.

cc @Noah-Kennedy

@Riceman2000
Copy link
Author

I am having the exact same issue @DougAnderson444 I am glad I am not the only one.

One thing that I have been attempting is to do is make a Crate based off of the OpenAPI schemas posted by Cloudflare in this repository: https://github.com/cloudflare/api-schemas

I think this should be possible but I have not found any tooling that will work with APIs this large/complex, they all have one little thing that is not supported. If you have any ideas I would love to hear them and maybe we can get a working solution up and running. If done properly, an automated pipeline should be able to handle most of this work (in theory).

Thanks for the response

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

No branches or pull requests

2 participants