All Versions
14
Latest Version
Avg Release Cycle
142 days
Latest Release
1427 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.1 Changes
November 07, 2020๐ Fixed bugs:
- Paginated select/match raises
badarg
when used with large data #59.
Implemented enhancements:
- โ Added property tests for base read/write commands.
- Paginated select/match raises
-
v1.0.0 Changes
October 28, 2020Implemented enhancements:
- ๐ Make
shards
just a library to work locally and moveshards_dist
to a separate project/repo #52. - ๐ Use the metadata ETS table for storing the partitions TIDs, instead of building atoms in runtime for table names #55.
- ๐จ Refactor shards to use TIDs instead of names (atoms) for handling the partitions #54.
- ๐ Support named and unnamed tables #53.
- Create the module
shards_group
as dynamic supervisor for creating/deleting tables dynamically as part of a supervision tree #56. - โ Add module
shards_enum
for the enumerable-based functions. - โ Add simple implementation for
shards_enum:pmap/2,3
to support parallel execution. - ๐ง Make configurable parallel execution for operations involving all partitions
(like query-based functions) via
parallel
option. Seeshards:new/2
. - ๐ง Make configurable the max timeout for parallel executions via
parallel_timeout
option. Seeshards:new/2
. - โ Remove module
shards_task
since it is overkill and not needed anymore. - ๐ Fix and/or improve docs.
Closed issues:
- Shards
0.6.2
doesn't compile on OTP 23.0.3 on OS X 10.15 #48. - Migrate from pg2 to pg (OTP 23) #47.
- ๐ Support for
select_replace
#45. - ๐ Fix
shards_dist
andshards
specs to consider the case whenrpc
returns{badrpc, Reason}
#43.
๐ Merged pull requests:
- Prepare v1.0.0 #51
- ๐ Make
-
v0.6.2 Changes
March 23, 2020 -
v0.6.1 Changes
November 05, 2019Closed issues:
-
v0.6.0 Changes
September 02, 2018 -
v0.5.1 Changes
June 26, 2018Closed issues:
-
v0.5.0 Changes
July 11, 2017Implemented enhancements:
- ๐ Improve
shards_local:info/1,2
to be compliant with ETS functions #37 - ๐ Improve
file2tab
andtab2file
inshards_local
to be compliant with ETS functions #36 - Improve
shards_local
fix #4 โordered_set
support. #25
Closed issues:
- ๐ Allows to register
shards_sup
with custom name (given as parameter) #34 file2tab
,tab2file
not working #33
๐ Merged pull requests:
- ๐ Improve README grammar #35 (casidiablo)
- ๐ Improve
-
v0.4.2 Changes
February 22, 2017 -
v0.4.1 Changes
February 13, 2017 -
v0.4.0 Changes
February 10, 2017