finagle-postgres icon indicating copy to clipboard operation
finagle-postgres copied to clipboard

PostgreSQL protocol support for Finagle

Results 26 finagle-postgres issues
Sort by recently updated
recently updated
newest added

Updates [com.chuusai:shapeless](https://github.com/milessabin/shapeless) from 2.3.3 to 2.3.10. [GitHub Release Notes](https://github.com/milessabin/shapeless/releases/tag/v2.3.10) - [Version Diff](https://github.com/milessabin/shapeless/compare/v2.3.3...v2.3.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from 1.15.3 to 1.15.4. [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/1.15.4) - [Changelog](https://github.com/typelevel/scalacheck/blob/master/CHANGELOG.markdown) - [Version Diff](https://github.com/typelevel/scalacheck/compare/1.15.3...1.15.4) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....

## About this PR 📦 Updates com.typesafe.sbt:sbt-ghpages from `0.6.3` to `0.8.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...

Updates * [com.twitter:finagle-core](https://github.com/twitter/finagle) * [com.twitter:finagle-netty4](https://github.com/twitter/finagle) from 21.4.0 to 21.12.0. [Changelog](https://github.com/twitter/finagle/blob/master/CHANGELOG.rst) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to...

Updates com.eed3si9n:sbt-unidoc from 0.4.3 to 0.5.0. 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...

## About this PR 📦 Updates [org.scoverage:sbt-coveralls](https://github.com/scoverage/sbt-coveralls) from `1.2.7` to `1.3.10` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-coveralls/releases/tag/v1.3.10) - [Version Diff](https://github.com/scoverage/sbt-coveralls/compare/v1.2.7...v1.3.10) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

After ` TooManyWaitersException` FailureAccrual marked connection as dead for 5 seconds. I guess after 5 seconds client tries to retry and again gets error (`ChannelException: Remote Info: Not Available`) and...

Due to finagles semver support.

Updates [io.circe:circe-testing](https://github.com/circe/circe) from 0.12.3 to 0.14.1. [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.1) - [Version Diff](https://github.com/circe/circe/compare/v0.12.3...v0.14.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Previous to this change, if you tried to issue a `SET` command, finagle-postgres would raise an exception telling no completion command is known for tag `SET`. This patch implements such...