Skip to content

v0.10.3

Compare
Choose a tag to compare
@gvolpe gvolpe released this 16 Sep 09:53
· 242 commits to master since this release
7694923

Changes

According to git shortlog v0.10.2.. --no-merges:

Arturas Slajus (2) @arturaz:

  • #365 Fix: hmGet throws an exception if one of the keys doesn't have a value
  • #366 Add hmGet to the tests.

Gabriel Volpe (6) @gvolpe:

  • #337 Ability to convert a standard list to HList
  • #358 Support for PEXPIRE, EXPIREAT & PEXPIREAT

Pierre Ricadat (5) @ghostdogpr:

  • #328 Return MessageId in append
  • #329 Add Streaming constructors that return a Resource
  • #342 Properly split entry IDs
  • #343 Increment sequence number instead of timestamp to get the next offset

quanganhtran (2) @quanganhtran:

  • #333 Implement OBJECT IDLETIME. Closes #332
  • #336 Implement SCAN with arguments. Closes #331

zakolenko (3) @zakolenko:

  • #348 sorted sets: zpopmin, zpopmax, bzpopmin, bzpopmax
  • #349 blpop and brpop: - return F[Option[(K, V)]] instead of F[(K, V)] - accept a non-empty list of keys
  • bzpopmin, bzpopmax: accept Duration instead of FiniteDuration

Dependency updates

Scala Steward (15):

  • Update sbt-scalafmt to 2.4.2
  • Update fs2-core to 2.4.4
  • Update munit, munit-scalacheck to 0.7.12
  • Update cats-core, cats-testkit to 2.2.0
  • Update cats-effect to 2.2.0
  • Update sbt-mdoc to 2.2.7
  • Update lettuce-core to 5.3.4.RELEASE