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

API version migration from v0.6 to v0.7 #80

Merged
merged 9 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## 3.4.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 3.4.0
## 4.0.0

I think this is kinda breaking enough change for a major version bump, don't you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, but we should bump the version in gradle files as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I just didn't comment on every other line with a version. :-)

- Library:
- Migrated REST API support from v0.6 to v0.7.
- Removed the `UploadcareClient.storeGroup()` and `UploadcareGroup.store()` methods, as its
endpoint has been removed.
- Removed the `UploadcareClient.storeGroup()` and `UploadcareGroup.store()` methods, as their
endpoints have been removed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, one less space please. :-(

- Added event types of webhooks.
onthecrow marked this conversation as resolved.
Show resolved Hide resolved
- Removed the sorting methods by file size, as its parameter has been removed from the API query
parameters.
Expand Down