All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed birthdate and deathdate in record schema
- Modified record schema in
db
package
- Modified record schema in
db
package
- Fix metrics
- Added SQL query success, failure, and retry metrics
- Added metric for number of rows deleted
- Toned down travis
- Updated comments for swagger docs
- Removed the index on type
- Added multi record insert support
- Added
cipher
package - Fixed
db
package mocks and unit tests to match cockroachdb code - Fixed
db
package error statements to be more accurate - Adding metrics to
db
package - Added ping and close to
db
package - Modified db timeouts to take time.Duration values
- Updated swagger comments to include examples
- Added event type to record in
db
package
- Changed
db
package to use cockroachdb instead of couchbase
- Added retry decorators for inserting, pruning, and getting
- Allowed parametization of tags for docker
- Simplified travis.yaml file
- Restructured
db
package for cleaner unit tests - Added unit tests for
db
andxvault
packages
- Modified
db
package database schema to have Tombstone and History documents - Added files for docker-compose
- Added initial cucumber tests
- Added initial unit tests for
db
package
- Initial creation
- Created
db
andxvault
package