Skip to content

Latest commit

 

History

History
412 lines (324 loc) · 18.2 KB

CHANGELOG.md

File metadata and controls

412 lines (324 loc) · 18.2 KB

next

  • chore: Cleanup Keystore logic and implementation. PR 222
  • feat: Add {Into}AddPeerOpt. PR 226
  • refactor: Simplify bitswap WantSession. PR 234
  • chore: Use default handler in bitswap behaviour. PR 235
  • feat: Add AddPeerOpt::{set_keepalive, keepalive, can_keep_alive). PR 240
  • feat: Add IntoStreamProtocol, replacing StreamProtocolRef. PR 244
  • feat: Add UninitializedIpfs::set_connection_limits and change behaviour order. PR 246
  • refactor: Remove redundant async signature. PR 247
  • refactor: Add Serialize for {Ipfs, IpldDag)::put_dag. PR 249
  • feat: Add Ipfs::{dht_get_providers,dht_provide), supporting RecordKey directly. PR 250
  • refactor: Remove sessions and redundant code. PR 255
  • refactor: Move from libipld to ipld-core. PR 257
  • chore: Use Bytes when creating or using Block within bitswap. PR 264
  • refactor: Reference Block in BlockStore::put_block. PR 272
  • feat: Passthrough timeout to WantSession::new. PR 265
  • chore: Update libp2p to 0.54. PR 289
  • chore: Change IpfsOptions visibility, remove UninitializedIpfs::{empty, with_opt}. PR 294
  • refactor: Support multiple certificates for wss. PR 295
  • refactor: Remove redundant static lifetime. PR 301
  • refactor: Remove optional error from UnixfsStatus.
  • refactor: Remove sled and redb datastore and dependency. PR 304

0.11.21

  • chore: Put libp2p-webrtc-websys behind feature.

0.11.20

  • feat: Add Ipfs::{add,remove}_external_address.

0.11.19

  • chore: Pin getrandom to 0.2.14 due to libc 0.2.154 being yanked.

0.11.18

  • chore: Use simple_x509 for certificate generation. PR 219
  • feat: Use tls along side noise. PR 212
  • feat: Add webtransport support for wasm target. PR 220

0.11.17

  • fix: Remove aws-lc-rs feature.

0.11.16

  • chore: Enable feature in rcgen.

0.11.15

  • feat: Add placeholder function for future wrtc deterministic certs. PR XXX

0.11.14

  • fix: Log warning if request isnt cancelled. PR 204
  • chore: Decrease quic timeout. PR 206
  • feat: Add fields to add external certificate and keypair. PR 207

0.11.13

  • fix: Use web-time Instant inplace of std::time::Instant.

0.11.12

0.11.10

  • fix: prevent overflow for relay duration by capping to u32::MAX. PR 198

0.11.9

  • chore: Add peers to specific defined sessions instead of sending the entire wantlist. PR 189
  • feat: Add an optional max length to read from the file via UnixfsCat. PR 190
  • feat: Add full to BitswapMessage to indicate if message is full. PR 191

0.11.7

  • fix: Use rt import path when using beetle bitswap feature.
  • feat: Add in-memory transport.
  • feat: Add options to disable dns transport.
  • refactor: Spawn local task for idb operation instead of using channels. PR 182
  • fix: Improve performance by collecting the pinned blocks then compare.
  • feat: Add logic to FsDataStore for K/V storage. PR 183
  • feat: Implemented basic idb datastore. PR 185

0.11.6

  • feat: Add RepoInsertPin::provider and RepoInsertPin::providers. PR 180
  • chore: Add RelayConfig::unbounded. PR 181
  • fix: Timeout when fetching initial block

0.11.5

  • fix: Check for relay when storing address based on connection. PR 170
  • chore: Add conversions for references
  • chore: Remove Result<T> from Repo::recursive_collections.
  • chore: Split requests into their own sessiosn. PR 172
  • chore: Optimize bitswap sessions to reduce messages and memory footprint. PR 173
  • chore: Use futures-timeout in-place of tokio::time::timeout. PR 175
  • chore: Update Cargo.toml to gate non-wasm dependencies. PR 176
  • chore: Reenable websocket support and add support for secured websockets.
  • feat: Implmenets webrtc transport and add a new feature. PR 177
  • refactor: Remove async-broadcast and stream clones. PR 174
  • refactor: Add wasm support. PR 178

