Skip to content

Releases: Aquila-Network/aquila

Release v0.4.0

25 Nov 07:56
499563b
Compare
Choose a tag to compare

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

27 Dec 10:58
e322375
Compare
Choose a tag to compare

Improvements

  • Single script installation improved with custom parameters
  • Dockerfile added

0.3.1

23 Dec 18:39
25031e6
Compare
Choose a tag to compare

Bug fixes

  • Delete documents had a bug which deletes JSON document but the vector in the index

0.3.0

19 Dec 12:37
3314083
Compare
Choose a tag to compare

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

23 Nov 18:46
302ac39
Compare
Choose a tag to compare

Standalone patch1

02 Sep 13:17
3cb9697
Compare
Choose a tag to compare
Standalone patch1 Pre-release
Pre-release
Merge pull request #34 from a-mma/develop

Develop

Standalone DB Stable

04 Aug 09:54
afa5eac
Compare
Choose a tag to compare
Standalone DB Stable Pre-release
Pre-release
v0.2

Update README.md

Standalone DB bug fixes

14 Jul 14:41
e6ce091
Compare
Choose a tag to compare
Pre-release
Merge pull request #16 from a-mma/develop

Dockerfile reverted and tested

standalone functional release

06 Jul 06:39
79a85fd
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from a-mma/develop

Develop