-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(aws service): Revert AWS-SDK updates #16651
Conversation
This reverts commit 0d084c2.
✅ Deploy Preview for vrl-playground canceled.
|
✅ Deploy Preview for vector-project ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -7,7 +7,6 @@ services: | |||
image: docker.io/localstack/localstack-full:0.11.6 | |||
environment: | |||
- SERVICES=kinesis,s3,cloudwatch,elasticsearch,es,firehose,sqs | |||
- DEBUG=1 |
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.
I guess we could keep this / reintroduce it separately.
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.
Yeah, truthfully it wasn't particularly useful either but it did log something
Regression Detector ResultsRun ID: 488f96c5-4de0-4a41-83bf-7345a133fb36 ExplanationA regression test is an integrated performance test for The table below, if present, lists those experiments that have experienced a statistically significant change in mean optimization goal performance between baseline and comparison SHAs with 90.00% 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.00% change in their mean optimization goal 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 change is observed. No interesting changes in experiment optimization goals with confidence ≥ 90.00% and |Δ mean %| ≥ 5.00%. Fine details of change detection per experiment.
|
* chore(kafka): revert make consumer group instance id configurable (#16580) Reverts: #15869 This reverts commit f90ca9e. * fix(pulsar sink): Rename batch size option (#16582) * fix(pulsar sink): Rename batch size option To be consistent with other sink batch options. Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * Update src/sinks/pulsar.rs Co-authored-by: Spencer Gilbert <spencer.gilbert@datadoghq.com> --------- Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Co-authored-by: Spencer Gilbert <spencer.gilbert@datadoghq.com> * chore(releasing): Prepare v0.28.0 release Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * chore(releasing): Fix tag detection Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * chore(releasing): Add known issues for 0.28.0. (#16649) Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * chore(website): Add a links to footer for to the /releases and /downloads pages (#16441) * attempt to add header * Remove from header, add to footer and release pages Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * Remove extra whitespace Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> --------- Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * fix(aws service): Revert AWS-SDK updates (#16651) * Revert "chore(deps): upgrade AWS crates to v0.54.1 (#16443)" This reverts commit 0d084c2. * Revert "chore(deps): Update aws-sdks to 0.23 and aws supporting crates to 0.53 (#16365)" This reverts commit f4e90e1. Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * fix(socket source): remove default_max_length default (#16631) * Remove default_max_length default Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Remove default_max_length default from unix Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * Update configurable docs Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> --------- Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> * chore(releasing): Prepare v0.28.1 release Co-authored-by: neuronull <neuronull@pm.me> Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> * save * save * save * save * save * update more versions * save * cleanup * revert MSRV * fix formatting * revert version back to 1.66.1 --------- Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com> Co-authored-by: Jesse Szwedko <jesse.szwedko@datadoghq.com> Co-authored-by: Spencer Gilbert <spencer.gilbert@datadoghq.com> Co-authored-by: neuronull <neuronull@pm.me> Co-authored-by: Stephen Wakely <fungus.humungus@gmail.com>
Closes #16629
Nathan and I tracked this down to a (possible) bug in the SDK, pending resolution/information upstream reverting the changes to the last known-good version we have.