Skip to content

Commit

Permalink
Merge pull request #2553 from oasislabs/kostko/changelog-20.1
Browse files Browse the repository at this point in the history
changelog: Assemble changes for release 20.1
  • Loading branch information
kostko authored Jan 14, 2020
2 parents 4363b0a + 3c07f0d commit 6d59b5f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
1 change: 0 additions & 1 deletion .changelog/2458.trivial.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/2502.feature.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/2542.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2543.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2549.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/2552.bugfix.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,30 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 20.1 (2020-01-14)

### Features

- go/worker/txnscheduler: Check transactions before queuing them
([#2502](https://github.com/oasislabs/oasis-core/issues/2502))

The transaction scheduler can now optionally run runtimes and
check transactions before scheduling them (see issue #1963).
This functionality is disabled by default, enable it with
`worker.txn_scheduler.check_tx.enabled`.

### Bug Fixes

- go/runtime/client: Return empty sequences instead of nil.
([#2542](https://github.com/oasislabs/oasis-core/issues/2542))

The runtime client endpoint should return empty sequences instead of `nil` as serde doesn't know how
to decode a `NULL` when the expected type is a sequence.

- Temporarily disable consensus address checks at genesis
([#2552](https://github.com/oasislabs/oasis-core/issues/2552))


## 20.0 (2020-01-10)

### Removals and Breaking changes
Expand Down

0 comments on commit 6d59b5f

Please sign in to comment.