0.11.4

  • fix: Send a wantlist of missing blocks.

0.11.3

  • fix: Use peer wantlist when notifying peers of blocks and misc cleanup
  • chore: Send cancel request on error or timeout

0.11.2

  • fix: Emit event if no peers dont have a specific block.
  • feat: Implement basic bitswap ledger for tracking wantlist and requests. PR 169

0.11.1

  • chore: Add logging to bitswap protocol and additional checks.
  • feat: Implemented Ipfs::fetch.

0.11.0

  • feat: Implemented basic bitswap protocol internally. PR 156
  • chore: Feature gate sled and redb datastores. PR 162
  • refactor: Revamp Repo and BlockStore API. PR 163
  • refactor: Remove deprecated yamux fields.

0.10.4

  • fix: Check the files of each block directly for Repo::get_total_size. PR 140

0.10.3

  • feat: Add set_local to Unixfs* functions

0.10.2

  • feat: Add DagGet::set_local and RepoInsertPin::set_local

0.10.1

  • fix: Export Entry for UnixfsLs

0.10.0

  • refactor: Removed unixfs free functions and use Unixfs* directly. PR 136
  • feat: Add implementation for libp2p-stream. PR 135
  • refactor: Serialize dag internally, remove redundant dependencies and code and minor optimizations. PR 134
  • chore: Cancel gc task when ipfs drops. PR 133
  • chore: Reduce allocation when initializing Repo and misc cleanup. PR 132
  • refactor: Use Bytes apart of unixfs operations. PR 131
  • refactor: Remove option and use configuration directly. PR 129
  • refactor: Remove option around chunker and use conversion for option arguments.
  • chore: Switch from libp2p-nat to libp2p-upnp. PR 128

0.9.0

  • feat: Add libp2p-bitswap and feature gate both implementation. PR 126
  • feat: Add Repo::pin, Repo::remove_pin and expanded options PR 122
  • chore: Update rust-ipns PR 121

0.8.1

  • chore: Add timeout in transport config for quic max_idle_timeout

0.8.0

  • feat: Implements garbage collector. PR 120
  • refactor: Revise peerbook and move connect/disconnect operations to main task PR 119

0.7.1

  • chore: Deprecate UninitalizedIpfs::empty and UninitalizedIpfs::with_opt for UnitializedIpfs::new PR 118
  • feat: Implement redb datastore backend PR 117
  • chore: Implement conversion for IpfsPath

0.7.0

  • chore: Update libp2p to 0.53 PR 116
  • feat: Implement Repo::get_blocks PR 113
  • feat: Allow recursive removal of blocks PR 114
  • chore: Ignore deprecation warnings PR 112
  • feat: Implement custom future for unixfs and dag functions PR 111

0.6.0

  • chore: Update libp2p to 0.52.4 PR 110
  • refactor: Disable primary protocols by default PR 109
  • refactor: Move repo logic into a single task PR 108

0.5.0

  • feat: Implement timeout while resolving blocks PR 106

0.4.6

  • chore: Updated libp2p-relay-manager

0.4.5

  • chore: Add json and cbor feature

0.4.4

  • chore: Use new method over deprecated and internal behaviours PR 104
  • fix: Set dns resolver as a field, and fix resolved path PR 103
  • chore: Remove experimental feature flag

0.4.3

  • feat: Implement rendezvous protocol PR 101
  • chore: Cleanup future task PR 102

0.4.2

  • feat: Implemented relay manager PR 96
  • feat: Implement idle connections timeout PR 98
  • chore: Add UninitializedIpfs::set_listening_addrs and minor changes
  • chore: Add peer to dht when discovered over mdns

0.4.1

  • fix: Dont close connections on ping error PR 95

0.4.0

  • chore: Uncomment and update relay configuration PR 94
  • chore: Minor Optimizations PR 93
  • refactor: Make Repo independent PR 92
  • feat: Basic record key/prefix validator and basic ipns publisher/resolver PR 88
  • chore: Update dependencies PR 91
  • chore: Update libp2p to 0.52 PR 76
  • chore: Add UninitializedIpfs::listen_as_external_addr to use listened addresses as external addresses PR 90

0.3.19

  • refactor: Update libipld and switch to using quick-protobuf PR 87

0.3.18

  • fix: Add Sync + Send to custom transport signature

0.3.17

  • feat: Support custom transport PR 84
  • chore: Implement functions to add session to bitswap PR 83
  • refactor: Use channels instead of Subscription PR 82
  • feat: Ability to add custom behaviour PR 81
  • feat: Implement Ipfs::connection_events PR 80
  • chore: Remove the initial notify and add Ipfs::listener_addresses and Ipfs::external_addresses PR 79
  • fix: Properly emit pubsub event of a given topic PR 77
  • refactor: Confirm event from swarm when disconnecting from peer PR 75
  • feat: Implement Keystore PR 74
  • feat: Added Ipfs::remove_peer and Ipfs::remove_peer_address PR 73
  • feat: Implements MultiaddrExt and remove wrapper PR 72
  • feat: Basic AddressBook implementation PR 71
  • feat: Added Ipfs::pubsub_events to receive subscribe and unsubscribe events to a subscribed topic PR 70
  • feat: Implement RepoProvider PR 69
  • refactor: Switch bitswap implementation PR 66

0.3.16

  • fix: Return events from gossipsub stream PR 68
  • chore: Update transport and configuration

0.3.15

  • fix: Remove item from want list PR 64
  • chore: Impl sled datastore, split stores into own modules PR 63
  • feat: Added AddOption::wrap PR 62
  • chore: Update configuration and behaviour cleanup PR 60
  • chore: Update libp2p to 0.51.3 PR 61

0.3.14

  • chore: Downgrade libp2p-gossipsub (temporarily)

0.3.13

  • chore: Remove condition that prevents storing rtt PR 58
  • chore: Reduce allocation in bitswap and pubsub PR 59

0.3.12

  • chore: Update libp2p to 0.51.2 and add message_id_fn

0.3.11

  • chore: Lock libp2p to 0.51.1

0.3.10

  • chore: Reexport transport items

0.3.9

  • fix: Use peer_connections for peers function PR 54
  • chore(repo): Added field to only check locally PR 55
  • refactor: Remove Column from DataStore PR 56
  • feat: Add IpfsUnixfs [PR: 57]

0.3.8

  • chore: Wait on identify before returning connection PR 47
  • feat(repo): Allow custom repo store PR 46
  • chore: Make kademlia optional PR 45
  • chore: Make mplex optional PR 51
  • refactor: Provide peers when obtaining blocks PR 52
  • refactor: Remove Keypair from IpfsOptions PR 53
  • refactor: Remove SwarmApi PR 50

0.3.7

  • chore: Cleanup deprecation PR 44

0.3.6

  • fix: Change condition when attempting to clear out cache

0.3.5

  • fix: Export KadInserts

0.3.4

  • refactor: Changes to connection and listening functions PR 41
  • chore: Add KadConfig PR 42

0.3.3

  • chore: Reenable relay configuration

0.3.2

  • refactor: Use async-broadcast for pubsub stream PR 39

0.3.1

  • chore: Minor Config for Pubsub PR 38

0.3.0

  • chore: Update to libp2p 0.51.0 PR 31 This also re-enables quic-v1 that was disabled due to versioning issues after the release of 0.51.0
  • refactor/transport: Simplify TransportConfig and added additional options PR 32
  • feat: basic PeerBook implementation PR 34
  • refactor(repo): Remove RepoTypes and IpfsTypes PR 35

0.3.0-alpha.6

  • chore: Disable quic-v1 until 0.51 update

0.3.0-alpha.5

  • fix/: Add debug derive to FDLimit

0.3.0-alpha.4

  • chore/: Add small delay before processing events PR 29

0.3.0-alpha.3

  • refactor/opt: Expanded UninitializedIpfs functionality PR 21
  • feat/upnp: Use libp2p-nat for handling port forwarding PR 23
  • refactor/task: Move swarm and events into a task PR 25
  • chore/: Remove async from event handling functions PR 27
  • refactor/subscription: Use channels instead of subscription PR 28

0.3.0-alpha.2

  • fix: Poll receiving oneshot channel directly PR 20

0.3.0-alpha.1

  • See commit history