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

Merge 4.4.0 release to main #156

Merged
merged 6 commits into from
Mar 9, 2024
Merged

Merge 4.4.0 release to main #156

merged 6 commits into from
Mar 9, 2024

Conversation

vipulnsward
Copy link
Collaborator

@vipulnsward vipulnsward commented Mar 9, 2024

Description

  • Add changelog for upcoming release
  • Rebase on top of existing commits from 4.4.0 branch and main
  • Will draft a new release once this looks okay

Checklist

geeosh and others added 3 commits December 11, 2023 09:22
Previously, if an error from the API was returned while polling for updates on a file, it would continue polling. I updated it so that it raises a RequestError if the API returns an error status. If not, it raises a RetryError, which is swallowed by the retry gem's `with_retries` block.

Example of an error that led to continued polling:

```
{"status":"error","error":"File validation error: Uploading of these file types is not allowed.","error_code":"DownloadFileValidationFailedError"}
```
Fix namespace for service

Add spec for upload_from_url

Fix requiring of SignatureGenerator and location of tests
@@ -2,106 +2,131 @@

require 'spec_helper'

module Uploadcare
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@vipulnsward vipulnsward requested a review from rsedykh March 9, 2024 18:04
Copy link
Member

@rsedykh rsedykh left a comment

Choose a reason for hiding this comment

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

Added dots. Just feels right for me. :-)

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@vipulnsward vipulnsward merged commit 635f0cd into main Mar 9, 2024
10 checks passed
@vipulnsward vipulnsward deleted the 4.4.0-commits branch March 9, 2024 19:22
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.

3 participants