Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Gasser <[email protected]>
  • Loading branch information
ppanopticon committed Mar 21, 2021
1 parent e258b76 commit ae3a20e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log for Cottontail DB

## Version 0.12.4

* Cleaned-up some slight issue in legacy DBO implementation.
* Unified the pattern used to create and drop schemas, entities and indexes.

### Bugfixes

* Fixed inconsistencies in logging and error handling during query execution.
* Fixed a bug that caused locks to be released while other DBOs were still in the process of finalizing a transaction.
* Fixed a bug that caused gRPC methods to return for USER_IMPLICIT transactions before COMMIT or ROLLBACK was executed.

## Version 0.12.3

* Slight optimization as to how DefaultEntity.scan() handles sub-transactions.
Expand Down

0 comments on commit ae3a20e

Please sign in to comment.