Skip to content

Releases: profunktor/redis4cats

0.8.0-M2

Choose a tag to compare

@gvolpe gvolpe released this 18 Mar 03:14

Improvements

#78 Acknowledging the creation of RedisURI as effectful.

Dependency updates

#77 sbt-header-5.2.0
#76 lettuce-core-5.1.5.RELEASE

0.8.0-M1

Choose a tag to compare

@gvolpe gvolpe released this 01 Mar 08:12

Features

  • Initial support for Transactions.

Changes

  • #71 [Feature] - Transactions
  • #65 Updating license headers and migrating from the deprecated Sink to Pipe
  • #60 [Internal] - Reorganizing modules into a single directory.

Dependency updates

  • #75 fs2-core-1.0.4
  • #69 log4cats-0.3.0
  • #68 lettuce-core-5.1.4.RELEASE
  • #67 sbt-header-5.1.0
  • #66 cats-core-1.6.0
  • #63 cats-effect-1.2.0

Special thanks to @Daenyth for requesting and reviewing the initial support for transactions.

0.7.0

Choose a tag to compare

@gvolpe gvolpe released this 08 Jan 09:10
ce209ef

Announcement

A new dependency fs2-redis-log4cats is introduced to support log4cats.

Changes

#59 Change *setNx API signatures
#57 Codecs derivation based on an existing one
#56 Add log4cats support
#54 Adding ContextShift to shift back after every Java Future conversion
#53 Using syntax and refactoring putStrLn to avoid calling toString
#51 Add Server API with flushAll, flushAllAsync, etc

This release was possible thanks to all its contributors: @Twizty , @kubukoz and @gvolpe .

0.6.1

Choose a tag to compare

@gvolpe gvolpe released this 25 Dec 02:50

Changes

#50 Add ConnectionCommands with ping by @kubukoz

Dependency updates

#49 scribe-2.7.1

Thanks!

0.6.0

Choose a tag to compare

@gvolpe gvolpe released this 19 Dec 05:22

There is now a new dependency fs2-redis-test-support you can import in order to add your own integration tests using docker to spin up a redis server.

Changes

Dependency updates

  • #46 fs2-core-1.0.2
  • #45 tut-0.6.10
  • #43 sbt-1.2.7 by @sullis
  • #42 cats-effect-1.1.0
  • #41 scribe-2.7.0
  • #40 lettuce-core-5.1.13.RELEASE
  • #39 kind-projector-0.9.9

Most of them by the amazing @scala-steward !

Thanks!

0.5.1

Choose a tag to compare

@gvolpe gvolpe released this 07 Nov 09:55

No changes with respect to 0.5.0. Only publishing the missing dependency fs2-redis-core.

0.5.0

Choose a tag to compare

@gvolpe gvolpe released this 05 Nov 03:16
9eff5b8

This release includes the following dependencies upgrade:

  • Cats Effect v1.1.0-M1

Changes

#33 Split Effects API and Streams API in separate modules

Thanks!

0.4.0

Choose a tag to compare

@gvolpe gvolpe released this 09 Oct 11:46

This release includes the following dependencies upgrade:

  • Scala 2.12.7
  • Fs2 v1.0.0
  • Lettuce v5.1.0.RELEASE

Changes

#17 and many more dependency updates by @scala-steward

Thanks!

0.3.0

Choose a tag to compare

@gvolpe gvolpe released this 08 Sep 12:46
04e8b84

This release includes the following dependencies upgrade:

  • Scala 2.12.6
  • Cats Effect v1.0.0
  • Fs2 v1.0.0-M5
  • Scribe 2.6.0

Changes

#14 Scala 2.12.6
#15 Upgrade to Cats Effect 1.0.0

0.2.0

Choose a tag to compare

@gvolpe gvolpe released this 30 Aug 10:43
1eada57

This release includes the following dependencies upgrade:

  • Cats Effect v1.0.0-RC3
  • Fs2 v1.0.0-M4

New features:

  • #12 Master / Slave connection support

Contributions:

  • #10 Safe mGet by @randbw
  • #8 Multiple deletions for the Strings API by @ybasket

Thank you all!