Releases: KosyanMedia/konvex
Releases · KosyanMedia/konvex
v1.1.8
V1.1.7
v1.1.6
Fix Riak ability to update nonempty text set value to empty set
v1.1.5
Refactor with-clauses into explicit pattern matching to enforce ability implementation specification
v1.1.4
Disable literal-only-constraints in Riak ability implementation arguments
v1.1.3
Bug fixed:
Konvex.Implementation.Riak.AnyBucketWithKeyValueAggregate.get_all_keys/0
return value is now conformed with function spec
v1.1.2
Bug fixed:
Konvex.Implementation.Riak.Ability.ToPutTextMapValue
Konvex.Implementation.Riak.Ability.ToPutTextSetValue
v1.1.1
Refactor Riak implementation to utilise up-to-date :riakc
directly, so we can get rid of stale :riak
dependency (and all its stale transitive dependencies)
v1.1.0
Added abilities:
- ToGetAnyValue
(key :: String.t) :: :key_not_found | any
- ToPutAnyValue
(key :: String.t, value :: any) :: :unit
- ToGetAllAnyKeyValues
() :: %{key :: String.t => value :: any}
All of them have been implemented for Riak
Added proto-clients:
- Riak.AnyBucket
- Riak.AnyBucketWithKeyAggregate
- Riak.AnyBucketWithKeyValueAggregate
v1.0.0
Update README.md installation instructions