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

Update minor updated gems #3393

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Update minor updated gems #3393

merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-sdk-s3 (source, changelog) '~> 1', '>= 1.148.0' -> '~> 1', '>= 1.169.0' age adoption passing confidence
httparty '~> 0.21' -> '~> 0.22' age adoption passing confidence
omniauth-google-oauth2 '>= 0.8.2' -> '>= 1.2.0' age adoption passing confidence
twilio-ruby '~> 7.2.2' -> '~> 7.3.5' age adoption passing confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-s3)

v1.169.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.168.0

  • Feature - Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.

v1.167.0

  • Feature - This release introduces a header representing the minimum object size limit for Lifecycle transitions.

v1.166.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.165.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.164.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.163.0

  • Feature - Added SSE-KMS support for directory buckets.

v1.162.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.161.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.160.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.159.0

  • Feature - Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.158.0

  • Feature - Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

v1.157.0

  • Feature - Support head_bucket, get_object_attributes, delete_objects, and copy_object for Access Grants.

v1.156.0

  • Feature - Added response overrides to Head Object requests.

v1.155.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.154.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.153.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.152.3

  • Issue - Handle 200 errors for all S3 operations that do not have streaming responses.

v1.152.2

  • Issue - Revert Handling of 200 errors for all S3 operations.

v1.152.1

  • Issue - Handle 200 errors for all S3 operations that do not have streaming responses.

v1.152.0

  • Feature - Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.

v1.151.0

  • Feature - Updated a few x-id in the http uri traits

v1.150.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.149.1

  • Issue - Fix bug where destination bucket default encryption was inadvertently overridden by source object encryption.

v1.149.0

  • Feature - Support S3 Access Grants authentication. Access Grants can be enabled with the access_grants option, and custom options can be passed into the access_grants_credentials_provider option. This feature requires aws-sdk-s3control to be installed.

  • Feature - Add RBS signatures for customizations of S3.

jnunemaker/httparty (httparty)

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: jnunemaker/httparty@v0.21.0...v0.22.0

zquestz/omniauth-google-oauth2 (omniauth-google-oauth2)

v1.2.0

Compare Source

Added
  • jwt 2.9.0 support for their updated claims code.
Deprecated
  • Nothing.
Removed
  • Ruby 2.3 and 2.4 support.
  • Support for jwt < 2.9.0.
Fixed
  • Fixed image sizing code.
  • Rubocop configuration updates.

v1.1.3

Compare Source

Added
  • Updated to use POST instead of GET for tokeninfo endpoint.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Documentation typos.
  • Rubocop configuration updates.

v1.1.2

Compare Source

