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

Update zio-http to 3.0.0-RC9 #3876

Closed
wants to merge 3 commits into from
Closed

Conversation

softwaremill-ci
Copy link
Contributor

About this PR

πŸ“¦ Updates dev.zio:zio-http from 3.0.0-RC8 to 3.0.0-RC9

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "dev.zio", artifactId = "zio-http" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "dev.zio", artifactId = "zio-http" }
}]
labels: library-update, early-semver-pre-release, semver-spec-pre-release, commit-count:1

@guersam
Copy link
Contributor

guersam commented Jul 8, 2024

Out of curiosity, do you have any idea about the message "I hacked you" in the raw CI logs? It seems to be related to vert.x, but I couldn't find something like this in their repo.

image

image

@adamw
Copy link
Member

adamw commented Jul 8, 2024

@guersam It's part of our tests:

.get(uri"$baseUri?q=hax0r%0d%0aContent-Length:+13%0d%0a%0aI+hacked+you")

I admire the vigilance, thanks! :)

@guersam
Copy link
Contributor

guersam commented Jul 8, 2024

@adamw Thanks for the explanation! I should have read the test case instead of just searching with I hacked you πŸ˜…

@alexander-klimov
Copy link
Contributor

Hey there.
Is anyone working on this?
Looking forward to having multipart support available in Tapir.

@geeeezmo
Copy link

@adamw is there any progress with this? πŸ€”
Tried to figure it out myself, but there's just too much code.

@guersam
Copy link
Contributor

guersam commented Aug 19, 2024

@alexander-klimov @geeeezmo AFAIK Tapir is waiting for the next release of ZIO HTTP including this PR to fix the CI failure.

@geeeezmo
Copy link

@alexander-klimov @geeeezmo AFAIK Tapir is waiting for the next release of ZIO HTTP including this PR to fix the CI failure.

Ah, cool, got it.
Waiting for probably the "real" 3.0.0 release then.

@softwaremill-ci
Copy link
Contributor Author

Superseded by #4007.

@adamw
Copy link
Member

adamw commented Sep 11, 2024

Closing in favor of #4034

@adamw adamw closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants