-
Notifications
You must be signed in to change notification settings - Fork 28
v5.1.0 chore: prepare release #194
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e37202b
Fix Upload API sending Faraday's default User-Agent
alxgsv d8410d6
Prepare 5.0.1 release
vipulnsward d989446
Merge remote-tracking branch 'origin/5-0-stable' into 5-1-stable
vipulnsward 8d90026
Prepare 5.1.0 release
vipulnsward d12a554
Pin RubyGems publishing action
vipulnsward 79c9180
Declare release workflow permissions
vipulnsward a7f790e
Update 5.1.0 release date
vipulnsward 50f499e
Correct 5.1.0 release date
vipulnsward 93bb231
Document FileTags in v5 migration guide
vipulnsward File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # uploadcare-ruby 5.1.0 | ||
|
|
||
| This release adds file search and file-tag support to the v5 client API. It is backward compatible with 5.0.x and | ||
| does not require an application migration. | ||
|
|
||
| ## Highlights | ||
|
|
||
| - Search files through `client.files.search` using text, UUID, metadata, tag, range, and image filters. | ||
| - Sort search results, inspect match highlights, request `appdata`, and paginate without rebuilding POST criteria. | ||
| - List, replace, add, and delete per-file tags through `client.file_tags`. | ||
| - Assign tags during direct, batch, URL, and multipart uploads. | ||
| - Read tags directly from returned file resources. | ||
| - Use `client.api.rest.files.search` and `client.api.rest.file_tags` for exact REST endpoint access. | ||
|
|
||
| ## Upgrade Notes | ||
|
|
||
| - Requirement: Ruby `>= 3.3`. | ||
| - Update with `bundle update uploadcare-ruby` and run the application's test suite. | ||
| - No configuration or data migration is required from 5.0.x. | ||
| - File search results may be eventually consistent immediately after an upload; retry when a workflow searches for a | ||
| file it just created. | ||
| - Existing upload calls remain valid. Pass `tags: [...]` only where upload-time tagging is needed. | ||
| - Rollback: pin `uploadcare-ruby` to `5.0.1`. | ||
|
|
||
| ## Examples | ||
|
|
||
| - File search: [`examples/file_search.rb`](../examples/file_search.rb) | ||
| - File tags: [`examples/file_tags.rb`](../examples/file_tags.rb) | ||
| - Raw REST examples: [`api_examples/README.md`](../api_examples/README.md) | ||
|
|
||
| ## Full Changelog | ||
|
|
||
| See [CHANGELOG.md](../CHANGELOG.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.