Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NRHelmi committed Aug 6, 2022
1 parent a3f7263 commit bbc1c3b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Changelog

## v0.5.0-alpha
## v0.3.0-alpha
* Deprecated metadata json format.
* Removed `TransactionAsyncMetadataResponse` model.
* Added support to metadata protobuf format.
* `GetTransactionMetadata` returns protobuf metadata.
* Added `v2` show result functionality.

## v0.4.0-alpha
## v0.2.1
* Renamed:
- `Execute` to `ExecuteV1`.
- `ExecuteAsyncWait` to `Execute`.

## v0.3.0-alpha
## v0.2.0
* Added `CancelTransaction` feature.

## v0.2.0-alpha
## v0.1.1

* Added v2 predefined results formats:
- `GetTransactions` returns `TransactionsAsyncMultipleResponses`.
Expand All @@ -27,7 +28,7 @@
* `Problem` model is changed to `ClientProblem` and `IntegrityConstraintViolation`
problem type is introduced.

## v0.1.1-alpha
## v0.1.0

* Update CreateDatabase and CloneDatabase to use engine-less creation, which
is a simplification and *breaking change* to the signatures of both functions.
Expand Down

0 comments on commit bbc1c3b

Please sign in to comment.