2022-10-06 16:24:52 +04:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2023-05-03 15:58:12 +03:00
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.1 to 0.4.2
* fluence-keypair bumped from 0.10.0 to 0.10.1
2023-05-09 15:55:01 +03:00
## [0.4.4](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.3...trust-graph-wasm-v0.4.4) (2023-05-09)
### Miscellaneous Chores
* **trust-graph-wasm:** Synchronize trust-graph, wasm and api versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.3 to 0.4.4
2023-05-08 17:21:23 +03:00
## [0.4.3](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.2...trust-graph-wasm-v0.4.3) (2023-05-08)
### Miscellaneous Chores
* **trust-graph-wasm:** Synchronize trust-graph, wasm and api versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.2 to 0.4.3
2023-04-13 16:11:54 +03:00
## [0.4.1](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.0...trust-graph-wasm-v0.4.1) (2023-04-13)
### Bug Fixes
* **deps:** Add trust-graph to workspace and bump sqlite-wasm version ([#87 ](https://github.com/fluencelabs/trust-graph/issues/87 )) ([da38a41 ](https://github.com/fluencelabs/trust-graph/commit/da38a41ba727a14774a71bba6612b1bf1f498db9 ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.4.0 to 0.4.1
2023-03-16 00:34:08 +02:00
## [0.4.0](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.3.2...trust-graph-wasm-v0.4.0) (2023-03-15)
### ⚠ BREAKING CHANGES
* **deps:** update libp2p to 0.39.1 and other deps ([#77 ](https://github.com/fluencelabs/trust-graph/issues/77 ))
### Features
* **deps:** update libp2p to 0.39.1 and other deps ([#77 ](https://github.com/fluencelabs/trust-graph/issues/77 )) ([080503d ](https://github.com/fluencelabs/trust-graph/commit/080503dcfa2ecf8d09167ff9fe7f750fadf49035 ))
* **keypair:** add KeyPair::from_secret_key ([#50 ](https://github.com/fluencelabs/trust-graph/issues/50 )) ([a6ce8d9 ](https://github.com/fluencelabs/trust-graph/commit/a6ce8d9eee20e1ea24eb27c38ac6df6d878292ae ))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* trust-graph bumped from 0.3.0 to 0.4.0
* fluence-keypair bumped from 0.9.0 to 0.10.0
2022-10-06 16:24:52 +04:00
## [Unreleased]
## [0.3.1] - 2022-10-06
### Added
- *(keypair)* add KeyPair::from_secret_key (#50 )
### Fixed
- fix bug get_all_certs_from, update example (#44 )
- fix db paths (#28 )
### Other
- set version of fluence-keypair to 0.8.0
- fluence-keypair 0.8.0
- libp2p-core 0.33.0 (#49 )
- remove circle, update gh, add lints; remove warnings (#43 )
- Add memory leak temporary mitigation (#42 )
- High-level Aqua API (#35 )
- fluence-keypair 0.6.0
- libp2p-core 0.31.0 (from crates.io) (#37 )
- Fix revocations logic (#34 )
- Remove mutex from TG instance (#31 )
- refactoring (#30 )
- Trust Graph: implement WASM built-in (#18 )