Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

86 lines (54 loc) · 4.38 KB

Change Log

v0.4.1 (2017-02-13)

Full Changelog

Implemented enhancements:

  • Automatically distributed table setup when shards:new/2 is called with opt {nodes, \[node\(\)\]} #28
  • Implement select/match pagination ops for shards\_dist #16

Closed issues:

  • Implement update\_counter and update\_element in shards\_dist #31
  • LRU Feature may be #29

v0.4.0 (2017-02-10)

Full Changelog

Implemented enhancements:

  • Allow to create the state passing the rest of its attributes #30

Closed issues:

  • Add performance and scalability tests #2
  • Fulfil ETS API for shards\_local #1

v0.3.1 (2016-09-08)

Full Changelog

Implemented enhancements:

  • Modify shards:new/2 function to return only the table name in case of success #27

v0.3.0 (2016-08-02)

Full Changelog

Implemented enhancements:

  • Allow to call shards\_local without the state – using a default state. #23
  • Unify pick\_shard\_fun and pick\_node\_fun in a single spec #22
  • Separate shards from specific consistent hashing implementation. #21

Closed issues:

  • Remove auto\_eject\_nodes property from state – it isn't being used #24
  • Fix shards to work well with ordered\_set tables. #4

v0.2.0 (2016-07-10)

Full Changelog

Implemented enhancements:

  • Modify shards\_local to avoid additional table types, handle a flag sharded instead. #10
  • Make distribution function (pick none/shard) configurable. #9
  • Implement sharding at global level. #3

Closed issues:

  • OTP < 18 not supported #13
  • rebar2 compatibility #12

Merged pull requests:

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