github.com/willyham/dosa@v2.3.1-0.20171024181418-1e446d37ee71+incompatible/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## v2.4.0-dev (unreleased)
     4  
     5  Coming soon...
     6  
     7  ## v2.3.0 (2017-08-28)
     8  
     9  - **[Breaking]** Remove `dosaclient` package in favor of `config.NewClient` (#213 & #218)
    10  - Improve yarpc connector errors (#211)
    11  - Remove directory scan config option (#203)
    12  - Add pointer support for entity fields (#209)
    13  - Add `WalkRange` function to client API (#201)
    14  - Implment the Cassandra connector (#180)
    15  
    16  ## v2.2.0 (2017-08-07)
    17  
    18  - Secondary Index Support for CQL Schema Dumps (#208)
    19  - Secondary Index Support for Avro Schema Dumps (#206)
    20  - Enhanced, clearer RemoveRange API (#205)
    21  - Ensure Registered Entities have index information attached (#199)
    22  - Fix bug where embeded secondary indexes are not found (#198)
    23  - Secondary Indexes (#192)
    24  - Remove Range (#190)
    25  - Add support for continuation tokens for in-memory connector (#184)
    26  - Memory connector should return empty sets (#177)
    27  - Validate caller and scope values before invoking YARPC dispatcher (#169)
    28  - Add RemoveRange for in-memory connector (#158)
    29  - Add functionality for RemoveRange in both the DevNull and Random connectors. (#156)
    30  - Change Random and DevNull connectors to not return errors when Remove is called (#155)
    31  - Report card improvements (#153)
    32  - Improve error message when no entities are found (#150)
    33  
    34  ## v2.1.1 (2017-06-07)
    35  
    36  - Fix bug when only one value is in the range (#173)
    37  - Formatting fixes for the in-memory connector (#160)
    38  
    39  ## v2.1.0 (2017-05-24)
    40  
    41  - In-memory connector (aka "TestClient"); you can now test your code without having a server (#147)
    42  - Added matchers to make mocking Range and Scan easier (#146)
    43  - Add support for custom build versions via brew (#143 & #145)
    44  - Documentation improvements (#144)
    45  - Better error reporting for missing or poorly formed UUIDs (#142)
    46  
    47  ## v2.0.0 (2017-05-02)
    48  
    49  Initial release. Complete rewrite from v1 (closed-source)