v0.4.1 (2017-02-13)
Implemented enhancements:
- Automatically distributed table setup when
shards:new/2
is called with opt{nodes, \[node\(\)\]}
#28 - Implement
select/match
pagination ops forshards\_dist
#16
Closed issues:
v0.4.0 (2017-02-10)
Implemented enhancements:
- Allow to create the
state
passing the rest of its attributes #30
Closed issues:
v0.3.1 (2016-09-08)
Implemented enhancements:
- Modify
shards:new/2
function to return only the table name in case of success #27
v0.3.0 (2016-08-02)
Implemented enhancements:
- Allow to call
shards\_local
without the state – using a default state. #23 - Unify
pick\_shard\_fun
andpick\_node\_fun
in a single spec #22 - Separate
shards
from specific consistent hashing implementation. #21
Closed issues:
- Remove
auto\_eject\_nodes
property fromstate
– it isn't being used #24 - Fix
shards
to work well withordered\_set
tables. #4
v0.2.0 (2016-07-10)
Implemented enhancements:
- Modify
shards\_local
to avoid additional table types, handle a flagsharded
instead. #10 - Make distribution function (pick none/shard) configurable. #9
- Implement sharding at global level. #3
Closed issues:
Merged pull requests:
- Release 0.2.0 #20 (cabol)
- General fixes and refactoring. #19 (cabol)
- v0.2.0 #18 (cabol)
- Preparing v0.2.0. #17 (cabol)
- V0.1.1 #15 (cabol)
- Enhancements and fix issue #13. #14 (cabol)
- [#9] Implement configurable and dynamic pick/compute shard and node functions #11 (cabol)
v0.1.0 (2016-05-19)
Closed issues:
- Operation of the shards:info/2 does not match #8
Merged pull requests:
- Fix README. #7 (cabol)
- Refactor shards_local to handle 'state' and avoid to call ETS control table. #6 (cabol)
- Implemented distributed shards. #5 (cabol)
* This Change Log was automatically generated by github_changelog_generator