Changelog for riak-1.2.0.0
- 1.2.0.0
- Bump
riak-protobuf
to 1.0.0
, which:
- Switches the protocol buffer library from
protocol-buffers
to proto-lens
- Retains the original protobuf message names that Basho defined, e.g.
Content
is now named RpbContent
.
- Uses strict
ByteString
s instead of lazy ones
- Uses lists instead of
Seq
s
- Bump
stm
upper bound.
- Add
network >= 3.0
lower bound.
- 1.1.2.6
- 1.1.2.5
- Bump aeson and exceptions upper bounds.
- 1.1.2.4
- 1.1.2.2
- Fix for GHC 8.2.2 support
- 1.1.2.1
- PR #90. Add GHC 8.2.1 support
- Bump time upper bound from <1.7 to <1.9
- Bump aeson upper bound from <1.2 to <1.3
- 1.1.2.0
- 1.1.1.0
- Fixes for 2 connection leaks on errors.
- Bump upper bound on aeson to <1.1
- 1.1.0.0
- 1.0
- No longer expected to work with riak <= 2
- CRDT functionality, including high-level interface and quickCheck tests
- Basic yokozuna search functionality
- CRDT benchmarking suite
- Bugfixes
- Tested on both 2.0.x and 2.1.x