rust-ipfs/CHANGELOG.md

25 lines
768 B
Markdown
Raw Normal View History

# Next
2020-11-12 13:12:29 +03:00
* feat: introduce repo locking [#429]
2020-11-09 15:41:33 +03:00
* ci: update go-ipfs to `0.7.0` for interop tests [#428]
2020-10-30 12:56:26 +03:00
* refactor(http): introduce `Config` as the facade for configuration [#423]
2020-10-26 12:12:18 +03:00
* feat(http): create `Profile` abstraction [#421]
2021-01-05 19:35:22 +03:00
* feat: `sled` pinstore [#439]
2020-10-23 15:45:27 +03:00
2020-11-12 13:12:29 +03:00
[#429]: https://github.com/rs-ipfs/rust-ipfs/pull/429
2020-11-09 15:41:33 +03:00
[#428]: https://github.com/rs-ipfs/rust-ipfs/pull/428
2020-10-30 12:56:26 +03:00
[#423]: https://github.com/rs-ipfs/rust-ipfs/pull/423
2020-10-23 15:45:27 +03:00
[#421]: https://github.com/rs-ipfs/rust-ipfs/pull/421
2021-01-05 19:35:22 +03:00
[#439]: https://github.com/rs-ipfs/rust-ipfs/pull/439
2020-10-23 15:45:27 +03:00
2020-10-07 17:23:39 +03:00
# 0.2.1
2020-10-07 15:42:42 +03:00
* fix: restore_bootstrappers doesn't enable content discovery [#406]
[#406]: https://github.com/rs-ipfs/rust-ipfs/pull/406
# 0.2.0
First real release, with big changes and feature improvements. Started tracking
a changelog.