rust-ipfs/CHANGELOG.md

49 lines
2.2 KiB
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-11 13:46:26 +03:00
* feat: `sled` pinstore [#439], [#442], [#444]
2021-01-12 17:09:30 +03:00
* chore: update a lot of dependencies including libp2p, tokio, warp [#446]
2021-01-26 14:48:50 +03:00
* fix: rename spans (part of [#453])
2021-01-26 20:03:48 +03:00
* fix: connect using DialPeer instead of DialAddress [#454]
2021-08-02 20:30:35 +03:00
* fix: compilation error when used as a dependency [#470]
2021-08-04 15:02:03 +03:00
* perf: use hash_hasher where the key is Cid [#467]
2021-08-17 17:07:08 +03:00
* chore: upgrade to libp2p 0.39.1, update most of the other deps with the notable exception of cid and multihash [#472]
2021-08-23 15:20:48 +03:00
* refactor(swarm): swarm cleanup following libp2p upgrade to v0.39.1 [#473]
2022-01-26 10:19:27 +03:00
* fix: strict ordering for DAG-CBOR-encoded map keys [#493]
2022-03-18 18:54:06 +03:00
* feat: upgrade libp2p to v0.43.0 [#499]
2022-04-06 13:04:46 +03:00
* feat(http): default values for --bits and --profile [#502]
2022-04-06 16:32:19 +03:00
* feat: return time since connecting began instead of null for latency [#479]
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
[#442]: https://github.com/rs-ipfs/rust-ipfs/pull/442
2021-01-12 17:09:30 +03:00
[#444]: https://github.com/rs-ipfs/rust-ipfs/pull/444
[#446]: https://github.com/rs-ipfs/rust-ipfs/pull/446
2021-01-26 14:48:50 +03:00
[#453]: https://github.com/rs-ipfs/rust-ipfs/pull/453
2021-01-26 20:03:48 +03:00
[#454]: https://github.com/rs-ipfs/rust-ipfs/pull/454
2021-08-02 20:30:35 +03:00
[#470]: https://github.com/rs-ipfs/rust-ipfs/pull/470
2021-08-04 15:02:03 +03:00
[#467]: https://github.com/rs-ipfs/rust-ipfs/pull/467
2021-08-17 17:07:08 +03:00
[#472]: https://github.com/rs-ipfs/rust-ipfs/pull/472
2021-08-23 15:20:48 +03:00
[#473]: https://github.com/rs-ipfs/rust-ipfs/pull/473
2022-01-26 10:19:27 +03:00
[#493]: https://github.com/rs-ipfs/rust-ipfs/pull/493
2022-03-18 18:54:06 +03:00
[#499]: https://github.com/rs-ipfs/rust-ipfs/pull/499
2022-04-06 13:04:46 +03:00
[#502]: https://github.com/rs-ipfs/rust-ipfs/pull/502
2022-04-06 16:32:19 +03:00
[#479]: https://github.com/rs-ipfs/rust-ipfs/pull/479
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.