vector icon indicating copy to clipboard operation
vector copied to clipboard

chore(deps): bump aws-smithy-http-tower from 0.51.0 to 0.53.1

Open dependabot[bot] opened this issue 2 years ago β€’ 4 comments
trafficstars

Bumps aws-smithy-http-tower from 0.51.0 to 0.53.1.

Changelog

Sourced from aws-smithy-http-tower's changelog.

January 12th, 2023

New this release:

  • πŸ› (server, smithy-rs#2201) Fix severe bug where a router fails to deserialize percent-encoded query strings, reporting no operation match when there could be one. If your Smithy model uses an operation with a request URI spec containing query string literals, you are affected. This fix was released in aws-smithy-http-server v0.53.1.

January 11th, 2023

Breaking Changes:

  • ⚠ (client, smithy-rs#2099) The Rust client codegen plugin is now called rust-client-codegen instead of rust-codegen. Be sure to update your smithy-build.json files to refer to the correct plugin name.
  • ⚠ (client, smithy-rs#2099) Client codegen plugins need to define a service named software.amazon.smithy.rust.codegen.client.smithy.customize.ClientCodegenDecorator (this is the new file name for the plugin definition in resources/META-INF/services).
  • ⚠ (server, smithy-rs#2099) Server codegen plugins need to define a service named software.amazon.smithy.rust.codegen.server.smithy.customize.ServerCodegenDecorator (this is the new file name for the plugin definition in resources/META-INF/services).

New this release:

  • πŸ› (server, smithy-rs#2103) In 0.52, @length-constrained collection shapes whose members are not constrained made the server code generator crash. This has been fixed.
  • (server, smithy-rs#1879) Servers support the @default trait: models can specify default values. Default values will be automatically supplied when not manually set.
  • (server, smithy-rs#2131) The constraint @length on non-streaming blob shapes is supported.
  • πŸ› (client, smithy-rs#2150) Fix bug where string default values were not supported for endpoint parameters
  • πŸ› (all, smithy-rs#2170, aws-sdk-rust#706) Remove the webpki-roots feature from hyper-rustls
  • πŸ› (server, smithy-rs#2054) Servers can generate a unique request ID and use it in their handlers.

December 12th, 2022

Breaking Changes:

  • βš πŸŽ‰ (all, smithy-rs#1938, @​jjantdev) Upgrade Rust MSRV to 1.62.1

  • βš πŸŽ‰ (server, smithy-rs#1199, smithy-rs#1342, smithy-rs#1401, smithy-rs#1998, smithy-rs#2005, smithy-rs#2028, smithy-rs#2034, smithy-rs#2036) Constraint traits in server SDKs are beginning to be supported. The following are now supported:

    • The length trait on string shapes.
    • The length trait on map shapes.
    • The length trait on list shapes.
    • The range trait on byte shapes.
    • The range trait on short shapes.
    • The range trait on integer shapes.
    • The range trait on long shapes.
    • The pattern trait on string shapes.

    Upon receiving a request that violates the modeled constraints, the server SDK will reject it with a message indicating why.

    Unsupported (constraint trait, target shape) combinations will now fail at code generation time, whereas previously they were just ignored. This is a breaking change to raise awareness in service owners of their server SDKs behaving differently than what was modeled. To continue generating a server SDK with unsupported constraint traits, set codegenConfig.ignoreUnsupportedConstraints to true in your smithy-build.json.

  • βš πŸŽ‰ (server, smithy-rs#1342, smithy-rs#1119) Server SDKs now generate "constrained types" for constrained shapes. Constrained types are newtypes that encapsulate the modeled constraints. They constitute a widespread pattern to guarantee domain invariants and promote correctness in your business logic. So, for example, the model:

    @length(min: 1, max: 69)
    string NiceString
    

    will now render a struct NiceString(String). Instantiating a NiceString is a fallible operation:

... (truncated)

Commits

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jan 13 '23 04:01 dependabot[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

bits-bot avatar Jan 13 '23 04:01 bits-bot

Deploy Preview for vrl-playground ready!

Name Link
Latest commit f9420e0086ca582a33405b5a22b20d8a059e484e
Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/63c574cf377c4d000827a235
Deploy Preview https://deploy-preview-15949--vrl-playground.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jan 13 '23 04:01 netlify[bot]

Deploy Preview for vector-project ready!

Name Link
Latest commit f9420e0086ca582a33405b5a22b20d8a059e484e
Latest deploy log https://app.netlify.com/sites/vector-project/deploys/63c574cf1591bf0009934f79
Deploy Preview https://deploy-preview-15949--vector-project.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jan 13 '23 04:01 netlify[bot]

Regression Test Results

Run ID: b5510e9e-d1c4-463d-8848-26895d65e315
Baseline: ce003848558b7ee602336c7f2f0feda9e675e0ab
Comparison: f9420e0086ca582a33405b5a22b20d8a059e484e
Total vector CPUs: 7

Explanation

A regression test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core.

The table below, if present, lists those experiments that have experienced a statistically significant change in their bytes_written_per_cpu_second performance between baseline and comparison SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a Β±5% change in mean bytes_written_per_cpu_second are discarded. An experiment is erratic if its coefficient of variation is greater than 0.1. The abbreviated table will be omitted if no interesting changes are observed.

No interesting changes in bytes_written_per_cpu_second with confidence β‰₯ 90.00% and absolute Ξ” mean >= Β±5%.

Fine details of change detection per experiment.
experiment Ξ” mean Ξ” mean % confidence baseline mean baseline stdev baseline stderr baseline outlier % baseline CoV comparison mean comparison stdev comparison stderr comparison outlier % comparison CoV erratic declared erratic
socket_to_socket_blackhole 363.72KiB/CPU-s 2.73 100.00% 13.01MiB/CPU-s 332.56KiB/CPU-s 4.29KiB/CPU-s 0.0 0.024966 13.36MiB/CPU-s 201.24KiB/CPU-s 2.6KiB/CPU-s 0.0 0.014706 False False
otlp_http_to_blackhole 20.44KiB/CPU-s 1.31 100.00% 1.52MiB/CPU-s 113.23KiB/CPU-s 1.46KiB/CPU-s 0.0 0.072526 1.54MiB/CPU-s 118.66KiB/CPU-s 1.53KiB/CPU-s 0.0 0.075018 False False
datadog_agent_remap_blackhole 129.29KiB/CPU-s 0.4 100.00% 31.45MiB/CPU-s 645.62KiB/CPU-s 8.34KiB/CPU-s 0.0 0.020044 31.58MiB/CPU-s 660.32KiB/CPU-s 8.52KiB/CPU-s 0.0 0.020419 False False
syslog_log2metric_splunk_hec_metrics 27.72KiB/CPU-s 0.29 100.00% 9.23MiB/CPU-s 283.09KiB/CPU-s 3.65KiB/CPU-s 0.0 0.029936 9.26MiB/CPU-s 228.22KiB/CPU-s 2.95KiB/CPU-s 0.0 0.024063 False False
datadog_agent_remap_blackhole_acks 91.13KiB/CPU-s 0.28 100.00% 31.41MiB/CPU-s 947.5KiB/CPU-s 12.24KiB/CPU-s 0.0 0.02946 31.5MiB/CPU-s 774.55KiB/CPU-s 10.0KiB/CPU-s 0.0 0.024014 False False
otlp_grpc_to_blackhole 2.12KiB/CPU-s 0.2 99.12% 1.04MiB/CPU-s 34.43KiB/CPU-s 455.1B/CPU-s 0.0 0.032252 1.04MiB/CPU-s 52.37KiB/CPU-s 691.97B/CPU-s 0.0 0.04897 False False
datadog_agent_remap_datadog_logs 55.72KiB/CPU-s 0.16 95.54% 33.74MiB/CPU-s 1.46MiB/CPU-s 19.34KiB/CPU-s 0.0 0.043393 33.8MiB/CPU-s 1.51MiB/CPU-s 19.88KiB/CPU-s 0.0 0.044537 False False
enterprise_http_to_http 6.15KiB/CPU-s 0.04 79.49% 13.61MiB/CPU-s 303.64KiB/CPU-s 3.92KiB/CPU-s 0.0 0.021779 13.62MiB/CPU-s 221.33KiB/CPU-s 2.86KiB/CPU-s 0.0 0.015868 False False
splunk_hec_to_splunk_hec_logs_noack 4.44KiB/CPU-s 0.03 75.54% 13.62MiB/CPU-s 225.47KiB/CPU-s 2.91KiB/CPU-s 0.0 0.016164 13.63MiB/CPU-s 190.85KiB/CPU-s 2.46KiB/CPU-s 0.0 0.013678 False False
splunk_hec_to_splunk_hec_logs_acks 1.01KiB/CPU-s 0.01 12.45% 13.62MiB/CPU-s 345.11KiB/CPU-s 4.45KiB/CPU-s 0.0 0.024749 13.62MiB/CPU-s 364.17KiB/CPU-s 4.7KiB/CPU-s 0.0 0.026113 False False
http_to_http_noack 2.05KiB/CPU-s 0.01 30.07% 13.61MiB/CPU-s 302.7KiB/CPU-s 3.91KiB/CPU-s 0.0 0.021711 13.62MiB/CPU-s 278.94KiB/CPU-s 3.6KiB/CPU-s 0.0 0.020005 False False
splunk_hec_indexer_ack_blackhole 715.61B/CPU-s 0.01 12.10% 13.62MiB/CPU-s 253.59KiB/CPU-s 3.27KiB/CPU-s 0.0 0.018186 13.62MiB/CPU-s 249.68KiB/CPU-s 3.22KiB/CPU-s 0.0 0.017905 False False
fluent_elasticsearch -181.11B/CPU-s -0.0 25.86% 45.41MiB/CPU-s 29.85KiB/CPU-s 390.12B/CPU-s 0.0 0.000642 45.41MiB/CPU-s 29.54KiB/CPU-s 385.96B/CPU-s 0.0 0.000635 False False
file_to_blackhole -6.21KiB/CPU-s -0.01 22.49% 54.49MiB/CPU-s 1.11MiB/CPU-s 14.65KiB/CPU-s 0.0 0.020349 54.49MiB/CPU-s 1.21MiB/CPU-s 16.04KiB/CPU-s 0.0 0.022291 False False
http_to_http_json -16.02KiB/CPU-s -0.11 99.99% 13.62MiB/CPU-s 208.48KiB/CPU-s 2.69KiB/CPU-s 0.0 0.014945 13.61MiB/CPU-s 237.88KiB/CPU-s 3.07KiB/CPU-s 0.0 0.017072 False False
splunk_hec_route_s3 -19.85KiB/CPU-s -0.17 95.39% 11.69MiB/CPU-s 539.8KiB/CPU-s 6.96KiB/CPU-s 0.0 0.045101 11.67MiB/CPU-s 550.73KiB/CPU-s 7.11KiB/CPU-s 0.0 0.046091 False False
syslog_splunk_hec_logs -38.92KiB/CPU-s -0.43 100.00% 8.9MiB/CPU-s 196.48KiB/CPU-s 2.54KiB/CPU-s 0.0 0.021546 8.87MiB/CPU-s 281.19KiB/CPU-s 3.63KiB/CPU-s 0.0 0.030969 False False
syslog_humio_logs -51.33KiB/CPU-s -0.55 100.00% 9.07MiB/CPU-s 115.36KiB/CPU-s 1.49KiB/CPU-s 0.0 0.012423 9.02MiB/CPU-s 298.98KiB/CPU-s 3.86KiB/CPU-s 0.0 0.032377 False False
datadog_agent_remap_datadog_logs_acks -195.25KiB/CPU-s -0.56 100.00% 33.95MiB/CPU-s 1.02MiB/CPU-s 13.53KiB/CPU-s 0.0 0.030163 33.76MiB/CPU-s 1.11MiB/CPU-s 14.73KiB/CPU-s 0.0 0.033024 False False
http_text_to_http_json -189.81KiB/CPU-s -0.75 100.00% 24.61MiB/CPU-s 620.07KiB/CPU-s 8.01KiB/CPU-s 0.0 0.024603 24.43MiB/CPU-s 711.86KiB/CPU-s 9.19KiB/CPU-s 0.0 0.028459 False False
syslog_loki -76.66KiB/CPU-s -0.85 100.00% 8.76MiB/CPU-s 168.62KiB/CPU-s 2.18KiB/CPU-s 0.0 0.018798 8.68MiB/CPU-s 282.28KiB/CPU-s 3.64KiB/CPU-s 0.0 0.031741 False False
syslog_regex_logs2metric_ddmetrics -54.03KiB/CPU-s -1.48 100.00% 3.57MiB/CPU-s 414.79KiB/CPU-s 5.36KiB/CPU-s 0.0 0.113445 3.52MiB/CPU-s 460.07KiB/CPU-s 5.94KiB/CPU-s 0.0 0.127715 True False
http_to_http_acks -116.35KiB/CPU-s -2.12 97.45% 5.35MiB/CPU-s 2.77MiB/CPU-s 36.66KiB/CPU-s 0.0 0.518547 5.24MiB/CPU-s 2.8MiB/CPU-s 36.97KiB/CPU-s 0.0 0.534341 True False
syslog_log2metric_humio_metrics -152.17KiB/CPU-s -2.42 100.00% 6.13MiB/CPU-s 172.31KiB/CPU-s 2.22KiB/CPU-s 0.0 0.027441 5.98MiB/CPU-s 210.92KiB/CPU-s 2.72KiB/CPU-s 0.0 0.034425 False False

github-actions[bot] avatar Jan 13 '23 05:01 github-actions[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Jan 18 '23 18:01 dependabot[bot]