Added
  • Add support for enable_granular_consent option (#​455)
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.

v1.1.1

Compare Source

Added
  • Nothing.
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Fixed JWT decoding issue. (Invalid segment encoding) #​431

v1.1.0

Compare Source

Added
  • overridable_authorize_options has been added to restrict overriding authorize_options by request params. #​423
  • Support for oauth2 2.0.x. #​429
Deprecated
  • Nothing.
Removed
  • Nothing.
Fixed
  • Nothing.
twilio/twilio-ruby (twilio-ruby)

v7.3.5

Compare Source

Conversations

  • Expose ConversationWithParticipants resource that allows creating a conversation with participants

v7.3.4

Compare Source

Api

  • Add response key country to fetch AvailablePhoneNumber resource by specific country.

Messaging

  • Make library and doc public for requestManagedCert Endpoint

v7.3.3

Compare Source

Messaging

  • Add A2P external campaign CnpMigration flag

Numbers

  • Add address sid to portability API

Verify

  • Add SnaClientToken optional parameter on Verification check.
  • Add EnableSnaClientToken optional parameter for Verification creation.

v7.3.2

Compare Source

Accounts

  • Update docs and mounts.
  • Change library visibility to public
  • Enable consent and contact bulk upsert APIs in prod.

Serverless

  • Add is_plugin parameter in deployments api to check if it is plugins deployment

v7.3.1

Compare Source

Intelligence

  • Remove public from operator_type
  • Update operator_type to include general-availablity and deprecated

Numbers

  • Remove beta flag for bundle clone API

v7.3.0

Compare Source

Iam

  • updated library_visibility public for new public apikeys

Numbers

  • Add new field in Error Codes for Regulatory Compliance.
  • Change typing of Port In Request date_created field to date_time instead of date (breaking change)

v7.2.4

Compare Source

Library - Chore

Api

  • Update documentation of error_code and error_message on the Message resource.
  • Remove generic parameters from transcription resource
  • Added public documentation for Payload Data retrieval API

Flex

  • Adding update Flex User api

Insights

  • Added 'branded', 'business_profile' and 'voice_integrity' fields in List Call Summary

Intelligence

  • Add words array information to the Sentences v2 entity.
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Operator Results.
  • Change the path parameter when fetching an /OperatorType/{} from sid<EY> to string to support searching by SID or by name
  • Add X-Rate-Limit-Limit, X-Rate-Limit-Remaining, and X-Rate-Limit-Config headers for Transcript and Service endpoints.

Messaging

  • Adds two new channel senders api to add/remove channel senders to/from a messaging service
  • Extend ERC api to accept an optional attribute in request body to indicate CNP migration for an ERC

Numbers

  • Modify visibility to public in bundle clone API
  • Add port_date field to Port In Request and Port In Phone Numbers Fetch APIs
  • Change properties docs for port in phone numbers api
  • Add is_test body param to the Bundle Create API
  • Change properties docs for port in api

Trusthub

  • Add new field in themeSetId in compliance_inquiry.

Verify

  • Update custom_code_enabled description on verification docs

v7.2.3

Compare Source

Rubygems

  • Add docs link to gemspec

Configuration

📅 Schedule: Branch creation - "after 9am and before 1pm on Saturday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented May 4, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/......
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.1.2,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 2 times, most recently from 76333ce to 2a8fb13 Compare May 4, 2024 02:23
@knu
Copy link
Member

knu commented May 4, 2024

Dependency conflicts around oauth2 and ominiauth gems have long been a pain in the neck. I bet few people enable all omniauth modules at the same time, but since we have them all enabled by default we cannot update any of them due to a version conflict.

oauth2 1.x is required by https://github.com/dsander/dropbox-api and https://github.com/albertsun/weibo_2, where there have been no updates for 7 years. Perhaps we should make them optional by now, I guess?

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from 2a8fb13 to a9cc790 Compare May 6, 2024 23:01
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 6, 2024
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from a9cc790 to 93f2413 Compare May 13, 2024 21:45
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...

Could not find compatible versions

Because omniauth-google-oauth2 >= 1.1.2 depends on oauth2 ~> 2.0
  and every version of dropbox-api depends on oauth2 ~> 1.0,
  omniauth-google-oauth2 >= 1.1.2 is incompatible with dropbox-api >= 0.
So, because Gemfile depends on dropbox-api >= 0
  and Gemfile depends on omniauth-google-oauth2 >= 1.2.0,
  version solving has failed.

@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 5 times, most recently from 390c270 to 67d7b75 Compare May 19, 2024 01:26
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from c46f361 to 09ae40b Compare June 7, 2024 10:46
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 5 times, most recently from a789e18 to cfb2589 Compare June 15, 2024 13:10
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 3 times, most recently from 58e7356 to d63f71a Compare June 28, 2024 21:25
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 3 times, most recently from b80430f to 7174e98 Compare July 8, 2024 11:36
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 3 times, most recently from e977e19 to 1d296b6 Compare September 25, 2024 13:14
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from 09aeef8 to 6547f58 Compare October 7, 2024 19:06
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 3 times, most recently from 1bcfb74 to c335bd4 Compare October 18, 2024 21:47
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 8 times, most recently from d5cbc77 to 149309e Compare October 27, 2024 14:12
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch 4 times, most recently from cd02b40 to baa2bc3 Compare November 4, 2024 03:39
@knu knu force-pushed the renovate/minor-updated-gems branch 2 times, most recently from 709c875 to c6ce09e Compare November 4, 2024 03:54
@renovate renovate bot force-pushed the renovate/minor-updated-gems branch from c6ce09e to 910d531 Compare November 4, 2024 04:00
@knu knu force-pushed the renovate/minor-updated-gems branch from 910d531 to 59488de Compare November 4, 2024 04:05
Copy link
Contributor Author

renovate bot commented Nov 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@knu knu merged commit 59488de into master Nov 4, 2024
14 checks passed
@knu knu deleted the renovate/minor-updated-gems branch November 4, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant