tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Update zio-http to 3.0.0-RC9

Open softwaremill-ci opened this issue 1 year ago • 7 comments

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

softwaremill-ci avatar Jun 27 '24 00:06 softwaremill-ci

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

guersam avatar Jul 08 '24 03:07 guersam

@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 avatar Jul 08 '24 06:07 adamw

@adamw Thanks for the explanation! I should have read the test case instead of just searching with I hacked you :sweat_smile:

guersam avatar Jul 08 '24 06:07 guersam

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

alexander-klimov avatar Aug 12 '24 13:08 alexander-klimov

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

geeeezmo avatar Aug 18 '24 10:08 geeeezmo

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

guersam avatar Aug 19 '24 03:08 guersam

@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.

geeeezmo avatar Aug 19 '24 07:08 geeeezmo

Superseded by #4007.

softwaremill-ci avatar Aug 31 '24 00:08 softwaremill-ci

Closing in favor of #4034

adamw avatar Sep 11 '24 07:09 adamw