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

Bump software.amazon.smithy:smithy-model from 1.47.0 to 1.48.0 in the gradle group #95

Merged
merged 1 commit into from
May 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the gradle group with 1 update: software.amazon.smithy:smithy-model.

Updates software.amazon.smithy:smithy-model from 1.47.0 to 1.48.0

Release notes

Sourced from software.amazon.smithy:smithy-model's releases.

Smithy CLI v1.48.0

1.48.0 (2024-04-24)

Features

  • Updated HTTP binding validation to allow for specificity routing. (#2220)
  • Added support for the deprecated trait in OpenAPI conversion. (#2221, #2222)
  • Added protocol tests for nested XML maps with XML names. (#2236)
  • Added diff validation for services that migrate from sigv4 to sigv4a. (#2245)
  • Emit a NOTE validation event on ignored duplicate shapes. (#2247)
  • Added strongly typed properties for TypedPropertiesBag. (#2248)
  • Updated trait code generation to use strongly typed property bags. (#2254)
  • Added a Smithy Diff test runner. (#2250)
  • Added captializing formatter for use in trait code generation and normalized symbol references to reduce false positive duplicates. (#2255)

Bug Fixes

  • Removed incorrect Content-Type from no-body XML payload protocol test. (#2218)
  • Fixed header expectations in RPCv2 protocol tests. (#2246)
  • Fixed ModifiedTrait validation for traits with breaking change rules. (#2249)

Documentation

  • Fixed Gradle plugin version in documentation. (#2226)
  • Updated the Gradle migration guide caption. (#2227)
  • Updated installation instructions for the Smithy CLI. (#2229)
  • Added missing commas in JSON AST docs. (#2230)
  • Fixed incorrect reference to the traitValidators trait in the protocol definition trait. (#2241)
Changelog

Sourced from software.amazon.smithy:smithy-model's changelog.

1.48.0 (2024-04-24)

Features

  • Updated HTTP binding validation to allow for specificity routing. (#2220)
  • Added support for the deprecated trait in OpenAPI conversion. (#2221, #2222)
  • Added protocol tests for nested XML maps with XML names. (#2236)
  • Added diff validation for services that migrate from sigv4 to sigv4a. (#2245)
  • Emit a NOTE validation event on ignored duplicate shapes. (#2247)
  • Added strongly typed properties for TypedPropertiesBag. (#2248)
  • Updated trait code generation to use strongly typed property bags. (#2254)
  • Added a Smithy Diff test runner. (#2250)
  • Added captializing formatter for use in trait code generation and normalized symbol references to reduce false positive duplicates. (#2255)

Bug Fixes

  • Removed incorrect Content-Type from no-body XML payload protocol test. (#2218)
  • Fixed header expectations in RPCv2 protocol tests. (#2246)
  • Fixed ModifiedTrait validation for traits with breaking change rules. (#2249)

Documentation

  • Fixed Gradle plugin version in documentation. (#2226)
  • Updated the Gradle migration guide caption. (#2227)
  • Updated installation instructions for the Smithy CLI. (#2229)
  • Added missing commas in JSON AST docs. (#2230)
  • Fixed incorrect reference to the traitValidators trait in the protocol definition trait. (#2241)
Commits
  • 4fb7ab7 Revert "Revert "Bump version to 1.48.0""
  • 75092bb Revert "Bump version to 1.48.0"
  • eecfee4 Bump version to 1.48.0
  • 9511565 Add SigV4 and SigV4A migration diff validation (#2245)
  • 507eeb0 Update TraitCodegenWriter (#2255)
  • aab0a8a Remove debugging class accidentally committed
  • 04318a3 Use new typed properties for trait code generation
  • 46b11f2 Add Smithy Diff test runner (#2250)
  • 2883dc7 Fix ModifiedTrait for traits with breaking change rules (#2249)
  • d7a37af Add typed properties for TypedPropertiesBag (#2248)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle group with 1 update: [software.amazon.smithy:smithy-model](https://github.com/smithy-lang/smithy).


Updates `software.amazon.smithy:smithy-model` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/smithy-lang/smithy/releases)
- [Changelog](https://github.com/smithy-lang/smithy/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy@1.47.0...1.48.0)

---
updated-dependencies:
- dependency-name: software.amazon.smithy:smithy-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2024 21:11
@dependabot dependabot bot requested a review from JordonPhillips May 1, 2024 21:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2024
@hpmellema hpmellema merged commit 02c2f15 into main May 1, 2024
1 check passed
@hpmellema hpmellema deleted the dependabot/gradle/gradle-2c24f1907f branch May 1, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant