tapir
tapir copied to clipboard
Update zio-http to 3.0.0-RC9
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" }
}]
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.
@guersam It's part of our tests: https://github.com/softwaremill/tapir/blob/f93ed86d5eae7f6f689514adedc7d4712f3cb02b/server/tests/src/main/scala/sttp/tapir/server/tests/ServerBasicTests.scala#L251
I admire the vigilance, thanks! :)
@adamw Thanks for the explanation! I should have read the test case instead of just searching with I hacked you :sweat_smile:
Hey there. Is anyone working on this? Looking forward to having multipart support available in Tapir.
@adamw is there any progress with this? 🤔 Tried to figure it out myself, but there's just too much code.
@alexander-klimov @geeeezmo AFAIK Tapir is waiting for the next release of ZIO HTTP including this PR to fix the CI failure.
@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.
Superseded by #4007.
Closing in favor of #4034