|
1 |
| -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v0.6.1](https://github.com/cabol/shards/tree/v0.6.1) (2019-11-05) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/cabol/shards/compare/v0.6.0...v0.6.1) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Missing support for keypos [\#44](https://github.com/cabol/shards/issues/44) |
| 10 | +- update\_counter spec is not the same as ETS. [\#42](https://github.com/cabol/shards/issues/42) |
| 11 | +- Failed to start shard\_sup [\#41](https://github.com/cabol/shards/issues/41) |
| 12 | + |
| 13 | +## [v0.6.0](https://github.com/cabol/shards/tree/v0.6.0) (2018-09-02) |
2 | 14 |
|
3 |
| -## [v0.6.0](https://github.com/cabol/shards/tree/v0.6.0) (2018-09-01) |
4 | 15 | [Full Changelog](https://github.com/cabol/shards/compare/v0.5.1...v0.6.0)
|
5 | 16 |
|
6 | 17 | **Implemented enhancements:**
|
7 | 18 |
|
8 | 19 | - Improve documentation [\#39](https://github.com/cabol/shards/issues/39)
|
9 | 20 |
|
10 | 21 | ## [v0.5.1](https://github.com/cabol/shards/tree/v0.5.1) (2018-06-26)
|
| 22 | + |
11 | 23 | [Full Changelog](https://github.com/cabol/shards/compare/v0.5.0...v0.5.1)
|
12 | 24 |
|
13 | 25 | **Closed issues:**
|
|
16 | 28 | - Improve test coverage \(ideally 100%\) [\#38](https://github.com/cabol/shards/issues/38)
|
17 | 29 |
|
18 | 30 | ## [v0.5.0](https://github.com/cabol/shards/tree/v0.5.0) (2017-07-11)
|
| 31 | + |
19 | 32 | [Full Changelog](https://github.com/cabol/shards/compare/v0.4.2...v0.5.0)
|
20 | 33 |
|
21 | 34 | **Implemented enhancements:**
|
|
34 | 47 | - Improve README grammar [\#35](https://github.com/cabol/shards/pull/35) ([casidiablo](https://github.com/casidiablo))
|
35 | 48 |
|
36 | 49 | ## [v0.4.2](https://github.com/cabol/shards/tree/v0.4.2) (2017-02-22)
|
| 50 | + |
37 | 51 | [Full Changelog](https://github.com/cabol/shards/compare/v0.4.1...v0.4.2)
|
38 | 52 |
|
39 | 53 | **Closed issues:**
|
|
42 | 56 | - Fulfil ETS API for `shards\_local` [\#1](https://github.com/cabol/shards/issues/1)
|
43 | 57 |
|
44 | 58 | ## [v0.4.1](https://github.com/cabol/shards/tree/v0.4.1) (2017-02-13)
|
| 59 | + |
45 | 60 | [Full Changelog](https://github.com/cabol/shards/compare/v0.4.0...v0.4.1)
|
46 | 61 |
|
47 | 62 | **Implemented enhancements:**
|
|
55 | 70 | - LRU Feature may be [\#29](https://github.com/cabol/shards/issues/29)
|
56 | 71 |
|
57 | 72 | ## [v0.4.0](https://github.com/cabol/shards/tree/v0.4.0) (2017-02-10)
|
| 73 | + |
58 | 74 | [Full Changelog](https://github.com/cabol/shards/compare/v0.3.1...v0.4.0)
|
59 | 75 |
|
60 | 76 | **Implemented enhancements:**
|
|
66 | 82 | - Add performance and scalability tests [\#2](https://github.com/cabol/shards/issues/2)
|
67 | 83 |
|
68 | 84 | ## [v0.3.1](https://github.com/cabol/shards/tree/v0.3.1) (2016-09-08)
|
| 85 | + |
69 | 86 | [Full Changelog](https://github.com/cabol/shards/compare/v0.3.0...v0.3.1)
|
70 | 87 |
|
71 | 88 | **Implemented enhancements:**
|
72 | 89 |
|
73 | 90 | - Modify `shards:new/2` function to return only the table name in case of success [\#27](https://github.com/cabol/shards/issues/27)
|
74 | 91 |
|
75 | 92 | ## [v0.3.0](https://github.com/cabol/shards/tree/v0.3.0) (2016-08-02)
|
| 93 | + |
76 | 94 | [Full Changelog](https://github.com/cabol/shards/compare/v0.2.0...v0.3.0)
|
77 | 95 |
|
78 | 96 | **Implemented enhancements:**
|
|
87 | 105 | - Fix `shards` to work well with `ordered\_set` tables. [\#4](https://github.com/cabol/shards/issues/4)
|
88 | 106 |
|
89 | 107 | ## [v0.2.0](https://github.com/cabol/shards/tree/v0.2.0) (2016-07-10)
|
| 108 | + |
90 | 109 | [Full Changelog](https://github.com/cabol/shards/compare/v0.1.0...v0.2.0)
|
91 | 110 |
|
92 | 111 | **Implemented enhancements:**
|
|
102 | 121 |
|
103 | 122 | **Merged pull requests:**
|
104 | 123 |
|
105 |
| -- Release 0.2.0 [\#20](https://github.com/cabol/shards/pull/20) ([cabol](https://github.com/cabol)) |
106 | 124 | - General fixes and refactoring. [\#19](https://github.com/cabol/shards/pull/19) ([cabol](https://github.com/cabol))
|
107 | 125 | - v0.2.0 [\#18](https://github.com/cabol/shards/pull/18) ([cabol](https://github.com/cabol))
|
108 | 126 | - Preparing v0.2.0. [\#17](https://github.com/cabol/shards/pull/17) ([cabol](https://github.com/cabol))
|
109 | 127 | - V0.1.1 [\#15](https://github.com/cabol/shards/pull/15) ([cabol](https://github.com/cabol))
|
110 | 128 | - Enhancements and fix issue \#13. [\#14](https://github.com/cabol/shards/pull/14) ([cabol](https://github.com/cabol))
|
111 |
| -- \[\#9\] Implement configurable and dynamic pick/compute shard and node functions [\#11](https://github.com/cabol/shards/pull/11) ([cabol](https://github.com/cabol)) |
112 | 129 |
|
113 | 130 | ## [v0.1.0](https://github.com/cabol/shards/tree/v0.1.0) (2016-05-19)
|
| 131 | + |
| 132 | +[Full Changelog](https://github.com/cabol/shards/compare/765c5e9f6e350b46076d8a525ac0d18fba909e27...v0.1.0) |
| 133 | + |
114 | 134 | **Closed issues:**
|
115 | 135 |
|
116 | 136 | - Operation of the shards:info/2 does not match [\#8](https://github.com/cabol/shards/issues/8)
|
|
123 | 143 |
|
124 | 144 |
|
125 | 145 |
|
126 |
| -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 146 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments