question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade http4s module from 0.21 to 0.23

See original GitHub issue

Not upgrading will prevent projects who use pure config from upgrading to http4s 0.23, example below:

[error] * org.http4s:http4s-core_2.13:0.23.0-RC1 (early-semver) is selected over 0.21.24 [error] +- org.http4s:http4s-dsl_2.13:0.23.0-RC1 () (depends on 0.23.0-RC1) [error] +- org.http4s:http4s-server_2.13:0.23.0-RC1 () (depends on 0.23.0-RC1) [error] +- org.http4s:http4s-blaze-core_2.13:0.23.0-RC1 () (depends on 0.23.0-RC1) [error] +- org.http4s:http4s-client_2.13:0.23.0-RC1 () (depends on 0.23.0-RC1) [error] +- com.github.pureconfig:pureconfig-http4s_2.13:0.16.0 (depends on 0.21.24)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
augicommented, Jul 23, 2021

It would be nice to release also a version of pureconfig depending on http4s 0.22 in the meantime 🙏

3reactions
satorgcommented, Oct 10, 2022

It would be nice to release also a version of pureconfig depending on http4s 0.22 in the meantime 🙏

Totally agree 😃 Would a PR with a new pureconfig-http4s-022 module be accepted if I go ahead and create it? Does not seem to be something tremendously difficult, but will make lives of some folks easier.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading - http4s
The compiler errors should help you in showing what's left to upgrade. For further information about the changes since 0.21, check the changelog ......
Read more >
Releases · http4s/http4s - GitHub
This release is binary compatible with 0.23.x and updates fs2 to v3.2.11 which includes a security patch for GHSA-2cpx-6pqp-wf35. What's Changed. http4s-core.
Read more >
http4s/http4s - Gitter
Hi, I want to get rid of the "Accepted connection" logs in http4s (version 0.21.22):. {"@timestamp":"2022-07-15T09:54:20.939+02:00","@version":"1" ...
Read more >
Read Pure functional HTTP APIs in Scala | Leanpub
We will stick to the Cats family of libraries namely http4s and Doobie as ... can also write the JSON codecs using the...
Read more >
Upgrading http4s from 0.21.0-M6 to 0.21.33 - Stack Overflow
As per the recommendation I am trying to upgrade my http4s version from 0.21.0-M6 to 0.21.33 . Now I am facing the below...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found