-
Notifications
You must be signed in to change notification settings - Fork 573
feat(language-v2): track native Gemfile.lock from generator updates #35030
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
Closed
Closed
Changes from all commits
Commits
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| # Ignore bundler lockfiles | ||
| Gemfile.lock | ||
| gems.locked | ||
|
|
||
| # Ignore documentation output | ||
|
|
||
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 |
|---|---|---|
| @@ -1,120 +1,2 @@ | ||
| # Changelog | ||
| # Release History | ||
|
|
||
| ### 1.5.0 (2026-06-11) | ||
|
|
||
| #### Features | ||
|
|
||
| * update gapic-common dependency to 1.3 and document retry jitter ([#34048](https://github.com/googleapis/google-cloud-ruby/issues/34048)) | ||
|
|
||
| ### 1.4.0 (2026-05-14) | ||
|
|
||
| #### Features | ||
|
|
||
| * publish client batch config schema | ||
| #### Documentation | ||
|
|
||
| * update SelectiveGapicGeneration usage doc ([#33435](https://github.com/googleapis/google-cloud-ruby/issues/33435)) | ||
|
|
||
| ### 1.3.0 (2026-03-19) | ||
|
|
||
| #### Features | ||
|
|
||
| * Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support | ||
|
|
||
| ### 1.2.1 (2025-10-27) | ||
|
|
||
| #### Documentation | ||
|
|
||
| * add warning about loading unvalidated credentials | ||
|
|
||
| ### 1.2.0 (2025-09-11) | ||
|
|
||
| #### Features | ||
|
|
||
| * update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+ ([#31015](https://github.com/googleapis/google-cloud-ruby/issues/31015)) | ||
|
|
||
| ### 1.1.0 (2025-05-12) | ||
|
|
||
| #### Features | ||
|
|
||
| * Updated core dependencies including gapic-common | ||
| * Updated required Ruby version to 3.1 | ||
|
|
||
| ### 1.0.1 (2025-04-29) | ||
|
|
||
| #### Bug Fixes | ||
|
|
||
| * Fixed several issues with validating credential configs | ||
|
|
||
| ### 1.0.0 (2025-02-11) | ||
|
|
||
| #### Features | ||
|
|
||
| * Bump version to 1.0.0 ([#28969](https://github.com/googleapis/google-cloud-ruby/issues/28969)) | ||
|
|
||
| ### 0.7.0 (2025-01-28) | ||
|
|
||
| #### Features | ||
|
|
||
| * Update Ruby version requirement to 3.0 | ||
| #### Documentation | ||
|
|
||
| * Clarify behavior of protobuf message fields that are part of mutually-exclusive sets | ||
| * Include note about validating externally-provided credentials | ||
|
|
||
| ### 0.6.0 (2024-12-10) | ||
|
|
||
| #### Features | ||
|
|
||
| * Provide opt-in debug logging | ||
|
|
||
| ### 0.5.1 (2024-08-30) | ||
|
|
||
| #### Documentation | ||
|
|
||
| * Add field `experimental_features` to message `PythonSettings` | ||
|
|
||
| ### 0.5.0 (2024-08-05) | ||
|
|
||
| #### Features | ||
|
|
||
| * Support ClassificationCategory#severity | ||
| * Support model_version parameter to the moderate_text RPC | ||
|
|
||
| ### 0.4.0 (2024-02-26) | ||
|
|
||
| #### Features | ||
|
|
||
| * Updated minimum Ruby version to 2.7 ([#24872](https://github.com/googleapis/google-cloud-ruby/issues/24872)) | ||
|
|
||
| ### 0.3.2 (2024-02-01) | ||
|
|
||
| #### Bug Fixes | ||
|
|
||
| * Eliminated a harmless but annoying warning in the protobuf class files | ||
|
|
||
| ### 0.3.1 (2024-01-12) | ||
|
|
||
| #### Bug Fixes | ||
|
|
||
| * Ensure endpoints are correct for mixin clients ([#24032](https://github.com/googleapis/google-cloud-ruby/issues/24032)) | ||
|
|
||
| ### 0.3.0 (2024-01-11) | ||
|
|
||
| #### Features | ||
|
|
||
| * Support for universe_domain ([#23781](https://github.com/googleapis/google-cloud-ruby/issues/23781)) | ||
|
|
||
| ### 0.2.0 (2023-09-12) | ||
|
|
||
| #### Features | ||
|
|
||
| * Support for channel pool configuration ([#22921](https://github.com/googleapis/google-cloud-ruby/issues/22921)) | ||
|
|
||
| ### 0.1.0 (2023-08-23) | ||
|
|
||
| #### Features | ||
|
|
||
| * Initial generation of google-cloud-language-v2 ([#22801](https://github.com/googleapis/google-cloud-ruby/issues/22801)) | ||
|
|
||
| ## Release History |
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it add this? Is it a bug with .gitignore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a new bug; there was a PR I approved/merged that addressed this same issue for a different gem: #35029
I'm not sure when this was introduced, but seems like we should file an issue