Releases: profunktor/redis4cats
0.8.1
The project has been renamed from fs2redis
to redis4cats
. Package name is now different as well: replace all com.github.gvolpe.fs2redis
by dev.profunktor.redis4cats
.
Changes
0.8.0
The artifact is now published using the dev.profunktor
group id and redis4cats-xxx
artifact id instead of com.github.gvolpe
and fs2redis-xxx
respectively.
The only changes compared to 0.8.0-RC1
is the package renaming. See migration guide for more.
Road map
The next major release will contain more renaming. The idea is to eliminate any reference to Fs2Redis
since the client mainly works using cats-effect
and the minority of the modules require fs2
.
0.8.0-RC1
0.8.0-M2
0.8.0-M1
Features
- Initial support for Transactions.
Changes
- #71 [Feature] - Transactions
- #65 Updating license headers and migrating from the deprecated
Sink
toPipe
- #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
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
0.6.0
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
- #47 Redis cluster support for effects by @sholokhov
- #37 Test support module using
docker
by @gvolpe
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!