- Nothing changed yet.
- Migrate to go modules.
- Plumb through FieldTag into the YARPC connector.
- Add field tag "maxlen" to define the max. size of a field.
- Make fallback cache Scan API call connector Scan API instead of Range
- Problem with v.4.27, needed to re-release.
- Add separate fallback cache config checks for read and writes
- Add cache configuration per endpoint in fallback cache
- Add the RateLimit error.
- Update the copyright messages to 2020.
- Temporarily remove the Docstore reserved word list
- Do not discard errors returned by the Gateway (for Read and CreateIfNotExists).
- Add some String() methods to query-related objects
- Some cleanup
- First pass to fix the terrible error messages in the client.
- Added String() methods to entity structs
- Add Docstore reserved words to the exclusion list.
- Fix mem connector bug: with no clustering keys, Remove should delete from any Indexes.
- Fix stupid bug in thrift parsing.
- Make thrift decode of EntityDefinition respect column ordering.
- Update to IDL 3.3 for column ordering
- Send column order with all schema requests
- Update the Cassandra reserved-word list (old list included non-reserved keywords).
- Fix bug in ETL tag parsing
- Do not allow Cassandra reserved words to be used as field names etc.
- Remove name length checks, only the server knows the limits on names
- Improve some CLI error messages
- Improve yarpc connector naming, differentiate goyarpc from dosarpc
- Improve the error message if name is invalid
- Add TableName to IndexDefinition
- Allow nil transform-function in EnsureValidRangeConditions
- Improve some CLI error messages
- clarifying message on success of scope drop, to wait before re-creating
- modify the test cases using space as the delimiter between tags
- expose a method Resolve(scope,prefix) -> cluster
- Add transport parameter to yarpc connector and cli
- CheckSchema needs to compare schemas carefully, and not just use reflect.DeepEqual
- Add String() method to all components of the routing connector
- Fix many bugs in the routing connector
- use append but not copy to clone
- update CHANGELOG and version.VERSION
- fix the bug, index columns zero value is []string(nil) but not []string{}
- Update the copyright messages to 2019
- Add optional 'columns' tag to Index definitions
- update dosa-idl into v3.2.1
- add columns support to materialized view creation using Schema dump
- rename CLI command "schema check" to "schema upsertable"
- Update version.VERSION
- Remove all uses of satori.uuid
- CLI: Send Auth header
- Library: send CallerName in header
- Switch to gofrs/uuid (#361)
- Cleanup EnsureValidRangeConditions (#364)
- Add Java client cli support (#363)
- Add String() to cli output (#366)
- Support RFC3339Nano and unix epoch time in millisecond for CLI timestamp query (#360)
- Add readonly scope metadata access to CLI (#349)
- Add keyPrefix to the config of redis connector (#344)
- Fixed memory connector upsert bug (#350)
- Print CLI results in tabulated format (#351)
- Add functionality to not invalidate cache when upsert (#341)
- Add query (read/range) support to CLI (#342)
- Fix CLI help message (#346)
- CLI help messages should all start with an uppercase character (#347)
- Fixed version const
- Simplified client creation when using the YARPC connector. (#321)
- Scope metadata handling, and rudimentary auth* support. The Connector interface (Admin API) has changed. (#273)
- Per-row TTL. (#323)
- Satori UUID library version 1.2 -- do not use HEAD. (#313)
- "Eq Matchers" have been removed. (#319)
- FindAll() will not return an error if there are no entities. (#316)
- Remove the notion of FQN (Fully Qualified Names). (#320)
- Convert usernaems to lowercase when constructing scope names etc. (#322)
- Initial support for Adaptive Rate Limits.
- Many accidentally exported names have been unexported. (#327)
- Add new GetEntitySchema function to the Connector interface (#335 and #338)
- Remove unused PluginFunc argument from the routing connector (#337)
- Fix bug in invalidating fallback cache on upsert (#292)
- Implement MultiRemove and MultiUpsert in fallback connector (#298)
- Refactor fallback connector (#299)
- Implement MultiRead in fallback connector (#296)
- Implement multi upsert and multi remove methods in memory connector (#301)
- Implement multi upsert and multi remove in YARPC connector (#303)
- Added TTL support (#286)
- Invalidate fallback cache on upsert (#285)
- Properly Interpret NotFound errors for MultiRead in the YARPC connector (#287)
- Fix memory connector bug with compound partition keys (#281)
- Fix memory connector race condition with Read, MultiRead, Range, and Scane (#282)
- Fix memory connector race condition with Upsert and CreateIfNotExists (#283)
- Fix the broken 2.5.0 tag
- Fix memory connector bugs in remove API (#278) and findInsertionPoint (#276)
- Exposed GetRegistrar() API in client (#272)
- Implement multiread for dosa client (#270, #274)
- Add encoding package which contains basic implementations of json and gob encoding (#267)
- Fallback connector fixes, including always return all results as pointers and only writing to fallback when origin succeeds (#264, #266, #271)
- Fix the
check
schema command in CLI, which can be used to check whether a new entity can be upserted or not (#247, #268) - Make scope name required for CLI schema commands, to avoid accidental access of unintended scope and misleading error message (#251)
- Obtain redis connector success rate (#253)
- Better error handling in yarpc connector (#258) and routing connector (#259)
- Better error message for malformed entity tag (#260)
- Added new "Routing Connector" allowing for a connector that forwards requests to one of several other connectors (#210 & #222)
- Remove unimplemented Search API (#227)
- Better YARPC connector error messages (#230)
- Add new Test Client (#240)
- Fix bug with time.Time fields being used as part of the primary key with the in-memory connector (#244)
- Remove usage of dosa-dev-gateway in the CLI as it's no longer needed (#238)
- Better error message when trying to do a
RemoveRange
on secondary-index fields (#232) - Issue errors when secondary index fields are not exported (#246)
- [Breaking] Remove
dosaclient
package in favor ofconfig.NewClient
(#213 & #218) - Improve yarpc connector errors (#211)
- Remove directory scan config option (#203)
- Add pointer support for entity fields (#209)
- Add
WalkRange
function to client API (#201) - Implment the Cassandra connector (#180)
- Secondary Index Support for CQL Schema Dumps (#208)
- Secondary Index Support for Avro Schema Dumps (#206)
- Enhanced, clearer RemoveRange API (#205)
- Ensure Registered Entities have index information attached (#199)
- Fix bug where embeded secondary indexes are not found (#198)
- Secondary Indexes (#192)
- Remove Range (#190)
- Add support for continuation tokens for in-memory connector (#184)
- Memory connector should return empty sets (#177)
- Validate caller and scope values before invoking YARPC dispatcher (#169)
- Add RemoveRange for in-memory connector (#158)
- Add functionality for RemoveRange in both the DevNull and Random connectors. (#156)
- Change Random and DevNull connectors to not return errors when Remove is called (#155)
- Report card improvements (#153)
- Improve error message when no entities are found (#150)
- Fix bug when only one value is in the range (#173)
- Formatting fixes for the in-memory connector (#160)
- In-memory connector (aka "TestClient"); you can now test your code without having a server (#147)
- Added matchers to make mocking Range and Scan easier (#146)
- Add support for custom build versions via brew (#143 & #145)
- Documentation improvements (#144)
- Better error reporting for missing or poorly formed UUIDs (#142)
Initial release. Complete rewrite from v1 (closed-source)