Changelog for grapesy-etcd-0.3.0
ChangeLog for grapesy-etc
0.3.0
- Move proto-lens generation to a separate library
proto-lens-etcd
. - Change main module name to
Network.GRPC.Etcd
. - Add metadata instances for
Auth
,Cluster
,Lease
andMaintenance
.
0.2.0
- Add
Network.GRPC.Etcd.Client.Simple
with functions forput
,range
andget
.
0.1.0
- Initial version of grapesy-etc client. Contains full bindings to the etcdv3 spec as defined in rpc.proto.