Releases: Aquila-Network/aquila
Releases · Aquila-Network/aquila
Release v0.4.0
Release Note (0.4.0)
Release time: 2021-11-25 00:00:00
This release of Aquila DB involves size optimizations and a major change in the default similarity metric
being used.
New features: 0
Total features: 5
[Announcement] Default similarity metric changed
Aquila DB will now use dot product
similarity metric as the default one configured. To change this metric, a user need to manually make appropriate changes in the DB_config.yml
for Aquila DB lite
(annoy) version and changes in source code for the full version.
[Added] What’s new in Aquila DB
No new feature additions.
[Fixed] Bugs fixed
Several minor bugs are fixed. To see all fixes, please refer to this release's commits.
[Deprecation Notice] What’s going to change
No planned deprecation
[Removed] What’s changed
No features removed
[Known Issues] We’re aware of these issues
No known issues
0.3.2
Improvements
- Single script installation improved with custom parameters
- Dockerfile added
0.3.1
0.3.0
Deprecation / removals
- Direct Couch DB connection from AquilaDB is removed and is moved to Aquila Port
- DB configuration file template is changed (please refer source code for new template)
Features
- Schema definition for DB creation is introduced
- Database name is universal and auto generated from CID of schema
- Schema based document validation added
- Delete document API introduced
- Cryptographic authentication is added
Improvements
- Single script installation
- Better failure recovery and backup
Bug fixes
Miscellaneous internal changes
- Code base is refactored from the ground up to support new specifications
Optimizations for performance
Standalone patch1
Merge pull request #34 from a-mma/develop Develop
Standalone DB Stable
v0.2 Update README.md
Standalone DB bug fixes
Merge pull request #16 from a-mma/develop Dockerfile reverted and tested
standalone functional release
Merge pull request #9 from a-mma/develop Develop