Releases: xmidt-org/codex-deploy
Releases · xmidt-org/codex-deploy
0.10.0 7/2/2019
0.9.0 7/2/2019
- Changed batchDeleter to expect the deathdate to be in Unix Nanoseconds
0.8.0 6/28/2019
- Refactored pruning
- Added comments for godocs
- Added a way to get a list of device ids
0.7.0 6/17/2019
- Added
record_id
to index - Changed
minMaxBatchSize
from 0 to 1 - Restructured
db
repo
0.6.0 6/10/2019
- Added documentation
- Added prometheus to docker-compose
- Fixed batching on insert
- Added
BatchDeleter
, which gets a list of record ids that have passed their
deathdate and deletes them in batches.
0.5.0 5/13/2019
- Removed primary key id
0.4.3 5/9/2019
- Added some metrics
0.4.2 4/26/2019
- Changed test structure
- Added defaults to replace invalid config values
- Removed list of events from insert error
0.4.1 4/17/2019
- fixed cipher yaml loading
0.4.0 4/17/2019
- Added kid and alg to
db
package - Updated loading cipher options