-
Notifications
You must be signed in to change notification settings - Fork 14
chore: add CHANGELOG.md to existing published packages #313
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
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
70 changes: 70 additions & 0 deletions
70
generated/google_cloud_ai_generativelanguage_v1beta/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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to latest sidekick (better fakes) (#248) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: run all cloud integration tests on GCP (#176) | ||
| - feat(gcs): support for downloading objects (#138) | ||
| - chore: Move http tests recording into a subdirectory (#128) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - feat: Update to latest API versions (#103) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
| - chore: Mark test recordings as generated (#97) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - test: Add some conformance tests (#93) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
| - test(google_cloud_aiplatform_v1beta1): Add integration tests (#79) | ||
| - chore: Use sidekick @v1.0.1 (#75) | ||
| - test: Add integration tests for `_ai_generative...` (#71) | ||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
| - feat: update to the most recent sidekick version (#49) | ||
| - chore: Update to the latest API sources (#39) | ||
| - chore: Update to latest sidekick (#38) | ||
| - docs(genai): Fix the heading level of text after Quickstart (#37) | ||
| - docs(google_cloud_ai...): Add a note about model names (#32) | ||
| - docs(google_cloud_ai...): Adds examples (#23) | ||
| - feat: Use correct issue tracker urls (#31) | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release | ||
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,65 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update api sources (#311) | ||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to latest sidekick (better fakes) (#248) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: run all cloud integration tests on GCP (#176) | ||
| - chore: regen apis with latest librarian/apis (#170) | ||
| - feat(gcs): support for downloading objects (#138) | ||
| - chore: Move http tests recording into a subdirectory (#128) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - test: Test all Compliance service methods (#106) | ||
| - feat: Update to latest API versions (#103) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
| - chore: Mark test recordings as generated (#97) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - test: Add some conformance tests (#93) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
| - test(google_cloud_aiplatform_v1beta1): Add integration tests (#79) | ||
| - chore: Use sidekick @v1.0.1 (#75) | ||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release |
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,59 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update api sources (#311) | ||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - test: Add some conformance tests (#93) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
| - feat: update to the most recent sidekick version (#49) | ||
| - feat: Use correct issue tracker urls (#31) | ||
| - chore: Upgrade Sidekick to head (#10) | ||
| - chore: Sync with google-cloud/rust/dart | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release |
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,57 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
| - feat: update to the most recent sidekick version (#49) | ||
| - feat: Use correct issue tracker urls (#31) | ||
| - chore: Upgrade Sidekick to head (#10) | ||
| - chore: Sync with google-cloud/rust/dart | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release |
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,15 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update api sources (#311) | ||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - initial release |
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,62 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to latest sidekick (better fakes) (#248) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - test: Test all Compliance service methods (#106) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
| - chore: Use sidekick @v1.0.1 (#75) | ||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
| - feat: update to the most recent sidekick version (#49) | ||
| - chore: Update to latest sidekick (#38) | ||
| - feat: Use correct issue tracker urls (#31) | ||
| - chore: Update to sidekick v0.3.1-0.20251013160330-f7a65558c218 (#20) | ||
| - chore: Upgrade Sidekick to head (#10) | ||
| - chore: Sync with google-cloud/rust/dart | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release |
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,61 @@ | ||
| # Changelog | ||
|
|
||
| ## 0.5.3 | ||
|
|
||
| - chore: update librarian to v0.21.0 (#289) | ||
| - fix(protobuf): fix `FieldMask` encoding (#257) | ||
|
|
||
| ## 0.5.2 | ||
|
|
||
| - fix: `NullValue` serialization and deserialization (#254) | ||
| - chore: upgrade to latest sidekick (better fakes) (#248) | ||
| - chore: upgrade to lastest sidekick (#247) | ||
|
|
||
| ## 0.5.1 | ||
|
|
||
| - chore: verify handling of `Empty` fields (#208) | ||
| - chore: add librarian config (#120) | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| - chore: Update side and API sources and regen (#119) | ||
| - fix(dart): Add proto serialization conformance tests (#102) | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| - feat: Create exception subclasses (#101) | ||
|
|
||
| ## 0.3.0 | ||
|
|
||
| - fix: Fix `repeated double` decoding (#91) | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| - chore: Single-quoted strings in config/examples (#87) | ||
| - test: Add some conformance tests (#93) | ||
| - chore: Use workspace analysis for all packages (#88) | ||
| - feat: update using null-safety generator change (#69) | ||
| - feat: add isNotDefault extension methods for core proto types (#68) | ||
|
|
||
| ## 0.2.0 | ||
|
|
||
| - feat: Move `_gax` functionality to `_rpc` (#67) | ||
|
|
||
| ## 0.1.2 | ||
|
|
||
| - fix: ConfigurationException in `fromApiKey` (#64) | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| - fix: Remove dependency on dart:io (#56) | ||
| - feat: Remove protobuf dep on _gax (#52) | ||
| - feat: update to the most recent sidekick version (#49) | ||
| - chore: Update to latest sidekick (#38) | ||
| - feat: Use correct issue tracker urls (#31) | ||
| - chore: Update to sidekick v0.3.1-0.20251013160330-f7a65558c218 (#20) | ||
| - chore: Upgrade Sidekick to head (#10) | ||
| - chore: Sync with google-cloud/rust/dart | ||
|
|
||
| ## 0.1.0 | ||
|
|
||
| - initial release |
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.
Uh oh!
There was an error while loading. Please reload this page.