Skip to content

Commit

Permalink
Merge pull request #381 from tonlabs/1.12.0-rc
Browse files Browse the repository at this point in the history
Version 1.12.0
  • Loading branch information
d3p authored Apr 2, 2021
2 parents 9ec6632 + fb29fa1 commit d65ce36
Show file tree
Hide file tree
Showing 36 changed files with 2,335 additions and 368 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [1.12.0] – 2021-04-01

### New
- [`utils.compress_zstd`](docs/mod_utils.md#compress_zstd) compresses data using Facebook's Zstandard algorithm.
- [`utils.decompress_zstd`](docs/mod_utils.md#decompress_zstd) decompresses data using Facebook's Zstandard algorithm.
- **Debot module**:
- `init` function that creates an instance of DeBot and returns DeBot metadata.
- Dengine fetches metadata form DeBot by calling 2 mandatory functions: `getRequiredInterfaces` and `getDebotInfo`. This data is returned by `fetch` and `init` functions.
- `approve` DeBot Browser callback which is called by DEngine to request permission for DeBot activities.

### Changed
- **Debot Module**:
- [breaking] `fetch` function does't create an instance of debot. It returns DeBot metadata (`DebotInfo`).
- [breaking] `start` function does't create an instance of debot. It accepts DeBot handle created in `init` function.

## [1.11.2] – 2021-03-19

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion api/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_derive"
version = "1.11.2"
version = "1.12.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_info"
version = "1.11.2"
version = "1.12.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion api/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api_test"
version = "1.11.2"
version = "1.12.0"
authors = ["TON DEV SOLUTIONS LTD <[email protected]>"]
edition = "2018"

Expand Down
Loading

0 comments on commit d65ce36

Please sign in to comment.