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

Conversation

onthecrow
Copy link
Collaborator

Description

  • Library:
    • Migrated API from v0.6 to v0.7;
    • Removed the UploadcareClient.storeGroup() and UploadcareGroup.store() methods, as its
      endpoint has been removed;
    • Added event types of webhooks;
    • Removed the sorting methods by file size, as its parameter has been removed from the API query
      parameters.
  • Example:
    • Removed sorting options by file size from UploadFragment.

@rsedykh rsedykh linked an issue Oct 6, 2023 that may be closed by this pull request
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -2,6 +2,17 @@

# History

## 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. :-)

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
onthecrow and others added 4 commits October 10, 2023 18:03
Co-authored-by: Roman Sedykh <[email protected]>
Co-authored-by: Roman Sedykh <[email protected]>
Co-authored-by: Roman Sedykh <[email protected]>
Co-authored-by: Roman Sedykh <[email protected]>
CHANGELOG.md Outdated
- 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. :-(

@rsedykh rsedykh merged commit 472e1d9 into uploadcare:master Oct 11, 2023
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.

API version migration from v0.6 to v0.7
4 participants