shards v1.0.1 Release Notes

Release Date: 2020-11-07 // over 3 years ago
  • Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Paginated select/match raises badarg when used with large data #59.

    Implemented enhancements:

    • โž• Added property tests for base read/write commands.

Previous changes from v1.0.0

  • Full Changelog

    Implemented enhancements:

    • ๐Ÿšš Make shards just a library to work locally and move shards_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. See shards:new/2.
    • ๐Ÿ”ง Make configurable the max timeout for parallel executions via parallel_timeout option. See shards: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 and shards specs to consider the case when rpc returns {badrpc, Reason} #43.

    ๐Ÿ”€ Merged pull requests:

    • Prepare v1.0.0 #51