Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog of v0.18 #1560

Merged
merged 7 commits into from
Dec 26, 2019
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [v0.18.0](https://github.com/mesg-foundation/engine/releases/tag/v0.18.0)

#### Breaking Changes

- ([#1536](https://github.com/mesg-foundation/engine/pull/1536)) Update process structure: rename process's key to name and move node.*.key into node.
- ([#1540](https://github.com/mesg-foundation/engine/pull/1540)) Implement nested data map in process and change process map structure.
- ([#1545](https://github.com/mesg-foundation/engine/pull/1545)) Add path system to reference nested data in process.
- ([#1558](https://github.com/mesg-foundation/engine/pull/1558)) Add refKey to tasks and rename nodeKey in reference.

#### Added

- ([#1501](https://github.com/mesg-foundation/engine/pull/1501)) Add e2e process test.
- ([#1519](https://github.com/mesg-foundation/engine/pull/1519)) Add data validation to all resources.
- ([#1544](https://github.com/mesg-foundation/engine/pull/1544)) Add two e2e orchestrator tests.
- ([#1546](https://github.com/mesg-foundation/engine/pull/1546)) Add e2e orchestrator behavior tests on process maps and filters.
- ([#1547](https://github.com/mesg-foundation/engine/pull/1547)) Add e2e tests on process nested data feature.
NicolasMahe marked this conversation as resolved.
Show resolved Hide resolved

#### Changed

- ([#1490](https://github.com/mesg-foundation/engine/pull/1490)) More verbose error in service backend.
- ([#1527](https://github.com/mesg-foundation/engine/pull/1527)) Decentralization of the processes.
NicolasMahe marked this conversation as resolved.
Show resolved Hide resolved

#### Fixed

- ([#1532](https://github.com/mesg-foundation/engine/pull/1532)) Fix blocked logs by forcing to a maximum 10,000 lines in dev script.
- ([#1543](https://github.com/mesg-foundation/engine/pull/1543)) Fix concurrent transaction signing by adding a mutex to the keybase.
- ([#1556](https://github.com/mesg-foundation/engine/pull/1556)) Fix account sequence when signing multiple transactions.

#### Removed

- ([#1555](https://github.com/mesg-foundation/engine/pull/1555)) Remove account sdk and credential system.

## [v0.17.0](https://github.com/mesg-foundation/engine/releases/tag/v0.17.0)

#### Breaking Changes
Expand Down