chore: changelogs split
Closes #8976
Jorropo committed
Jul 7, 2022 at 10:46 UTC
24b8dd5ab07c21f794f669b51071320d9273ab97
13 files changed
+10990
-10938
CHANGELOG.md
+14
-10938
@@ -1,10938 +1,14 @@
1
-# go-ipfs changelog
2
-
3
-## v0.13.1 2022-07-06
4
-
5
-This release includes security fixes for various DOS vectors when importing untrusted user input with `ipfs dag import`
6
-and the [`v0/dag/import`](https://docs.ipfs.io/reference/http/api/#api-v0-dag-import) endpoint.
7
-
8
-View the linked [security advisory](https://github.com/ipfs/go-ipfs/security/advisories/GHSA-f2gr-7299-487h) for more information.
9
-
10
-### Changelog
11
-
12
-- github.com/ipfs/go-ipfs:
13
- - chore: update car
14
-- github.com/ipld/go-car (v0.3.2 -> v0.4.0) & (v2.1.1 -> v2.4.0):
15
- - Bump version in prep for releasing go-car `v0`
16
- - Revert changes to `insertionindex`
17
- - Revert changes to `index.Index` while keeping most of security fixes
18
- - Return error when section length is invalid `varint`
19
- - Drop repeated package name from `CarStats`
20
- - Benchmark `Reader.Inspect` with and without hash validation
21
- - Use consistent CID mismatch error in `Inspect` and `BlockReader.Next`
22
- - Use streaming APIs to verify the hash of blocks in CAR `Inspect`
23
- - test: add fuzzing for reader#Inspect
24
- - feat: add block hash validation to Inspect()
25
- - feat: add Reader#Inspect() function to check basic validity of a CAR and return stats
26
- - Remove support for `ForEach` enumeration from car-index-sorted
27
- - Use a fix code as the multihash code for `CarIndexSorted`
28
- - Fix testutil assertion logic and update index generation tests
29
- - fix: tighter constraint of singleWidthIndex width, add index recommentation docs
30
- - fix: explicitly disable serialization of insertionindex
31
- - feat: MaxAllowed{Header,Section}Size option
32
- - feat: MaxAllowedSectionSize default to 32M
33
- - fix: use CidFromReader() which has overread and OOM protection
34
- - fix: staticcheck catches
35
- - fix: revert to internalio.NewOffsetReadSeeker in Reader#IndexReader
36
- - fix index comparisons
37
- - feat: Refactor indexes to put storage considerations on consumers
38
- - test: v2 add fuzzing of the index
39
- - fix: v2 don't divide by zero in width indexes
40
- - fix: v2 don't allocate indexes too big
41
- - test: v2 add fuzzing to Reader
42
- - fix: v2 don't accept overflowing offsets while reading v2 headers
43
- - test: v2 add fuzzing to BlockReader
44
- - fix: v2 don't OOM if the header size is too big
45
- - test: add fuzzing of NewCarReader
46
- - fix: do bound check while checking for CIDv0
47
- - fix: don't OOM if the header size is too big
48
- - Add API to regenerate index from CARv1 or CARv2
49
- - PrototypeChooser support (#305) ([ipld/go-car#305](https://github.com/ipld/go-car/pull/305))
50
- - bump to newer blockstore err not found (#301) ([ipld/go-car#301](https://github.com/ipld/go-car/pull/301))
51
- - Car command supports for `largebytes` nodes (#296) ([ipld/go-car#296](https://github.com/ipld/go-car/pull/296))
52
- - fix(test): rootless fixture should have no roots, not null roots
53
- - Allow extracton of a raw unixfs file (#284) ([ipld/go-car#284](https://github.com/ipld/go-car/pull/284))
54
- - cmd/car: use a better install command in the README
55
- - feat: --version selector for `car create` & update deps
56
- - feat: add option to create blockstore that writes a plain CARv1 (#288) ([ipld/go-car#288](https://github.com/ipld/go-car/pull/288))
57
- - add `car detach-index list` to list detached index contents (#287) ([ipld/go-car#287](https://github.com/ipld/go-car/pull/287))
58
- - add `car root` command (#283) ([ipld/go-car#283](https://github.com/ipld/go-car/pull/283))
59
- - make specification of root cid in get-dag command optional (#281) ([ipld/go-car#281](https://github.com/ipld/go-car/pull/281))
60
- - Update `version.json` after manual tag push
61
- - Update v2 to context datastores (#275) ([ipld/go-car#275](https://github.com/ipld/go-car/pull/275))
62
- - update context datastore ([ipld/go-car#273](https://github.com/ipld/go-car/pull/273))
63
- - Traversal-based car creation (#269) ([ipld/go-car#269](https://github.com/ipld/go-car/pull/269))
64
- - Seek to start before index generation in `ReadOnly` blockstore
65
- - support extraction of unixfs content stored in car files (#263) ([ipld/go-car#263](https://github.com/ipld/go-car/pull/263))
66
- - Add a barebones readme to the car CLI (#262) ([ipld/go-car#262](https://github.com/ipld/go-car/pull/262))
67
- - sync: update CI config files (#261) ([ipld/go-car#261](https://github.com/ipld/go-car/pull/261))
68
- - fix!: use -version=n instead of -v1 for index command
69
- - feat: fix get-dag and add version=1 option
70
- - creation of car from file / directory (#246) ([ipld/go-car#246](https://github.com/ipld/go-car/pull/246))
71
- - forEach iterates over index in stable order (#258) ([ipld/go-car#258](https://github.com/ipld/go-car/pull/258))
72
-- github.com/multiformats/go-multicodec (v0.4.1 -> v0.5.0):
73
- - Bump version to 0.5.0
74
- - Bump version to 0.4.2
75
- - deps: update stringer version in go generate command
76
- - docs(readme): improved usage examples (#66) ([multiformats/go-multicodec#66](https://github.com/multiformats/go-multicodec/pull/66))
77
-
78
-### ❤ Contributors
79
-
80
-| Contributor | Commits | Lines ± | Files Changed |
81
-|-------------|---------|---------|---------------|
82
-| Masih H. Derkani | 27 | +1494/-1446 | 100 |
83
-| Rod Vagg | 31 | +2021/-606 | 105 |
84
-| Will | 19 | +1898/-151 | 69 |
85
-| Jorropo | 27 | +1638/-248 | 76 |
86
-| Aayush Rajasekaran | 1 | +130/-100 | 10 |
87
-| whyrusleeping | 1 | +24/-22 | 4 |
88
-| Marcin Rataj | 1 | +27/-1 | 1 |
89
-
90
-## v0.13.0 2022-05-04
91
-
92
-We're happy to announce go-ipfs 0.13.0, packed full of changes and improvements!
93
-
94
-As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
95
-
96
-### Overview
97
-
98
-Below is an outline of all that is in this release, so you get a sense of all that's included.
99
-
100
-- [🛠 BREAKING CHANGES](#---breaking-changes)
101
- * [`ipfs block put` command](#-ipfs-block-put--command)
102
- * [`ipfs cid codecs` command](#-ipfs-cid-codecs--command)
103
- * [`Swarm` configuration](#-swarm--configuration)
104
- * [Circuit Relay V1 is deprecated](#circuit-relay-v1-is-deprecated)
105
- * [`ls` requests for `/multistream/1.0.0` are removed](#-ls--requests-for---multistream-100--are-removed)
106
- * [Gateway Items](#gateway-items)
107
-- [🔦 Highlights](#---highlights)
108
- * [🧑💼 libp2p Network Resource Manager (`Swarm.ResourceMgr`)](#------libp2p-network-resource-manager---swarmresourcemgr--)
109
- * [🔃 Relay V2 client with auto discovery (`Swarm.RelayClient`)](#---relay-v2-client-with-auto-discovery---swarmrelayclient--)
110
- * [🌉 HTTP Gateway improvements](#---http-gateway-improvements)
111
- + [🍱 Support for Block and CAR response formats](#---support-for-block-and-car-response-formats)
112
- + [🐎 Fast listing generation for huge directories](#---fast-listing-generation-for-huge--directories)
113
- + [🎫 Improved `Etag` and `If-None-Match` for bandwidth savings](#---improved--etag--and--if-none-match--for-bandwidth-savings)
114
- + [⛓️ Added X-Ipfs-Roots for smarter HTTP caches](#---added-x-ipfs-roots-for-smarter-http-caches)
115
- + [🌡️ Added metrics per response type](#----added-metrics-per-response-type)
116
- * [🕵️ OpenTelemetry tracing](#----opentelemetry-tracing)
117
- + [How to use Jaeger UI for visual tracing?](#how-to-use-jaeger-ui-for-visual-tracing-)
118
- * [🩺 Built-in `ipfs diag profile` to ease debugging](#---built-in--ipfs-diag-profile--to-ease-debugging)
119
- * [🔑 Support for PEM/PKCS8 for key import/export](#---support-for-pem-pkcs8-for-key-import-export)
120
- * [🧹 Using standard IPLD codec names across the CLI/HTTP API](#---using-standard-ipld-codec-names-across-the-cli-http-api)
121
- * [🐳 Custom initialization for Docker](#---custom-initialization-for-docker)
122
- * [RPC API docs for experimental and deprecated commands](#rpc-api-docs-for-experimental-and-deprecated-commands)
123
- * [Yamux over Mplex](#yamux-over-mplex)
124
-
125
-### 🛠 BREAKING CHANGES
126
-
127
-#### `ipfs block put` command
128
-
129
-`ipfs block put` command returns a CIDv1 with `raw` codec by default now.
130
-- `ipfs block put --cid-codec` makes `block put` return CID with alternative codec
131
- - This impacts only the returned CID; it does not trigger any validation or data transformation.
132
- - Retrieving a block with a different codec or CID version than it was put with is valid.
133
- - Codec names are validated against tables from [go-multicodec](https://github.com/multiformats/go-multicodec) library.
134
-- `ipfs block put --format` is deprecated. It used incorrect codec names and should be avoided for new deployments. Use it only if you need the old, invalid behavior, namely:
135
- - `ipfs block put --format=v0` will produce CIDv0 (implicit dag-pb)
136
- - `ipfs block put --format=cbor` will produce CIDv1 with dag-cbor (!)
137
- - `ipfs block put --format=protobuf` will produce CIDv1 with dag-pb (!)
138
-
139
-#### `ipfs cid codecs` command
140
-- Now lists codecs from [go-multicodec](https://github.com/multiformats/go-multicodec) library.
141
-- `ipfs cid codecs --supported` can be passed to only show codecs supported in various go-ipfs commands.
142
-
143
-#### `ipfs cid format` command
144
-- `--codec` was removed and replaced with `--mc` to ensure existing users are aware of the following changes:
145
- - `--mc protobuf` now correctly points to code `0x50` (was `0x70`, which is `dab-pg`)
146
- - `--mc cbor` now correctly points to code `0x51` (was `0x71`, which is `dag-cbor`)
147
-
148
-#### `Swarm` configuration
149
-- Daemon will refuse to start if long-deprecated RelayV1 config key `Swarm.EnableAutoRelay` or `Swarm.DisableRelay` is set to `true`.
150
-- If `Swarm.Transports.Network.Relay` is disabled, then `Swarm.RelayService` and `Swarm.RelayClient` are also disabled (unless they have been explicitly enabled).
151
-
152
-#### Circuit Relay V1 is deprecated
153
-- By default, `Swarm.RelayClient` does not use Circuit Relay V1. Circuit V1 support is only enabled when `Swarm.RelayClient.StaticRelays` are specified.
154
-
155
-#### `ls` requests for `/multistream/1.0.0` are removed
156
-- go-libp2p 0.19 removed support for undocumented `ls` command ([PR](https://github.com/multiformats/go-multistream/pull/76)). If you are still using it for internal testing, it is time to refactor ([example](https://github.com/ipfs/go-ipfs/commit/39047bcf61163096d1c965283d671c7c487c9173))
157
-
158
-#### Gateway Behavior
159
-Directory listings returned by the HTTP Gateway won't have size column if the directory is bigger than [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) config (default is 100).
160
-
161
-To understand the wider context why we made these changes, read *Highlights* below.
162
-
163
-### 🔦 Highlights
164
-
165
-#### 🧑💼 libp2p Network Resource Manager (`Swarm.ResourceMgr`)
166
-
167
-*You can now easily bound how much resource usage libp2p consumes! This aids in protecting nodes from consuming more resources then are available to them.*
168
-
169
-The [libp2p Network Resource Manager](https://github.com/libp2p/go-libp2p-resource-manager#readme) is disabled by default, but can be enabled via:
170
-
171
-`ipfs config --json Swarm.ResourceMgr.Enabled true`
172
-
173
-When enabled, it applies some safe defaults that can be inspected and adjusted with:
174
-
175
-- `ipfs swarm stats --help`
176
-- `ipfs swarm limit --help`
177
-
178
-User changes persist to config at [`Swarm.ResourceMgr`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmresourcemgr).
179
-
180
-The Resource Manager will be enabled by default in a future release.
181
-
182
-#### 🔃 Relay V2 client with auto discovery (`Swarm.RelayClient`)
183
-
184
-*All the pieces are enabled for [hole-punching](https://blog.ipfs.io/2022-01-20-libp2p-hole-punching/) by default, improving connecting with nodes behind NATs and Firewalls!*
185
-
186
-This release enables [`Swarm.RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) by default, along with circuit v2 relay discovery provided by go-libp2p [v0.19.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.19.0). This means:
187
-1. go-ipfs will coordinate with the counterparty using a [relayed connection](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md), to [upgrade to a direct connection](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) through a NAT/firewall whenever possible.
188
-2. go-ipfs daemon will automatically use [public relays](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayservice) if it detects that it cannot be reached from the public internet (e.g., it's behind a firewall). This results in a `/p2p-circuit` address from a public relay.
189
-
190
-**Notes:**
191
-- [`Swarm.RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) does not use Circuit Relay V1 nodes any more. Circuit V1 support is only enabled when static relays are specified in [`Swarm.RelayClient.StaticRelays`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclientstaticrelays).
192
-- One can opt-out via [`Swarm.EnableHolePunching`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmenableholepunching).
193
-
194
-
195
-#### 🌉 HTTP Gateway improvements
196
-
197
-HTTP Gateway enables seamless interop with the existing Web, clients, user agents, tools, frameworks and libraries.
198
-
199
-This release ships the first batch of improvements that enable creation of faster and smarter CDNs, and unblocks creation of light clients for Mobile and IoT.
200
-
201
-Details below.
202
-
203
-##### 🍱 Support for Block and CAR response formats
204
-
205
-*Alternative response formats from Gateway can be requested to avoid needing to trust a gateway.*
206
-
207
-For now, `{format}` is limited to two options:
208
-- `raw` – fetching single block
209
-- `car` – fetching entire DAG behind a CID as a [CARv1 stream](https://ipld.io/specs/transport/car/carv1/)
210
-
211
-When not set, the default UnixFS response is returned.
212
-
213
-*Why these two formats?* Requesting Block or CAR for `/ipfs/{cid}` allows a client to **use gateways in a trustless fashion**. These types of gateway responses can be verified locally and rejected if digest inside of requested CID does not match received bytes. This enables creation of "light IPFS clients" which use HTTP Gateways as inexpensive transport for [content-addressed](https://docs.ipfs.io/concepts/content-addressing/) data, unlocking use in Mobile and IoT contexts.
214
-
215
-
216
-Future releases will [add support for dag-json and dag-cbor responses](https://github.com/ipfs/go-ipfs/issues/8823).
217
-
218
-There are two ways for requesting CID specific response format:
219
-1. HTTP header: `Accept: application/vnd.ipld.{format}`
220
-- Examples: [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car), [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw)
221
-2. URL paramerer: `?format=`
222
-- Useful for creating "Download CAR" links.
223
-
224
-*Usage examples:*
225
-
226
-1. Downloading a single raw Block and manually importing it to the local datastore:
227
-
228
-```console
229
-$ curl -H 'Accept: application/vnd.ipld.raw' "http://127.0.0.1:8080/ipfs/QmZULkCELmmk5XNfCgTnCyFgAVxBRBXyDHGGMVoLFLiXEN" --output block.bin
230
-$ cat block.bin | ipfs block put
231
-$ ipfs cat QmZULkCELmmk5XNfCgTnCyFgAVxBRBXyDHGGMVoLFLiXEN
232
-hello
233
-```
234
-
235
-2. Downloading entire DAG as a CAR file and importing it:
236
-
237
-```console
238
-$ ipfs resolve -r /ipns/webui.ipfs.io
239
-/ipfs/bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu
240
-$ curl -H 'Accept: application/vnd.ipld.car' "http://127.0.0.1:8080/ipfs/bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu" --output webui.car
241
-$ ipfs dag import webui.car
242
-$ ipfs dag stat bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu --offline
243
-Size: 27684934, NumBlocks: 394
244
-```
245
-
246
-See also:
247
-
248
-- [Content Addressable aRchives (CAR / .car) Specifications](https://ipld.io/specs/transport/car/)
249
-- [IANA media type](https://www.iana.org/assignments/media-types/media-types.xhtml) definitions: [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car), [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw)
250
-- [ipfs-car](https://www.npmjs.com/package/ipfs-car) - CLI tool for verifying and unpacking CAR files
251
-- [go-car](https://github.com/ipld/go-car), [js-car](https://github.com/ipld/js-car/) – CAR libraries for GO and JS
252
-
253
-##### 🐎 Fast listing generation for huge directories
254
-
255
-*Added [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) configuration, which allows for fast listings of big directories, without the linear slowdown caused by reading size metadata from child nodes.*
256
-
257
-As an example, the CID `bafybeiggvykl7skb2ndlmacg2k5modvudocffxjesexlod2pfvg5yhwrqm` represents UnixFS directory with over 10k (10100) of files.
258
-
259
-Opening it with go-ipfs 0.12 would require fetching size information of each file, which would take a long long time, most likely causing timeout in the browser or CDN, and introducing unnecessary burden on the gateway node.
260
-
261
-go-ipfs 0.13 opens it instantly, because the number of items is bigger than the default [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) and only the root UnixFS node needs to be resolved before the HTML Dir Index is returned to the user.
262
-
263
-Notes:
264
-- The default threshold is 100 items.
265
-- Setting to 0 will enable fast listings for all directories.
266
-- CLI users will note that this is equivalent to running `ipfs ls -s --size=false --resolve-type=false /ipfs/bafybeiggvykl7skb2ndlmacg2k5modvudocffxjesexlod2pfvg5yhwrqm`. Now the same speed is available on the gateways.
267
-
268
-##### 🎫 Improved `Etag` and `If-None-Match` for bandwidth savings
269
-
270
-*Every response type has an unique [`Etag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) which can be used by the client or CDN to save bandwidth, as a gateway does not need to resend a full response if the content was not changed.*
271
-
272
-Gateway evaluates Etags sent by a client in [`If-None-Match`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match) and returns status code 304 (Not Modified) on strong or weak match ([RFC 7232, 2.3](https://datatracker.ietf.org/doc/html/rfc7232#section-2.3)).
273
-
274
-##### ⛓️ Added X-Ipfs-Roots for smarter HTTP caches
275
-
276
-`X-Ipfs-Roots` is now returned with every Gateway response. It is a way to indicate all CIDs required for resolving path segments from `X-Ipfs-Path`. Together, these two headers are meant to improve interop with existing HTTP software (load-balancers, caches, CDNs).
277
-
278
-This additional information allows HTTP caches and CDNs to make better decisions around cache invalidation: not just invalidate everything under specific IPNS website when the root changes, but do more fine-grained cache invalidation by detecting when only a specific subdirectory (branch of a [DAG](https://docs.ipfs.io/concepts/glossary/#dag)) changes.
279
-
280
-##### 🌡️ Added metrics per response type
281
-
282
-New metrics can be found at `/debug/metrics/prometheus` on the RPC API port (`127.0.0.1:5001` is the default):
283
-
284
-- `gw_first_content_block_get_latency_seconds` – the time until the first content block is received on GET from the gateway (no matter the content or response types)
285
-- `gw_unixfs_file_get_duration_seconds` – the time to serve an entire UnixFS file from the gateway
286
-- `gw_unixfs_gen_dir_listing_get_duration_seconds` – the time to serve a generated UnixFS HTML directory listing from the gateway
287
-- `gw_car_stream_get_duration_seconds` – the time to GET an entire CAR stream from the gateway
288
-- `gw_raw_block_get_duration_seconds` – The time to GET an entire raw Block from the gateway
289
-
290
-
291
-#### 🕵️ OpenTelemetry tracing
292
-
293
-*Opt-in tracing support with many spans for tracing the duration of specific tasks performed by go-ipfs.*
294
-
295
-See [Tracing](https://github.com/ipfs/go-ipfs/blob/master/docs/environment-variables.md#tracing) for details.
296
-
297
-We will continue to add tracing instrumentation throughout IPFS subcomponents over time.
298
-
299
-##### How to use Jaeger UI for visual tracing?
300
-
301
-One can use the `jaegertracing/all-in-one` Docker image to run a full Jaeger stack and configure go-ipfs to publish traces to it (here, in an ephemeral container):
302
-
303
-```console
304
-$ docker run --rm -it --name jaeger \
305
- -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
306
- -p 5775:5775/udp \
307
- -p 6831:6831/udp \
308
- -p 6832:6832/udp \
309
- -p 5778:5778 \
310
- -p 16686:16686 \
311
- -p 14268:14268 \
312
- -p 14250:14250 \
313
- -p 9411:9411 \
314
- jaegertracing/all-in-one
315
-```
316
-
317
-Then, in other terminal, start go-ipfs with Jaeger tracing enabled:
318
-```
319
-$ OTEL_TRACES_EXPORTER=jaeger ipfs daemon
320
-```
321
-
322
-Finally, the [Jaeger UI](https://github.com/jaegertracing/jaeger-ui#readme) is available at http://localhost:16686
323
-
324
-Below are examples of visual tracing for Gateway requests. (Note: this a preview how useful this insight is. Details may look different now, as we are constantly improving tracing annotations across the go-ipfs codebase.)
325
-
326
-| CAR | Block | File | Directory |
327
-| ---- | ---- | ---- | ---- |
328
-|  |  |  |  |
329
-
330
-#### 🩺 Built-in `ipfs diag profile` to ease debugging
331
-The `diag profile` command has been expanded to include all information that was previously included in the `collect-profiles.sh` script, and the script has been removed. Profiles are now collected in parallel, so that profile collection is much faster. Specific profiles can also be selected for targeted debugging.
332
-
333
-See `ipfs diag profile --help` for more details.
334
-
335
-For general debugging information, see [the debug guide](https://github.com/ipfs/go-ipfs/blob/master/docs/debug-guide.md).
336
-
337
-#### 🔑 Support for PEM/PKCS8 for key import/export
338
-
339
-It is now possible to import or export private keys wrapped in interoperable [PEM PKCS8](https://en.wikipedia.org/wiki/PKCS_8) by passing `--format=pem-pkcs8-cleartext` to `ipfs key import` and `export` commands.
340
-
341
-This improved interop allows for key generation outside of the IPFS node:
342
-
343
-```console
344
-$ openssl genpkey -algorithm ED25519 > ed25519.pem
345
-$ ipfs key import test-openssl -f pem-pkcs8-cleartext ed25519.pem
346
-```
347
-
348
-Or using external tools like the standard `openssl` to get a PEM file with the public key:
349
-```console
350
- $ ipfs key export testkey --format=pem-pkcs8-cleartext -o privkey.pem
351
- $ openssl pkey -in privkey.pem -pubout > pubkey.pem
352
-```
353
-
354
-#### 🧹 Using standard IPLD codec names across the CLI/HTTP API
355
-
356
-This release makes necessary (breaking) changes in effort to use canonical codec names from [multicodec/table.csv](https://github.com/multiformats/multicodec/blob/master/table.csv). We also switched to CIDv1 in `block put`. The breaking changes are discussed above.
357
-
358
-
359
-#### 🐳 Custom initialization for Docker
360
-
361
-Docker images published at https://hub.docker.com/r/ipfs/go-ipfs/ now support custom initialization by mounting scripts in the `/container-init.d` directory in the container. Scripts can set custom configuration using `ipfs config`, or otherwise customize the container before the daemon is started.
362
-
363
-Scripts are executed sequentially and in lexicographic order, before the IPFS daemon is started and after `ipfs init` is run and the swarm keys are copied (if the IPFS repo needs initialization).
364
-
365
-For more information, see:
366
-- Documentation: [ Run IPFS inside Docker](https://docs.ipfs.io/how-to/run-ipfs-inside-docker/) <!-- TODO: needs https://github.com/ipfs/ipfs-docs/pull/1115/files -->
367
-- Examples in [ipfs-shipyard/go-ipfs-docker-examples](https://github.com/ipfs-shipyard/go-ipfs-docker-examples).
368
-
369
-#### RPC API docs for experimental and deprecated commands
370
-
371
-https://docs.ipfs.io/reference/http/api/ now includes separate sections for _experimental_ and _deprecated_ commands.
372
-
373
-We also display a warning in the command line:
374
-
375
-```console
376
-$ ipfs name pubsub state --help
377
-WARNING: EXPERIMENTAL, command may change in future releases
378
-```
379
-
380
-#### Yamux over Mplex
381
-
382
-The more fully featured yamux stream multiplexer is now prioritized over mplex for outgoing connections.
383
-
384
-### Changelog
385
-
386
-<details>
387
-<summary>Full Changelog</summary>
388
-- github.com/ipfs/go-ipfs:
389
- - feat: upgrade to go-libp2p-kad-dht@v0.16.0 (#9005) ([ipfs/go-ipfs#9005](https://github.com/ipfs/go-ipfs/pull/9005))
390
- - docs: fix typo in the `swarm/peering` help text
391
- - feat: disable resource manager by default (#9003) ([ipfs/go-ipfs#9003](https://github.com/ipfs/go-ipfs/pull/9003))
392
- - fix: adjust rcmgr limits for accelerated DHT client rt refresh (#8982) ([ipfs/go-ipfs#8982](https://github.com/ipfs/go-ipfs/pull/8982))
393
- - fix(ci): make go-ipfs-as-a-library work without external peers (#8978) ([ipfs/go-ipfs#8978](https://github.com/ipfs/go-ipfs/pull/8978))
394
- - feat: log when resource manager limits are exceeded (#8980) ([ipfs/go-ipfs#8980](https://github.com/ipfs/go-ipfs/pull/8980))
395
- - fix: JS caching via Access-Control-Expose-Headers (#8984) ([ipfs/go-ipfs#8984](https://github.com/ipfs/go-ipfs/pull/8984))
396
- - docs: fix abstractions typo
397
- - fix: hanging goroutine in get fileArchive handler
398
- - fix(node/libp2p): disable rcmgr checkImplicitDefaults ([ipfs/go-ipfs#8965](https://github.com/ipfs/go-ipfs/pull/8965))
399
- - pubsub multibase encoding (#8933) ([ipfs/go-ipfs#8933](https://github.com/ipfs/go-ipfs/pull/8933))
400
- - 'pin rm' helptext: rewrite description as object is not removed from local storage (immediately) ([ipfs/go-ipfs#8947](https://github.com/ipfs/go-ipfs/pull/8947))
401
- - ([ipfs/go-ipfs#8934](https://github.com/ipfs/go-ipfs/pull/8934))
402
- - Add instructions to resolve repo migration error (#8946) ([ipfs/go-ipfs#8946](https://github.com/ipfs/go-ipfs/pull/8946))
403
- - fix: use path instead of filepath for asset embeds to support Windows
404
- - Release v0.13.0-rc1
405
- - docs: v0.13.0 changelog ([ipfs/go-ipfs#8941](https://github.com/ipfs/go-ipfs/pull/8941))
406
- - chore: build with go 1.18.1 ([ipfs/go-ipfs#8932](https://github.com/ipfs/go-ipfs/pull/8932))
407
- - docs(tracing): update env var docs for new tracing env vars
408
- - feat: enable Resource Manager by default
409
- - chore: Update test/dependencies to match go-ipfs dependencies. (#8928) ([ipfs/go-ipfs#8928](https://github.com/ipfs/go-ipfs/pull/8928))
410
- - chore: fix linting errors (#8930) ([ipfs/go-ipfs#8930](https://github.com/ipfs/go-ipfs/pull/8930))
411
- - docs: Swarm.ResourceMgr.Limits
412
- - feat: EnableHolePunching by default ([ipfs/go-ipfs#8748](https://github.com/ipfs/go-ipfs/pull/8748))
413
- - ci: add more golang strictness checks ([ipfs/go-ipfs#8931](https://github.com/ipfs/go-ipfs/pull/8931))
414
- - feat(gateway): Gateway.FastDirIndexThreshold (#8853) ([ipfs/go-ipfs#8853](https://github.com/ipfs/go-ipfs/pull/8853))
415
- - docs: replace all git.io links with their actual URLs
416
- - feat: relay v2 discovery (go-libp2p v0.19.0) (#8868) ([ipfs/go-ipfs#8868](https://github.com/ipfs/go-ipfs/pull/8868))
417
- - fix(cmds): add: reject files with different import dir
418
- - chore: mark 'log tail' experimental (#8912) ([ipfs/go-ipfs#8912](https://github.com/ipfs/go-ipfs/pull/8912))
419
- - feat: persist limits to Swarm.ResourceMgr.Limits (#8901) ([ipfs/go-ipfs#8901](https://github.com/ipfs/go-ipfs/pull/8901))
420
- - fix: build after Go 1.17 and Prometheus upgrades (#8916) ([ipfs/go-ipfs#8916](https://github.com/ipfs/go-ipfs/pull/8916))
421
- - feat(tracing): use OpenTelemetry env vars where possible (#8875) ([ipfs/go-ipfs#8875](https://github.com/ipfs/go-ipfs/pull/8875))
422
- - feat(cmds): allow to set the configuration file path ([ipfs/go-ipfs#8634](https://github.com/ipfs/go-ipfs/pull/8634))
423
- - chore: deprecate /api/v0/dns (#8893) ([ipfs/go-ipfs#8893](https://github.com/ipfs/go-ipfs/pull/8893))
424
- - fix(cmds): CIDv1 and correct multicodecs in 'block put' and 'cid codecs' (#8568) ([ipfs/go-ipfs#8568](https://github.com/ipfs/go-ipfs/pull/8568))
425
- - feat(gw): improved If-None-Match support (#8891) ([ipfs/go-ipfs#8891](https://github.com/ipfs/go-ipfs/pull/8891))
426
- - Update Go version to 1.17 (#8815) ([ipfs/go-ipfs#8815](https://github.com/ipfs/go-ipfs/pull/8815))
427
- - chore(gw): extract logical functions to improve readability (#8885) ([ipfs/go-ipfs#8885](https://github.com/ipfs/go-ipfs/pull/8885))
428
- - feat(docker): /container-init.d for advanced initialization (#6577) ([ipfs/go-ipfs#6577](https://github.com/ipfs/go-ipfs/pull/6577))
429
- - feat: port collect-profiles.sh to 'ipfs diag profile' (#8786) ([ipfs/go-ipfs#8786](https://github.com/ipfs/go-ipfs/pull/8786))
430
- - fix: assets: correctly use the argument err in the WalkDirFunc Hashing Files
431
- - Change `assets.Asset` from a `func` to the embed.FS
432
- - Remove gobindata
433
- - fix: fix context plumbing in gateway handlers (#8871) ([ipfs/go-ipfs#8871](https://github.com/ipfs/go-ipfs/pull/8871))
434
- - fix(gw): missing return if dir fails to finalize (#8806) ([ipfs/go-ipfs#8806](https://github.com/ipfs/go-ipfs/pull/8806))
435
- - fix(gw): update metrics only when payload data sent (#8827) ([ipfs/go-ipfs#8827](https://github.com/ipfs/go-ipfs/pull/8827))
436
- - Merge branch 'release'
437
- - feat: detect changes in go-libp2p-resource-manager (#8857) ([ipfs/go-ipfs#8857](https://github.com/ipfs/go-ipfs/pull/8857))
438
- - feat: opt-in Swarm.ResourceMgr (go-libp2p v0.18) (#8680) ([ipfs/go-ipfs#8680](https://github.com/ipfs/go-ipfs/pull/8680))
439
- - feat(cmds): add support for CAR v2 imports (#8854) ([ipfs/go-ipfs#8854](https://github.com/ipfs/go-ipfs/pull/8854))
440
- - docs(logging): environment variables (#8833) ([ipfs/go-ipfs#8833](https://github.com/ipfs/go-ipfs/pull/8833))
441
- - fix: unknown fetcher type error (#8830) ([ipfs/go-ipfs#8830](https://github.com/ipfs/go-ipfs/pull/8830))
442
- - chore: deprecate tar commands (#8849) ([ipfs/go-ipfs#8849](https://github.com/ipfs/go-ipfs/pull/8849))
443
- - chore: bump go-ipld-format v0.4.0 and fix related sharness tests ([ipfs/go-ipfs#8838](https://github.com/ipfs/go-ipfs/pull/8838))
444
- - feat: add basic gateway tracing (#8595) ([ipfs/go-ipfs#8595](https://github.com/ipfs/go-ipfs/pull/8595))
445
- - fix(cli): ipfs add with multiple files of same name (#8493) ([ipfs/go-ipfs#8493](https://github.com/ipfs/go-ipfs/pull/8493))
446
- - fix(gw): validate requested CAR version (#8835) ([ipfs/go-ipfs#8835](https://github.com/ipfs/go-ipfs/pull/8835))
447
- - feat: re-enable docker sharness tests (#8808) ([ipfs/go-ipfs#8808](https://github.com/ipfs/go-ipfs/pull/8808))
448
- - docs: gateway.md (#8825) ([ipfs/go-ipfs#8825](https://github.com/ipfs/go-ipfs/pull/8825))
449
- - fix(core/commands): do not cache config (#8824) ([ipfs/go-ipfs#8824](https://github.com/ipfs/go-ipfs/pull/8824))
450
- - remove unused import (#8787) ([ipfs/go-ipfs#8787](https://github.com/ipfs/go-ipfs/pull/8787))
451
- - feat(cmds): document deprecated RPC API commands (#8802) ([ipfs/go-ipfs#8802](https://github.com/ipfs/go-ipfs/pull/8802))
452
- - fix(fsrepo): deep merge when setting config ([ipfs/go-ipfs#8793](https://github.com/ipfs/go-ipfs/pull/8793))
453
- - feat: add gateway histogram metrics (#8443) ([ipfs/go-ipfs#8443](https://github.com/ipfs/go-ipfs/pull/8443))
454
- - ErrNotFound changes: bubble tagged libraries. ([ipfs/go-ipfs#8803](https://github.com/ipfs/go-ipfs/pull/8803))
455
- - Fix typos
456
- ([ipfs/go-ipfs#8757](https://github.com/ipfs/go-ipfs/pull/8757))
457
- - feat(gateway): Block and CAR response formats (#8758) ([ipfs/go-ipfs#8758](https://github.com/ipfs/go-ipfs/pull/8758))
458
- - fix: allow ipfs-companion browser extension to access RPC API (#8690) ([ipfs/go-ipfs#8690](https://github.com/ipfs/go-ipfs/pull/8690))
459
- - fix(core/node): unwrap fx error in node construction ([ipfs/go-ipfs#8638](https://github.com/ipfs/go-ipfs/pull/8638))
460
- - Update PATCH_RELEASE_TEMPLATE.md
461
- - feat: add full goroutine stack dump (#8790) ([ipfs/go-ipfs#8790](https://github.com/ipfs/go-ipfs/pull/8790))
462
- - feat(cmds): extend block size check for dag|block put (#8751) ([ipfs/go-ipfs#8751](https://github.com/ipfs/go-ipfs/pull/8751))
463
- - feat: add endpoint for enabling block profiling (#8469) ([ipfs/go-ipfs#8469](https://github.com/ipfs/go-ipfs/pull/8469))
464
- - fix(cmds): option for progress bar in cat/get (#8686) ([ipfs/go-ipfs#8686](https://github.com/ipfs/go-ipfs/pull/8686))
465
- - docs: note the default reprovider strategy as all (#8603) ([ipfs/go-ipfs#8603](https://github.com/ipfs/go-ipfs/pull/8603))
466
- - fix: listen on loopback for API and gateway ports in docker-compose.yaml (#8773) ([ipfs/go-ipfs#8773](https://github.com/ipfs/go-ipfs/pull/8773))
467
- - fix(discovery): fix daemon not starting due to mdns startup failure (#8704) ([ipfs/go-ipfs#8704](https://github.com/ipfs/go-ipfs/pull/8704))
468
- ([ipfs/go-ipfs#8756](https://github.com/ipfs/go-ipfs/pull/8756))
469
- - feat: ipfs-webui v2.15 (#8712) ([ipfs/go-ipfs#8712](https://github.com/ipfs/go-ipfs/pull/8712))
470
- - feat: X-Ipfs-Roots for smarter HTTP caches (#8720) ([ipfs/go-ipfs#8720](https://github.com/ipfs/go-ipfs/pull/8720))
471
- - chore: add instructions for Chocolatey release
472
- - fix prioritization of stream muxers ([ipfs/go-ipfs#8750](https://github.com/ipfs/go-ipfs/pull/8750))
473
- - fix(cmds/keystore): do not allow to import keys we don't generate (#8733) ([ipfs/go-ipfs#8733](https://github.com/ipfs/go-ipfs/pull/8733))
474
- - docs: add Internal.UnixFSShardingSizeThreshold (#8723) ([ipfs/go-ipfs#8723](https://github.com/ipfs/go-ipfs/pull/8723))
475
- - feat(cmd): add silent option for repo gc (#7147) ([ipfs/go-ipfs#7147](https://github.com/ipfs/go-ipfs/pull/7147))
476
- - docs(changelog): update v0.12.0 release notes
477
- - Merge branch 'release'
478
- - fix: installation without sudo (#8715) ([ipfs/go-ipfs#8715](https://github.com/ipfs/go-ipfs/pull/8715))
479
- - Fix typos (#8726) ([ipfs/go-ipfs#8726](https://github.com/ipfs/go-ipfs/pull/8726))
480
- - fix(build): Recognize Go Beta versions in makefile (#8677) ([ipfs/go-ipfs#8677](https://github.com/ipfs/go-ipfs/pull/8677))
481
- - chore(cmds): encapsulate ipfs rm logic in another function (#8574) ([ipfs/go-ipfs#8574](https://github.com/ipfs/go-ipfs/pull/8574))
482
- - feat: warn user when 'pin remote add' while offline (#8621) ([ipfs/go-ipfs#8621](https://github.com/ipfs/go-ipfs/pull/8621))
483
- - chore(gateway): debug logging for the http requests (#8518) ([ipfs/go-ipfs#8518](https://github.com/ipfs/go-ipfs/pull/8518))
484
- - docker: build for arm cpu (#8633) ([ipfs/go-ipfs#8633](https://github.com/ipfs/go-ipfs/pull/8633))
485
- - feat: refactor Fetcher interface used for downloading migrations (#8728) ([ipfs/go-ipfs#8728](https://github.com/ipfs/go-ipfs/pull/8728))
486
- - feat: log multifetcher errors
487
- - docs: optionalInteger|String|Duration (#8729) ([ipfs/go-ipfs#8729](https://github.com/ipfs/go-ipfs/pull/8729))
488
- - feat: DNS.MaxCacheTTL for DNS-over-HTTPS resolvers (#8615) ([ipfs/go-ipfs#8615](https://github.com/ipfs/go-ipfs/pull/8615))
489
- - feat(cmds): ipfs id: support --offline option (#8626) ([ipfs/go-ipfs#8626](https://github.com/ipfs/go-ipfs/pull/8626))
490
- - feat(cmds): add cleartext PEM/PKCS8 for key import/export (#8616) ([ipfs/go-ipfs#8616](https://github.com/ipfs/go-ipfs/pull/8616))
491
- - docs: update badger section in config.md (#8662) ([ipfs/go-ipfs#8662](https://github.com/ipfs/go-ipfs/pull/8662))
492
- - docs: fix typo
493
- - Adding PowerShell to Minimal Go Installation
494
- - Fixed typos in docs/config.md
495
- - docs: add Snap note about customizing IPFS_PATH (#8584) ([ipfs/go-ipfs#8584](https://github.com/ipfs/go-ipfs/pull/8584))
496
- - Fix typo ([ipfs/go-ipfs#8625](https://github.com/ipfs/go-ipfs/pull/8625))
497
- - chore: update version to v0.13.0-dev
498
-- github.com/ipfs/go-bitswap (v0.5.1 -> v0.6.0):
499
- - v0.6.0
500
- - Use ipld.ErrNotFound
501
- - feat: add peer block filter option (#549) ([ipfs/go-bitswap#549](https://github.com/ipfs/go-bitswap/pull/549))
502
- - configurable target message size ([ipfs/go-bitswap#546](https://github.com/ipfs/go-bitswap/pull/546))
503
-- github.com/ipfs/go-blockservice (v0.2.1 -> v0.3.0):
504
- - v0.3.0
505
- - s/log/logger
506
- - Use ipld.ErrNotFound instead of ErrNotFound
507
-- github.com/ipfs/go-cid (v0.1.0 -> v0.2.0):
508
- - fix: remove invalid multicodec2string mappings (#137) ([ipfs/go-cid#137](https://github.com/ipfs/go-cid/pull/137))
509
- - sync: update CI config files (#136) ([ipfs/go-cid#136](https://github.com/ipfs/go-cid/pull/136))
510
- - Benchmark existing ways to check for `IDENTITY` CIDs
511
- - avoid double alloc in NewCidV1
512
- - sync: update CI config files ([ipfs/go-cid#131](https://github.com/ipfs/go-cid/pull/131))
513
-- github.com/ipfs/go-cidutil (v0.0.2 -> v0.1.0):
514
- ([ipfs/go-cidutil#36](https://github.com/ipfs/go-cidutil/pull/36))
515
- - sync: update CI config files ([ipfs/go-cidutil#35](https://github.com/ipfs/go-cidutil/pull/35))
516
- - sync: update CI config files (#34) ([ipfs/go-cidutil#34](https://github.com/ipfs/go-cidutil/pull/34))
517
- - fix staticcheck ([ipfs/go-cidutil#31](https://github.com/ipfs/go-cidutil/pull/31))
518
- - add license file so it can be found by go-licenses ([ipfs/go-cidutil#27](https://github.com/ipfs/go-cidutil/pull/27))
519
- - test: fix for base32 switch ([ipfs/go-cidutil#16](https://github.com/ipfs/go-cidutil/pull/16))
520
- - doc: add a lead maintainer
521
-- github.com/ipfs/go-filestore (v1.1.0 -> v1.2.0):
522
- - v1.2.0
523
- - refactor: follow the happy left practice in Filestore.DeleteBlock
524
- - Use ipld.ErrNotFound
525
-- github.com/ipfs/go-graphsync (v0.11.0 -> v0.13.1):
526
- - docs(CHANGELOG): update for v0.13.1
527
- - feat(ipld): wrap bindnode with panic protection (#368) ([ipfs/go-graphsync#368](https://github.com/ipfs/go-graphsync/pull/368))
528
- - docs(CHANGELOG): update for v0.13.0 (#366) ([ipfs/go-graphsync#366](https://github.com/ipfs/go-graphsync/pull/366))
529
- - fix(impl): delete file
530
- - Minimal alternate metadata type support (#365) ([ipfs/go-graphsync#365](https://github.com/ipfs/go-graphsync/pull/365))
531
- - Fix unixfs fetch (#364) ([ipfs/go-graphsync#364](https://github.com/ipfs/go-graphsync/pull/364))
532
- - [Feature] UUIDs, protocol versioning, v2 protocol w/ dag-cbor messaging (#332) ([ipfs/go-graphsync#332](https://github.com/ipfs/go-graphsync/pull/332))
533
- - feat(CHANGELOG): update for v0.12.0
534
- - Use do not send blocks for pause/resume & prevent processing of blocks on cancelled requests (#333) ([ipfs/go-graphsync#333](https://github.com/ipfs/go-graphsync/pull/333))
535
- - Support unixfs reification in default linksystem (#329) ([ipfs/go-graphsync#329](https://github.com/ipfs/go-graphsync/pull/329))
536
- - Don't run hooks on blocks we didn't have (#331) ([ipfs/go-graphsync#331](https://github.com/ipfs/go-graphsync/pull/331))
537
- - feat(responsemanager): trace full messages via links to responses (#325) ([ipfs/go-graphsync#325](https://github.com/ipfs/go-graphsync/pull/325))
538
- - chore(requestmanager): rename processResponses internals for consistency (#328) ([ipfs/go-graphsync#328](https://github.com/ipfs/go-graphsync/pull/328))
539
- - Response message tracing (#327) ([ipfs/go-graphsync#327](https://github.com/ipfs/go-graphsync/pull/327))
540
- - fix(testutil): fix tracing span collection (#324) ([ipfs/go-graphsync#324](https://github.com/ipfs/go-graphsync/pull/324))
541
- - docs(CHANGELOG): update for v0.11.5 release
542
- - feat(requestmanager): add tracing for response messages & block processing (#322) ([ipfs/go-graphsync#322](https://github.com/ipfs/go-graphsync/pull/322))
543
- - ipldutil: simplify state synchronization, add docs (#300) ([ipfs/go-graphsync#300](https://github.com/ipfs/go-graphsync/pull/300))
544
- - docs(CHANGELOG): update for v0.11.4 release
545
- - Scrub response errors (#320) ([ipfs/go-graphsync#320](https://github.com/ipfs/go-graphsync/pull/320))
546
- - fix(responsemanager): remove unused maxInProcessRequests parameter (#319) ([ipfs/go-graphsync#319](https://github.com/ipfs/go-graphsync/pull/319))
547
- - feat(responsemanager): allow ctx augmentation via queued request hook
548
- - make go test with coverpkg=./...
549
- - docs(CHANGELOG): update for v0.11.3
550
- - Merge tag 'v0.10.9'
551
- - feat: add basic tracing for responses (#291) ([ipfs/go-graphsync#291](https://github.com/ipfs/go-graphsync/pull/291))
552
- - fix(impl): remove accidental legacy field (#310) ([ipfs/go-graphsync#310](https://github.com/ipfs/go-graphsync/pull/310))
553
- - docs(CHANGELOG): update for v0.11.2
554
- - Merge branch 'release/v0.10.8'
555
- - feat(taskqueue): fix race on peer state gather (#303) ([ipfs/go-graphsync#303](https://github.com/ipfs/go-graphsync/pull/303))
556
- - feat(responsemanager): clarify response completion (#304) ([ipfs/go-graphsync#304](https://github.com/ipfs/go-graphsync/pull/304))
557
- - docs(CHANGELOG): update for v0.11.1
558
- - Merge branch 'release/v0.10.7'
559
- - Expose task queue diagnostics (#302) ([ipfs/go-graphsync#302](https://github.com/ipfs/go-graphsync/pull/302))
560
- - chore: short-circuit unnecessary message processing
561
- - Add a bit of logging (#301) ([ipfs/go-graphsync#301](https://github.com/ipfs/go-graphsync/pull/301))
562
- - Peer Stats function (#298) ([ipfs/go-graphsync#298](https://github.com/ipfs/go-graphsync/pull/298))
563
- - fix: use sync.Cond to handle no-task blocking wait (#299) ([ipfs/go-graphsync#299](https://github.com/ipfs/go-graphsync/pull/299))
564
- - ipldutil: use chooser APIs from dagpb and basicnode (#292) ([ipfs/go-graphsync#292](https://github.com/ipfs/go-graphsync/pull/292))
565
- - testutil/chaintypes: simplify maintenance of codegen (#294) ([ipfs/go-graphsync#294](https://github.com/ipfs/go-graphsync/pull/294))
566
- - fix(test): increase 1s timeouts to 2s for slow CI (#289) ([ipfs/go-graphsync#289](https://github.com/ipfs/go-graphsync/pull/289))
567
- - docs(tests): document tracing test helper utilities
568
- - feat: add basic OT tracing for incoming requests
569
- - fix(responsemanager): make fix more global
570
- - fix(responsemanager): fix flaky tests
571
- - feat: add WorkerTaskQueue#WaitForNoActiveTasks() for tests (#284) ([ipfs/go-graphsync#284](https://github.com/ipfs/go-graphsync/pull/284))
572
-- github.com/ipfs/go-ipfs-blockstore (v1.1.2 -> v1.2.0):
573
- - v0.2.0 ([ipfs/go-ipfs-blockstore#98](https://github.com/ipfs/go-ipfs-blockstore/pull/98))
574
- - s/log/logger
575
- - Use ipld.ErrNotFound for NotFound errors
576
-- github.com/ipfs/go-ipfs-cmds (v0.6.0 -> v0.8.1):
577
- - fix(cli/parse): extract dir before name ([ipfs/go-ipfs-cmds#230](https://github.com/ipfs/go-ipfs-cmds/pull/230))
578
- - Version 0.8.0 ([ipfs/go-ipfs-cmds#228](https://github.com/ipfs/go-ipfs-cmds/pull/228))
579
- - fix(cli): use NewSliceDirectory for duplicate file paths ([ipfs/go-ipfs-cmds#220](https://github.com/ipfs/go-ipfs-cmds/pull/220))
580
- - chore: release v0.7.0 ([ipfs/go-ipfs-cmds#227](https://github.com/ipfs/go-ipfs-cmds/pull/227))
581
- - feat(Command): add status for the helptext ([ipfs/go-ipfs-cmds#225](https://github.com/ipfs/go-ipfs-cmds/pull/225))
582
- - allow header and set header in client ([ipfs/go-ipfs-cmds#226](https://github.com/ipfs/go-ipfs-cmds/pull/226))
583
- - sync: update CI config files (#221) ([ipfs/go-ipfs-cmds#221](https://github.com/ipfs/go-ipfs-cmds/pull/221))
584
- - fix: chanResponseEmitter cancel being ineffective
585
- - add: tests for postrun execution
586
- - fix: postrun's run condition in Execute
587
- - fix: exec deadlock when emitter is not Typer intf
588
- - sync: update CI config files ([ipfs/go-ipfs-cmds#207](https://github.com/ipfs/go-ipfs-cmds/pull/207))
589
- - fix: preserve windows file paths ([ipfs/go-ipfs-cmds#214](https://github.com/ipfs/go-ipfs-cmds/pull/214))
590
- - Resolve `staticcheck` issue in prep for unified CI ([ipfs/go-ipfs-cmds#212](https://github.com/ipfs/go-ipfs-cmds/pull/212))
591
-- github.com/ipfs/go-ipfs-exchange-offline (v0.1.1 -> v0.2.0):
592
- - v0.2.0
593
- - Improve NotFound error description
594
-- github.com/ipfs/go-ipfs-files (v0.0.9 -> v0.1.1):
595
- - Release v0.1.1
596
- - fix: add dragonfly build option for filewriter flags
597
- - fix: add freebsd build option for filewriter flags
598
- - Release v0.1.0
599
- - docs: fix community CONTRIBUTING.md link (#45) ([ipfs/go-ipfs-files#45](https://github.com/ipfs/go-ipfs-files/pull/45))
600
- - chore(filewriter): cleanup writes (#43) ([ipfs/go-ipfs-files#43](https://github.com/ipfs/go-ipfs-files/pull/43))
601
- - sync: update CI config files (#44) ([ipfs/go-ipfs-files#44](https://github.com/ipfs/go-ipfs-files/pull/44))
602
-- github.com/ipfs/go-ipld-format (v0.2.0 -> v0.4.0):
603
- - chore: release version v0.4.0
604
- - feat: use new more clearer format in ErrNotFound
605
- - chore: bump version to 0.3.1
606
- - fix: make Undef ErrNotFound string consistent with Def version
607
- - Version 0.3.0
608
- - ErrNotFound: change error string ([ipfs/go-ipld-format#69](https://github.com/ipfs/go-ipld-format/pull/69))
609
- - Revert "Revert "Add IsErrNotFound() method"" ([ipfs/go-ipld-format#68](https://github.com/ipfs/go-ipld-format/pull/68))
610
- - sync: update CI config files (#67) ([ipfs/go-ipld-format#67](https://github.com/ipfs/go-ipld-format/pull/67))
611
- - ignore statticheck error for EndOfDag ([ipfs/go-ipld-format#62](https://github.com/ipfs/go-ipld-format/pull/62))
612
- - remove Makefile ([ipfs/go-ipld-format#59](https://github.com/ipfs/go-ipld-format/pull/59))
613
- - fix staticcheck ([ipfs/go-ipld-format#60](https://github.com/ipfs/go-ipld-format/pull/60))
614
- - Allowing custom NavigableNode implementations ([ipfs/go-ipld-format#58](https://github.com/ipfs/go-ipld-format/pull/58))
615
-- github.com/ipfs/go-ipld-legacy (v0.1.0 -> v0.1.1):
616
- - feat(node): add json.Marshaller method ([ipfs/go-ipld-legacy#7](https://github.com/ipfs/go-ipld-legacy/pull/7))
617
-- github.com/ipfs/go-log/v2 (v2.3.0 -> v2.5.1):
618
- - feat: add logger option to skip a number of stack frames ([ipfs/go-log#132](https://github.com/ipfs/go-log/pull/132))
619
- - release v2.5.0 (#131) ([ipfs/go-log#131](https://github.com/ipfs/go-log/pull/131))
620
- - config inspection (#129) ([ipfs/go-log#129](https://github.com/ipfs/go-log/pull/129))
621
- - release v2.4.0 (#127) ([ipfs/go-log#127](https://github.com/ipfs/go-log/pull/127))
622
- - sync: update CI config files (#125) ([ipfs/go-log#125](https://github.com/ipfs/go-log/pull/125))
623
- - fix: cannot call SetPrimaryCore after using a Tee logger ([ipfs/go-log#121](https://github.com/ipfs/go-log/pull/121))
624
- - Document environment variables ([ipfs/go-log#120](https://github.com/ipfs/go-log/pull/120))
625
- - sync: update CI config files (#119) ([ipfs/go-log#119](https://github.com/ipfs/go-log/pull/119))
626
- - Add WithStacktrace untility ([ipfs/go-log#118](https://github.com/ipfs/go-log/pull/118))
627
- - In addition to StdOut/Err check the outfile for TTYness ([ipfs/go-log#117](https://github.com/ipfs/go-log/pull/117))
628
-- github.com/ipfs/go-merkledag (v0.5.1 -> v0.6.0):
629
- - v0.6.0
630
- - Improve ErrNotFound
631
-- github.com/ipfs/go-namesys (v0.4.0 -> v0.5.0):
632
- - Version 0.5.0
633
- - fix: CIDv1 error with go-libp2p 0.19 (#32) ([ipfs/go-namesys#32](https://github.com/ipfs/go-namesys/pull/32))
634
- - feat: add tracing (#30) ([ipfs/go-namesys#30](https://github.com/ipfs/go-namesys/pull/30))
635
- - fix(publisher): fix garbled code output (#28) ([ipfs/go-namesys#28](https://github.com/ipfs/go-namesys/pull/28))
636
-- github.com/ipfs/go-path (v0.2.1 -> v0.3.0):
637
- - Release v0.3.0 ([ipfs/go-path#55](https://github.com/ipfs/go-path/pull/55))
638
- - Resolver: convert to interface. ([ipfs/go-path#53](https://github.com/ipfs/go-path/pull/53))
639
- - Release v0.2.2 (#52) ([ipfs/go-path#52](https://github.com/ipfs/go-path/pull/52))
640
- - chore: improve error message for invalid ipfs paths ([ipfs/go-path#51](https://github.com/ipfs/go-path/pull/51))
641
-- github.com/ipfs/go-peertaskqueue (v0.7.0 -> v0.7.1):
642
- - Add topic inspector ([ipfs/go-peertaskqueue#20](https://github.com/ipfs/go-peertaskqueue/pull/20))
643
-- github.com/ipfs/go-pinning-service-http-client (v0.1.0 -> v0.1.1):
644
- - chore: release v0.1.1
645
- - fix: error handling while enumerating pins
646
- - sync: update CI config files (#15) ([ipfs/go-pinning-service-http-client#15](https://github.com/ipfs/go-pinning-service-http-client/pull/15))
647
- - Resolve lint issues prior to CI integration
648
-- github.com/ipfs/go-unixfsnode (v1.1.3 -> v1.4.0):
649
- - 1.4.0 release ([ipfs/go-unixfsnode#29](https://github.com/ipfs/go-unixfsnode/pull/29))
650
- - Partial file test ([ipfs/go-unixfsnode#26](https://github.com/ipfs/go-unixfsnode/pull/26))
651
- - Add unixfs to UnixFS path selector tail ([ipfs/go-unixfsnode#28](https://github.com/ipfs/go-unixfsnode/pull/28))
652
- - release v1.3.0 ([ipfs/go-unixfsnode#25](https://github.com/ipfs/go-unixfsnode/pull/25))
653
- - add AsLargeBytes support to unixfs files (#24) ([ipfs/go-unixfsnode#24](https://github.com/ipfs/go-unixfsnode/pull/24))
654
- - fix: add extra test to span the shard/no-shard boundary
655
- - fix: more Tsize fixes, fix HAMT and make it match go-unixfs output
656
- - fix: encode Tsize correctly everywhere (using wraped LinkSystem)
657
- - docs(version): tag 1.2.0
658
- - Update deps for ADL selectors ([ipfs/go-unixfsnode#20](https://github.com/ipfs/go-unixfsnode/pull/20))
659
- - add license (#17) ([ipfs/go-unixfsnode#17](https://github.com/ipfs/go-unixfsnode/pull/17))
660
- - handle empty files (#15) ([ipfs/go-unixfsnode#15](https://github.com/ipfs/go-unixfsnode/pull/15))
661
- - Add ADL/single-node-view of a full unixFS file. (#14) ([ipfs/go-unixfsnode#14](https://github.com/ipfs/go-unixfsnode/pull/14))
662
- - sync: update CI config files (#13) ([ipfs/go-unixfsnode#13](https://github.com/ipfs/go-unixfsnode/pull/13))
663
- - Add builder for unixfs dags (#12) ([ipfs/go-unixfsnode#12](https://github.com/ipfs/go-unixfsnode/pull/12))
664
-- github.com/ipfs/interface-go-ipfs-core (v0.5.2 -> v0.7.0):
665
- - refactor(block): CIDv1 and BlockPutSettings CidPrefix (#80) ([ipfs/interface-go-ipfs-core#80](https://github.com/ipfs/interface-go-ipfs-core/pull/80))
666
- - chore: release v0.6.2
667
- - fix: use IPLD.ErrNotFound instead of string comparison in tests
668
- - fix: document error (#74) ([ipfs/interface-go-ipfs-core#74](https://github.com/ipfs/interface-go-ipfs-core/pull/74))
669
- - version: release 0.6.1
670
- - v0.6.0
671
- - Update tests to use ipld.IsNotFound to check for notfound errors
672
- - sync: update CI config files (#79) ([ipfs/interface-go-ipfs-core#79](https://github.com/ipfs/interface-go-ipfs-core/pull/79))
673
-- github.com/ipld/go-codec-dagpb (v1.3.2 -> v1.4.0):
674
- - bump to v1.4.0 given that we updated ipld-prime
675
- - add a decode-then-encode roundtrip fuzzer
676
- - 1.3.1
677
- - fix: use protowire for Links bytes decoding
678
- - delete useless code
679
- - sync: update CI config files (#33) ([ipld/go-codec-dagpb#33](https://github.com/ipld/go-codec-dagpb/pull/33))
680
-- github.com/ipld/go-ipld-prime (v0.14.2 -> v0.16.0):
681
- - mark v0.16.0
682
- - node/bindnode: enforce pointer requirement for nullable maps
683
- - Implement WalkTransforming traversal (#376) ([ipld/go-ipld-prime#376](https://github.com/ipld/go-ipld-prime/pull/376))
684
- - docs(datamodel): add comment to LargeBytesNode
685
- - Add partial-match traversal of large bytes (#375) ([ipld/go-ipld-prime#375](https://github.com/ipld/go-ipld-prime/pull/375))
686
- - Implement option to start traversals at a path ([ipld/go-ipld-prime#358](https://github.com/ipld/go-ipld-prime/pull/358))
687
- - add top-level "go value with schema" example
688
- - Support optional `LargeBytesNode` interface (#372) ([ipld/go-ipld-prime#372](https://github.com/ipld/go-ipld-prime/pull/372))
689
- - node/bindnode: support pointers to datamodel.Node to bind with Any
690
- - fix(bindnode): tuple struct iterator should handle absent fields properly
691
- - node/bindnode: make AssignNode work at the repr level
692
- - node/bindnode: add support for unsigned integers
693
- - node/bindnode: cover even more edge case panics
694
- - node/bindnode: polish some more AsT panics
695
- - schema/dmt: stop using a fake test to generate code ([ipld/go-ipld-prime#356](https://github.com/ipld/go-ipld-prime/pull/356))
696
- - schema: remove one review note; add another.
697
- - fix: minor EncodedLength fixes, add tests to fully exercise
698
- - feat: add dagcbor.EncodedLength(Node) to calculate length without encoding
699
- - chore: rename Garbage() to Generate()
700
- - fix: minor garbage nits
701
- - fix: Garbage() takes rand parameter, tweak algorithms, improve docs
702
- - feat: add Garbage() Node generator
703
- - node/bindnode: introduce an assembler that always errors
704
- - node/bindnode: polish panics on invalid AssignT calls
705
- - datamodel: don't panic when stringifying an empty KindSet
706
- - node/bindnode: start using ipld.LoadSchema APIs
707
- - selectors: fix for edge case around recursion clauses with an immediate edge. ([ipld/go-ipld-prime#334](https://github.com/ipld/go-ipld-prime/pull/334))
708
- - node/bindnode: improve support for pointer types
709
- - node/bindnode: subtract all absents in Length at the repr level
710
- - fix(codecs): error when encoding maps whose lengths don't match entry count
711
- - schema: avoid alloc and copy in Struct and Enum methods
712
- - node/bindnode: allow mapping int-repr enums with Go integers
713
- - schema,node/bindnode: add support for Any
714
- - signaling ADLs in selectors (#301) ([ipld/go-ipld-prime#301](https://github.com/ipld/go-ipld-prime/pull/301))
715
- - node/bindnode: add support for enums
716
- - schema/...: add support for enum int representations
717
- - node/bindnode: allow binding cidlink.Link to links
718
- - Update to context datastores (#312) ([ipld/go-ipld-prime#312](https://github.com/ipld/go-ipld-prime/pull/312))
719
- - schema: add support for struct tuple reprs
720
- - Allow parsing padding in dag-json bytes fields (#309) ([ipld/go-ipld-prime#309](https://github.com/ipld/go-ipld-prime/pull/309))
721
-- github.com/libp2p/go-doh-resolver (v0.3.1 -> v0.4.0):
722
- - Release v0.4.0 (#16) ([libp2p/go-doh-resolver#16](https://github.com/libp2p/go-doh-resolver/pull/16))
723
- - sync: update CI config files (#14) ([libp2p/go-doh-resolver#14](https://github.com/libp2p/go-doh-resolver/pull/14))
724
- - Add a max TTL for cached entries ([libp2p/go-doh-resolver#12](https://github.com/libp2p/go-doh-resolver/pull/12))
725
- - Perform test locally instead of using a live dns resolution ([libp2p/go-doh-resolver#13](https://github.com/libp2p/go-doh-resolver/pull/13))
726
- - sync: update CI config files (#7) ([libp2p/go-doh-resolver#7](https://github.com/libp2p/go-doh-resolver/pull/7))
727
- - fix staticcheck ([libp2p/go-doh-resolver#6](https://github.com/libp2p/go-doh-resolver/pull/6))
728
-- github.com/libp2p/go-libp2p (v0.16.0 -> v0.19.4):
729
- - update go-yamux to v3.1.2, release v0.19.4 (#1590) ([libp2p/go-libp2p#1590](https://github.com/libp2p/go-libp2p/pull/1590))
730
- - update quic-go to v0.27.1, release v0.19.3 (#1518) ([libp2p/go-libp2p#1518](https://github.com/libp2p/go-libp2p/pull/1518))
731
- - release v0.19.2
732
- - holepunch: fix incorrect message type for the SYNC message (#1478) ([libp2p/go-libp2p#1478](https://github.com/libp2p/go-libp2p/pull/1478))
733
- - fix race condition in holepunch service, release v0.19.1 ([libp2p/go-libp2p#1474](https://github.com/libp2p/go-libp2p/pull/1474))
734
- - release v0.19.0 (#1408) ([libp2p/go-libp2p#1408](https://github.com/libp2p/go-libp2p/pull/1408))
735
- - Close resource manager when host closes (#1343) ([libp2p/go-libp2p#1343](https://github.com/libp2p/go-libp2p/pull/1343))
736
- - fix flaky reconnect test (#1406) ([libp2p/go-libp2p#1406](https://github.com/libp2p/go-libp2p/pull/1406))
737
- - make sure to not oversubscribe to relays (#1404) ([libp2p/go-libp2p#1404](https://github.com/libp2p/go-libp2p/pull/1404))
738
- - rewrite the reconnect test (#1399) ([libp2p/go-libp2p#1399](https://github.com/libp2p/go-libp2p/pull/1399))
739
- - don't try to reconnect to already connected relays (#1401) ([libp2p/go-libp2p#1401](https://github.com/libp2p/go-libp2p/pull/1401))
740
- - reduce flakiness of AutoRelay TestBackoff test (#1400) ([libp2p/go-libp2p#1400](https://github.com/libp2p/go-libp2p/pull/1400))
741
- - improve AutoRelay v1 handling ([libp2p/go-libp2p#1396](https://github.com/libp2p/go-libp2p/pull/1396))
742
- - remove note about gx from README (#1385) ([libp2p/go-libp2p#1385](https://github.com/libp2p/go-libp2p/pull/1385))
743
- - use the vcs information from ReadBuildInfo in Go 1.18 ([libp2p/go-libp2p#1381](https://github.com/libp2p/go-libp2p/pull/1381))
744
- - fix race condition in AutoRelay candidate handling (#1383) ([libp2p/go-libp2p#1383](https://github.com/libp2p/go-libp2p/pull/1383))
745
- - implement relay v2 discovery ([libp2p/go-libp2p#1368](https://github.com/libp2p/go-libp2p/pull/1368))
746
- - fix go vet error in proxy example (#1377) ([libp2p/go-libp2p#1377](https://github.com/libp2p/go-libp2p/pull/1377))
747
- - Resolve addresses when creating a new stream (#1342) ([libp2p/go-libp2p#1342](https://github.com/libp2p/go-libp2p/pull/1342))
748
- - remove mplex from the list of default muxers (#1344) ([libp2p/go-libp2p#1344](https://github.com/libp2p/go-libp2p/pull/1344))
749
- - refactor the holepunching code ([libp2p/go-libp2p#1355](https://github.com/libp2p/go-libp2p/pull/1355))
750
- - speed up the connmgr tests (#1354) ([libp2p/go-libp2p#1354](https://github.com/libp2p/go-libp2p/pull/1354))
751
- - update go-libp2p-resource manager, release v0.18.0 (#1361) ([libp2p/go-libp2p#1361](https://github.com/libp2p/go-libp2p/pull/1361))
752
- - fix flaky BackoffConnector test (#1353) ([libp2p/go-libp2p#1353](https://github.com/libp2p/go-libp2p/pull/1353))
753
- - release v0.18.0-rc6 (#1350) ([libp2p/go-libp2p#1350](https://github.com/libp2p/go-libp2p/pull/1350))
754
- - release v0.18.0-rc5 ([libp2p/go-libp2p#1341](https://github.com/libp2p/go-libp2p/pull/1341))
755
- - update README (#1330) ([libp2p/go-libp2p#1330](https://github.com/libp2p/go-libp2p/pull/1330))
756
- - fix parsing of IP addresses for zeroconf initialization (#1338) ([libp2p/go-libp2p#1338](https://github.com/libp2p/go-libp2p/pull/1338))
757
- - fix flaky TestBackoffConnector test (#1328) ([libp2p/go-libp2p#1328](https://github.com/libp2p/go-libp2p/pull/1328))
758
- - release v0.18.0-rc4 ([libp2p/go-libp2p#1327](https://github.com/libp2p/go-libp2p/pull/1327))
759
- - fix (and speed up) flaky TestBackoffConnector test (#1316) ([libp2p/go-libp2p#1316](https://github.com/libp2p/go-libp2p/pull/1316))
760
- - fix flaky TestAutoRelay test (#1322) ([libp2p/go-libp2p#1322](https://github.com/libp2p/go-libp2p/pull/1322))
761
- - deflake resource manager tests, take 2 ([libp2p/go-libp2p#1318](https://github.com/libp2p/go-libp2p/pull/1318))
762
- - fix race condition causing TestAutoNATServiceDialError test failure (#1312) ([libp2p/go-libp2p#1312](https://github.com/libp2p/go-libp2p/pull/1312))
763
- - disable flaky relay example test on CI (#1219) ([libp2p/go-libp2p#1219](https://github.com/libp2p/go-libp2p/pull/1219))
764
- - fix flaky resource manager tests ([libp2p/go-libp2p#1315](https://github.com/libp2p/go-libp2p/pull/1315))
765
- - update deps, fixing nil peer scope pointer issues in connection upgrading ([libp2p/go-libp2p#1309](https://github.com/libp2p/go-libp2p/pull/1309))
766
- - release v0.18.0-rc2 ([libp2p/go-libp2p#1306](https://github.com/libp2p/go-libp2p/pull/1306))
767
- - add semaphore to control push/delta concurrency ([libp2p/go-libp2p#1305](https://github.com/libp2p/go-libp2p/pull/1305))
768
- - release v0.18.0-rc1 ([libp2p/go-libp2p#1300](https://github.com/libp2p/go-libp2p/pull/1300))
769
- - default connection manager ([libp2p/go-libp2p#1299](https://github.com/libp2p/go-libp2p/pull/1299))
770
- - Basic resource manager integration tests ([libp2p/go-libp2p#1296](https://github.com/libp2p/go-libp2p/pull/1296))
771
- - use the resource manager ([libp2p/go-libp2p#1275](https://github.com/libp2p/go-libp2p/pull/1275))
772
- - move the go-libp2p-connmgr here ([libp2p/go-libp2p#1297](https://github.com/libp2p/go-libp2p/pull/1297))
773
- - move go-libp2p-discovery here ([libp2p/go-libp2p#1291](https://github.com/libp2p/go-libp2p/pull/1291))
774
- - speed up identify tests ([libp2p/go-libp2p#1294](https://github.com/libp2p/go-libp2p/pull/1294))
775
- - don't close the connection when opening the identify stream fails ([libp2p/go-libp2p#1293](https://github.com/libp2p/go-libp2p/pull/1293))
776
- - use the netutil package that was moved to go-libp2p-testing (#1263) ([libp2p/go-libp2p#1263](https://github.com/libp2p/go-libp2p/pull/1263))
777
- - speed up the autorelay test, fix flaky TestAutoRelay test ([libp2p/go-libp2p#1272](https://github.com/libp2p/go-libp2p/pull/1272))
778
- - fix flaky TestStreamsStress test (#1288) ([libp2p/go-libp2p#1288](https://github.com/libp2p/go-libp2p/pull/1288))
779
- - add an option for the swarm dial timeout ([libp2p/go-libp2p#1271](https://github.com/libp2p/go-libp2p/pull/1271))
780
- - use the transport.Upgrader interface ([libp2p/go-libp2p#1277](https://github.com/libp2p/go-libp2p/pull/1277))
781
- - fix typo in options.go (#1274) ([libp2p/go-libp2p#1274](https://github.com/libp2p/go-libp2p/pull/1274))
782
- - remove direct dependency on libp2p/go-addr-util ([libp2p/go-libp2p#1279](https://github.com/libp2p/go-libp2p/pull/1279))
783
- - fix flaky TestNotifications test ([libp2p/go-libp2p#1278](https://github.com/libp2p/go-libp2p/pull/1278))
784
- - move go-libp2p-autonat to p2p/host/autonat ([libp2p/go-libp2p#1273](https://github.com/libp2p/go-libp2p/pull/1273))
785
- - require the expiration field of the circuit v2 Reservation protobuf ([libp2p/go-libp2p#1269](https://github.com/libp2p/go-libp2p/pull/1269))
786
- - run reconnect test using QUIC ([libp2p/go-libp2p#1268](https://github.com/libp2p/go-libp2p/pull/1268))
787
- - remove goprocess from the mock package ([libp2p/go-libp2p#1266](https://github.com/libp2p/go-libp2p/pull/1266))
788
- - release v0.17.0 (#1265) ([libp2p/go-libp2p#1265](https://github.com/libp2p/go-libp2p/pull/1265))
789
- - use the new network.ConnStats ([libp2p/go-libp2p#1262](https://github.com/libp2p/go-libp2p/pull/1262))
790
- - move the peerstoremanager to the host ([libp2p/go-libp2p#1258](https://github.com/libp2p/go-libp2p/pull/1258))
791
- - reduce the default stream protocol negotiation timeout (#1254) ([libp2p/go-libp2p#1254](https://github.com/libp2p/go-libp2p/pull/1254))
792
- - Doc: QUIC is default when no transports set (#1250) ([libp2p/go-libp2p#1250](https://github.com/libp2p/go-libp2p/pull/1250))
793
- - exclude web3-bot from mkreleaselog ([libp2p/go-libp2p#1248](https://github.com/libp2p/go-libp2p/pull/1248))
794
- - identify: also match observed against listening addresses ([libp2p/go-libp2p#1255](https://github.com/libp2p/go-libp2p/pull/1255))
795
- - make it possible to run the auto relays tests multiple times ([libp2p/go-libp2p#1253](https://github.com/libp2p/go-libp2p/pull/1253))
796
-- github.com/libp2p/go-libp2p-asn-util (v0.1.0 -> v0.2.0):
797
- - Release 0.2.0 (#21) ([libp2p/go-libp2p-asn-util#21](https://github.com/libp2p/go-libp2p-asn-util/pull/21))
798
- - perf: replace the ipv6 map by an array of struct (#20) ([libp2p/go-libp2p-asn-util#20](https://github.com/libp2p/go-libp2p-asn-util/pull/20))
799
- - sync: update CI config files (#18) ([libp2p/go-libp2p-asn-util#18](https://github.com/libp2p/go-libp2p-asn-util/pull/18))
800
-- github.com/libp2p/go-libp2p-blankhost (v0.2.0 -> v0.3.0):
801
- - add a WithEventBus constructor option ([libp2p/go-libp2p-blankhost#61](https://github.com/libp2p/go-libp2p-blankhost/pull/61))
802
- - emit the EvtPeerConnectednessChanged event ([libp2p/go-libp2p-blankhost#58](https://github.com/libp2p/go-libp2p-blankhost/pull/58))
803
- - chore: update go-log to v2 ([libp2p/go-libp2p-blankhost#59](https://github.com/libp2p/go-libp2p-blankhost/pull/59))
804
- - Remove invalid links ([libp2p/go-libp2p-blankhost#57](https://github.com/libp2p/go-libp2p-blankhost/pull/57))
805
- - fix go vet ([libp2p/go-libp2p-blankhost#53](https://github.com/libp2p/go-libp2p-blankhost/pull/53))
806
-- github.com/libp2p/go-libp2p-circuit (v0.4.0 -> v0.6.0):
807
- - release v0.6.0 (#151) ([libp2p/go-libp2p-circuit#151](https://github.com/libp2p/go-libp2p-circuit/pull/151))
808
- - chore: update go-log to v2 (#147) ([libp2p/go-libp2p-circuit#147](https://github.com/libp2p/go-libp2p-circuit/pull/147))
809
- - release v0.5.0 (#150) ([libp2p/go-libp2p-circuit#150](https://github.com/libp2p/go-libp2p-circuit/pull/150))
810
- - use the resource manager ([libp2p/go-libp2p-circuit#148](https://github.com/libp2p/go-libp2p-circuit/pull/148))
811
- - use the transport.Upgrader interface ([libp2p/go-libp2p-circuit#149](https://github.com/libp2p/go-libp2p-circuit/pull/149))
812
- - sync: update CI config files (#144) ([libp2p/go-libp2p-circuit#144](https://github.com/libp2p/go-libp2p-circuit/pull/144))
813
- - ([libp2p/go-libp2p-circuit#143](https://github.com/libp2p/go-libp2p-circuit/pull/143))
814
- - add a Close method, remove the context from the constructor ([libp2p/go-libp2p-circuit#141](https://github.com/libp2p/go-libp2p-circuit/pull/141))
815
- - chore: update go-libp2p-core, go-libp2p-swarm ([libp2p/go-libp2p-circuit#140](https://github.com/libp2p/go-libp2p-circuit/pull/140))
816
- - remove the circuit v2 code ([libp2p/go-libp2p-circuit#139](https://github.com/libp2p/go-libp2p-circuit/pull/139))
817
- - implement circuit v2 ([libp2p/go-libp2p-circuit#136](https://github.com/libp2p/go-libp2p-circuit/pull/136))
818
- - remove deprecated types ([libp2p/go-libp2p-circuit#135](https://github.com/libp2p/go-libp2p-circuit/pull/135))
819
- - fix race condition in TestActiveRelay ([libp2p/go-libp2p-circuit#133](https://github.com/libp2p/go-libp2p-circuit/pull/133))
820
- - minor staticcheck fixes ([libp2p/go-libp2p-circuit#126](https://github.com/libp2p/go-libp2p-circuit/pull/126))
821
- - Timeout Stream Read ([libp2p/go-libp2p-circuit#124](https://github.com/libp2p/go-libp2p-circuit/pull/124))
822
-- github.com/libp2p/go-libp2p-core (v0.11.0 -> v0.15.1):
823
- - release v0.15.1 (#246) ([libp2p/go-libp2p-core#246](https://github.com/libp2p/go-libp2p-core/pull/246))
824
- - feat: harden encoding/decoding functions against panics (#243) ([libp2p/go-libp2p-core#243](https://github.com/libp2p/go-libp2p-core/pull/243))
825
- - release v0.15.0 (#242) ([libp2p/go-libp2p-core#242](https://github.com/libp2p/go-libp2p-core/pull/242))
826
- - sync: update CI config files (#241) ([libp2p/go-libp2p-core#241](https://github.com/libp2p/go-libp2p-core/pull/241))
827
- - fix: switch to go-multicodec mappings (#240) ([libp2p/go-libp2p-core#240](https://github.com/libp2p/go-libp2p-core/pull/240))
828
- - chore: add `String()` method to `IDSlice` type (#238) ([libp2p/go-libp2p-core#238](https://github.com/libp2p/go-libp2p-core/pull/238))
829
- - release v0.14.0 (#235) ([libp2p/go-libp2p-core#235](https://github.com/libp2p/go-libp2p-core/pull/235))
830
- - Network Resource Manager interface (#229) ([libp2p/go-libp2p-core#229](https://github.com/libp2p/go-libp2p-core/pull/229))
831
- - introduce a transport.Upgrader interface (#232) ([libp2p/go-libp2p-core#232](https://github.com/libp2p/go-libp2p-core/pull/232))
832
- - remove the transport.AcceptTimeout (#231) ([libp2p/go-libp2p-core#231](https://github.com/libp2p/go-libp2p-core/pull/231))
833
- - remove the DialTimeout (#230) ([libp2p/go-libp2p-core#230](https://github.com/libp2p/go-libp2p-core/pull/230))
834
- - remove duplicate io.Closer on Network interface (#228) ([libp2p/go-libp2p-core#228](https://github.com/libp2p/go-libp2p-core/pull/228))
835
- - release v0.13.0 (#227) ([libp2p/go-libp2p-core#227](https://github.com/libp2p/go-libp2p-core/pull/227))
836
- - rename network.Stat to Stats, introduce ConnStats (#226) ([libp2p/go-libp2p-core#226](https://github.com/libp2p/go-libp2p-core/pull/226))
837
- - release v0.12.0 (#223) ([libp2p/go-libp2p-core#223](https://github.com/libp2p/go-libp2p-core/pull/223))
838
- - generate ecdsa public key from an input public key (#219) ([libp2p/go-libp2p-core#219](https://github.com/libp2p/go-libp2p-core/pull/219))
839
- - add RemovePeer method to PeerMetadata, Metrics, ProtoBook and Keybook (#218) ([libp2p/go-libp2p-core#218](https://github.com/libp2p/go-libp2p-core/pull/218))
840
-- github.com/libp2p/go-libp2p-kad-dht (v0.15.0 -> v0.16.0):
841
- - Version 0.16.0 (#774) ([libp2p/go-libp2p-kad-dht#774](https://github.com/libp2p/go-libp2p-kad-dht/pull/774))
842
- - feat: add error log when resource manager throttles crawler (#772) ([libp2p/go-libp2p-kad-dht#772](https://github.com/libp2p/go-libp2p-kad-dht/pull/772))
843
- - fix: incorrect format handling ([libp2p/go-libp2p-kad-dht#771](https://github.com/libp2p/go-libp2p-kad-dht/pull/771))
844
- - Upgrade to go-libp2p v0.16.0 (#756) ([libp2p/go-libp2p-kad-dht#756](https://github.com/libp2p/go-libp2p-kad-dht/pull/756))
845
- - sync: update CI config files ([libp2p/go-libp2p-kad-dht#758](https://github.com/libp2p/go-libp2p-kad-dht/pull/758))
846
-- github.com/libp2p/go-libp2p-mplex (v0.4.1 -> v0.7.0):
847
- - release v0.7.0 (#36) ([libp2p/go-libp2p-mplex#36](https://github.com/libp2p/go-libp2p-mplex/pull/36))
848
- - release v0.6.0 (#32) ([libp2p/go-libp2p-mplex#32](https://github.com/libp2p/go-libp2p-mplex/pull/32))
849
- - update mplex (#31) ([libp2p/go-libp2p-mplex#31](https://github.com/libp2p/go-libp2p-mplex/pull/31))
850
- - release v0.5.0 (#30) ([libp2p/go-libp2p-mplex#30](https://github.com/libp2p/go-libp2p-mplex/pull/30))
851
- - implement the new network.MuxedConn interface (#29) ([libp2p/go-libp2p-mplex#29](https://github.com/libp2p/go-libp2p-mplex/pull/29))
852
- - sync: update CI config files (#28) ([libp2p/go-libp2p-mplex#28](https://github.com/libp2p/go-libp2p-mplex/pull/28))
853
- - remove Makefile ([libp2p/go-libp2p-mplex#25](https://github.com/libp2p/go-libp2p-mplex/pull/25))
854
-- github.com/libp2p/go-libp2p-noise (v0.3.0 -> v0.4.0):
855
- - release v0.4.0 (#112) ([libp2p/go-libp2p-noise#112](https://github.com/libp2p/go-libp2p-noise/pull/112))
856
- - catch panics during the handshake (#111) ([libp2p/go-libp2p-noise#111](https://github.com/libp2p/go-libp2p-noise/pull/111))
857
- - sync: update CI config files (#106) ([libp2p/go-libp2p-noise#106](https://github.com/libp2p/go-libp2p-noise/pull/106))
858
- - update README to reflect that Noise is enabled by default ([libp2p/go-libp2p-noise#101](https://github.com/libp2p/go-libp2p-noise/pull/101))
859
-- github.com/libp2p/go-libp2p-peerstore (v0.4.0 -> v0.6.0):
860
- - release v0.6.0 ([libp2p/go-libp2p-peerstore#189](https://github.com/libp2p/go-libp2p-peerstore/pull/189))
861
- - remove the pstoremanager (will be moved to the Host) ([libp2p/go-libp2p-peerstore#188](https://github.com/libp2p/go-libp2p-peerstore/pull/188))
862
- - release v0.5.0 (#187) ([libp2p/go-libp2p-peerstore#187](https://github.com/libp2p/go-libp2p-peerstore/pull/187))
863
- - remove metadata interning ([libp2p/go-libp2p-peerstore#185](https://github.com/libp2p/go-libp2p-peerstore/pull/185))
864
- - when passed an event bus, automatically clean up disconnected peers ([libp2p/go-libp2p-peerstore#184](https://github.com/libp2p/go-libp2p-peerstore/pull/184))
865
- - implement the RemovePeer method ([libp2p/go-libp2p-peerstore#174](https://github.com/libp2p/go-libp2p-peerstore/pull/174))
866
- - chore: update go-log to v2 (#179) ([libp2p/go-libp2p-peerstore#179](https://github.com/libp2p/go-libp2p-peerstore/pull/179))
867
-- github.com/libp2p/go-libp2p-pubsub (v0.6.0 -> v0.6.1):
868
- - add tests for clearing the peerPromises map
869
- - properly clear the peerPromises map
870
- - more info
871
- - add to MinTopicSize godoc re topic size
872
-- github.com/libp2p/go-libp2p-quic-transport (v0.15.0 -> v0.17.0):
873
- - release v0.17.0 (#269) ([libp2p/go-libp2p-quic-transport#269](https://github.com/libp2p/go-libp2p-quic-transport/pull/269))
874
- - update quic-go to v0.27.0 (#264) ([libp2p/go-libp2p-quic-transport#264](https://github.com/libp2p/go-libp2p-quic-transport/pull/264))
875
- - release v0.16.1 (#261) ([libp2p/go-libp2p-quic-transport#261](https://github.com/libp2p/go-libp2p-quic-transport/pull/261))
876
- - Prevent data race in allowWindowIncrease (#259) ([libp2p/go-libp2p-quic-transport#259](https://github.com/libp2p/go-libp2p-quic-transport/pull/259))
877
- - release v0.16.0 (#258) ([libp2p/go-libp2p-quic-transport#258](https://github.com/libp2p/go-libp2p-quic-transport/pull/258))
878
- - use the Resource Manager ([libp2p/go-libp2p-quic-transport#249](https://github.com/libp2p/go-libp2p-quic-transport/pull/249))
879
- - don't start a Go routine for every connection dialed ([libp2p/go-libp2p-quic-transport#252](https://github.com/libp2p/go-libp2p-quic-transport/pull/252))
880
- - migrate to standard Go tests, stop using Ginkgo ([libp2p/go-libp2p-quic-transport#250](https://github.com/libp2p/go-libp2p-quic-transport/pull/250))
881
- - chore: remove Codecov config (#251) ([libp2p/go-libp2p-quic-transport#251](https://github.com/libp2p/go-libp2p-quic-transport/pull/251))
882
- - reduce the maximum number of incoming streams to 256 (#243) ([libp2p/go-libp2p-quic-transport#243](https://github.com/libp2p/go-libp2p-quic-transport/pull/243))
883
- - chore: update go-log to v2 (#242) ([libp2p/go-libp2p-quic-transport#242](https://github.com/libp2p/go-libp2p-quic-transport/pull/242))
884
-- github.com/libp2p/go-libp2p-swarm (v0.8.0 -> v0.10.2):
885
- - bump version to v0.10.2 ([libp2p/go-libp2p-swarm#316](https://github.com/libp2p/go-libp2p-swarm/pull/316))
886
- - Refactor dial worker loop into an object and fix bug ([libp2p/go-libp2p-swarm#315](https://github.com/libp2p/go-libp2p-swarm/pull/315))
887
- - release v0.10.1 ([libp2p/go-libp2p-swarm#313](https://github.com/libp2p/go-libp2p-swarm/pull/313))
888
- - release the stream scope if the conn fails to open a new stream ([libp2p/go-libp2p-swarm#312](https://github.com/libp2p/go-libp2p-swarm/pull/312))
889
- - release v0.10.0 (#311) ([libp2p/go-libp2p-swarm#311](https://github.com/libp2p/go-libp2p-swarm/pull/311))
890
- - add support for the resource manager ([libp2p/go-libp2p-swarm#308](https://github.com/libp2p/go-libp2p-swarm/pull/308))
891
- - use the transport.Upgrader interface ([libp2p/go-libp2p-swarm#309](https://github.com/libp2p/go-libp2p-swarm/pull/309))
892
- - remove dependency on go-addr-util ([libp2p/go-libp2p-swarm#300](https://github.com/libp2p/go-libp2p-swarm/pull/300))
893
- - stop using transport.DialTimeout in tests (#307) ([libp2p/go-libp2p-swarm#307](https://github.com/libp2p/go-libp2p-swarm/pull/307))
894
- - increment active dial counter in dial worker loop ([libp2p/go-libp2p-swarm#305](https://github.com/libp2p/go-libp2p-swarm/pull/305))
895
- - speed up the dial tests ([libp2p/go-libp2p-swarm#301](https://github.com/libp2p/go-libp2p-swarm/pull/301))
896
- - stop using the deprecated libp2p/go-maddr-filter ([libp2p/go-libp2p-swarm#303](https://github.com/libp2p/go-libp2p-swarm/pull/303))
897
- - add constructor options for timeout, stop using transport.DialTimeout ([libp2p/go-libp2p-swarm#302](https://github.com/libp2p/go-libp2p-swarm/pull/302))
898
- - release v0.9.0 (#299) ([libp2p/go-libp2p-swarm#299](https://github.com/libp2p/go-libp2p-swarm/pull/299))
899
- - count the number of streams on a connection for the stats ([libp2p/go-libp2p-swarm#298](https://github.com/libp2p/go-libp2p-swarm/pull/298))
900
- - chore: update go-log to v2 (#294) ([libp2p/go-libp2p-swarm#294](https://github.com/libp2p/go-libp2p-swarm/pull/294))
901
-- github.com/libp2p/go-libp2p-testing (v0.5.0 -> v0.9.2):
902
- - release v0.9.2 (#56) ([libp2p/go-libp2p-testing#56](https://github.com/libp2p/go-libp2p-testing/pull/56))
903
- - fix memory allocation check in SubtestStreamReset (#55) ([libp2p/go-libp2p-testing#55](https://github.com/libp2p/go-libp2p-testing/pull/55))
904
- - release v0.9.1 (#54) ([libp2p/go-libp2p-testing#54](https://github.com/libp2p/go-libp2p-testing/pull/54))
905
- - remove stray debug statements for memory allocations
906
- - release v0.9.0 (#53) ([libp2p/go-libp2p-testing#53](https://github.com/libp2p/go-libp2p-testing/pull/53))
907
- - add tests for memory management ([libp2p/go-libp2p-testing#52](https://github.com/libp2p/go-libp2p-testing/pull/52))
908
- - release v0.8.0 (#50) ([libp2p/go-libp2p-testing#50](https://github.com/libp2p/go-libp2p-testing/pull/50))
909
- - use io.ReadFull in muxer test, use require.Equal to compare buffers (#49) ([libp2p/go-libp2p-testing#49](https://github.com/libp2p/go-libp2p-testing/pull/49))
910
- - release v0.7.0 (#47) ([libp2p/go-libp2p-testing#47](https://github.com/libp2p/go-libp2p-testing/pull/47))
911
- - add mocks for the resource manager ([libp2p/go-libp2p-testing#46](https://github.com/libp2p/go-libp2p-testing/pull/46))
912
- - merge libp2p/go-libp2p-netutil into this repo ([libp2p/go-libp2p-testing#45](https://github.com/libp2p/go-libp2p-testing/pull/45))
913
- - reduce the number of connections in the stream muxer stress test (#44) ([libp2p/go-libp2p-testing#44](https://github.com/libp2p/go-libp2p-testing/pull/44))
914
- - release v0.6.0 (#42) ([libp2p/go-libp2p-testing#42](https://github.com/libp2p/go-libp2p-testing/pull/42))
915
- - expose a map, not a slice, of muxer tests (#41) ([libp2p/go-libp2p-testing#41](https://github.com/libp2p/go-libp2p-testing/pull/41))
916
- - sync: update CI config files (#40) ([libp2p/go-libp2p-testing#40](https://github.com/libp2p/go-libp2p-testing/pull/40))
917
-- github.com/libp2p/go-libp2p-tls (v0.3.1 -> v0.4.1):
918
- - release v0.4.1 (#112) ([libp2p/go-libp2p-tls#112](https://github.com/libp2p/go-libp2p-tls/pull/112))
919
- - feat: catch panics in TLS negotiation ([libp2p/go-libp2p-tls#111](https://github.com/libp2p/go-libp2p-tls/pull/111))
920
- - release v0.4.0 (#110) ([libp2p/go-libp2p-tls#110](https://github.com/libp2p/go-libp2p-tls/pull/110))
921
- - use tls.Conn.HandshakeContext instead of tls.Conn.Handshake (#106) ([libp2p/go-libp2p-tls#106](https://github.com/libp2p/go-libp2p-tls/pull/106))
922
- - remove paragraph about Go modules from README (#104) ([libp2p/go-libp2p-tls#104](https://github.com/libp2p/go-libp2p-tls/pull/104))
923
- - migrate to standard Go tests, stop using Ginkgo ([libp2p/go-libp2p-tls#105](https://github.com/libp2p/go-libp2p-tls/pull/105))
924
- - chore: remove Codecov config (#103) ([libp2p/go-libp2p-tls#103](https://github.com/libp2p/go-libp2p-tls/pull/103))
925
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.5.0 -> v0.7.1):
926
- - release v0.7.1 ([libp2p/go-libp2p-transport-upgrader#105](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/105))
927
- - Fix nil peer scope issues ([libp2p/go-libp2p-transport-upgrader#104](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/104))
928
- - release v0.7.0 (#103) ([libp2p/go-libp2p-transport-upgrader#103](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/103))
929
- - use the Resource Manager ([libp2p/go-libp2p-transport-upgrader#99](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/99))
930
- - rename the package to upgrader ([libp2p/go-libp2p-transport-upgrader#101](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/101))
931
- - use the new transport.Upgrader interface ([libp2p/go-libp2p-transport-upgrader#100](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/100))
932
- - reset the temporary error catcher delay after successful accept ([libp2p/go-libp2p-transport-upgrader#97](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/97))
933
- - make the accept timeout configurable, stop using transport.AcceptTimeout ([libp2p/go-libp2p-transport-upgrader#98](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/98))
934
- - release v0.6.0 (#95) ([libp2p/go-libp2p-transport-upgrader#95](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/95))
935
- - remove note about go.mod and Go 1.11 in README (#94) ([libp2p/go-libp2p-transport-upgrader#94](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/94))
936
- - fix flaky TestAcceptQueueBacklogged test ([libp2p/go-libp2p-transport-upgrader#96](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/96))
937
- - chore: remove Codecov config (#93) ([libp2p/go-libp2p-transport-upgrader#93](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/93))
938
- - use the new network.ConnStats ([libp2p/go-libp2p-transport-upgrader#92](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/92))
939
- - sync: update CI config files (#89) ([libp2p/go-libp2p-transport-upgrader#89](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/89))
940
- - chore: update go-log ([libp2p/go-libp2p-transport-upgrader#88](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/88))
941
-- github.com/libp2p/go-libp2p-yamux (v0.6.0 -> v0.9.1):
942
- - release v0.9.1 (#55) ([libp2p/go-libp2p-yamux#55](https://github.com/libp2p/go-libp2p-yamux/pull/55))
943
- - release v0.9.0 (#53) ([libp2p/go-libp2p-yamux#53](https://github.com/libp2p/go-libp2p-yamux/pull/53))
944
- - release v0.8.2 (#50) ([libp2p/go-libp2p-yamux#50](https://github.com/libp2p/go-libp2p-yamux/pull/50))
945
- - disable the incoming streams limit (#49) ([libp2p/go-libp2p-yamux#49](https://github.com/libp2p/go-libp2p-yamux/pull/49))
946
- - Release v0.8.1 ([libp2p/go-libp2p-yamux#48](https://github.com/libp2p/go-libp2p-yamux/pull/48))
947
- - release v0.8.0 (#47) ([libp2p/go-libp2p-yamux#47](https://github.com/libp2p/go-libp2p-yamux/pull/47))
948
- - pass the PeerScope to yamux (satifiying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
949
- - release v0.7.0 (#43) ([libp2p/go-libp2p-yamux#43](https://github.com/libp2p/go-libp2p-yamux/pull/43))
950
- - sync: update CI config files (#42) ([libp2p/go-libp2p-yamux#42](https://github.com/libp2p/go-libp2p-yamux/pull/42))
951
- - reduce the number of max incoming stream to 256 ([libp2p/go-libp2p-yamux#41](https://github.com/libp2p/go-libp2p-yamux/pull/41))
952
-- github.com/libp2p/go-mplex (v0.3.0 -> v0.7.0):
953
- - release v0.7.0 (#112) ([libp2p/go-mplex#112](https://github.com/libp2p/go-mplex/pull/112))
954
- - catch panics in handleIncoming and handleOutgoing (#109) ([libp2p/go-mplex#109](https://github.com/libp2p/go-mplex/pull/109))
955
- - remove benchmark tests (#111) ([libp2p/go-mplex#111](https://github.com/libp2p/go-mplex/pull/111))
956
- - release v0.6.0 (#105) ([libp2p/go-mplex#105](https://github.com/libp2p/go-mplex/pull/105))
957
- - fix incorrect reset of timer fired variable (#104) ([libp2p/go-mplex#104](https://github.com/libp2p/go-mplex/pull/104))
958
- - Mplex salvage operations, part II (#102) ([libp2p/go-mplex#102](https://github.com/libp2p/go-mplex/pull/102))
959
- - release v0.5.0 (#100) ([libp2p/go-mplex#100](https://github.com/libp2p/go-mplex/pull/100))
960
- - Salvage mplex in the age of resource management (#99) ([libp2p/go-mplex#99](https://github.com/libp2p/go-mplex/pull/99))
961
- - release v0.4.0 (#97) ([libp2p/go-mplex#97](https://github.com/libp2p/go-mplex/pull/97))
962
- - add a MemoryManager interface to control memory allocations ([libp2p/go-mplex#96](https://github.com/libp2p/go-mplex/pull/96))
963
- - sync: update CI config files (#93) ([libp2p/go-mplex#93](https://github.com/libp2p/go-mplex/pull/93))
964
- - chore: update go-log to v2 ([libp2p/go-mplex#92](https://github.com/libp2p/go-mplex/pull/92))
965
- - chore: remove Codecov config ([libp2p/go-mplex#91](https://github.com/libp2p/go-mplex/pull/91))
966
- - sync: update CI config files (#90) ([libp2p/go-mplex#90](https://github.com/libp2p/go-mplex/pull/90))
967
- - multiplex: add (*Multiplex).CloseChan ([libp2p/go-mplex#89](https://github.com/libp2p/go-mplex/pull/89))
968
- - add a Go Reference badge to the README ([libp2p/go-mplex#88](https://github.com/libp2p/go-mplex/pull/88))
969
- - sync: update CI config files ([libp2p/go-mplex#85](https://github.com/libp2p/go-mplex/pull/85))
970
- - Fixup tests & vet ([libp2p/go-mplex#84](https://github.com/libp2p/go-mplex/pull/84))
971
- - Bump lodash from 4.17.19 to 4.17.21 in /interop/js ([libp2p/go-mplex#83](https://github.com/libp2p/go-mplex/pull/83))
972
-- github.com/libp2p/go-msgio (v0.1.0 -> v0.2.0):
973
- - release v0.2.0 (#34) ([libp2p/go-msgio#34](https://github.com/libp2p/go-msgio/pull/34))
974
- - print recovered panics to stderr (#33) ([libp2p/go-msgio#33](https://github.com/libp2p/go-msgio/pull/33))
975
- - catch panics when reading / writing protobuf messages (#31) ([libp2p/go-msgio#31](https://github.com/libp2p/go-msgio/pull/31))
976
- - remove outdated section about channels from README (#32) ([libp2p/go-msgio#32](https://github.com/libp2p/go-msgio/pull/32))
977
- - sync: update CI config files (#28) ([libp2p/go-msgio#28](https://github.com/libp2p/go-msgio/pull/28))
978
-- github.com/libp2p/go-netroute (v0.1.6 -> v0.2.0):
979
- - release v0.2.0 (#21) ([libp2p/go-netroute#21](https://github.com/libp2p/go-netroute/pull/21))
980
- - move some functions from go-sockaddr here, remove go-sockaddr dependency ([libp2p/go-netroute#22](https://github.com/libp2p/go-netroute/pull/22))
981
- - ignore the error on the RouteMessage on Darwin ([libp2p/go-netroute#20](https://github.com/libp2p/go-netroute/pull/20))
982
- - sync: update CI config files (#19) ([libp2p/go-netroute#19](https://github.com/libp2p/go-netroute/pull/19))
983
- - sync: update CI config files (#18) ([libp2p/go-netroute#18](https://github.com/libp2p/go-netroute/pull/18))
984
- - skip loopback addr as indication of v6 routes ([libp2p/go-netroute#17](https://github.com/libp2p/go-netroute/pull/17))
985
- - fix staticcheck lint issues ([libp2p/go-netroute#15](https://github.com/libp2p/go-netroute/pull/15))
986
-- github.com/libp2p/go-stream-muxer-multistream (v0.3.0 -> v0.4.0):
987
- - release v0.4.0 (#23) ([libp2p/go-stream-muxer-multistream#23](https://github.com/libp2p/go-stream-muxer-multistream/pull/23))
988
- - implement the new Multiplexer.NewConn interface ([libp2p/go-stream-muxer-multistream#22](https://github.com/libp2p/go-stream-muxer-multistream/pull/22))
989
- - sync: update CI config files (#19) ([libp2p/go-stream-muxer-multistream#19](https://github.com/libp2p/go-stream-muxer-multistream/pull/19))
990
-- github.com/libp2p/go-tcp-transport (v0.4.0 -> v0.5.1):
991
- - release v0.5.1 (#116) ([libp2p/go-tcp-transport#116](https://github.com/libp2p/go-tcp-transport/pull/116))
992
- - fix: drop raw EINVAL (from keepalives) errors as well (#115) ([libp2p/go-tcp-transport#115](https://github.com/libp2p/go-tcp-transport/pull/115))
993
- - release v0.5.0 (#114) ([libp2p/go-tcp-transport#114](https://github.com/libp2p/go-tcp-transport/pull/114))
994
- - use the ResourceManager ([libp2p/go-tcp-transport#110](https://github.com/libp2p/go-tcp-transport/pull/110))
995
- - use the transport.Upgrader interface ([libp2p/go-tcp-transport#111](https://github.com/libp2p/go-tcp-transport/pull/111))
996
- - describe how to use options in README ([libp2p/go-tcp-transport#105](https://github.com/libp2p/go-tcp-transport/pull/105))
997
-- github.com/libp2p/go-ws-transport (v0.5.0 -> v0.6.0):
998
- - release v0.6.0 (#113) ([libp2p/go-ws-transport#113](https://github.com/libp2p/go-ws-transport/pull/113))
999
- - use the resource manager ([libp2p/go-ws-transport#109](https://github.com/libp2p/go-ws-transport/pull/109))
1000
- - chore: remove Codecov config (#112) ([libp2p/go-ws-transport#112](https://github.com/libp2p/go-ws-transport/pull/112))
1001
- - remove contexts from libp2p constructors in README (#111) ([libp2p/go-ws-transport#111](https://github.com/libp2p/go-ws-transport/pull/111))
1002
- - use the transport.Upgrader interface ([libp2p/go-ws-transport#110](https://github.com/libp2p/go-ws-transport/pull/110))
1003
- - sync: update CI config files (#108) ([libp2p/go-ws-transport#108](https://github.com/libp2p/go-ws-transport/pull/108))
1004
- - sync: update CI config files (#106) ([libp2p/go-ws-transport#106](https://github.com/libp2p/go-ws-transport/pull/106))
1005
-- github.com/lucas-clemente/quic-go (v0.24.0 -> v0.27.1):
1006
- - don't send path MTU probe packets on a timer
1007
- - stop using the deprecated net.Error.Temporary, update golangci-lint to v1.45.2 ([lucas-clemente/quic-go#3367](https://github.com/lucas-clemente/quic-go/pull/3367))
1008
- - add support for serializing Extended CONNECT requests (#3360) ([lucas-clemente/quic-go#3360](https://github.com/lucas-clemente/quic-go/pull/3360))
1009
- - improve the error thrown when building with an unsupported Go version ([lucas-clemente/quic-go#3364](https://github.com/lucas-clemente/quic-go/pull/3364))
1010
- - remove nextdns from list of projects using quic-go (#3363) ([lucas-clemente/quic-go#3363](https://github.com/lucas-clemente/quic-go/pull/3363))
1011
- - rename the Session to Connection ([lucas-clemente/quic-go#3361](https://github.com/lucas-clemente/quic-go/pull/3361))
1012
- - respect the request context when dialing ([lucas-clemente/quic-go#3359](https://github.com/lucas-clemente/quic-go/pull/3359))
1013
- - update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) ([lucas-clemente/quic-go#3355](https://github.com/lucas-clemente/quic-go/pull/3355))
1014
- - add support for the Extended CONNECT method (#3357) ([lucas-clemente/quic-go#3357](https://github.com/lucas-clemente/quic-go/pull/3357))
1015
- - remove the SkipSchemeCheck RoundTripOpt (#3353) ([lucas-clemente/quic-go#3353](https://github.com/lucas-clemente/quic-go/pull/3353))
1016
- - remove parser logic for HTTP/3 DUPLICATE_PUSH frame (#3356) ([lucas-clemente/quic-go#3356](https://github.com/lucas-clemente/quic-go/pull/3356))
1017
- - improve code coverage of random number generator test (#3358) ([lucas-clemente/quic-go#3358](https://github.com/lucas-clemente/quic-go/pull/3358))
1018
- - advertise multiple listeners via Alt-Svc and improve perf of SetQuicHeaders (#3352) ([lucas-clemente/quic-go#3352](https://github.com/lucas-clemente/quic-go/pull/3352))
1019
- - avoid recursion when skipping unknown HTTP/3 frames (#3354) ([lucas-clemente/quic-go#3354](https://github.com/lucas-clemente/quic-go/pull/3354))
1020
- - Implement http3.Server.ServeListener (#3349) ([lucas-clemente/quic-go#3349](https://github.com/lucas-clemente/quic-go/pull/3349))
1021
- - update for Go 1.18 ([lucas-clemente/quic-go#3345](https://github.com/lucas-clemente/quic-go/pull/3345))
1022
- - don't print a receive buffer warning for closed connections (#3346) ([lucas-clemente/quic-go#3346](https://github.com/lucas-clemente/quic-go/pull/3346))
1023
- - move set DF implementation to separate files & avoid the need for OOBCapablePacketConn (#3334) ([lucas-clemente/quic-go#3334](https://github.com/lucas-clemente/quic-go/pull/3334))
1024
- - add env to disable the receive buffer warning (#3339) ([lucas-clemente/quic-go#3339](https://github.com/lucas-clemente/quic-go/pull/3339))
1025
- - fix typo (#3333) ([lucas-clemente/quic-go#3333](https://github.com/lucas-clemente/quic-go/pull/3333))
1026
- - sendQueue: ignore "datagram too large" error (#3328) ([lucas-clemente/quic-go#3328](https://github.com/lucas-clemente/quic-go/pull/3328))
1027
- - add OONI Probe to list of projects in README (#3324) ([lucas-clemente/quic-go#3324](https://github.com/lucas-clemente/quic-go/pull/3324))
1028
- - remove build status badges from README (#3325) ([lucas-clemente/quic-go#3325](https://github.com/lucas-clemente/quic-go/pull/3325))
1029
- - add a AllowConnectionWindowIncrease config option ([lucas-clemente/quic-go#3317](https://github.com/lucas-clemente/quic-go/pull/3317))
1030
- - Update README.md (#3315) ([lucas-clemente/quic-go#3315](https://github.com/lucas-clemente/quic-go/pull/3315))
1031
- - fix some typos in documentation and tests
1032
- - remove unneeded calls to goimports when generating mocks ([lucas-clemente/quic-go#3313](https://github.com/lucas-clemente/quic-go/pull/3313))
1033
- - fix comment about congestionWindow value (#3310) ([lucas-clemente/quic-go#3310](https://github.com/lucas-clemente/quic-go/pull/3310))
1034
- - fix typo *connections (#3309) ([lucas-clemente/quic-go#3309](https://github.com/lucas-clemente/quic-go/pull/3309))
1035
- - add support for Go 1.18 ([lucas-clemente/quic-go#3298](https://github.com/lucas-clemente/quic-go/pull/3298))
1036
-- github.com/multiformats/go-base32 (v0.0.3 -> v0.0.4):
1037
- - optimize encode ([multiformats/go-base32#1](https://github.com/multiformats/go-base32/pull/1))
1038
- - Fix `staticcheck` issue
1039
-- github.com/multiformats/go-multiaddr (v0.4.1 -> v0.5.0):
1040
- - release v0.5.0 (#171) ([multiformats/go-multiaddr#171](https://github.com/multiformats/go-multiaddr/pull/171))
1041
- - remove wrong (and redundant) IsIpv6LinkLocal ([multiformats/go-multiaddr#170](https://github.com/multiformats/go-multiaddr/pull/170))
1042
- - move ResolveUnspecifiedAddress(es) and FilterAddrs here from libp2p/go-addr-util ([multiformats/go-multiaddr#168](https://github.com/multiformats/go-multiaddr/pull/168))
1043
- - sync: update CI config files (#167) ([multiformats/go-multiaddr#167](https://github.com/multiformats/go-multiaddr/pull/167))
1044
-- github.com/multiformats/go-multicodec (v0.3.0 -> v0.4.1):
1045
- - Version v0.4.1 ([multiformats/go-multicodec#64](https://github.com/multiformats/go-multicodec/pull/64))
1046
- - update table with new codecs ([multiformats/go-multicodec#63](https://github.com/multiformats/go-multicodec/pull/63))
1047
- - bump version to v0.4.0
1048
- - sync: update CI config files (#60) ([multiformats/go-multicodec#60](https://github.com/multiformats/go-multicodec/pull/60))
1049
- - add Code.Tag method
1050
- - add the KnownCodes API
1051
- - use "go run pkg@version" assuming Go 1.17 or later
1052
- - update submodule and re-generate
1053
- - update to newer multicodec table ([multiformats/go-multicodec#57](https://github.com/multiformats/go-multicodec/pull/57))
1054
- - Update `multicodec` submodule to `1bcdc08` for CARv2 index codec
1055
-- github.com/multiformats/go-multistream (v0.2.2 -> v0.3.0):
1056
- - release v0.3.0 (#82) ([multiformats/go-multistream#82](https://github.com/multiformats/go-multistream/pull/82))
1057
- - catch panics (#81) ([multiformats/go-multistream#81](https://github.com/multiformats/go-multistream/pull/81))
1058
- - sync: update CI config files (#78) ([multiformats/go-multistream#78](https://github.com/multiformats/go-multistream/pull/78))
1059
- - reduce the maximum read buffer size from 64 to 1 kB ([multiformats/go-multistream#77](https://github.com/multiformats/go-multistream/pull/77))
1060
- - remove unused ls command ([multiformats/go-multistream#76](https://github.com/multiformats/go-multistream/pull/76))
1061
- - chore: remove empty file cases.md ([multiformats/go-multistream#75](https://github.com/multiformats/go-multistream/pull/75))
1062
- - chore: remove .gx ([multiformats/go-multistream#72](https://github.com/multiformats/go-multistream/pull/72))
1063
- - don't commit the fuzzing binary ([multiformats/go-multistream#74](https://github.com/multiformats/go-multistream/pull/74))
1064
- - sync: update CI config files (#71) ([multiformats/go-multistream#71](https://github.com/multiformats/go-multistream/pull/71))
1065
- - remove Makefile ([multiformats/go-multistream#67](https://github.com/multiformats/go-multistream/pull/67))
1066
-</details>
1067
-
1068
-### ❤ Contributors
1069
-| Contributor | Commits | Lines ± | Files Changed |
1070
-|-------------|---------|---------|---------------|
1071
-| Marten Seemann | 347 | +14453/-12552 | 842 |
1072
-| Rod Vagg | 28 | +8848/-4033 | 214 |
1073
-| vyzo | 133 | +7959/-1783 | 231 |
1074
-| hannahhoward | 40 | +3761/-1652 | 175 |
1075
-| Will Scott | 39 | +2885/-1784 | 93 |
1076
-| Daniel Martí | 32 | +3043/-969 | 103 |
1077
-| Adin Schmahmann | 48 | +3439/-536 | 121 |
1078
-| Gus Eggert | 29 | +2644/-788 | 123 |
1079
-| Steven Allen | 87 | +2417/-840 | 135 |
1080
-| Marcin Rataj | 29 | +2312/-942 | 75 |
1081
-| Will | 11 | +2520/-62 | 56 |
1082
-| Lucas Molas | 28 | +1602/-578 | 90 |
1083
-| Raúl Kripalani | 18 | +1519/-271 | 38 |
1084
-| Brian Tiger Chow | 20 | +833/-379 | 40 |
1085
-| Masih H. Derkani | 5 | +514/-460 | 8 |
1086
-| Jeromy Johnson | 53 | +646/-302 | 83 |
1087
-| Łukasz Magiera | 26 | +592/-245 | 43 |
1088
-| Artem Mikheev | 2 | +616/-120 | 5 |
1089
-| Franky W | 2 | +49/-525 | 9 |
1090
-| Laurent Senta | 3 | +468/-82 | 52 |
1091
-| Hector Sanjuan | 32 | +253/-187 | 62 |
1092
-| Juan Batiz-Benet | 8 | +285/-80 | 18 |
1093
-| Justin Johnson | 2 | +181/-88 | 2 |
1094
-| Thibault Meunier | 5 | +216/-28 | 8 |
1095
-| James Wetter | 2 | +234/-1 | 2 |
1096
-| web3-bot | 36 | +158/-66 | 62 |
1097
-| gammazero | 7 | +140/-84 | 12 |
1098
-| Rachel Chen | 2 | +165/-57 | 17 |
1099
-| Jorropo | 18 | +108/-99 | 26 |
1100
-| Toby | 2 | +107/-86 | 11 |
1101
-| Antonio Navarro Perez | 4 | +82/-103 | 9 |
1102
-| Dominic Della Valle | 4 | +148/-33 | 6 |
1103
-| Ian Davis | 2 | +152/-28 | 6 |
1104
-| Kyle Huntsman | 2 | +172/-6 | 5 |
1105
-| huoju | 4 | +127/-41 | 6 |
1106
-| Jeromy | 19 | +71/-58 | 31 |
1107
-| Lars Gierth | 12 | +63/-54 | 20 |
1108
-| Eric Myhre | 3 | +95/-15 | 8 |
1109
-| Caian Benedicto | 1 | +69/-12 | 6 |
1110
-| Raúl Kripalani | 2 | +63/-13 | 2 |
1111
-| Anton Petrov | 1 | +73/-0 | 1 |
1112
-| hunjixin | 2 | +67/-2 | 5 |
1113
-| odanado | 1 | +61/-0 | 1 |
1114
-| Andrew Gillis | 2 | +61/-0 | 3 |
1115
-| Kevin Atkinson | 6 | +21/-34 | 7 |
1116
-| Richard Ramos | 1 | +51/-0 | 2 |
1117
-| Manuel Alonso | 1 | +42/-9 | 2 |
1118
-| Jakub Sztandera | 10 | +37/-13 | 13 |
1119
-| Aarsh Shah | 1 | +39/-5 | 2 |
1120
-| Dave Justice | 1 | +32/-4 | 2 |
1121
-| Tommi Virtanen | 3 | +23/-9 | 4 |
1122
-| tarekbadr | 1 | +30/-1 | 1 |
1123
-| whyrusleeping | 1 | +26/-4 | 3 |
1124
-| Petar Maymounkov | 2 | +30/-0 | 4 |
1125
-| rht | 3 | +17/-10 | 4 |
1126
-| Miguel Mota | 1 | +23/-0 | 1 |
1127
-| Manfred Touron | 1 | +21/-2 | 2 |
1128
-| watjurk | 1 | +17/-5 | 1 |
1129
-| SukkaW | 1 | +11/-11 | 5 |
1130
-| Nicholas Bollweg | 1 | +21/-0 | 1 |
1131
-| Ho-Sheng Hsiao | 2 | +11/-10 | 6 |
1132
-| chblodg | 1 | +18/-2 | 1 |
1133
-| Friedel Ziegelmayer | 2 | +18/-0 | 2 |
1134
-| Shu Shen | 2 | +15/-2 | 3 |
1135
-| Peter Rabbitson | 1 | +15/-2 | 1 |
1136
-| galargh | 2 | +15/-0 | 2 |
1137
-| ᴍᴀᴛᴛ ʙᴇʟʟ | 3 | +13/-1 | 4 |
1138
-| aarshkshah1992 | 3 | +12/-2 | 3 |
1139
-| RubenKelevra | 4 | +5/-8 | 5 |
1140
-| Feiran Yang | 1 | +11/-0 | 2 |
1141
-| zramsay | 2 | +0/-10 | 2 |
1142
-| Teran McKinney | 1 | +8/-2 | 1 |
1143
-| Richard Littauer | 2 | +5/-5 | 5 |
1144
-| Elijah | 1 | +10/-0 | 1 |
1145
-| Dimitris Apostolou | 2 | +5/-5 | 5 |
1146
-| Michael Avila | 3 | +8/-1 | 4 |
1147
-| siiky | 3 | +4/-4 | 3 |
1148
-| Somajit | 1 | +4/-4 | 1 |
1149
-| Sherod Taylor | 1 | +0/-8 | 2 |
1150
-| Eclésio Junior | 1 | +8/-0 | 1 |
1151
-| godcong | 3 | +4/-3 | 3 |
1152
-| Piotr Galar | 3 | +3/-4 | 3 |
1153
-| jwh | 1 | +6/-0 | 2 |
1154
-| dependabot[bot] | 1 | +3/-3 | 1 |
1155
-| Volker Mische | 1 | +4/-2 | 1 |
1156
-| Aayush Rajasekaran | 1 | +3/-3 | 1 |
1157
-| rene | 2 | +3/-2 | 2 |
1158
-| keks | 1 | +5/-0 | 1 |
1159
-| Hlib | 1 | +4/-1 | 2 |
1160
-| Arash Payan | 1 | +5/-0 | 1 |
1161
-| Wayback Archiver | 1 | +2/-2 | 1 |
1162
-| T Mo | 1 | +2/-2 | 1 |
1163
-| Ju Huo | 1 | +2/-2 | 1 |
1164
-| Ivan | 2 | +2/-2 | 2 |
1165
-| Ettore Di Giacinto | 2 | +3/-1 | 2 |
1166
-| Christian Couder | 1 | +3/-1 | 1 |
1167
-| ningmingxiao | 1 | +0/-3 | 1 |
1168
-| 市川恭佑 (ebi) | 1 | +1/-1 | 1 |
1169
-| star | 1 | +0/-2 | 1 |
1170
-| alliswell | 1 | +0/-2 | 1 |
1171
-| Preston Van Loon | 1 | +2/-0 | 1 |
1172
-| Nguyễn Gia Phong | 1 | +1/-1 | 1 |
1173
-| Nato Boram | 1 | +1/-1 | 1 |
1174
-| Mildred Ki'Lya | 1 | +2/-0 | 2 |
1175
-| Michael Burns | 1 | +1/-1 | 1 |
1176
-| Glenn | 1 | +1/-1 | 1 |
1177
-| George Antoniadis | 1 | +1/-1 | 1 |
1178
-| David Florness | 1 | +1/-1 | 1 |
1179
-| Daniel Norman | 1 | +1/-1 | 1 |
1180
-| Coenie Beyers | 1 | +1/-1 | 1 |
1181
-| Benedikt Spies | 1 | +1/-1 | 1 |
1182
-| Abdul Rauf | 1 | +1/-1 | 1 |
1183
-| makeworld | 1 | +1/-0 | 1 |
1184
-| ignoramous | 1 | +0/-1 | 1 |
1185
-| Omicron166 | 1 | +0/-1 | 1 |
1186
-| Jan Winkelmann | 1 | +1/-0 | 1 |
1187
-| Dr Ian Preston | 1 | +1/-0 | 1 |
1188
-| Baptiste Jonglez | 1 | +1/-0 | 1 |
1189
-
1190
-## v0.12.2 and v0.11.1 2022-04-08
1191
-
1192
-This patch release fixes a security issue wherein traversing some malformed DAGs can cause the node to panic.
1193
-
1194
-See also the security advisory: https://github.com/ipfs/go-ipfs/security/advisories/GHSA-mcq2-w56r-5w2w
1195
-
1196
-Note: the v0.11.1 patch release contains the Docker compose fix from v0.12.1 as well
1197
-
1198
-### Changelog
1199
-
1200
-<details>
1201
-<summary>Full Changelog</summary>
1202
-- github.com/ipld/go-codec-dagpb (v1.3.0 -> v1.3.2):
1203
- - fix: use protowire for Links bytes decoding
1204
-</details>
1205
-
1206
-### ❤ Contributors
1207
-
1208
-| Contributor | Commits | Lines ± | Files Changed |
1209
-|-------------|---------|---------|---------------|
1210
-| Rod Vagg | 1 | +34/-19 | 2 |
1211
-
1212
-## v0.12.1 2022-03-17
1213
-
1214
-This patch release [fixes](https://github.com/ipfs/go-ipfs/commit/816a128aaf963d72c4930852ce32b9a4e31924a1) a security issue with the `docker-compose.yaml` file in which the IPFS daemon API listens on all interfaces instead of only the loopback interface, which could allow remote callers to control your IPFS daemon. If you use the included `docker-compose.yaml` file, it is recommended to upgrade.
1215
-
1216
-See also the security advisory: https://github.com/ipfs/go-ipfs/security/advisories/GHSA-fx5p-f64h-93xc
1217
-
1218
-Thanks to @LynHyper for finding and disclosing this.
1219
-
1220
-### Changelog
1221
-
1222
-<details>
1223
-<summary>Full Changelog</summary>
1224
-
1225
-- github.com/ipfs/go-ipfs:
1226
- - fix: listen on loopback for API and gateway ports in docker-compose.yaml
1227
-
1228
-</details>
1229
-
1230
-### ❤ Contributors
1231
-
1232
-| Contributor | Commits | Lines ± | Files Changed |
1233
-|-------------|---------|---------|---------------|
1234
-| guseggert | 1 | +10/-3 | 1 |
1235
-
1236
-## v0.12.0 2022-02-17
1237
-
1238
-We're happy to announce go-ipfs 0.12.0. This release switches the storage of IPLD blocks to be keyed by multihash instead of CID.
1239
-
1240
-As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
1241
-
1242
-### 🛠 BREAKING CHANGES
1243
-
1244
-- `ipfs refs local` will now list all blocks as if they were [raw]() CIDv1 instead of with whatever CID version and IPLD codecs they were stored with. All other functionality should remain the same.
1245
-
1246
-Note: This change also effects [ipfs-update](https://github.com/ipfs/ipfs-update) so if you use that tool to mange your go-ipfs installation then grab ipfs-update v1.8.0 from [dist](https://dist.ipfs.io/#ipfs-update).
1247
-
1248
-Keep reading to learn more details.
1249
-
1250
-#### 🔦 Highlights
1251
-
1252
-There is only one change since 0.11:
1253
-
1254
-##### Blockstore migration from full CID to Multihash keys
1255
-
1256
-We are switching the default low level [datastore](https://docs.ipfs.io/concepts/glossary/#datastore) to be keyed only by the [Multihash](https://docs.ipfs.io/concepts/glossary/#multihash) part of the [CID](https://docs.ipfs.io/concepts/glossary/#cid), and deduplicate some [blocks](https://docs.ipfs.io/concepts/glossary/#block) in the process. The blockstore will become [codec](https://docs.ipfs.io/concepts/glossary/#codec)-agnostic.
1257
-
1258
-###### Rationale
1259
-
1260
-The blockstore/datastore layers are not concerned with data interpretation, only with storage of binary blocks and verification that the Multihash they are addressed with (which comes from the CID), matches the block. In fact, different CIDs, with different codecs prefixes, may be carrying the same multihash, and referencing the same block. Carrying the CID abstraction so low on the stack means potentially fetching and storing the same blocks multiple times just because they are referenced by different CIDs. Prior to this change, a CIDv1 with a `dag-cbor` codec and a CIDv1 with a `raw` codec, both containing the same multihash, would result in two identical blocks stored. A CIDv0 and CIDv1 both being the same `dag-pb` block would also result in two copies.
1261
-
1262
-###### How migration works
1263
-
1264
-In order to perform the switch, and start referencing all blocks by their multihash, a migration will occur on update. This migration will take the repository version from 11 (current) to 12.
1265
-
1266
-One thing to note is that any content addressed CIDv0 (all the hashes that start with `Qm...`, the current default in go-ipfs), does not need any migration, as CIDv0 are raw multihashes already. This means the migration will be very lightweight for the majority of users.
1267
-
1268
-The migration process will take care of re-keying any CIDv1 block so that it is only addressed by its multihash. Large nodes with lots of CIDv1-addressed content will need to go through a heavier process as the migration happens. This is how the migration works:
1269
-
1270
-1. Phase 1: The migration script will perform a pass for every block in the datastore and will add all CIDv1s found to a file named `11-to-12-cids.txt`, in the go-ipfs configuration folder. Nothing is written in this first phase and it only serves to identify keys that will be migrated in phase 2.
1271
-2. Phase 2: The migration script will perform a second pass where every CIDv1 block will be read and re-written with its raw-multihash as key. There is 1 worker performing this task, although more can be configured. Every 100MiB-worth of blocks (this is configurable), each worker will trigger a datastore "sync" (to ensure all written data is flushed to disk) and delete the CIDv1-addressed blocks that were just renamed. This provides a good compromise between speed and resources needed to run the migration.
1272
-
1273
-At every sync, the migration emits a log message showing how many blocks need to be rewritten and how far the process is.
1274
-
1275
-####### FlatFS specific migration
1276
-
1277
-For those using a single FlatFS datastore as their backing blockstore (i.e. the default behavior), the migration (but not reversion) will take advantage of the ability to easily move/rename the blocks to improve migration performance.
1278
-
1279
-Unfortunately, other common datastores do not support renames which is what makes this FlatFS specific. If you are running a large custom datastore that supports renames you may want to consider running a fork of [fs-repo-11-to-12](https://github.com/ipfs/fs-repo-migrations/tree/master/fs-repo-11-to-12) specific to your datastore.
1280
-
1281
-If you want to disable this behavior, set the environment variable `IPFS_FS_MIGRATION_11_TO_12_ENABLE_FLATFS_FASTPATH` to `false`.
1282
-
1283
-####### Migration configuration
1284
-
1285
-For those who want to tune the migration more precisely for their setups, there are two environment variables to configure:
1286
-
1287
-- `IPFS_FS_MIGRATION_11_TO_12_NWORKERS` : an integer describing the number of migration workers - defaults to 1
1288
-- `IPFS_FS_MIGRATION_11_TO_12_SYNC_SIZE_BYTES` : an integer describing the number of bytes after which migration workers will sync - defaults to 104857600 (i.e. 100MiB)
1289
-
1290
-###### Migration caveats
1291
-
1292
-Large repositories with very large numbers of CIDv1s should be mindful of the migration process:
1293
-
1294
-* We recommend ensuring that IPFS runs with an appropriate (high) file-descriptor limit, particularly when Badger is use as datastore backend. Badger is known to open many tables when experiencing a high number of writes, which may trigger "too many files open" type of errors during the migrations. If this happens, the migration can be retried with a higher FD limit (see below).
1295
-* Migrations using the Badger datastore may not immediately reclaim the space freed by the deletion of migrated blocks, thus space requirements may grow considerably. A periodic Badger-GC is run every 2 minutes, which will reclaim space used by deleted and de-duplicated blocks. The last portion of the space will only be reclaimed after go-ipfs starts (the Badger-GC cycle will trigger after 15 minutes).
1296
-* While there is a revert process detailed below, we recommend keeping a backup of the repository, particularly for very large ones, in case an issue happens, so that the revert can happen immediately and cases of repository corruption due to crashes or unexpected circumstances are not catastrophic.
1297
-
1298
-###### Migration interruptions and retries
1299
-
1300
-If a problem occurs during the migration, it is be possible to simply re-start and retry it:
1301
-
1302
-1. Phase 1 will never overwrite the `11-to-12-cids.txt` file, but only append to it (so that a list of things we were supposed to have migrated during our first attempt is not lost - this is important for reverts, see below).
1303
-2. Phase 2 will proceed to continue re-keying blocks that were not re-keyed during previous attempts.
1304
-
1305
-###### Migration reverts
1306
-
1307
-It is also possible to revert the migration after it has succeeded, for example to go to a previous go-ipfs version (<=[0.11](https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0)), even after starting and using go-ipfs in the new version (>=0.12). The revert process works as follows:
1308
-
1309
-1. The `11-to-12-cids.txt` file is read, which has the list of all the CIDv1s that had to be rewritten for the migration.
1310
-2. A CIDv1-addressed block is written for every item on the list. This work is performed by 1 worker (configurable), syncing every 100MiB (configurable).
1311
-3. It is ensured that every CIDv1 pin, and every CIDv1 reference in MFS, are also written as CIDV1-addressed blocks, regardless of whether they were part of the original migration or were added later.
1312
-
1313
-The revert process does not delete any blocks--it only makes sure that blocks that were accessible with CIDv1s before the migration are again keyed with CIDv1s. This may result in a datastore becoming twice as large (i.e. if all the blocks were CIDv1-addressed before the migration). This is however done this way to cover corner cases: user can add CIDv1s after migration, which may reference blocks that existed as CIDv0 before migration. The revert aims to ensure that no data becomes unavailable on downgrade.
1314
-
1315
-While go-ipfs will auto-run the migration for you, it will not run the reversion. To do so you can download the [latest migration binary](https://dist.ipfs.io/fs-repo-11-to-12) or use [ipfs-update](https://dist.ipfs.io/#ipfs-update).
1316
-
1317
-###### Custom datastores
1318
-
1319
-As with previous migrations if you work with custom datastores and want to leverage the migration you can run a fork of [fs-repo-11-to-12](https://github.com/ipfs/fs-repo-migrations/tree/master/fs-repo-11-to-12) specific to your datastore. The repo includes instructions on building for different datastores.
1320
-
1321
-For this migration, if your datastore has fast renames you may want to consider writing some code to leverage the particular efficiencies of your datastore similar to what was done for FlatFS.
1322
-
1323
-### Changelog
1324
-
1325
-- github.com/ipfs/go-ipfs:
1326
- - Release v0.12.0
1327
- - docs: v0.12.0 release notes
1328
- - chore: bump migrations dist.ipfs.io CID to contain fs-repo-11-to-12 v1.0.2
1329
- - feat: refactor Fetcher interface used for downloading migrations (#8728) ([ipfs/go-ipfs#8728](https://github.com/ipfs/go-ipfs/pull/8728))
1330
- - feat: log multifetcher errors
1331
- - Release v0.12.0-rc1
1332
- - chore: bump Go version to 1.16.12
1333
- - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs#6816](https://github.com/ipfs/go-ipfs/pull/6816))
1334
- - chore: add release template snippet for fetching artifact tarball
1335
- - chore: bump Go version to 1.16.11
1336
- - chore: add release steps for upgrading Go
1337
- - Merge branch 'release'
1338
- - fix(corehttp): adjust peer counting metrics (#8577) ([ipfs/go-ipfs#8577](https://github.com/ipfs/go-ipfs/pull/8577))
1339
- - chore: update version to v0.12.0-dev
1340
-- github.com/ipfs/go-filestore (v0.1.0 -> v1.1.0):
1341
- - Version 1.1.0
1342
- - feat: plumb through context changes
1343
- - sync: update CI config files (#54) ([ipfs/go-filestore#54](https://github.com/ipfs/go-filestore/pull/54))
1344
- - fix staticcheck ([ipfs/go-filestore#48](https://github.com/ipfs/go-filestore/pull/48))
1345
- - Work with Multihashes directly (#21) ([ipfs/go-filestore#21](https://github.com/ipfs/go-filestore/pull/21))
1346
-- github.com/ipfs/go-ipfs-blockstore (v0.2.1 -> v1.1.2):
1347
- - Release v1.1.2
1348
- - feat: per-cid locking
1349
- - Version 1.1.1
1350
- - fix: remove context from HashOnRead
1351
- - Version 1.1.0 (#91) ([ipfs/go-ipfs-blockstore#91](https://github.com/ipfs/go-ipfs-blockstore/pull/91))
1352
- - feat: add context to interfaces (#90) ([ipfs/go-ipfs-blockstore#90](https://github.com/ipfs/go-ipfs-blockstore/pull/90))
1353
- - sync: update CI config files (#88) ([ipfs/go-ipfs-blockstore#88](https://github.com/ipfs/go-ipfs-blockstore/pull/88))
1354
- - add constructor that doesnt mess with datastore keys ([ipfs/go-ipfs-blockstore#83](https://github.com/ipfs/go-ipfs-blockstore/pull/83))
1355
- - Use bloom filter in GetSize
1356
- - fix staticcheck ([ipfs/go-ipfs-blockstore#73](https://github.com/ipfs/go-ipfs-blockstore/pull/73))
1357
- - add BenchmarkARCCacheConcurrentOps ([ipfs/go-ipfs-blockstore#70](https://github.com/ipfs/go-ipfs-blockstore/pull/70))
1358
- - fix(arc): striped locking on last byte of CID ([ipfs/go-ipfs-blockstore#67](https://github.com/ipfs/go-ipfs-blockstore/pull/67))
1359
- - make idstore implement io.Closer. (#60) ([ipfs/go-ipfs-blockstore#60](https://github.com/ipfs/go-ipfs-blockstore/pull/60))
1360
- - add View() to all the various blockstores. (#59) ([ipfs/go-ipfs-blockstore#59](https://github.com/ipfs/go-ipfs-blockstore/pull/59))
1361
- - Optimize id store ([ipfs/go-ipfs-blockstore#56](https://github.com/ipfs/go-ipfs-blockstore/pull/56))
1362
- - add race fix for HashOnRead ([ipfs/go-ipfs-blockstore#50](https://github.com/ipfs/go-ipfs-blockstore/pull/50))
1363
- - Add test to maintain Put contract of calling Has first ([ipfs/go-ipfs-blockstore#47](https://github.com/ipfs/go-ipfs-blockstore/pull/47))
1364
- - Update readme and license ([ipfs/go-ipfs-blockstore#44](https://github.com/ipfs/go-ipfs-blockstore/pull/44))
1365
- - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs-blockstore#38](https://github.com/ipfs/go-ipfs-blockstore/pull/38))
1366
-- github.com/ipfs/go-ipfs-ds-help (v0.1.1 -> v1.1.0):
1367
- - Update version.json (#38) ([ipfs/go-ipfs-ds-help#38](https://github.com/ipfs/go-ipfs-ds-help/pull/38))
1368
- - sync: update CI config files (#37) ([ipfs/go-ipfs-ds-help#37](https://github.com/ipfs/go-ipfs-ds-help/pull/37))
1369
- - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs-ds-help#18](https://github.com/ipfs/go-ipfs-ds-help/pull/18))
1370
-
1371
-### ❤️ Contributors
1372
-
1373
-| Contributor | Commits | Lines ± | Files Changed |
1374
-|-------------|---------|---------|---------------|
1375
-| Gus Eggert | 10 | +333/-321 | 24 |
1376
-| Steven Allen | 7 | +289/-190 | 13 |
1377
-| Hector Sanjuan | 9 | +134/-109 | 18 |
1378
-| Adin Schmahmann | 11 | +179/-55 | 21 |
1379
-| Raúl Kripalani | 2 | +152/-42 | 5 |
1380
-| Daniel Martí | 1 | +120/-1 | 1 |
1381
-| frrist | 1 | +95/-13 | 2 |
1382
-| Alex Trottier | 2 | +22/-11 | 4 |
1383
-| Andrey Petrov | 1 | +32/-0 | 1 |
1384
-| Lucas Molas | 1 | +18/-7 | 2 |
1385
-| Marten Seemann | 2 | +11/-7 | 3 |
1386
-| whyrusleeping | 1 | +10/-0 | 1 |
1387
-| web3-bot | 3 | +9/-0 | 3 |
1388
-| postables | 1 | +5/-3 | 1 |
1389
-| Dr Ian Preston | 1 | +4/-0 | 1 |
1390
-
1391
-## v0.11.0 2021-12-08
1392
-
1393
-We're happy to announce go-ipfs 0.11.0. This release comes with improvements to the UnixFS Sharding and PubSub experiments as well as support for Circuit-Relay v2 which sets the network up for decentralized hole punching support.
1394
-
1395
-As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
1396
-
1397
-### 🛠 BREAKING CHANGES
1398
-
1399
-- UnixFS sharding is now automatic and enabled by default
1400
- - HAMT-based sharding is applied to large directories (i.e. those that would serialize into [block](https://docs.ipfs.io/concepts/glossary/#block) larger than ~256KiB)s. This means importing data via commands like `ipfs add -r <directory>` may result in different [CID](https://docs.ipfs.io/concepts/glossary/#cid)s due to the different [DAG](https://docs.ipfs.io/concepts/glossary/#dag) representations.
1401
- - Support for `Experimental.ShardingEnabled` is removed.
1402
-- go-ipfs can no longer act as a [Circuit Relay](https://docs.ipfs.io/concepts/glossary/#circuit-relay) v1
1403
- - Node will refuse to start if `Swarm.EnableRelayHop` is set to `true`
1404
- - If you depend on v1 relay service provider, see "Removal of v1 relay service" section for available migration options.
1405
-- HTTP RPC wire format for experimental commands at `/api/v0/pubsub` changed.
1406
- - If you use [js-ipfs-http-client](https://www.npmjs.com/package/ipfs-http-client) or [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client), just update to their latest version.
1407
- - If you use something else, see "Multibase in PubSub" section below for migration details.
1408
-
1409
-Keep reading to learn more details.
1410
-
1411
-### 🔦 Highlights
1412
-
1413
-#### 🗃 Automatic UnixFS sharding
1414
-
1415
-Truly big directories can have so many items, that the root block with all of their names is too big to be exchanged with other peers. This was partially solved by [HAMT-sharding](https://docs.ipfs.io/concepts/glossary/#hamt-sharding), which was introduced a while ago as opt-in. The main downside of the implementation was that it was a global flag that sharded all imported directories (big and small).
1416
-
1417
-This release solves that inconvenience by making UnixFS sharding smarter and applies it only to larger directories (i.e. directories that would be at least ~256KiB). This is now the default behavior in `ipfs add` and `ipfs files` commands, where UnixFS sharding works out-of-the-box.
1418
-
1419
-#### 🔁 Circuit Relay v2
1420
-
1421
-This release adds support for the [circuit relay v2](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md) protocol based on the reference implementation from [go-libp2p 0.16](https://github.com/libp2p/go-libp2p/releases/tag/v0.16.0).
1422
-
1423
-This is the cornerstone for maximizing p2p connections between IPFS peers. Every publicly dialable peer can now act as a limited relay v2, which can be used for [hole punching](https://docs.ipfs.io/concepts/glossary/#hole-punching) and other decentralized signaling protocols.
1424
-
1425
-##### Limited relay v2 configuration options
1426
-
1427
-go-ipfs can now be configured to act as a [`RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) that uses other peers for autorelay functionality when behind a NAT, or provide a limited [`RelayService`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayservice) to other peers on the network.
1428
-
1429
-Starting with go-ipfs v0.11 every publicly dialable go-ipfs (based on AutoNAT determination) will start a limited `RelayService`. `RelayClient` remains disabled by default for now, as we want the network to update and get enough v2 service providers first.
1430
-
1431
-Note: the limited Circuit Relay v2 provided with this release only allows low-bandwidth protocols (identify, ping, holepunch) over transient connections. If you want to relay things like bitswap sessions, you need to set up a v1 relay by some other means. See details below.
1432
-
1433
-##### Removal of unlimited v1 relay service provider
1434
-
1435
-Switching to v2 of the relay spec means removal or deprecation of configuration keys that were specific to v1.
1436
-
1437
-- Relay transport and client support circuit-relay v2:
1438
- - `Swarm.EnableAutoRelay` was replaced by `Swarm.RelayClient.Enabled`.
1439
- - `Swarm.DisableRelay` is deprecated, relay transport can be now disabled globally (both client and service) by setting `Swarm.Transports.Network.Relay` to `false`
1440
-- Relay v1 service provider was replaced by v2:
1441
- - `Swarm.EnableRelayHop` no longer starts an unlimited v1 relay. If you have it set to `true` the node will refuse to start and display an error message.
1442
- - Existing users who choose to continue running a v1 relay should migrate their setups to relay v1 based on js-ipfs running in node, or the standalone [libp2p-relay-daemon](https://dist.ipfs.io/#libp2p-relay-daemon) [configured](https://github.com/libp2p/go-libp2p-relay-daemon/#configuration) with `RelayV1.Enabled` set to `true`. Be mindful that v1 relays are unlimited, and one may want to set up some ACL based either on PeerIDs or Subnets.
1443
-
1444
-#### 🕳 Decentralized Hole Punching (DCUtR protocol client)
1445
-
1446
-We are working towards enabling hole punching for NAT traversal when port forwarding is not possible.
1447
-
1448
-[go-libp2p 0.16](https://github.com/libp2p/go-libp2p/releases/tag/v0.16.0) provides an implementation of the [DCUtR (decentralized hole punching)](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) protocol. It is hidden behind the `Swarm.EnableHolePunching` configuration flag.
1449
-
1450
-When enabled, go-ipfs will coordinate with the counterparty using a [relayed v2 connection](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md), to [upgrade to a direct connection](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) through a NAT/firewall whenever possible.
1451
-
1452
-This feature is disabled by default in this release, but we hope to enable it by default as soon the network updates to go-ipfs v0.11 and gains a healthy set of limited v2 relays.
1453
-
1454
-#### 💬 Multibase in PubSub HTTP RPC API
1455
-
1456
-This release fixed some edge cases that were reported by users of the PubSub experiment, getting it closer to becoming a stable feature of go-ipfs. Some PubSub users will notice that the plaintext limitation is lifted: one can now use line breaks in messages published to non-ascii topic names, or even publish arbitrary bytes to arbitrary topics. It required a change to the wire format used when pubsub commands are executed over the HTTP RPC API at `/api/v0/pubsub/*`, and also modified the behavior of the `ipfs pubsub pub` command, which now is publishing only a single pubsub message with data read from a file or stdin.
1457
-
1458
-##### PubSub client migration tips
1459
-
1460
-If you use the HTTP RPC API with the [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client) library, make sure to update to the latest version. The next version of [js-ipfs-http-client](https://www.npmjs.com/package/ipfs-http-client) will use the new wire format as well, so you don't need to do anything.
1461
-
1462
-If you use `/api/v0/pubsub/*` directly or maintain your own client library, you must adjust your HTTP client code. Byte fields and URL args are now encoded in `base64url` [Multibase](https://docs.ipfs.io/concepts/glossary/#multibase). Encode/decode bytes using the `ipfs multibase --help` commands, or use the multiformats libraries ([js-multiformats](https://github.com/multiformats/js-multiformats#readme), [go-multibase](https://github.com/multiformats/go-multibase)).
1463
-
1464
-Low level changes:
1465
-- `topic` passed as URL `arg` in requests to `/api/v0/pubsub/*` must be encoded in URL-safe multibase (`base64url`)
1466
-- `data`, `from`, `seqno` and `topicIDs` returned in JSON responses are now encoded in multibase
1467
-- Peer IDs returned in `from` now use the same default text representation from go-libp2p and peerid encoder/decoder from libp2p. This means the same text representation as in as in `swarm peers`, which makes it possible to compare them without decoding multibase.
1468
-- `/api/v0/pubsub/pub` no longer accepts `data` to be passed as URL, it has to be sent as `multipart/form-data`. This removes size limitations based on URL length, and enables regular HTTP clients to publish data to PubSub topics. For example, to publish `some-file` to topic named `test-topic` using vanilla `curl`, one would execute: `curl -X POST -v -F "stdin=@some-file" 'http://127.0.0.1:5001/api/v0/pubsub/pub?arg=$(echo -n test-topic | ipfs multibase encode -b base64url)'`
1469
-- `ipfs pubsub pub` on the command line no longer accepts variadic `data` arguments. Instead, it expects a single file input or stream of bytes from stdin. This ensures arbitrary stream of bytes can be published, removing limitation around messages that include `\n` or `\r\n`.
1470
-
1471
-#### ⚙ New configuration flags
1472
-
1473
-- [`Addresses.AppendAnnounce`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addressesappendannounce) is an array of multiaddrs, similar to `Addresses.Announce`, except it does not override inferred swarm addresses, but appends custom ones to the list.
1474
-- Pubsub experiments can now be enabled via config, removing the need for CLI flag to be passed every time daemon starts:
1475
- - [`Pubsub.Enabled`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#pubsubenabled) enables the pubsub system.
1476
- - [`Ipns.UsePubsub`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#ipnsusepubsub) enables IPFS over pubsub experiment for publishing IPNS records in real time.
1477
-
1478
-#### 🔐 Support for DAG-JOSE IPLD codec
1479
-
1480
-JOSE is a [standard](https://datatracker.ietf.org/wg/jose/documents/) for signing and encrypting JSON objects. [DAG-JOSE](https://ipld.io/specs/codecs/dag-jose/spec/) is an IPLD codec based on JOSE and represented in CBOR. Upon encountering the `dag-jose` multicodec indicator, implementations can expect that the block contains dag-cbor encoded data which matches the IPLD schema from the [DAG-JOSE spec](https://ipld.io/specs/codecs/dag-jose/spec/).
1481
-
1482
-This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceramic](https://ceramic.network/) and acts as a template for future IPFS improvements driven by the real world needs of the IPFS community.
1483
-
1484
-### Changelog
1485
-
1486
-- github.com/ipfs/go-ipfs:
1487
- - docs: update changelog for v0.11.0
1488
- - Release v0.11.0-rc2
1489
- - fix(corehttp): adjust peer counting metrics (#8577) ([ipfs/go-ipfs#8577](https://github.com/ipfs/go-ipfs/pull/8577))
1490
- - Release v0.11.0-rc1
1491
- - feat: Swarm.EnableHolePunching flag (#8562) ([ipfs/go-ipfs#8562](https://github.com/ipfs/go-ipfs/pull/8562))
1492
- - feat: enabling pubsub and ipns-pubsub via config flags (#8510) ([ipfs/go-ipfs#8510](https://github.com/ipfs/go-ipfs/pull/8510))
1493
- - Integrate go-dag-jose plugin (#8569) ([ipfs/go-ipfs#8569](https://github.com/ipfs/go-ipfs/pull/8569))
1494
- - feat: Addresses.AppendAnnounce (#8177) ([ipfs/go-ipfs#8177](https://github.com/ipfs/go-ipfs/pull/8177))
1495
- - fix: multibase in pubsub http rpc (#8183) ([ipfs/go-ipfs#8183](https://github.com/ipfs/go-ipfs/pull/8183))
1496
- - refactor: remove dir-index-html submodule ([ipfs/go-ipfs#8555](https://github.com/ipfs/go-ipfs/pull/8555))
1497
- - feat: hard deprecation of IPFS_REUSEPORT
1498
- - feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563) ([ipfs/go-ipfs#8563](https://github.com/ipfs/go-ipfs/pull/8563))
1499
- - chore: fix link in README.md (#8551) ([ipfs/go-ipfs#8551](https://github.com/ipfs/go-ipfs/pull/8551))
1500
- - Updating release template based off some 0.10 learnings (#8491) ([ipfs/go-ipfs#8491](https://github.com/ipfs/go-ipfs/pull/8491))
1501
- - fix: multiple subdomain gateways on same domain (#8556) ([ipfs/go-ipfs#8556](https://github.com/ipfs/go-ipfs/pull/8556))
1502
- - Fix typos (#8548) ([ipfs/go-ipfs#8548](https://github.com/ipfs/go-ipfs/pull/8548))
1503
- - Add support for multiple files to `ipfs files rm`.
1504
- - add a docker-compose file (#8387) ([ipfs/go-ipfs#8387](https://github.com/ipfs/go-ipfs/pull/8387))
1505
- - fix(sharness): use -Q option instead of pipe to tail cmd
1506
- - Add Homebrew installation method. ([ipfs/go-ipfs#8545](https://github.com/ipfs/go-ipfs/pull/8545))
1507
- - docs: fix ipfs files cp examples (#8533) ([ipfs/go-ipfs#8533](https://github.com/ipfs/go-ipfs/pull/8533))
1508
- - fix(unixfs): check for errors before dereferencing the link ([ipfs/go-ipfs#8508](https://github.com/ipfs/go-ipfs/pull/8508))
1509
- - chore: replace go-merkledag walk with go-ipld-prime traversal for dag export (#8506) ([ipfs/go-ipfs#8506](https://github.com/ipfs/go-ipfs/pull/8506))
1510
- - test: add sharness test for reading ADLs with FUSE
1511
- - fix: allow the levelds compression level to be unspecified
1512
- - ([ipfs/go-ipfs#8457](https://github.com/ipfs/go-ipfs/pull/8457))
1513
- - ([ipfs/go-ipfs#8482](https://github.com/ipfs/go-ipfs/pull/8482))
1514
- - Added the missing heathcheck for the container (#8429) ([ipfs/go-ipfs#8429](https://github.com/ipfs/go-ipfs/pull/8429))
1515
- - chore: update dir-index-html to v1.2.2
1516
- - Update RELEASE_ISSUE_TEMPLATE.md
1517
- - Update RELEASE_ISSUE_TEMPLATE.md
1518
- - add more logging to flaky TestPeersTotal
1519
- - Update RELEASE_ISSUE_TEMPLATE.md
1520
- - Update RELEASE_ISSUE_TEMPLATE.md
1521
- - Updating chocolatey to reference go-ipfs
1522
- - chore: update changelog for v0.10.0
1523
- - add testground plans to bitswap on CI
1524
- - ci: move Docker image build to Actions (#8467) ([ipfs/go-ipfs#8467](https://github.com/ipfs/go-ipfs/pull/8467))
1525
- - fix(cli): object add-link: do not allow blocks over BS limit (#8414) ([ipfs/go-ipfs#8414](https://github.com/ipfs/go-ipfs/pull/8414))
1526
- - fuse: load unixfs adls as their dagpb substrates
1527
- - enable the legacy mDNS implementation
1528
- - change ipfs dag get flag name from format to output-codec ([ipfs/go-ipfs#8440](https://github.com/ipfs/go-ipfs/pull/8440))
1529
- - change names of ipfs dag put flags to make changes clearer ([ipfs/go-ipfs#8439](https://github.com/ipfs/go-ipfs/pull/8439))
1530
- - test: check behavior of loading UnixFS sharded directories with missing shards
1531
- - ([ipfs/go-ipfs#8432](https://github.com/ipfs/go-ipfs/pull/8432))
1532
- - feat: dag import --stats (#8237) ([ipfs/go-ipfs#8237](https://github.com/ipfs/go-ipfs/pull/8237))
1533
- - feat: ipfs-webui v2.13.0 (#8430) ([ipfs/go-ipfs#8430](https://github.com/ipfs/go-ipfs/pull/8430))
1534
- - feat(cli): add daemon option --agent-version-suffix (#8419) ([ipfs/go-ipfs#8419](https://github.com/ipfs/go-ipfs/pull/8419))
1535
- - feat: multibase transcode command (#8403) ([ipfs/go-ipfs#8403](https://github.com/ipfs/go-ipfs/pull/8403))
1536
- - fix: take the lock while listing peers
1537
- - feature: 'ipfs swarm peering' command (#8147) ([ipfs/go-ipfs#8147](https://github.com/ipfs/go-ipfs/pull/8147))
1538
- - chore: update IPFS Desktop testing steps (#8393) ([ipfs/go-ipfs#8393](https://github.com/ipfs/go-ipfs/pull/8393))
1539
- - add more buttons; remove some sections covered in the docs; general cleanup ([ipfs/go-ipfs#8274](https://github.com/ipfs/go-ipfs/pull/8274))
1540
- - Cosmetic fixups in examples (#8325) ([ipfs/go-ipfs#8325](https://github.com/ipfs/go-ipfs/pull/8325))
1541
- - perf: use performance-enhancing FUSE mount options
1542
- - ci: publish Docker images for bifrost-* branches
1543
- - chore: add comments to peerlog plugin about being unsupported
1544
- - test: add unit tests for peerlog config parsing
1545
- - ci: preload peerlog plugin, disable by default
1546
- - fix(mkreleaselog): specify the parent commit when diffing
1547
- - update version to v0.11.0-dev
1548
-- github.com/ipfs/go-bitswap (v0.4.0 -> v0.5.1):
1549
- - Version 0.5.1
1550
- - Change incorrect function name in README (#541) ([ipfs/go-bitswap#541](https://github.com/ipfs/go-bitswap/pull/541))
1551
- - Version 0.5.0 (#540) ([ipfs/go-bitswap#540](https://github.com/ipfs/go-bitswap/pull/540))
1552
- - feat: plumb through contexts (#539) ([ipfs/go-bitswap#539](https://github.com/ipfs/go-bitswap/pull/539))
1553
- - sync: update CI config files (#538) ([ipfs/go-bitswap#538](https://github.com/ipfs/go-bitswap/pull/538))
1554
- - fix: optimize handling for peers with lots of tasks ([ipfs/go-bitswap#537](https://github.com/ipfs/go-bitswap/pull/537))
1555
- - Enable custom task prioritization logic ([ipfs/go-bitswap#535](https://github.com/ipfs/go-bitswap/pull/535))
1556
- - feat: cache the materialized wantlist ([ipfs/go-bitswap#530](https://github.com/ipfs/go-bitswap/pull/530))
1557
- - fix: reduce receive contention ([ipfs/go-bitswap#536](https://github.com/ipfs/go-bitswap/pull/536))
1558
- - Fix ProviderQueryManager test timings ([ipfs/go-bitswap#534](https://github.com/ipfs/go-bitswap/pull/534))
1559
- - fix: rename wiretap to tracer ([ipfs/go-bitswap#531](https://github.com/ipfs/go-bitswap/pull/531))
1560
- - fix: fix race on "responsive" check ([ipfs/go-bitswap#528](https://github.com/ipfs/go-bitswap/pull/528))
1561
- - fix: reduce log verbosity
1562
-- github.com/ipfs/go-blockservice (v0.1.7 -> v0.2.1):
1563
- - Version 0.2.1
1564
- - Version 0.2.0 (#87) ([ipfs/go-blockservice#87](https://github.com/ipfs/go-blockservice/pull/87))
1565
- - feat: add context to interfaces (#86) ([ipfs/go-blockservice#86](https://github.com/ipfs/go-blockservice/pull/86))
1566
- - sync: update CI config files (#85) ([ipfs/go-blockservice#85](https://github.com/ipfs/go-blockservice/pull/85))
1567
- - chore: update log ([ipfs/go-blockservice#84](https://github.com/ipfs/go-blockservice/pull/84))
1568
-- github.com/ipfs/go-cid (v0.0.7 -> v0.1.0):
1569
- - amend the CidFromReader slice extension math
1570
- - implement CidFromReader
1571
- - chore: fixups from running go vet, go fmt and staticcheck ([ipfs/go-cid#122](https://github.com/ipfs/go-cid/pull/122))
1572
- - s/characters/bytes
1573
- - Fix inaccurate comment for uvarint
1574
- - coverage: more tests for cid
1575
- - coverage: more tests for varint
1576
- - coverage: more tests for builder
1577
- - fix: make tests run with Go 1.15
1578
- - Add the dagjose multiformat
1579
-- github.com/ipfs/go-datastore (v0.4.6 -> v0.5.1):
1580
- - Release v0.5.1
1581
- - chore: add lots of interface assertions
1582
- - fix: make NullDatastore satisfy the Batching interface again
1583
- - Update version.json (#183) ([ipfs/go-datastore#183](https://github.com/ipfs/go-datastore/pull/183))
1584
- - feat: add context to interfaces (#181) ([ipfs/go-datastore#181](https://github.com/ipfs/go-datastore/pull/181))
1585
- - sync: update CI config files ([ipfs/go-datastore#182](https://github.com/ipfs/go-datastore/pull/182))
1586
-- github.com/ipfs/go-ds-badger (v0.2.7 -> v0.3.0):
1587
- - feat: plumb through contexts (#119) ([ipfs/go-ds-badger#119](https://github.com/ipfs/go-ds-badger/pull/119))
1588
-- github.com/ipfs/go-ds-flatfs (v0.4.5 -> v0.5.1):
1589
- - Update version.json
1590
- - fix: add context to DiskUsage()
1591
- - Version 0.5.0 (#99) ([ipfs/go-ds-flatfs#99](https://github.com/ipfs/go-ds-flatfs/pull/99))
1592
- - feat: add contexts on datastore methods (#98) ([ipfs/go-ds-flatfs#98](https://github.com/ipfs/go-ds-flatfs/pull/98))
1593
- - sync: update CI config files (#97) ([ipfs/go-ds-flatfs#97](https://github.com/ipfs/go-ds-flatfs/pull/97))
1594
- - sync: update CI config files ([ipfs/go-ds-flatfs#96](https://github.com/ipfs/go-ds-flatfs/pull/96))
1595
- - fix staticcheck ([ipfs/go-ds-flatfs#92](https://github.com/ipfs/go-ds-flatfs/pull/92))
1596
- - fix typo in readme.go ([ipfs/go-ds-flatfs#89](https://github.com/ipfs/go-ds-flatfs/pull/89))
1597
-- github.com/ipfs/go-ds-leveldb (v0.4.2 -> v0.5.0):
1598
- - Version 0.5.0 (#58) ([ipfs/go-ds-leveldb#58](https://github.com/ipfs/go-ds-leveldb/pull/58))
1599
- - feat: plumb through contexts (#57) ([ipfs/go-ds-leveldb#57](https://github.com/ipfs/go-ds-leveldb/pull/57))
1600
- - sync: update CI config files (#56) ([ipfs/go-ds-leveldb#56](https://github.com/ipfs/go-ds-leveldb/pull/56))
1601
- - fix closing of datastore in tests ([ipfs/go-ds-leveldb#52](https://github.com/ipfs/go-ds-leveldb/pull/52))
1602
- - fix staticcheck ([ipfs/go-ds-leveldb#49](https://github.com/ipfs/go-ds-leveldb/pull/49))
1603
- - fix typo in function documentation ([ipfs/go-ds-leveldb#46](https://github.com/ipfs/go-ds-leveldb/pull/46))
1604
-- github.com/ipfs/go-ds-measure (v0.1.0 -> v0.2.0):
1605
- - Version 0.2.0 (#39) ([ipfs/go-ds-measure#39](https://github.com/ipfs/go-ds-measure/pull/39))
1606
- - feat: add contexts on datastore methods (#38) ([ipfs/go-ds-measure#38](https://github.com/ipfs/go-ds-measure/pull/38))
1607
- - sync: update CI config files (#37) ([ipfs/go-ds-measure#37](https://github.com/ipfs/go-ds-measure/pull/37))
1608
-- github.com/ipfs/go-fetcher (v1.5.0 -> v1.6.1):
1609
- - Version 1.6.1
1610
- - Version 1.6.0 (#29) ([ipfs/go-fetcher#29](https://github.com/ipfs/go-fetcher/pull/29))
1611
- - feat: plumb through context changes (#28) ([ipfs/go-fetcher#28](https://github.com/ipfs/go-fetcher/pull/28))
1612
- - sync: update CI config files (#27) ([ipfs/go-fetcher#27](https://github.com/ipfs/go-fetcher/pull/27))
1613
- - add a fetcher constructor for the case where we already have a session ([ipfs/go-fetcher#26](https://github.com/ipfs/go-fetcher/pull/26))
1614
-- github.com/ipfs/go-filestore (v0.0.3 -> v0.1.0):
1615
- - feat: plumb through context changes (#56) ([ipfs/go-filestore#56](https://github.com/ipfs/go-filestore/pull/56))
1616
-- github.com/ipfs/go-graphsync (v0.8.0 -> v0.11.0):
1617
- - docs(CHANGELOG): update for v0.11.0 release
1618
- - Merge branch 'release/v0.10.6'
1619
- - update to context datastores (#275) ([ipfs/go-graphsync#275](https://github.com/ipfs/go-graphsync/pull/275))
1620
- - feat!(requestmanager): remove request allocation backpressure (#272) ([ipfs/go-graphsync#272](https://github.com/ipfs/go-graphsync/pull/272))
1621
- - message/pb: stop using gogo/protobuf (#277) ([ipfs/go-graphsync#277](https://github.com/ipfs/go-graphsync/pull/277))
1622
- - mark all test helper funcs via t.Helper (#276) ([ipfs/go-graphsync#276](https://github.com/ipfs/go-graphsync/pull/276))
1623
- - chore(queryexecutor): remove unused RunTraversal
1624
- - chore(responsemanager): remove unused workSignal
1625
- - chore(queryexecutor): fix tests for runtraversal refactor + clean up
1626
- - feat(queryexecutor): merge RunTraversal into QueryExecutor
1627
- - feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
1628
- - Merge branch 'release/v0.10.5'
1629
- - fix(responseassembler): dont hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
1630
- - sync: update CI config files (#266) ([ipfs/go-graphsync#266](https://github.com/ipfs/go-graphsync/pull/266))
1631
- - Check IPLD context cancellation error type instead of string comparison
1632
- - Use `context.CancelFunc` instead of `func()` (#257) ([ipfs/go-graphsync#257](https://github.com/ipfs/go-graphsync/pull/257))
1633
- - fix: bail properly when budget exceeded
1634
- - feat(requestmanager): report inProgressRequestCount on OutgoingRequests event
1635
- - fix(requestmanager): remove failing racy test select block
1636
- - feat(requestmanager): add OutgoingRequeustProcessingListener
1637
- - Merge branch 'release/v0.10.4'
1638
- - fix(allocator): prevent buffer overflow (#248) ([ipfs/go-graphsync#248](https://github.com/ipfs/go-graphsync/pull/248))
1639
- - Merge branch 'release/v0.10.3'
1640
- - Configure message parameters (#247) ([ipfs/go-graphsync#247](https://github.com/ipfs/go-graphsync/pull/247))
1641
- - Stats! (#246) ([ipfs/go-graphsync#246](https://github.com/ipfs/go-graphsync/pull/246))
1642
- - Limit simultaneous incoming requests on a per peer basis (#245) ([ipfs/go-graphsync#245](https://github.com/ipfs/go-graphsync/pull/245))
1643
- - sync: update CI config files (#191) ([ipfs/go-graphsync#191](https://github.com/ipfs/go-graphsync/pull/191))
1644
- - Merge branch 'release/v0.10.2'
1645
- - test(responsemanager): fix flakiness TestCancellationViaCommand (#243) ([ipfs/go-graphsync#243](https://github.com/ipfs/go-graphsync/pull/243))
1646
- - Fix deadlock on notifications (#242) ([ipfs/go-graphsync#242](https://github.com/ipfs/go-graphsync/pull/242))
1647
- - Merge branch 'release/v0.10.1'
1648
- - Free memory on request finish (#240) ([ipfs/go-graphsync#240](https://github.com/ipfs/go-graphsync/pull/240))
1649
- - release: v1.10.0 ([ipfs/go-graphsync#238](https://github.com/ipfs/go-graphsync/pull/238))
1650
- - Add support for IPLD prime's budgets feature in selectors (#235) ([ipfs/go-graphsync#235](https://github.com/ipfs/go-graphsync/pull/235))
1651
- - feat(graphsync): add an index for blocks in the on new block hook (#234) ([ipfs/go-graphsync#234](https://github.com/ipfs/go-graphsync/pull/234))
1652
- - Do not send first blocks extension (#230) ([ipfs/go-graphsync#230](https://github.com/ipfs/go-graphsync/pull/230))
1653
- - Protect Libp2p Connections (#229) ([ipfs/go-graphsync#229](https://github.com/ipfs/go-graphsync/pull/229))
1654
- - test(responsemanager): remove check (#228) ([ipfs/go-graphsync#228](https://github.com/ipfs/go-graphsync/pull/228))
1655
- - feat(graphsync): give missing blocks a named error (#227) ([ipfs/go-graphsync#227](https://github.com/ipfs/go-graphsync/pull/227))
1656
- - Add request limits (#224) ([ipfs/go-graphsync#224](https://github.com/ipfs/go-graphsync/pull/224))
1657
- - Tech Debt Cleanup and Docs Update (#219) ([ipfs/go-graphsync#219](https://github.com/ipfs/go-graphsync/pull/219))
1658
- - Release/v0.9.3 ([ipfs/go-graphsync#218](https://github.com/ipfs/go-graphsync/pull/218))
1659
- - 0.9.2 release ([ipfs/go-graphsync#217](https://github.com/ipfs/go-graphsync/pull/217))
1660
- - fix(requestmanager): remove main thread block on allocation (#216) ([ipfs/go-graphsync#216](https://github.com/ipfs/go-graphsync/pull/216))
1661
- - feat(allocator): add debug logging (#213) ([ipfs/go-graphsync#213](https://github.com/ipfs/go-graphsync/pull/213))
1662
- - fix: spurious warn log (#210) ([ipfs/go-graphsync#210](https://github.com/ipfs/go-graphsync/pull/210))
1663
- - docs(CHANGELOG): update for v0.9.1 release (#212) ([ipfs/go-graphsync#212](https://github.com/ipfs/go-graphsync/pull/212))
1664
- - fix(message): fix dropping of response extensions (#211) ([ipfs/go-graphsync#211](https://github.com/ipfs/go-graphsync/pull/211))
1665
- - docs(CHANGELOG): update change log ([ipfs/go-graphsync#208](https://github.com/ipfs/go-graphsync/pull/208))
1666
- - docs(README): add notice about branch rename
1667
- - fix(graphsync): make sure linkcontext is passed (#207) ([ipfs/go-graphsync#207](https://github.com/ipfs/go-graphsync/pull/207))
1668
- - Merge final v0.6.x commit history, and 0.8.0 changelog (#205) ([ipfs/go-graphsync#205](https://github.com/ipfs/go-graphsync/pull/205))
1669
- - Fix broken link to IPLD selector documentation (#189) ([ipfs/go-graphsync#189](https://github.com/ipfs/go-graphsync/pull/189))
1670
- - fix: check errors before defering a close (#200) ([ipfs/go-graphsync#200](https://github.com/ipfs/go-graphsync/pull/200))
1671
- - chore: fix checks (#197) ([ipfs/go-graphsync#197](https://github.com/ipfs/go-graphsync/pull/197))
1672
- - Merge the v0.6.x commit history (#190) ([ipfs/go-graphsync#190](https://github.com/ipfs/go-graphsync/pull/190))
1673
- - Ready for universal CI (#187) ([ipfs/go-graphsync#187](https://github.com/ipfs/go-graphsync/pull/187))
1674
- - fix(requestmanager): pass through linksystem (#166) ([ipfs/go-graphsync#166](https://github.com/ipfs/go-graphsync/pull/166))
1675
- - fix missing word in section title (#179) ([ipfs/go-graphsync#179](https://github.com/ipfs/go-graphsync/pull/179))
1676
-- github.com/ipfs/go-ipfs-blockstore (v0.1.6 -> v0.2.1):
1677
- - fix: revert back to go-ipfs-ds-help@v0.1.1 (#92) ([ipfs/go-ipfs-blockstore#92](https://github.com/ipfs/go-ipfs-blockstore/pull/92))
1678
- - feat: add context to interfaces & plumb through datastore contexts (#89) ([ipfs/go-ipfs-blockstore#89](https://github.com/ipfs/go-ipfs-blockstore/pull/89))
1679
-- github.com/ipfs/go-ipfs-config (v0.16.0 -> v0.18.0):
1680
- - Release v0.18.0 (#159) ([ipfs/go-ipfs-config#159](https://github.com/ipfs/go-ipfs-config/pull/159))
1681
- - feat: add Addresses.AppendAnnounce (#135) ([ipfs/go-ipfs-config#135](https://github.com/ipfs/go-ipfs-config/pull/135))
1682
- - feat: omitempty Swarm.EnableRelayHop for circuit v1 migration (#157) ([ipfs/go-ipfs-config#157](https://github.com/ipfs/go-ipfs-config/pull/157))
1683
- - chore: omitempty Experimental.ShardingEnabled (#158) ([ipfs/go-ipfs-config#158](https://github.com/ipfs/go-ipfs-config/pull/158))
1684
- - chore: update comment to match struct
1685
- - Release v0.17.0 (#156) ([ipfs/go-ipfs-config#156](https://github.com/ipfs/go-ipfs-config/pull/156))
1686
- - feat: add a flag to enable the hole punching service (#155) ([ipfs/go-ipfs-config#155](https://github.com/ipfs/go-ipfs-config/pull/155))
1687
- - improve AutoRelay configuration, add config option for static relays ([ipfs/go-ipfs-config#154](https://github.com/ipfs/go-ipfs-config/pull/154))
1688
- - feat: Swarm.RelayService (circuit v2) (#146) ([ipfs/go-ipfs-config#146](https://github.com/ipfs/go-ipfs-config/pull/146))
1689
- - fix: String method on the OptionalString (#153) ([ipfs/go-ipfs-config#153](https://github.com/ipfs/go-ipfs-config/pull/153))
1690
- - sync: update CI config files (#152) ([ipfs/go-ipfs-config#152](https://github.com/ipfs/go-ipfs-config/pull/152))
1691
- - feat: OptionalString type and UnixFSShardingSizeThreshold (#149) ([ipfs/go-ipfs-config#149](https://github.com/ipfs/go-ipfs-config/pull/149))
1692
- - feat: pubsub and ipns pubsub flags (#145) ([ipfs/go-ipfs-config#145](https://github.com/ipfs/go-ipfs-config/pull/145))
1693
- - feat: add an OptionalDuration type (#148) ([ipfs/go-ipfs-config#148](https://github.com/ipfs/go-ipfs-config/pull/148))
1694
-- github.com/ipfs/go-ipfs-exchange-interface (v0.0.1 -> v0.1.0):
1695
- - Update version.json (#20) ([ipfs/go-ipfs-exchange-interface#20](https://github.com/ipfs/go-ipfs-exchange-interface/pull/20))
1696
- - sync: update CI config files (#19) ([ipfs/go-ipfs-exchange-interface#19](https://github.com/ipfs/go-ipfs-exchange-interface/pull/19))
1697
- - feat: add context to interface (#18) ([ipfs/go-ipfs-exchange-interface#18](https://github.com/ipfs/go-ipfs-exchange-interface/pull/18))
1698
- - doc: add a lead maintainer
1699
-- github.com/ipfs/go-ipfs-exchange-offline (v0.0.1 -> v0.1.1):
1700
- - Version 0.1.1
1701
- - Version 0.1.0 (#43) ([ipfs/go-ipfs-exchange-offline#43](https://github.com/ipfs/go-ipfs-exchange-offline/pull/43))
1702
- - feat: plumb through contexts (#42) ([ipfs/go-ipfs-exchange-offline#42](https://github.com/ipfs/go-ipfs-exchange-offline/pull/42))
1703
- - sync: update CI config files (#41) ([ipfs/go-ipfs-exchange-offline#41](https://github.com/ipfs/go-ipfs-exchange-offline/pull/41))
1704
- - fix staticcheck ([ipfs/go-ipfs-exchange-offline#35](https://github.com/ipfs/go-ipfs-exchange-offline/pull/35))
1705
- - chore(gx): remove gx
1706
-- github.com/ipfs/go-ipfs-files (v0.0.8 -> v0.0.9):
1707
- - sync: update CI config files ([ipfs/go-ipfs-files#40](https://github.com/ipfs/go-ipfs-files/pull/40))
1708
- - fix: manually parse the content disposition to preserve directories ([ipfs/go-ipfs-files#42](https://github.com/ipfs/go-ipfs-files/pull/42))
1709
- - fix: round timestamps down by truncating them to seconds ([ipfs/go-ipfs-files#41](https://github.com/ipfs/go-ipfs-files/pull/41))
1710
- - sync: update CI config files ([ipfs/go-ipfs-files#34](https://github.com/ipfs/go-ipfs-files/pull/34))
1711
- - Fix test failure on Windows caused by nil `sys` in mock `FileInfo` ([ipfs/go-ipfs-files#39](https://github.com/ipfs/go-ipfs-files/pull/39))
1712
- - fix staticcheck ([ipfs/go-ipfs-files#35](https://github.com/ipfs/go-ipfs-files/pull/35))
1713
- - fix linters ([ipfs/go-ipfs-files#33](https://github.com/ipfs/go-ipfs-files/pull/33))
1714
-- github.com/ipfs/go-ipfs-pinner (v0.1.2 -> v0.2.1):
1715
- - feat: plumb through context changes (#18) ([ipfs/go-ipfs-pinner#18](https://github.com/ipfs/go-ipfs-pinner/pull/18))
1716
-- github.com/ipfs/go-ipfs-provider (v0.6.1 -> v0.7.1):
1717
- - Fix go vet and staticcheck ([ipfs/go-ipfs-provider#40](https://github.com/ipfs/go-ipfs-provider/pull/40))
1718
- - feat: plumb through datastore contexts (#39) ([ipfs/go-ipfs-provider#39](https://github.com/ipfs/go-ipfs-provider/pull/39))
1719
-- github.com/ipfs/go-ipfs-routing (v0.1.0 -> v0.2.1):
1720
- - Version 0.2.1
1721
- - Bump version to 0.2.0 (#29) ([ipfs/go-ipfs-routing#29](https://github.com/ipfs/go-ipfs-routing/pull/29))
1722
- - feat: plumb through context changes (#28) ([ipfs/go-ipfs-routing#28](https://github.com/ipfs/go-ipfs-routing/pull/28))
1723
- - sync: update CI config files (#27) ([ipfs/go-ipfs-routing#27](https://github.com/ipfs/go-ipfs-routing/pull/27))
1724
- - fix staticcheck ([ipfs/go-ipfs-routing#24](https://github.com/ipfs/go-ipfs-routing/pull/24))
1725
-- github.com/ipfs/go-merkledag (v0.4.0 -> v0.5.1):
1726
- - Version 0.5.1
1727
- - Version 0.5.0 (#79) ([ipfs/go-merkledag#79](https://github.com/ipfs/go-merkledag/pull/79))
1728
- - feat: plumb through contexts (#78) ([ipfs/go-merkledag#78](https://github.com/ipfs/go-merkledag/pull/78))
1729
- - sync: update CI config files (#77) ([ipfs/go-merkledag#77](https://github.com/ipfs/go-merkledag/pull/77))
1730
- - expose session construction to other callers
1731
- - fix RawNode incomplete stats
1732
-- github.com/ipfs/go-mfs (v0.1.2 -> v0.2.1):
1733
- - Version 0.2.1
1734
- - Version 0.2.0 (#96) ([ipfs/go-mfs#96](https://github.com/ipfs/go-mfs/pull/96))
1735
- - support threshold based automatic sharding and unsharding of directories (#88) ([ipfs/go-mfs#88](https://github.com/ipfs/go-mfs/pull/88))
1736
- - sync: update CI config files (#94) ([ipfs/go-mfs#94](https://github.com/ipfs/go-mfs/pull/94))
1737
- - Fix lint errors ([ipfs/go-mfs#90](https://github.com/ipfs/go-mfs/pull/90))
1738
- - remove Makefile ([ipfs/go-mfs#89](https://github.com/ipfs/go-mfs/pull/89))
1739
-- github.com/ipfs/go-namesys (v0.3.1 -> v0.4.0):
1740
- - Release v0.4.0
1741
- - feat: plumb through datastore contexts
1742
- - sync: update CI config files (#23) ([ipfs/go-namesys#23](https://github.com/ipfs/go-namesys/pull/23))
1743
-- github.com/ipfs/go-path (v0.1.2 -> v0.2.1):
1744
- - Version 0.2.1
1745
- - Version 0.2.0 (#48) ([ipfs/go-path#48](https://github.com/ipfs/go-path/pull/48))
1746
- - feat: plumb through context changes (#47) ([ipfs/go-path#47](https://github.com/ipfs/go-path/pull/47))
1747
- - sync: update CI config files (#46) ([ipfs/go-path#46](https://github.com/ipfs/go-path/pull/46))
1748
- - Revert "feat: plumb through context changes"
1749
- - feat: plumb through context changes
1750
-- github.com/ipfs/go-peertaskqueue (v0.4.0 -> v0.7.0):
1751
- - feat: optimize checking if a new task is "better" ([ipfs/go-peertaskqueue#19](https://github.com/ipfs/go-peertaskqueue/pull/19))
1752
- - Adds customizable prioritization logic for peertracker and peertaskqueue ([ipfs/go-peertaskqueue#17](https://github.com/ipfs/go-peertaskqueue/pull/17))
1753
- - When priority is equal, use FIFO ([ipfs/go-peertaskqueue#16](https://github.com/ipfs/go-peertaskqueue/pull/16))
1754
-- github.com/ipfs/go-unixfs (v0.2.5 -> v0.3.1):
1755
- - Version 0.3.1
1756
- - Version 0.3.0 (#114) ([ipfs/go-unixfs#114](https://github.com/ipfs/go-unixfs/pull/114))
1757
- - feat: plumb through datastore context changes
1758
- - Size-based unsharding (#94) ([ipfs/go-unixfs#94](https://github.com/ipfs/go-unixfs/pull/94))
1759
- - sync: update CI config files (#112) ([ipfs/go-unixfs#112](https://github.com/ipfs/go-unixfs/pull/112))
1760
- - chore(deps): move bitfield to ipfs org ([ipfs/go-unixfs#98](https://github.com/ipfs/go-unixfs/pull/98))
1761
- - fix staticcheck ([ipfs/go-unixfs#95](https://github.com/ipfs/go-unixfs/pull/95))
1762
- - fix(directory): initialize size when computing it ([ipfs/go-unixfs#93](https://github.com/ipfs/go-unixfs/pull/93))
1763
- - fix: always return upgradeable instead of basic dir (#92) ([ipfs/go-unixfs#92](https://github.com/ipfs/go-unixfs/pull/92))
1764
- - feat: switch to HAMT based on size (#91) ([ipfs/go-unixfs#91](https://github.com/ipfs/go-unixfs/pull/91))
1765
- - go fmt
1766
- - fix: add pointer receiver
1767
- - add test
1768
- - feat: add UpgradeableDirectory
1769
-- github.com/ipfs/interface-go-ipfs-core (v0.5.1 -> v0.5.2):
1770
- - fix: check errors by string ([ipfs/interface-go-ipfs-core#76](https://github.com/ipfs/interface-go-ipfs-core/pull/76))
1771
-- github.com/ipfs/tar-utils (v0.0.1 -> v0.0.2):
1772
- - Release v0.0.2 (#8) ([ipfs/tar-utils#8](https://github.com/ipfs/tar-utils/pull/8))
1773
- - sync: update CI config files ([ipfs/tar-utils#7](https://github.com/ipfs/tar-utils/pull/7))
1774
- - sync: update CI config files (#6) ([ipfs/tar-utils#6](https://github.com/ipfs/tar-utils/pull/6))
1775
- - allow .. in file and directory names ([ipfs/tar-utils#5](https://github.com/ipfs/tar-utils/pull/5))
1776
-- github.com/ipld/go-car (v0.3.1 -> v0.3.2):
1777
- - Expose selector traversal options for SelectiveCar ([ipld/go-car#251](https://github.com/ipld/go-car/pull/251))
1778
- - Implement API to allow replacing root CIDs in a CARv1 or CARv2
1779
- - blockstore: OpenReadWrite should not modify if it refuses to resume
1780
- - clarify the relation between StoreIdentityCIDs and SetFullyIndexed
1781
- - Implement options to handle `IDENTITY` CIDs gracefully
1782
- - Combine API options for simplicity and logical coherence
1783
- - Add test script for car verify (#236) ([ipld/go-car#236](https://github.com/ipld/go-car/pull/236))
1784
- - cmd/car: add first testscript tests
1785
- - integrate `car/` cli into `cmd/car` (#233) ([ipld/go-car#233](https://github.com/ipld/go-car/pull/233))
1786
- - Add `car get-dag` command (#232) ([ipld/go-car#232](https://github.com/ipld/go-car/pull/232))
1787
- - Separate CLI to separate module (#231) ([ipld/go-car#231](https://github.com/ipld/go-car/pull/231))
1788
- - add `get block` to car cli (#230) ([ipld/go-car#230](https://github.com/ipld/go-car/pull/230))
1789
- - use file size when loading from v1 car (#229) ([ipld/go-car#229](https://github.com/ipld/go-car/pull/229))
1790
- - add interface describing iteration (#228) ([ipld/go-car#228](https://github.com/ipld/go-car/pull/228))
1791
- - Add `list` and `filter` commands (#227) ([ipld/go-car#227](https://github.com/ipld/go-car/pull/227))
1792
- - Add `car split` command (#226) ([ipld/go-car#226](https://github.com/ipld/go-car/pull/226))
1793
- - Make `MultihashIndexSorted` the default index codec for CARv2
1794
- - Add carve utility for updating the index of a car{v1,v2} file (#219) ([ipld/go-car#219](https://github.com/ipld/go-car/pull/219))
1795
- - Ignore records with `IDENTITY` CID in `IndexSorted`
1796
- - Fix index GetAll infinite loop if function always returns `true`
1797
- - Expose the ability to iterate over records in `MultihasIndexSorted`
1798
- - avoid another alloc per read byte
1799
- - avoid allocating on every byte read
1800
- - Implement new index type that also includes mutltihash code
1801
- - Return `nil` as Index reader when reading indexless CARv2
1802
- - Assert `OpenReader` from file does not panic after closure
1803
- - Document performance caveats of `ExtractV1File` and address comments
1804
- - Implement utility to extract CARv1 from a CARv2
1805
- - v2/blockstore: add ReadWrite.Discard
1806
- - update LICENSE files to point to the new gateway
1807
- - re-add root LICENSE file
1808
- - v2: stop using a symlink for LICENSE.md
1809
- - Update the readme with link to examples
1810
- - update package godocs and root level README for v2
1811
- - blockstore: stop embedding ReadOnly in ReadWrite
1812
- - Implement version agnostic streaming CAR block iterator
1813
- - blockstore: use errors when API contracts are broken
1814
- - add the first read-only benchmarks
1815
- - Implement reader block iterator over CARv1 or CARv2
1816
- - Propagate async `blockstore.AllKeysChan` errors via context
1817
- - Add zero-length sections as EOF option to internal CARv1 reader
1818
- - Improve error handing in tests
1819
- - Allow `ReadOption`s to be set when getting or generating index
1820
- - Use `ioutil.TempFile` to simplify file creation in index example
1821
- - Avoid writing to files in testdata
1822
- - blockstore: implement UseWholeCIDs
1823
- - Merge wip-v2 into master (#178) ([ipld/go-car#178](https://github.com/ipld/go-car/pull/178))
1824
-- github.com/ipld/go-ipld-prime (v0.12.2 -> v0.14.2):
1825
- - dagcbor: coerce undef to null. ([ipld/go-ipld-prime#308](https://github.com/ipld/go-ipld-prime/pull/308))
1826
- - fluent: add toInterface (#304) ([ipld/go-ipld-prime#304](https://github.com/ipld/go-ipld-prime/pull/304))
1827
- - traversal: s/Walk/WalkLocal/
1828
- - traversal: add a primitive walk function.
1829
- - Remove dependency to `go-wish`
1830
- - mark v0.14.0
1831
- - ([ipld/go-ipld-prime#279](https://github.com/ipld/go-ipld-prime/pull/279))
1832
- - Port `traversal` package tests to quicktest
1833
- - Port `codec` package tests to quicktest
1834
- - changelog: backfill.
1835
- - Gracefully handle `TypedNode` with `nil` type of kind `Map`
1836
- - Gracefully print typed nodes with `nil` type
1837
- - Implement handling of `Link` and `[]byte` in `printer` (#294) ([ipld/go-ipld-prime#294](https://github.com/ipld/go-ipld-prime/pull/294))
1838
- - changelog: backfill for the v0.12.x series.
1839
- - readme: introduce a migration guide.
1840
- - Port `fluent` package tests to quicktest
1841
- - Port `datamodel` package tests to quicktest
1842
- - Port `adl` package tests to quicktest
1843
- - Port `node` package tests to quicktest
1844
- - node/bindnode: support links in ProduceGoTypes
1845
- - bump CI to Go 1.16 and 1.17
1846
- - node/bindnode: support links in schema-type verification
1847
- - node/bindnode: export ProduceGoTypes
1848
- - all: fix "an" typos after the ipld->datamodel refactor
1849
- - node/bindnode: fix test code after two PR merges
1850
- - add LoadSchema APIs to the root package
1851
- - storage: add 'Has' feature. ([ipld/go-ipld-prime#276](https://github.com/ipld/go-ipld-prime/pull/276))
1852
- - node/bindnode: start verifying schema compatibility
1853
- - linking: add LoadRaw and LoadPlusRaw functions to LinkSystem. ([ipld/go-ipld-prime#267](https://github.com/ipld/go-ipld-prime/pull/267))
1854
- - node/bindnode: add support for lists behind kinded unions
1855
- - node/bindnode: also run TestPrototype with just schemas
1856
- - node/bindnode: polish a few TODO panics away
1857
- - node/bindnode: add support for all scalars behind kinded unions
1858
- - node/bindnode: get closer to passing the Links schema tests
1859
- - start using Rod's schema tests from ipld/ipld
1860
- - fully support parsing, encoding, and decoding the schema-schema
1861
- - node/bindnode: add native support for cid.Cid
1862
- - A more Featureful Approach to Storage APIs ([ipld/go-ipld-prime#265](https://github.com/ipld/go-ipld-prime/pull/265))
1863
- - Add a cidlink.Memory storage option (#266) ([ipld/go-ipld-prime#266](https://github.com/ipld/go-ipld-prime/pull/266))
1864
- - Improve docs for AssignNode; and datamodel.Copy function. ([ipld/go-ipld-prime#264](https://github.com/ipld/go-ipld-prime/pull/264))
1865
- - schemadsl: assign the struct representation.
1866
- - schema,tests,gen/go: more tests, gen union fixes. ([ipld/go-ipld-prime#257](https://github.com/ipld/go-ipld-prime/pull/257))
1867
- - fix: deal with LinkRevisit->LinkVisitOnlyOnce change
1868
- - traversal: the link-visit-only-once behavior should require opt-in, rather than defaulting to on.
1869
- - chore: add LinkRevisit:false traversal test
1870
- - traversal: track seen links, and revisit only if configured to do so.
1871
- - fix: use datamodel.Node selectors
1872
- - Revert encode round-trip to leave unencoded node test intact
1873
- - Add more walk tests, including tests for use of SkipMe
1874
- - Round-trip test nodes through custom codec to ensure stability
1875
- - Don't abort block processing when encountering SkipMe
1876
- - traversal: implement monotonically decrementing budgets. ([ipld/go-ipld-prime#260](https://github.com/ipld/go-ipld-prime/pull/260))
1877
- - Use datamodel.Node for "Common" selector variants
1878
- - schema/dmt: first pass at a parser ([ipld/go-ipld-prime#253](https://github.com/ipld/go-ipld-prime/pull/253))
1879
- - drop codectools.
1880
- - drop jst codec. It lives in https://github.com/warpfork/go-jst/ now.
1881
- - drop dagjson2.
1882
- - fix(traversal): properly wrap errors
1883
- - printer: empty maps and lists and structs should stay on one line.
1884
- - schema: turn TypeName into an alias
1885
- - schema/dmt: sync with schema-schema changes, finish Compile
1886
- - schema: add ways to set and access the ImplicitValue for a struct field.
1887
- - schema: accessor for TypeEnum.Representation.
1888
- - schema: finish minimum viable support for describing enum types.
1889
-- github.com/libp2p/go-conn-security-multistream (v0.2.1 -> v0.3.0):
1890
- - use the new SecureTransport and SecureMuxer interfaces (#36) ([libp2p/go-conn-security-multistream#36](https://github.com/libp2p/go-conn-security-multistream/pull/36))
1891
- - fix go vet and staticcheck ([libp2p/go-conn-security-multistream#33](https://github.com/libp2p/go-conn-security-multistream/pull/33))
1892
-- github.com/libp2p/go-libp2p (v0.15.0 -> v0.16.0):
1893
- - release v0.16.0 ([libp2p/go-libp2p#1246](https://github.com/libp2p/go-libp2p/pull/1246))
1894
- - allow the ping protocol on transient connections ([libp2p/go-libp2p#1244](https://github.com/libp2p/go-libp2p/pull/1244))
1895
- - make the Type field required in the HolePunch protobuf ([libp2p/go-libp2p#1241](https://github.com/libp2p/go-libp2p/pull/1241))
1896
- - reject hole punching attempts when we don't have any public addresses ([libp2p/go-libp2p#1214](https://github.com/libp2p/go-libp2p/pull/1214))
1897
- - refactor the AutoRelay code ([libp2p/go-libp2p#1240](https://github.com/libp2p/go-libp2p/pull/1240))
1898
- - remove dead API link in README ([libp2p/go-libp2p#1233](https://github.com/libp2p/go-libp2p/pull/1233))
1899
- - pass static relays to EnableAutoRelay, deprecate libp2p.StaticRelays and libp2p.DefaultStaticRelays ([libp2p/go-libp2p#1239](https://github.com/libp2p/go-libp2p/pull/1239))
1900
- - feat: plumb through peerstore context changes (#1237) ([libp2p/go-libp2p#1237](https://github.com/libp2p/go-libp2p/pull/1237))
1901
- - emit the EvtPeerConnectednessChanged event ([libp2p/go-libp2p#1230](https://github.com/libp2p/go-libp2p/pull/1230))
1902
- - update go-libp2p-swarm to v0.7.0 ([libp2p/go-libp2p#1226](https://github.com/libp2p/go-libp2p/pull/1226))
1903
- - sync: update CI config files (#1225) ([libp2p/go-libp2p#1225](https://github.com/libp2p/go-libp2p/pull/1225))
1904
- - simplify circuitv2 package structure ([libp2p/go-libp2p#1224](https://github.com/libp2p/go-libp2p/pull/1224))
1905
- - use a random string for the mDNS peer-name ([libp2p/go-libp2p#1222](https://github.com/libp2p/go-libp2p/pull/1222))
1906
- - remove {Un}RegisterNotifee functions from mDNS service ([libp2p/go-libp2p#1220](https://github.com/libp2p/go-libp2p/pull/1220))
1907
- - fix structured logging in holepunch coordination ([libp2p/go-libp2p#1213](https://github.com/libp2p/go-libp2p/pull/1213))
1908
- - fix flaky TestStBackpressureStreamWrite test ([libp2p/go-libp2p#1212](https://github.com/libp2p/go-libp2p/pull/1212))
1909
- - properly close hosts in mDNS tests ([libp2p/go-libp2p#1216](https://github.com/libp2p/go-libp2p/pull/1216))
1910
- - close the ObserverAddrManager when the ID service is closed ([libp2p/go-libp2p#1218](https://github.com/libp2p/go-libp2p/pull/1218))
1911
- - make it possible to pass options to a transport constructor ([libp2p/go-libp2p#1205](https://github.com/libp2p/go-libp2p/pull/1205))
1912
- - remove goprocess from the NATManager ([libp2p/go-libp2p#1193](https://github.com/libp2p/go-libp2p/pull/1193))
1913
- - add an option to start the relay v2 ([libp2p/go-libp2p#1197](https://github.com/libp2p/go-libp2p/pull/1197))
1914
- - fix flaky TestFastDisconnect identify test ([libp2p/go-libp2p#1200](https://github.com/libp2p/go-libp2p/pull/1200))
1915
- - chore: update go-tcp-transport to v0.3.0 ([libp2p/go-libp2p#1203](https://github.com/libp2p/go-libp2p/pull/1203))
1916
- - fix: skip variadic params in constructors ([libp2p/go-libp2p#1204](https://github.com/libp2p/go-libp2p/pull/1204))
1917
- - fix flaky BasicHost tests ([libp2p/go-libp2p#1202](https://github.com/libp2p/go-libp2p/pull/1202))
1918
- - remove dependency on github.com/ipfs/go-detect-race ([libp2p/go-libp2p#1201](https://github.com/libp2p/go-libp2p/pull/1201))
1919
- - fix flaky TestEndToEndSimConnect holepunching test ([libp2p/go-libp2p#1191](https://github.com/libp2p/go-libp2p/pull/1191))
1920
- - autorelay support for circuitv2 relays (#1198) ([libp2p/go-libp2p#1198](https://github.com/libp2p/go-libp2p/pull/1198))
1921
- - reject circuitv2 reservations with nonsensical expiration times ([libp2p/go-libp2p#1199](https://github.com/libp2p/go-libp2p/pull/1199))
1922
- - Tag relay hops in relay implementations ([libp2p/go-libp2p#1188](https://github.com/libp2p/go-libp2p/pull/1188))
1923
- - Add standalone implementation of v1 Relay (#1186) ([libp2p/go-libp2p#1186](https://github.com/libp2p/go-libp2p/pull/1186))
1924
- - remove the context from the libp2p and the Host constructor ([libp2p/go-libp2p#1190](https://github.com/libp2p/go-libp2p/pull/1190))
1925
- - don't use a context to shut down the circuitv2 ([libp2p/go-libp2p#1185](https://github.com/libp2p/go-libp2p/pull/1185))
1926
- - fix: remove v1 go-log dep ([libp2p/go-libp2p#1189](https://github.com/libp2p/go-libp2p/pull/1189))
1927
- - don't use the context to shut down the relay ([libp2p/go-libp2p#1184](https://github.com/libp2p/go-libp2p/pull/1184))
1928
- - Use circuitv2 code (#1183) ([libp2p/go-libp2p#1183](https://github.com/libp2p/go-libp2p/pull/1183))
1929
- - clean up badges in README ([libp2p/go-libp2p#1179](https://github.com/libp2p/go-libp2p/pull/1179))
1930
- - remove recommendation about Go module proxy from README ([libp2p/go-libp2p#1180](https://github.com/libp2p/go-libp2p/pull/1180))
1931
- - merge branch 'hole-punching'
1932
- - don't use a context for closing the ObservedAddrManager ([libp2p/go-libp2p#1175](https://github.com/libp2p/go-libp2p/pull/1175))
1933
- - move the circuit v2 code here ([libp2p/go-libp2p#1174](https://github.com/libp2p/go-libp2p/pull/1174))
1934
- - make QUIC a default transport ([libp2p/go-libp2p#1128](https://github.com/libp2p/go-libp2p/pull/1128))
1935
- - stop using jbenet/go-cienv ([libp2p/go-libp2p#1176](https://github.com/libp2p/go-libp2p/pull/1176))
1936
- - fix flaky TestObsAddrSet test ([libp2p/go-libp2p#1172](https://github.com/libp2p/go-libp2p/pull/1172))
1937
- - clean up messy defer logic in IDService.sendIdentifyResp ([libp2p/go-libp2p#1169](https://github.com/libp2p/go-libp2p/pull/1169))
1938
- - remove secio from README, add noise ([libp2p/go-libp2p#1165](https://github.com/libp2p/go-libp2p/pull/1165))
1939
-- github.com/libp2p/go-libp2p-asn-util (v0.0.0-20200825225859-85005c6cf052 -> v0.1.0):
1940
- - Update from upstream and make regeneration easier (#17) ([libp2p/go-libp2p-asn-util#17](https://github.com/libp2p/go-libp2p-asn-util/pull/17))
1941
- - add license file so it can be found by go-licenses ([libp2p/go-libp2p-asn-util#10](https://github.com/libp2p/go-libp2p-asn-util/pull/10))
1942
- - refactor: rename ASN table files ([libp2p/go-libp2p-asn-util#9](https://github.com/libp2p/go-libp2p-asn-util/pull/9))
1943
- - Library for IP -> ASN mapping ([libp2p/go-libp2p-asn-util#1](https://github.com/libp2p/go-libp2p-asn-util/pull/1))
1944
-- github.com/libp2p/go-libp2p-autonat (v0.4.2 -> v0.6.0):
1945
- - Version 0.6.0 (#112) ([libp2p/go-libp2p-autonat#112](https://github.com/libp2p/go-libp2p-autonat/pull/112))
1946
- - feat: plumb through contexts from peerstore (#111) ([libp2p/go-libp2p-autonat#111](https://github.com/libp2p/go-libp2p-autonat/pull/111))
1947
- - sync: update CI config files (#110) ([libp2p/go-libp2p-autonat#110](https://github.com/libp2p/go-libp2p-autonat/pull/110))
1948
- - remove context from constructor, implement a proper Close method ([libp2p/go-libp2p-autonat#109](https://github.com/libp2p/go-libp2p-autonat/pull/109))
1949
- - fix stream deadlines ([libp2p/go-libp2p-autonat#107](https://github.com/libp2p/go-libp2p-autonat/pull/107))
1950
- - disable failing integration test ([libp2p/go-libp2p-autonat#108](https://github.com/libp2p/go-libp2p-autonat/pull/108))
1951
- - fix staticcheck ([libp2p/go-libp2p-autonat#103](https://github.com/libp2p/go-libp2p-autonat/pull/103))
1952
-- github.com/libp2p/go-libp2p-core (v0.9.0 -> v0.11.0):
1953
- - release v0.11.0 (#217) ([libp2p/go-libp2p-core#217](https://github.com/libp2p/go-libp2p-core/pull/217))
1954
- - remove the ConnHandler (#214) ([libp2p/go-libp2p-core#214](https://github.com/libp2p/go-libp2p-core/pull/214))
1955
- - sync: update CI config files (#216) ([libp2p/go-libp2p-core#216](https://github.com/libp2p/go-libp2p-core/pull/216))
1956
- - remove the Process from the Network interface (#212) ([libp2p/go-libp2p-core#212](https://github.com/libp2p/go-libp2p-core/pull/212))
1957
- - pass the peer ID to SecureInbound in the SecureTransport and SecureMuxer (#211) ([libp2p/go-libp2p-core#211](https://github.com/libp2p/go-libp2p-core/pull/211))
1958
- - save the role (client, server) in the simultaneous connect context (#210) ([libp2p/go-libp2p-core#210](https://github.com/libp2p/go-libp2p-core/pull/210))
1959
- - sync: update CI config files (#209) ([libp2p/go-libp2p-core#209](https://github.com/libp2p/go-libp2p-core/pull/209))
1960
-- github.com/libp2p/go-libp2p-discovery (v0.5.1 -> v0.6.0):
1961
- - feat: plumb peerstore contexts changes through (#75) ([libp2p/go-libp2p-discovery#75](https://github.com/libp2p/go-libp2p-discovery/pull/75))
1962
- - remove deprecated types ([libp2p/go-libp2p-discovery#73](https://github.com/libp2p/go-libp2p-discovery/pull/73))
1963
-- github.com/libp2p/go-libp2p-kad-dht (v0.13.1 -> v0.15.0):
1964
- - Bump version to 0.15.0 (#755) ([libp2p/go-libp2p-kad-dht#755](https://github.com/libp2p/go-libp2p-kad-dht/pull/755))
1965
- - sync: update CI config files (#754) ([libp2p/go-libp2p-kad-dht#754](https://github.com/libp2p/go-libp2p-kad-dht/pull/754))
1966
- - feat: plumb through datastore contexts (#753) ([libp2p/go-libp2p-kad-dht#753](https://github.com/libp2p/go-libp2p-kad-dht/pull/753))
1967
- - custom ProviderManager that brokers AddrInfos (#751) ([libp2p/go-libp2p-kad-dht#751](https://github.com/libp2p/go-libp2p-kad-dht/pull/751))
1968
- - feat: make compatible with go-libp2p 0.15 ([libp2p/go-libp2p-kad-dht#747](https://github.com/libp2p/go-libp2p-kad-dht/pull/747))
1969
- - sync: update CI config files ([libp2p/go-libp2p-kad-dht#743](https://github.com/libp2p/go-libp2p-kad-dht/pull/743))
1970
- - Disallow GetPublicKey when DisableValues is passed ([libp2p/go-libp2p-kad-dht#604](https://github.com/libp2p/go-libp2p-kad-dht/pull/604))
1971
-- github.com/libp2p/go-libp2p-nat (v0.0.6 -> v0.1.0):
1972
- - remove Codecov config file ([libp2p/go-libp2p-nat#39](https://github.com/libp2p/go-libp2p-nat/pull/39))
1973
- - stop using goprocess for shutdown ([libp2p/go-libp2p-nat#38](https://github.com/libp2p/go-libp2p-nat/pull/38))
1974
- - chore: update go-log ([libp2p/go-libp2p-nat#37](https://github.com/libp2p/go-libp2p-nat/pull/37))
1975
- - remove unused field permanent from mapping ([libp2p/go-libp2p-nat#33](https://github.com/libp2p/go-libp2p-nat/pull/33))
1976
-- github.com/libp2p/go-libp2p-noise (v0.2.2 -> v0.3.0):
1977
- - add the peer ID to SecureInbound ([libp2p/go-libp2p-noise#104](https://github.com/libp2p/go-libp2p-noise/pull/104))
1978
- - update go-libp2p-core, remove integration test ([libp2p/go-libp2p-noise#102](https://github.com/libp2p/go-libp2p-noise/pull/102))
1979
-- github.com/libp2p/go-libp2p-peerstore (v0.2.8 -> v0.4.0):
1980
- - Update version.json (#178) ([libp2p/go-libp2p-peerstore#178](https://github.com/libp2p/go-libp2p-peerstore/pull/178))
1981
- - limit the number of protocols we store per peer ([libp2p/go-libp2p-peerstore#172](https://github.com/libp2p/go-libp2p-peerstore/pull/172))
1982
- - sync: update CI config files (#177) ([libp2p/go-libp2p-peerstore#177](https://github.com/libp2p/go-libp2p-peerstore/pull/177))
1983
- - feat: plumb through datastore contexts (#176) ([libp2p/go-libp2p-peerstore#176](https://github.com/libp2p/go-libp2p-peerstore/pull/176))
1984
- - remove leftover peerstore implementation in the root package ([libp2p/go-libp2p-peerstore#173](https://github.com/libp2p/go-libp2p-peerstore/pull/173))
1985
- - fix: replace deprecated call ([libp2p/go-libp2p-peerstore#168](https://github.com/libp2p/go-libp2p-peerstore/pull/168))
1986
- - feat: remove queue ([libp2p/go-libp2p-peerstore#166](https://github.com/libp2p/go-libp2p-peerstore/pull/166))
1987
- - remove deprecated types ([libp2p/go-libp2p-peerstore#165](https://github.com/libp2p/go-libp2p-peerstore/pull/165))
1988
-- github.com/libp2p/go-libp2p-pubsub (v0.5.4 -> v0.6.0):
1989
- - feat: plumb through context changes (#459) ([libp2p/go-libp2p-pubsub#459](https://github.com/libp2p/go-libp2p-pubsub/pull/459))
1990
- - support MinTopicSize without a discovery mechanism
1991
- - clear peerPromises map when fullfilling a promise
1992
- - README: remove obsolete notice, fix example code for tracing.
1993
- - remove peer filter check from subscriptions (#453) ([libp2p/go-libp2p-pubsub#453](https://github.com/libp2p/go-libp2p-pubsub/pull/453))
1994
- - Create peer filter option
1995
-- github.com/libp2p/go-libp2p-pubsub-router (v0.4.0 -> v0.5.0):
1996
- - Version 0.5.0
1997
- - feat: plumb through datastore contexts
1998
- - sync: update CI config files (#86) ([libp2p/go-libp2p-pubsub-router#86](https://github.com/libp2p/go-libp2p-pubsub-router/pull/86))
1999
- - Remove arbitrary sleeps from tests ([libp2p/go-libp2p-pubsub-router#87](https://github.com/libp2p/go-libp2p-pubsub-router/pull/87))
2000
- - cleanup: fix staticcheck failures ([libp2p/go-libp2p-pubsub-router#84](https://github.com/libp2p/go-libp2p-pubsub-router/pull/84))
2001
- - Add WithDatastore option. ([libp2p/go-libp2p-pubsub-router#82](https://github.com/libp2p/go-libp2p-pubsub-router/pull/82))
2002
-- github.com/libp2p/go-libp2p-quic-transport (v0.12.0 -> v0.15.0):
2003
- - release v0.15.0 (#241) ([libp2p/go-libp2p-quic-transport#241](https://github.com/libp2p/go-libp2p-quic-transport/pull/241))
2004
- - reuse the same router until we change listeners ([libp2p/go-libp2p-quic-transport#240](https://github.com/libp2p/go-libp2p-quic-transport/pull/240))
2005
- - release v0.14.0 ([libp2p/go-libp2p-quic-transport#237](https://github.com/libp2p/go-libp2p-quic-transport/pull/237))
2006
- - fix error assertions in the tracer ([libp2p/go-libp2p-quic-transport#234](https://github.com/libp2p/go-libp2p-quic-transport/pull/234))
2007
- - sync: update CI config files (#235) ([libp2p/go-libp2p-quic-transport#235](https://github.com/libp2p/go-libp2p-quic-transport/pull/235))
2008
- - read the client option from the simultaneous connect context ([libp2p/go-libp2p-quic-transport#230](https://github.com/libp2p/go-libp2p-quic-transport/pull/230))
2009
-- github.com/libp2p/go-libp2p-swarm (v0.5.3 -> v0.8.0):
2010
- - Version 0.8.0 (#292) ([libp2p/go-libp2p-swarm#292](https://github.com/libp2p/go-libp2p-swarm/pull/292))
2011
- - feat: plumb contexts through from peerstore (#290) ([libp2p/go-libp2p-swarm#290](https://github.com/libp2p/go-libp2p-swarm/pull/290))
2012
- - release v0.7.0 ([libp2p/go-libp2p-swarm#289](https://github.com/libp2p/go-libp2p-swarm/pull/289))
2013
- - update go-tcp-transport to v0.4.0 ([libp2p/go-libp2p-swarm#287](https://github.com/libp2p/go-libp2p-swarm/pull/287))
2014
- - remove the ConnHandler ([libp2p/go-libp2p-swarm#286](https://github.com/libp2p/go-libp2p-swarm/pull/286))
2015
- - sync: update CI config files (#288) ([libp2p/go-libp2p-swarm#288](https://github.com/libp2p/go-libp2p-swarm/pull/288))
2016
- - remove a lot of incorrect statements from the README ([libp2p/go-libp2p-swarm#284](https://github.com/libp2p/go-libp2p-swarm/pull/284))
2017
- - unexport the DialSync ([libp2p/go-libp2p-swarm#281](https://github.com/libp2p/go-libp2p-swarm/pull/281))
2018
- - add an error return value to the constructor ([libp2p/go-libp2p-swarm#280](https://github.com/libp2p/go-libp2p-swarm/pull/280))
2019
- - use functional options to configure the swarm ([libp2p/go-libp2p-swarm#279](https://github.com/libp2p/go-libp2p-swarm/pull/279))
2020
- - stop using goprocess to control teardown ([libp2p/go-libp2p-swarm#278](https://github.com/libp2p/go-libp2p-swarm/pull/278))
2021
- - read and use the direction from the simultaneous connect context ([libp2p/go-libp2p-swarm#277](https://github.com/libp2p/go-libp2p-swarm/pull/277))
2022
- - simplify the DialSync code ([libp2p/go-libp2p-swarm#272](https://github.com/libp2p/go-libp2p-swarm/pull/272))
2023
- - remove redundant self-dialing check, simplify starting of dialWorkerLoop ([libp2p/go-libp2p-swarm#273](https://github.com/libp2p/go-libp2p-swarm/pull/273))
2024
- - add a test case for the testing package ([libp2p/go-libp2p-swarm#276](https://github.com/libp2p/go-libp2p-swarm/pull/276))
2025
- - simplify limiter by removing the injected isFdConsumingFnc ([libp2p/go-libp2p-swarm#274](https://github.com/libp2p/go-libp2p-swarm/pull/274))
2026
- - update badges ([libp2p/go-libp2p-swarm#271](https://github.com/libp2p/go-libp2p-swarm/pull/271))
2027
- - remove unused context in Swarm.dialWorkerLoop ([libp2p/go-libp2p-swarm#268](https://github.com/libp2p/go-libp2p-swarm/pull/268))
2028
- - remove Codecov config ([libp2p/go-libp2p-swarm#270](https://github.com/libp2p/go-libp2p-swarm/pull/270))
2029
- - fix race condition in TestFailFirst ([libp2p/go-libp2p-swarm#269](https://github.com/libp2p/go-libp2p-swarm/pull/269))
2030
-- github.com/libp2p/go-libp2p-testing (v0.4.2 -> v0.5.0):
2031
- - chore: update go-libp2p-core to v0.10.0 ([libp2p/go-libp2p-testing#38](https://github.com/libp2p/go-libp2p-testing/pull/38))
2032
- - sync: update CI config files (#37) ([libp2p/go-libp2p-testing#37](https://github.com/libp2p/go-libp2p-testing/pull/37))
2033
-- github.com/libp2p/go-libp2p-tls (v0.2.0 -> v0.3.1):
2034
- - release v0.3.1 ([libp2p/go-libp2p-tls#101](https://github.com/libp2p/go-libp2p-tls/pull/101))
2035
- - set a random certificate subject ([libp2p/go-libp2p-tls#100](https://github.com/libp2p/go-libp2p-tls/pull/100))
2036
- - sync: update CI config files (#96) ([libp2p/go-libp2p-tls#96](https://github.com/libp2p/go-libp2p-tls/pull/96))
2037
- - add the peer ID to SecureInbound ([libp2p/go-libp2p-tls#94](https://github.com/libp2p/go-libp2p-tls/pull/94))
2038
- - sync: update CI config files ([libp2p/go-libp2p-tls#91](https://github.com/libp2p/go-libp2p-tls/pull/91))
2039
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.6 -> v0.5.0):
2040
- - increase timeout in TestConnectionsClosedIfNotAccepted on CI ([libp2p/go-libp2p-transport-upgrader#85](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/85))
2041
- - add the peer ID to SecureInbound ([libp2p/go-libp2p-transport-upgrader#83](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/83))
2042
-- github.com/libp2p/go-msgio (v0.0.6 -> v0.1.0):
2043
- - sync: update CI config files (#27) ([libp2p/go-msgio#27](https://github.com/libp2p/go-msgio/pull/27))
2044
- - remove .gxignore file ([libp2p/go-msgio#24](https://github.com/libp2p/go-msgio/pull/24))
2045
- - remove Codecov config ([libp2p/go-msgio#26](https://github.com/libp2p/go-msgio/pull/26))
2046
- - remove "Chan" type ([libp2p/go-msgio#23](https://github.com/libp2p/go-msgio/pull/23))
2047
-- github.com/libp2p/go-nat (v0.0.5 -> v0.1.0):
2048
- - pass a context to DiscoverGateway ([libp2p/go-nat#23](https://github.com/libp2p/go-nat/pull/23))
2049
-- github.com/libp2p/go-reuseport (v0.0.2 -> v0.1.0):
2050
- - stop using github.com/pkg/errors ([libp2p/go-reuseport#85](https://github.com/libp2p/go-reuseport/pull/85))
2051
- - sync: update CI config files (#84) ([libp2p/go-reuseport#84](https://github.com/libp2p/go-reuseport/pull/84))
2052
-- github.com/libp2p/go-reuseport-transport (v0.0.5 -> v0.1.0):
2053
- - remove Codecov config file ([libp2p/go-reuseport-transport#36](https://github.com/libp2p/go-reuseport-transport/pull/36))
2054
- - chore: update go-log to v2 ([libp2p/go-reuseport-transport#35](https://github.com/libp2p/go-reuseport-transport/pull/35))
2055
- - sync: update CI config files ([libp2p/go-reuseport-transport#31](https://github.com/libp2p/go-reuseport-transport/pull/31))
2056
-- github.com/libp2p/go-tcp-transport (v0.2.8 -> v0.4.0):
2057
- - release v0.4.0 ([libp2p/go-tcp-transport#108](https://github.com/libp2p/go-tcp-transport/pull/108))
2058
- - sync: update CI config files (#107) ([libp2p/go-tcp-transport#107](https://github.com/libp2p/go-tcp-transport/pull/107))
2059
- - remove the deprecated IPFS_REUSEPORT command line flag ([libp2p/go-tcp-transport#104](https://github.com/libp2p/go-tcp-transport/pull/104))
2060
- - add options to the constructor ([libp2p/go-tcp-transport#99](https://github.com/libp2p/go-tcp-transport/pull/99))
2061
- - remove the context from the libp2p constructor in README ([libp2p/go-tcp-transport#101](https://github.com/libp2p/go-tcp-transport/pull/101))
2062
- - don't use libp2p.ChainOption in README ([libp2p/go-tcp-transport#102](https://github.com/libp2p/go-tcp-transport/pull/102))
2063
- - remove incorrect statement about dns addresses in README ([libp2p/go-tcp-transport#100](https://github.com/libp2p/go-tcp-transport/pull/100))
2064
- - use the assigned role when upgrading a sim open connection ([libp2p/go-tcp-transport#95](https://github.com/libp2p/go-tcp-transport/pull/95))
2065
- - chore: update go-log to v2 ([libp2p/go-tcp-transport#97](https://github.com/libp2p/go-tcp-transport/pull/97))
2066
- - simplify dial timeout context ([libp2p/go-tcp-transport#94](https://github.com/libp2p/go-tcp-transport/pull/94))
2067
-- github.com/libp2p/go-yamux/v2 (v2.2.0 -> v2.3.0):
2068
- - limit the number of concurrent incoming streams ([libp2p/go-yamux#66](https://github.com/libp2p/go-yamux/pull/66))
2069
- - drastically reduce allocations in ring buffer implementation (#64) ([libp2p/go-yamux#64](https://github.com/libp2p/go-yamux/pull/64))
2070
- - sync: update CI config files (#63) ([libp2p/go-yamux#63](https://github.com/libp2p/go-yamux/pull/63))
2071
- - remove call to asyncNotify in Stream.Read
2072
-- github.com/libp2p/zeroconf/v2 (v2.0.0 -> v2.1.1):
2073
- - fix flaky TTL test ([libp2p/zeroconf#18](https://github.com/libp2p/zeroconf/pull/18))
2074
- - implement a clean shutdown of the probe method ([libp2p/zeroconf#16](https://github.com/libp2p/zeroconf/pull/16))
2075
- - remove dependency on the backoff library ([libp2p/zeroconf#17](https://github.com/libp2p/zeroconf/pull/17))
2076
- - Don't stop browsing after ~15min ([libp2p/zeroconf#13](https://github.com/libp2p/zeroconf/pull/13))
2077
- - fix delays when sending initial probe packets ([libp2p/zeroconf#14](https://github.com/libp2p/zeroconf/pull/14))
2078
- - improve starting of mDNS service in tests, stop using pkg/errors ([libp2p/zeroconf#15](https://github.com/libp2p/zeroconf/pull/15))
2079
- - update import path to include v2 in README ([libp2p/zeroconf#11](https://github.com/libp2p/zeroconf/pull/11))
2080
-- github.com/lucas-clemente/quic-go (v0.23.0 -> v0.24.0):
2081
- - don't unlock the receive stream mutex for copying from STREAM frames ([lucas-clemente/quic-go#3290](https://github.com/lucas-clemente/quic-go/pull/3290))
2082
- - List projects using quic-go ([lucas-clemente/quic-go#3266](https://github.com/lucas-clemente/quic-go/pull/3266))
2083
- - disable Path MTU Discovery on Windows ([lucas-clemente/quic-go#3276](https://github.com/lucas-clemente/quic-go/pull/3276))
2084
- - enter the regular run loop if no undecryptable packet was processed ([lucas-clemente/quic-go#3268](https://github.com/lucas-clemente/quic-go/pull/3268))
2085
- - Allow use of custom port value in Alt-Svc header. ([lucas-clemente/quic-go#3272](https://github.com/lucas-clemente/quic-go/pull/3272))
2086
- - disable the goconst linter ([lucas-clemente/quic-go#3286](https://github.com/lucas-clemente/quic-go/pull/3286))
2087
- - use x/net/ipv{4,6} to construct oob info when writing packets (#3278) ([lucas-clemente/quic-go#3278](https://github.com/lucas-clemente/quic-go/pull/3278))
2088
- - run gofmt to add the new go:build tags ([lucas-clemente/quic-go#3277](https://github.com/lucas-clemente/quic-go/pull/3277))
2089
- - fix log string in client example ([lucas-clemente/quic-go#3264](https://github.com/lucas-clemente/quic-go/pull/3264))
2090
-- github.com/multiformats/go-multiaddr (v0.4.0 -> v0.4.1):
2091
- - add the plaintextv2 protocol ([multiformats/go-multiaddr#165](https://github.com/multiformats/go-multiaddr/pull/165))
2092
-- github.com/multiformats/go-multihash (v0.0.15 -> v0.1.0):
2093
- - bump version to v0.1.0 ([multiformats/go-multihash#151](https://github.com/multiformats/go-multihash/pull/151))
2094
- - add version.json per tooling convention.
2095
- - murmur3 support (#150) ([multiformats/go-multihash#150](https://github.com/multiformats/go-multihash/pull/150))
2096
- - Add variations of sha2 ([multiformats/go-multihash#149](https://github.com/multiformats/go-multihash/pull/149))
2097
- - don't use pointers for Multihash.String
2098
- - Add blake3 hash and sharness tests ([multiformats/go-multihash#147](https://github.com/multiformats/go-multihash/pull/147))
2099
- - remove Makefile ([multiformats/go-multihash#142](https://github.com/multiformats/go-multihash/pull/142))
2100
- - fix staticcheck ([multiformats/go-multihash#141](https://github.com/multiformats/go-multihash/pull/141))
2101
- - New SumStream function reads from io.Reader ([multiformats/go-multihash#138](https://github.com/multiformats/go-multihash/pull/138))
2102
-- github.com/warpfork/go-testmark (v0.3.0 -> v0.9.0):
2103
- - testexec: will now always set up tmpdirs.
2104
- - testexec: fix typo in error message.
2105
- - testexec: subtest ("then-*") feature ([warpfork/go-testmark#7](https://github.com/warpfork/go-testmark/pull/7))
2106
- - testexec: quote error from child; attribution better via more t.Helper.
2107
- - Improve documentation of format.
2108
- - Rename Hunk.BlockTag -> InfoString.
2109
- - testexec: will now create tmpdirs and files for you if you have an 'fs' entry tree.
2110
- - testexec: getting exit codes correctly. ([warpfork/go-testmark#6](https://github.com/warpfork/go-testmark/pull/6))
2111
- - fix parsing CRLF files, part 3 ([warpfork/go-testmark#5](https://github.com/warpfork/go-testmark/pull/5))
2112
- - fix parsing CRLF files, part 2 ([warpfork/go-testmark#4](https://github.com/warpfork/go-testmark/pull/4))
2113
- - testexec: support both simple sequence and script mode.
2114
- - Proper tests for read function.
2115
- - avoid creeping extra linebreaks at the end of a patched document.
2116
- - refrain from making double linebreaks when patching with content that ends in a linebreak.
2117
- - Merge branch 'testexec'
2118
- - add support for parsing CRLF line endings ([warpfork/go-testmark#3](https://github.com/warpfork/go-testmark/pull/3))
2119
- - link to patch example code
2120
- - More readme; and, parsing recommendations document.
2121
- - Further improve readme.
2122
-
2123
-### ❤️ Contributors
2124
-
2125
-| Contributor | Commits | Lines ± | Files Changed |
2126
-|-------------|---------|---------|---------------|
2127
-| Will | 13 | +73226/-130481 | 43 |
2128
-| Masih H. Derkani | 99 | +10549/-5799 | 489 |
2129
-| hannahhoward | 43 | +5515/-3293 | 233 |
2130
-| Daniel Martí | 60 | +5312/-2883 | 208 |
2131
-| Marten Seemann | 175 | +4839/-3254 | 396 |
2132
-| Eric Myhre | 73 | +3924/-3328 | 175 |
2133
-| Jessica Schilling | 52 | +2709/-2386 | 75 |
2134
-| Rod Vagg | 30 | +2719/-1703 | 79 |
2135
-| vyzo | 10 | +3516/-177 | 87 |
2136
-| Gus Eggert | 64 | +1677/-1416 | 147 |
2137
-| Adin Schmahmann | 23 | +1708/-381 | 95 |
2138
-| Lucas Molas | 14 | +1557/-365 | 48 |
2139
-| Will Scott | 7 | +1846/-15 | 34 |
2140
-| Steven Allen | 32 | +537/-897 | 56 |
2141
-| Cory Schwartz | 3 | +614/-109 | 12 |
2142
-| rht | 3 | +576/-4 | 7 |
2143
-| Simon Zhu | 9 | +352/-51 | 16 |
2144
-| Petar Maymounkov | 7 | +173/-167 | 23 |
2145
-| RubenKelevra | 1 | +107/-188 | 1 |
2146
-| jwh | 2 | +212/-80 | 7 |
2147
-| longfeiW | 1 | +4/-249 | 10 |
2148
-| guseggert | 5 | +230/-21 | 11 |
2149
-| Kevin Neaton | 8 | +137/-80 | 13 |
2150
-| Takashi Matsuda | 1 | +199/-0 | 5 |
2151
-| Andrey Kostakov | 1 | +107/-49 | 2 |
2152
-| Jesse Bouwman | 1 | +151/-0 | 7 |
2153
-| web3-bot | 39 | +136/-3 | 52 |
2154
-| Marcin Rataj | 16 | +62/-57 | 25 |
2155
-| Marco Munizaga | 1 | +118/-0 | 2 |
2156
-| Aaron Riekenberg | 4 | +64/-52 | 6 |
2157
-| Ian Davis | 4 | +81/-32 | 7 |
2158
-| Jorropo | 2 | +79/-19 | 6 |
2159
-| Mohsin Zaidi | 1 | +89/-1 | 20 |
2160
-| Andey Robins | 1 | +70/-3 | 3 |
2161
-| gammazero | 3 | +40/-25 | 4 |
2162
-| Steve Loeppky | 2 | +26/-27 | 3 |
2163
-| Dimitris Apostolou | 1 | +25/-25 | 15 |
2164
-| Sudarshan Reddy | 1 | +9/-40 | 1 |
2165
-| Richard Littauer | 2 | +42/-1 | 3 |
2166
-| pymq | 1 | +32/-8 | 2 |
2167
-| Dirk McCormick | 2 | +23/-1 | 2 |
2168
-| Nicholas Bollweg | 1 | +21/-0 | 1 |
2169
-| anorth | 1 | +14/-6 | 2 |
2170
-| Jack Loughran | 1 | +16/-0 | 2 |
2171
-| whyrusleeping | 2 | +11/-2 | 2 |
2172
-| bt90 | 1 | +13/-0 | 1 |
2173
-| Yi Cao | 1 | +10/-0 | 1 |
2174
-| Max | 1 | +7/-3 | 1 |
2175
-| Juan Batiz-Benet | 2 | +8/-2 | 2 |
2176
-| Keenan Nemetz | 1 | +8/-0 | 1 |
2177
-| muXxer | 1 | +3/-3 | 1 |
2178
-| galargh | 2 | +3/-3 | 3 |
2179
-| Didrik Nordström | 1 | +2/-4 | 1 |
2180
-| Ben Lubar | 1 | +3/-3 | 1 |
2181
-| arjunraghurama | 1 | +5/-0 | 1 |
2182
-| Whyrusleeping | 1 | +3/-2 | 1 |
2183
-| TUSF | 1 | +3/-2 | 3 |
2184
-| mathew-cf | 1 | +3/-1 | 2 |
2185
-| Stephen Whitmore | 1 | +2/-2 | 1 |
2186
-| Song Zhu | 1 | +2/-2 | 1 |
2187
-| Michael Muré | 1 | +4/-0 | 1 |
2188
-| Alex Good | 1 | +4/-0 | 2 |
2189
-| aarshkshah1992 | 1 | +2/-1 | 1 |
2190
-| susarlanikhilesh | 1 | +1/-1 | 1 |
2191
-| falstack | 1 | +1/-1 | 1 |
2192
-| Michael Vorburger ⛑️ | 1 | +1/-1 | 1 |
2193
-| Ismail Khoffi | 1 | +1/-1 | 1 |
2194
-| George Xie | 1 | +1/-1 | 1 |
2195
-| Bryan Stenson | 1 | +1/-1 | 1 |
2196
-| Lars Gierth | 1 | +1/-0 | 1 |
2197
-
2198
-## v0.10.0 2021-09-30
2199
-
2200
-We're happy to announce go-ipfs 0.10.0. This release brings some big changes to the IPLD internals of go-ipfs that make working with non-UnixFS DAGs easier than ever. There are also a variety of new commands and configuration options available.
2201
-
2202
-As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
2203
-
2204
-### 🛠 TLDR: BREAKING CHANGES
2205
-
2206
-- `ipfs dag get`
2207
- - default output changed to [`dag-json`](https://ipld.io/specs/codecs/dag-json/spec/)
2208
- - dag-pb (e.g. unixfs) field names changed - impacts userland code that works with `dag-pb` objects returned by `dag get`
2209
- - no longer emits an additional new-line character at the end of the data output
2210
-- `ipfs dag put`
2211
- - defaults changed to reduce ambiguity and surprises: input is now assumed to be [`dag-json`](https://ipld.io/specs/codecs/dag-json/spec/), and data is serialized to [`dag-cbor`](https://ipld.io/specs/codecs/dag-cbor/spec/) at rest.
2212
- - `--format` and `--input-enc` were removed and replaced with `--store-codec` and `--input-codec`
2213
- - codec names now match the ones defined in the [multicodec table](https://github.com/multiformats/multicodec/blob/master/table.csv)
2214
- - dag-pb (e.g. unixfs) field names changed - impacts userland code that works with `dag-pb` objects stored via `dag put`
2215
-
2216
-Keep reading to learn more details.
2217
-
2218
-### 🔦 Highlights
2219
-
2220
-#### 🌲 IPLD Levels Up
2221
-
2222
-The handling of data serialization as well as many aspects of DAG traversal and pathing have been migrated from older libraries, including [go-merkledag](https://github.com/ipfs/go-merkledag) and [go-ipld-format](https://github.com/ipfs/go-ipld-format) to the new **[go-ipld-prime](https://github.com/ipld/go-ipld-prime)** library and its components. This allows us to use many of the newer tools afforded by go-ipld-prime, stricter and more uniform codec implementations, support for additional (pluggable) codecs, and some minor performance improvements.
2223
-
2224
-This is significant refactor of a core component that touches many parts of IPFS, and does come with some **breaking changes**:
2225
-
2226
-* **IPLD plugins**:
2227
- * The `PluginIPLD` interface has been changed to utilize go-ipld-prime. There is a demonstration of the change in the [bundled git plugin](./plugin/plugins/git/).
2228
-* **The semantics of `dag put` and `dag get` change**:
2229
- * `dag get` now takes the `output-codec` option which accepts a [multicodec](https://docs.ipfs.io/concepts/glossary/#multicodec) name used to encode the output. By default this is `dag-json`, which is a strict and deterministic subset of JSON created by the IPLD team. Users may notice differences from the previously plain Go JSON output, particularly where bytes are concerned which are now encoded using a form similar to CIDs: `{"/":{"bytes":"unpadded-base64-bytes"}}` rather than the previously Go-specific plain padded base64 string. See the [dag-json specification](https://ipld.io/specs/codecs/dag-json/spec/) for an explanation of these forms.
2230
- * `dag get` no longer prints an additional new-line character at the end of the encoded block output. This means that the output as presented by `dag get` are the exact bytes of the requested node. A round-trip of such bytes back in through `dag put` using the same codec should result in the same CID.
2231
- * `dag put` uses the `input-codec` option to specify the multicodec name of the format data is being provided in, and the `store-codec` option to specify the multicodec name of the format the data should be stored in at rest. These formerly defaulted to `json` and `cbor` respectively. They now default to `dag-json` and `dag-cbor` respectively but may be changed to any supported codec (bundled or loaded via plugin) by its [multicodec name](https://github.com/multiformats/multicodec/blob/master/table.csv).
2232
- * The `json` and `cbor` multicodec names (as used by `input-enc` and `format` options) are now no longer aliases for `dag-json` and `dag-cbor` respectively. Instead, they now refer to their proper [multicodec](https://github.com/multiformats/multicodec/blob/master/table.csv) types. `cbor` refers to a plain CBOR format, which will not encode CIDs and does not have strict deterministic encoding rules. `json` is a plain JSON format, which also won't encode CIDs and will encode bytes in the Go-specific padded base64 string format rather than the dag-json method of byte encoding. See https://ipld.io/specs/codecs/ for more information on IPLD codecs.
2233
- * `protobuf` is no longer used as the codec name for `dag-pb`
2234
- * The codec name `raw` is used to mean Bytes in the [IPLD Data Model](https://github.com/ipld/specs/blob/master/data-model-layer/data-model.md#bytes-kind)
2235
-* **UnixFS refactor**. The **dag-pb codec**, which is used to encode UnixFS data for IPFS, is now represented through the `dag` API in a form that mirrors the protobuf schema used to define the binary format. This unifies the implementations and specification of dag-pb across the IPLD and IPFS stacks. Previously, additional layers of code for file and directory handling within IPFS between protobuf serialization and UnixFS obscured the protobuf representation. Much of this code has now been replaced and there are fewer layers of transformation. This means that interacting with dag-pb data via the `dag` API will use different forms:
2236
- * Previously, using `dag get` on a dag-pb block would present the block serialized as JSON as `{"data":"padded-base64-bytes","links":[{"Name":"foo","Size":100,"Cid":{"/":"Qm..."}},...]}`.
2237
- * Now, the dag-pb data with dag-json codec for output will be serialized using the data model from the [dag-pb specification](https://ipld.io/specs/codecs/dag-pb/spec/): `{"Data":{"/":{"bytes":"unpadded-base64-bytes"}},"Links":[{"Name":"foo","Tsize":100,"Hash":{"/":"Qm..."}},...]}`. Aside from the change in byte formatting, most field names have changed: `data` → `Data`, `links` → `Links`, `Size` → `Tsize`, `Cid` → `Hash`. Note that this output can be changed now using the `output-codec` option to specify an alternative codec.
2238
- * Similarly, using `dag put` and a `store-codec` option of `dag-pb` now requires that the input conform to this dag-pb specified form. Previously, input using `{"data":"...","links":[...]}` was accepted, now it must be `{"Data":"...","Links":[...]}`.
2239
- * Previously it was not possible to use paths to navigate to any of these properties of a dag-pb node, the only possible paths were named links, e.g. `dag get QmFoo/NamedLink` where `NamedLink` was one of the links whose name was `NamedLink`. This functionality remains the same, but by prefixing the path with `/ipld/` we enter data model pathing semantics and can `dag get /ipld/QmFoo/Links/0/Hash` to navigate to links or `/ipld/QmFoo/Data` to simply retrieve the data section of the node, for example.
2240
- * ℹ See the [dag-pb specification](https://ipld.io/specs/codecs/dag-pb/) for details on the codec and its data model representation.
2241
- * ℹ See this [detailed write-up](https://github.com/ipld/ipld/blob/master/design/tricky-choices/dag-pb-forms-impl-and-use.md) for further background on these changes.
2242
-
2243
-#### Ⓜ Multibase Command
2244
-
2245
-go-ipfs now provides utility commands for working with [multibase](https://docs.ipfs.io/concepts/glossary/#multibase):
2246
-
2247
-```console
2248
-$ echo -n hello | ipfs multibase encode -b base16 > file-mbase16
2249
-$ cat file-mbase16
2250
-f68656c6c6f
2251
-
2252
-$ ipfs multibase decode file-mbase16
2253
-hello
2254
-
2255
-$ cat file-mbase16 | ipfs multibase decode
2256
-hello
2257
-
2258
-$ ipfs multibase transcode -b base2 file-mbase16
2259
-00110100001100101011011000110110001101111
2260
-```
2261
-
2262
-See `ipfs multibase --help` for more examples.
2263
-
2264
-#### 🔨 Bitswap now supports greater configurability
2265
-
2266
-This release adds an [`Internal` section](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#internal) to the configuration file that is designed to help advanced users optimize their setups without needing a custom binary. The `Internal` section is not guaranteed to be the same from release to release and may not be covered by migrations. If you use the `Internal` section you should be making sure to check the config documentation between releases for any changes.
2267
-
2268
-#### 🐚 Programmatic shell completions command
2269
-
2270
-`ipfs commands completion bash` will generate a bash completion script for go-ipfs commands
2271
-
2272
-#### 📜 Profile collection command
2273
-
2274
-Performance profiles can now be collected using `ipfs diag profile`. If you need to do some debugging or have an issue to submit the collected profiles are very useful to have around.
2275
-
2276
-#### 🍎 Mac OS notarized binaries
2277
-
2278
-The go-ipfs and related migration binaries (for both Intel and Apple Sillicon) are now signed and notarized to make Mac OS installation easier.
2279
-
2280
-#### 👨👩👦 Improved MDNS
2281
-
2282
-There is a completed implementation of the revised libp2p MDNS spec. This should result in better MDNS discovery and better local/offline operation as a result.
2283
-
2284
-#### 🚗 CAR import statistics
2285
-
2286
-`dag import` command now supports `--stats` option which will include the number of imported blocks and their total size in the output.
2287
-
2288
-#### 🕸 Peering command
2289
-
2290
-This release adds `swarm peering` command for easy management of the peering subsystem. Peer in the peering subsystem is maintained to be connected at all times, and gets reconnected on disconnect with a back-off.
2291
-
2292
-See `ipfs swarm peering --help` for more details.
2293
-
2294
-### Changelog
2295
-
2296
-- github.com/ipfs/go-ipfs:
2297
- - fuse: load unixfs adls as their dagpb substrates
2298
- - enable the legacy mDNS implementation
2299
- - test: add dag get --ouput-codec test
2300
- - change ipfs dag get flag name from format to output-codec
2301
- - test: check behavior of loading UnixFS sharded directories with missing shards
2302
- - remove dag put option shortcuts
2303
- - change names of ipfs dag put flags to make changes clearer
2304
- - feat: dag import --stats (#8237) ([ipfs/go-ipfs#8237](https://github.com/ipfs/go-ipfs/pull/8237))
2305
- - feat: ipfs-webui v2.13.0 (#8430) ([ipfs/go-ipfs#8430](https://github.com/ipfs/go-ipfs/pull/8430))
2306
- - feat(cli): add daemon option --agent-version-suffix (#8419) ([ipfs/go-ipfs#8419](https://github.com/ipfs/go-ipfs/pull/8419))
2307
- - feat: multibase transcode command (#8403) ([ipfs/go-ipfs#8403](https://github.com/ipfs/go-ipfs/pull/8403))
2308
- - fix: take the lock while listing peers
2309
- - feature: 'ipfs swarm peering' command (#8147) ([ipfs/go-ipfs#8147](https://github.com/ipfs/go-ipfs/pull/8147))
2310
- - fix(sharness): add extra check in flush=false in files write
2311
- - chore: update IPFS Desktop testing steps (#8393) ([ipfs/go-ipfs#8393](https://github.com/ipfs/go-ipfs/pull/8393))
2312
- - add more buttons; remove some sections covered in the docs; general cleanup
2313
- - Cosmetic fixups in examples (#8325) ([ipfs/go-ipfs#8325](https://github.com/ipfs/go-ipfs/pull/8325))
2314
- - perf: use performance-enhancing FUSE mount options
2315
- - ci: publish Docker images for bifrost-* branches
2316
- - chore: add comments to peerlog plugin about being unsupported
2317
- - test: add unit tests for peerlog config parsing
2318
- - ci: preload peerlog plugin, disable by default
2319
- - fix(mkreleaselog): specify the parent commit when diffing
2320
- - update go-libp2p to v0.15.0-rc.1 ([ipfs/go-ipfs#8354](https://github.com/ipfs/go-ipfs/pull/8354))
2321
- - feat: add 'ipfs multibase' commands (#8180) ([ipfs/go-ipfs#8180](https://github.com/ipfs/go-ipfs/pull/8180))
2322
- - support bitswap configurability (#8268) ([ipfs/go-ipfs#8268](https://github.com/ipfs/go-ipfs/pull/8268))
2323
- - IPLD Prime In IPFS: Target Merge Branch (#7976) ([ipfs/go-ipfs#7976](https://github.com/ipfs/go-ipfs/pull/7976))
2324
- - ci: upgrade to Go 1.16.7 on CI ([ipfs/go-ipfs#8324](https://github.com/ipfs/go-ipfs/pull/8324))
2325
- - Add flag to create parent directories in files cp command ([ipfs/go-ipfs#8340](https://github.com/ipfs/go-ipfs/pull/8340))
2326
- - fix: avoid out of bounds error when rendering short hashes ([ipfs/go-ipfs#8318](https://github.com/ipfs/go-ipfs/pull/8318))
2327
- - fix: remove some deprecated calls ([ipfs/go-ipfs#8296](https://github.com/ipfs/go-ipfs/pull/8296))
2328
- - perf: set an appropriate capacity ([ipfs/go-ipfs#8244](https://github.com/ipfs/go-ipfs/pull/8244))
2329
- - Fix: Use a pointer type on IpfsNode.Peering ([ipfs/go-ipfs#8331](https://github.com/ipfs/go-ipfs/pull/8331))
2330
- - fix: macos notarized fs-repo-migrations (#8333) ([ipfs/go-ipfs#8333](https://github.com/ipfs/go-ipfs/pull/8333))
2331
- - README.md: Add MacPorts to install section ([ipfs/go-ipfs#8220](https://github.com/ipfs/go-ipfs/pull/8220))
2332
- - feat: register first block metric by default ([ipfs/go-ipfs#8332](https://github.com/ipfs/go-ipfs/pull/8332))
2333
- - Build a go-ipfs:extras docker image ([ipfs/go-ipfs#8142](https://github.com/ipfs/go-ipfs/pull/8142))
2334
- - fix/go-ipfs-as-a-library ([ipfs/go-ipfs#8266](https://github.com/ipfs/go-ipfs/pull/8266))
2335
- - Expose additional migration APIs (#8153) ([ipfs/go-ipfs#8153](https://github.com/ipfs/go-ipfs/pull/8153))
2336
- - point ipfs to pinner that syncs on every pin (#8231) ([ipfs/go-ipfs#8231](https://github.com/ipfs/go-ipfs/pull/8231))
2337
- - docs: chocolatey package name
2338
- - Disambiguate online/offline naming in sharness tests ([ipfs/go-ipfs#8254](https://github.com/ipfs/go-ipfs/pull/8254))
2339
- - Rename DOCKER_HOST to TEST_DOCKER_HOST to avoid conflicts ([ipfs/go-ipfs#8283](https://github.com/ipfs/go-ipfs/pull/8283))
2340
- - feat: add an "ipfs diag profile" command ([ipfs/go-ipfs#8291](https://github.com/ipfs/go-ipfs/pull/8291))
2341
- - Merge branch 'release'
2342
- - feat: improve mkreleaslog ([ipfs/go-ipfs#8290](https://github.com/ipfs/go-ipfs/pull/8290))
2343
- - Add test with expected failure for #3503 ([ipfs/go-ipfs#8280](https://github.com/ipfs/go-ipfs/pull/8280))
2344
- - Create PATCH_RELEASE_TEMPLATE.md
2345
- - fix document error ([ipfs/go-ipfs#8271](https://github.com/ipfs/go-ipfs/pull/8271))
2346
- - feat: webui v2.12.4
2347
- - programmatic shell completions ([ipfs/go-ipfs#8043](https://github.com/ipfs/go-ipfs/pull/8043))
2348
- - test: gateway response for bafkqaaa
2349
- - doc(README): update chat links (and misc fixes) ([ipfs/go-ipfs#8222](https://github.com/ipfs/go-ipfs/pull/8222))
2350
- - link to the actual doc (#8126) ([ipfs/go-ipfs#8126](https://github.com/ipfs/go-ipfs/pull/8126))
2351
- - Improve peer hints for pin remote add (#8143) ([ipfs/go-ipfs#8143](https://github.com/ipfs/go-ipfs/pull/8143))
2352
- - fix(mkreleaselog): support multiple commit authors ([ipfs/go-ipfs#8214](https://github.com/ipfs/go-ipfs/pull/8214))
2353
- - fix(mkreleaselog): handle commit 0 ([ipfs/go-ipfs#8121](https://github.com/ipfs/go-ipfs/pull/8121))
2354
- - bump snap to build with Go 1.16
2355
- - chore: update CHANGELOG
2356
- - chore: switch tar-utils dep to ipfs org
2357
- - feat: print error on bootstrap failure ([ipfs/go-ipfs#8166](https://github.com/ipfs/go-ipfs/pull/8166))
2358
- - fix: typo in migration error
2359
- - refactor: improved humanNumber and humanSI
2360
- - feat: humanized durations in stat provide
2361
- - feat: humanized numbers in stat provide
2362
- - feat: add a text output encoding for the stats provide command
2363
- - fix: webui-2.12.3
2364
- - refactor(pinmfs): log error if pre-existing pin failed (#8056) ([ipfs/go-ipfs#8056](https://github.com/ipfs/go-ipfs/pull/8056))
2365
- - config.md: fix typos/improve wording ([ipfs/go-ipfs#8031](https://github.com/ipfs/go-ipfs/pull/8031))
2366
- - fix(peering_test) : Fix the peering_test to check the connection explicitly added ([ipfs/go-ipfs#8140](https://github.com/ipfs/go-ipfs/pull/8140))
2367
- - build: ignore generated files in changelog ([ipfs/go-ipfs#7712](https://github.com/ipfs/go-ipfs/pull/7712))
2368
- - update version to 0.10.0-dev ([ipfs/go-ipfs#8136](https://github.com/ipfs/go-ipfs/pull/8136))
2369
-- github.com/ipfs/go-bitswap (v0.3.4 -> v0.4.0):
2370
- - More stats, knobs and tunings (#514) ([ipfs/go-bitswap#514](https://github.com/ipfs/go-bitswap/pull/514))
2371
- - fix: fix a map access race condition in the want index ([ipfs/go-bitswap#523](https://github.com/ipfs/go-bitswap/pull/523))
2372
- - fix: make blockstore cancel test less timing dependent ([ipfs/go-bitswap#507](https://github.com/ipfs/go-bitswap/pull/507))
2373
- - fix(decision): fix a datarace on disconnect ([ipfs/go-bitswap#508](https://github.com/ipfs/go-bitswap/pull/508))
2374
- - optimize the lookup which peers are waiting for a given block ([ipfs/go-bitswap#486](https://github.com/ipfs/go-bitswap/pull/486))
2375
- - fix: hold the task worker lock when starting task workers ([ipfs/go-bitswap#504](https://github.com/ipfs/go-bitswap/pull/504))
2376
- - fix: Nil dereference while using SetSendDontHaves ([ipfs/go-bitswap#488](https://github.com/ipfs/go-bitswap/pull/488))
2377
- - Fix flaky tests in message queue ([ipfs/go-bitswap#497](https://github.com/ipfs/go-bitswap/pull/497))
2378
- - Fix flaky DontHaveTimeoutManger tests ([ipfs/go-bitswap#495](https://github.com/ipfs/go-bitswap/pull/495))
2379
- - sync: update CI config files ([ipfs/go-bitswap#485](https://github.com/ipfs/go-bitswap/pull/485))
2380
-- github.com/ipfs/go-blockservice (v0.1.4 -> v0.1.7):
2381
- - update go-bitswap to v0.3.4 ([ipfs/go-blockservice#78](https://github.com/ipfs/go-blockservice/pull/78))
2382
- - fix staticcheck ([ipfs/go-blockservice#75](https://github.com/ipfs/go-blockservice/pull/75))
2383
- - fix: handle missing session exchange in Session ([ipfs/go-blockservice#73](https://github.com/ipfs/go-blockservice/pull/73))
2384
-- github.com/ipfs/go-datastore (v0.4.5 -> v0.4.6):
2385
- - sync: update CI config files ([ipfs/go-datastore#175](https://github.com/ipfs/go-datastore/pull/175))
2386
- - speedup tests ([ipfs/go-datastore#177](https://github.com/ipfs/go-datastore/pull/177))
2387
- - test: reduce element count when the race detector is enabled ([ipfs/go-datastore#176](https://github.com/ipfs/go-datastore/pull/176))
2388
- - fix staticcheck ([ipfs/go-datastore#173](https://github.com/ipfs/go-datastore/pull/173))
2389
- - remove Makefile ([ipfs/go-datastore#172](https://github.com/ipfs/go-datastore/pull/172))
2390
-- github.com/ipfs/go-ds-badger (v0.2.6 -> v0.2.7):
2391
- - Log start and end of GC rounds ([ipfs/go-ds-badger#115](https://github.com/ipfs/go-ds-badger/pull/115))
2392
-- github.com/ipfs/go-fs-lock (v0.0.6 -> v0.0.7):
2393
- - chore: update log ([ipfs/go-fs-lock#24](https://github.com/ipfs/go-fs-lock/pull/24))
2394
- - sync: update CI config files ([ipfs/go-fs-lock#21](https://github.com/ipfs/go-fs-lock/pull/21))
2395
- - fix TestLockedByOthers on Windows ([ipfs/go-fs-lock#19](https://github.com/ipfs/go-fs-lock/pull/19))
2396
-- github.com/ipfs/go-ipfs-config (v0.14.0 -> v0.16.0):
2397
- - feat: add Internal and Internal.Bitswap config options
2398
- - feat: add an OptionalInteger type
2399
- - fix: make sure the Priority type properly implements the JSON marshal/unmarshal interfaces
2400
- - fix: remove deprecated calls ([ipfs/go-ipfs-config#138](https://github.com/ipfs/go-ipfs-config/pull/138))
2401
- - sync: update CI config files ([ipfs/go-ipfs-config#132](https://github.com/ipfs/go-ipfs-config/pull/132))
2402
- - remove period, fix staticcheck ([ipfs/go-ipfs-config#131](https://github.com/ipfs/go-ipfs-config/pull/131))
2403
-- github.com/ipfs/go-ipfs-pinner (v0.1.1 -> v0.1.2):
2404
- - Fix/minimize rebuild (#15) ([ipfs/go-ipfs-pinner#15](https://github.com/ipfs/go-ipfs-pinner/pull/15))
2405
- - Define ErrNotPinned alongside the Pinner interface
2406
- - fix staticcheck ([ipfs/go-ipfs-pinner#11](https://github.com/ipfs/go-ipfs-pinner/pull/11))
2407
- - fix: remove the rest of the pb backed pinner ([ipfs/go-ipfs-pinner#9](https://github.com/ipfs/go-ipfs-pinner/pull/9))
2408
- - Remove old ipldpinner that has been replaced by dspinner ([ipfs/go-ipfs-pinner#7](https://github.com/ipfs/go-ipfs-pinner/pull/7))
2409
- - optimize CheckIfPinned ([ipfs/go-ipfs-pinner#6](https://github.com/ipfs/go-ipfs-pinner/pull/6))
2410
-- github.com/ipfs/go-ipfs-provider (v0.5.1 -> v0.6.1):
2411
- - Update to IPLD Prime (#32) ([ipfs/go-ipfs-provider#32](https://github.com/ipfs/go-ipfs-provider/pull/32))
2412
-- github.com/ipfs/go-ipld-git (v0.0.4 -> v0.1.1):
2413
- - return ErrUnexpectedEOF when Decode input is too short
2414
- - Update go-ipld-git to a go-ipld-prime codec (#46) ([ipfs/go-ipld-git#46](https://github.com/ipfs/go-ipld-git/pull/46))
2415
- - fix staticcheck ([ipfs/go-ipld-git#49](https://github.com/ipfs/go-ipld-git/pull/49))
2416
- - change WriteTo to the standard signature ([ipfs/go-ipld-git#47](https://github.com/ipfs/go-ipld-git/pull/47))
2417
- - don't copy mutexes ([ipfs/go-ipld-git#48](https://github.com/ipfs/go-ipld-git/pull/48))
2418
-- github.com/ipfs/go-ipns (v0.1.0 -> v0.1.2):
2419
- - fix: remove deprecated calls ([ipfs/go-ipns#30](https://github.com/ipfs/go-ipns/pull/30))
2420
- - remove Makefile ([ipfs/go-ipns#27](https://github.com/ipfs/go-ipns/pull/27))
2421
-- github.com/ipfs/go-log/v2 (v2.1.3 -> v2.3.0):
2422
- - Stop defaulting to color output on non-TTY ([ipfs/go-log#116](https://github.com/ipfs/go-log/pull/116))
2423
- - feat: add ability to use custom zap core ([ipfs/go-log#114](https://github.com/ipfs/go-log/pull/114))
2424
- - fix staticcheck ([ipfs/go-log#112](https://github.com/ipfs/go-log/pull/112))
2425
- - test: fix flaky label test ([ipfs/go-log#111](https://github.com/ipfs/go-log/pull/111))
2426
- - per-subsystem log-levels ([ipfs/go-log#109](https://github.com/ipfs/go-log/pull/109))
2427
- - fix: don't panic on invalid log labels ([ipfs/go-log#110](https://github.com/ipfs/go-log/pull/110))
2428
-- github.com/ipfs/go-merkledag (v0.3.2 -> v0.4.0):
2429
- - Use IPLD-prime: target merge branch ([ipfs/go-merkledag#67](https://github.com/ipfs/go-merkledag/pull/67))
2430
- - sync: update CI config files ([ipfs/go-merkledag#70](https://github.com/ipfs/go-merkledag/pull/70))
2431
- - staticcheck ([ipfs/go-merkledag#69](https://github.com/ipfs/go-merkledag/pull/69))
2432
- - Fix bug in dagutils MergeDiffs. (#59) ([ipfs/go-merkledag#59](https://github.com/ipfs/go-merkledag/pull/59))
2433
- - chore: add tests to verify allowable data layouts ([ipfs/go-merkledag#58](https://github.com/ipfs/go-merkledag/pull/58))
2434
-- github.com/ipfs/go-namesys (v0.3.0 -> v0.3.1):
2435
- - fix: remove deprecated call to pk.Bytes ([ipfs/go-namesys#19](https://github.com/ipfs/go-namesys/pull/19))
2436
-- github.com/ipfs/go-path (v0.0.9 -> v0.1.2):
2437
- - fix: give one minute timeouts to function calls instead of block retrievals ([ipfs/go-path#44](https://github.com/ipfs/go-path/pull/44))
2438
- - IPLD Prime In IPFS: Target Merge Branch (#36) ([ipfs/go-path#36](https://github.com/ipfs/go-path/pull/36))
2439
- - remove Makefile ([ipfs/go-path#40](https://github.com/ipfs/go-path/pull/40))
2440
- - sync: update CI config files ([ipfs/go-path#39](https://github.com/ipfs/go-path/pull/39))
2441
-- github.com/ipfs/go-peertaskqueue (v0.2.0 -> v0.4.0):
2442
- - add stats
2443
- - Have a configurable maximum active work per peer ([ipfs/go-peertaskqueue#10](https://github.com/ipfs/go-peertaskqueue/pull/10))
2444
- - sync: update CI config files ([ipfs/go-peertaskqueue#13](https://github.com/ipfs/go-peertaskqueue/pull/13))
2445
- - fix staticcheck ([ipfs/go-peertaskqueue#12](https://github.com/ipfs/go-peertaskqueue/pull/12))
2446
- - fix go vet ([ipfs/go-peertaskqueue#11](https://github.com/ipfs/go-peertaskqueue/pull/11))
2447
-- github.com/ipfs/go-unixfsnode (null -> v1.1.3):
2448
- - make UnixFSHAMTShard implement the ADL interface (#11) ([ipfs/go-unixfsnode#11](https://github.com/ipfs/go-unixfsnode/pull/11))
2449
-- github.com/ipfs/interface-go-ipfs-core (v0.4.0 -> v0.5.1):
2450
- - IPLD In IPFS: Target Merge Branch (#67) ([ipfs/interface-go-ipfs-core#67](https://github.com/ipfs/interface-go-ipfs-core/pull/67))
2451
- - fix staticcheck ([ipfs/interface-go-ipfs-core#72](https://github.com/ipfs/interface-go-ipfs-core/pull/72))
2452
- - remove Makefile ([ipfs/interface-go-ipfs-core#70](https://github.com/ipfs/interface-go-ipfs-core/pull/70))
2453
-- github.com/ipld/go-codec-dagpb (v1.2.0 -> v1.3.0):
2454
- - fix staticcheck warnings ([ipld/go-codec-dagpb#29](https://github.com/ipld/go-codec-dagpb/pull/29))
2455
- - update go-ipld-prime, use go:generate
2456
- - allow decoding PBNode fields in any order
2457
- - expose APIs without Reader/Writer overhead
2458
- - preallocate 1KiB on the stack for marshals
2459
- - encode directly with a []byte
2460
- - decode directly with a []byte
2461
- - remove unnecessary xerrors dep
2462
-- github.com/ipld/go-ipld-prime (v0.9.1-0.20210324083106-dc342a9917db -> v0.12.2):
2463
- - Printer feature ([ipld/go-ipld-prime#238](https://github.com/ipld/go-ipld-prime/pull/238))
2464
- - schema: keep TypeSystem names ordered
2465
- - schema/dmt: redesign with bindnode and add Compile
2466
- - codec: make cbor and json codecs use ErrUnexpectedEOF
2467
- - bindnode: fix for stringjoin struct emission when first field is the empty string ([ipld/go-ipld-prime#239](https://github.com/ipld/go-ipld-prime/pull/239))
2468
- - schema: typekind names are not capitalized.
2469
- - Bindnode fixes continued ([ipld/go-ipld-prime#233](https://github.com/ipld/go-ipld-prime/pull/233))
2470
- - helper methods for encoding and decoding ([ipld/go-ipld-prime#232](https://github.com/ipld/go-ipld-prime/pull/232))
2471
- - mark v0.12.0
2472
- - Major refactor: extract datamodel package.
2473
- ([ipld/go-ipld-prime#228](https://github.com/ipld/go-ipld-prime/pull/228))
2474
- - Fix ExploreRecursive stopAt condition, add tests, add error return to Explore (#229) ([ipld/go-ipld-prime#229](https://github.com/ipld/go-ipld-prime/pull/229))
2475
- - selector: add tests which are driven by language-agnostic spec fixtures. ([ipld/go-ipld-prime#231](https://github.com/ipld/go-ipld-prime/pull/231))
2476
- - selector: Improve docs for implementors. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
2477
- - Bindnode fixes of opportunity ([ipld/go-ipld-prime#226](https://github.com/ipld/go-ipld-prime/pull/226))
2478
- - node/bindnode: redesign the shape of unions in Go ([ipld/go-ipld-prime#223](https://github.com/ipld/go-ipld-prime/pull/223))
2479
- - summary of the v0.11.0 changelog should holler even more about how cool bindnode is.
2480
- - mark v0.11.0
2481
- - node/bindnode: mark as experimental in its godoc.
2482
- - codecs: more docs, a terminology guide, consistency in options. ([ipld/go-ipld-prime#221](https://github.com/ipld/go-ipld-prime/pull/221))
2483
- - Changelog backfill.
2484
- - selectors: docs enhancements, new construction helpers. ([ipld/go-ipld-prime#199](https://github.com/ipld/go-ipld-prime/pull/199))
2485
- - Changelog backfill.
2486
- - Allow parsing of single Null tokens from refmt
2487
- - Add link conditions for 'stop-at' expression in ExploreRecursive selector ([ipld/go-ipld-prime#214](https://github.com/ipld/go-ipld-prime/pull/214))
2488
- - Remove base64 padding for dag-json bytes as per spec
2489
- - node/bindnode: temporarily skip Links schema test
2490
- - test: add test for traversal of typed node links
2491
- - fix: typed links LinkTargetNodePrototype should return ReferencedType
2492
- - Make `go vet` happy
2493
- - Add MapSortMode to MarshalOptions
2494
- - Add {Unm,M}arshalOptions for explicit mode switching for cbor vs dagcbor
2495
- - Sort map entries marshalling dag-cbor
2496
- - node/bindnode: first pass at inferring IPLD schemas
2497
- - Add {Unm,M}arshalOptions for explicit mode switching for json vs dagjson
2498
- - Make tests pass with sorted dag-json output
2499
- - Sort map entries marshalling dag-json
2500
- - Simplify refmt usage
2501
- - Fix failing test using dagjson encoding
2502
- - Fix some failing tests using dagjson
2503
- - Remove pretty-printing
2504
- - Update readme linking to specs and meta repo.
2505
- - Fix example names so they render on go.pkg.dev.
2506
- - fluent/quip: remove in favor of qp
2507
- - node/basic: add Chooser
2508
- - schema: add TypedPrototype
2509
- - node/bindnode: rethink and better document APIs
2510
- - node/tests: cover yet more interface methods
2511
- - node/tests: cover more error cases for scalar kinds
2512
- - node/tests: add more extensive scalar kind tests
2513
- - node/bindnode: start running all schema tests
2514
- - mark v0.10.0
2515
- - More changelog grooming.
2516
- - Changelog grooming.
2517
- - node/tests: put most of the schema test cases here
2518
- - Add more explicit discussion of indicies to ListIterator.
2519
- - node/bindnode: start of a reflect-based Node implementation
2520
- - add DeepEqual and start using it in tests
2521
- - Add enumerate methods to the multicodec registries. ([ipld/go-ipld-prime#176](https://github.com/ipld/go-ipld-prime/pull/176))
2522
- - Make a multicodec.Registry type available. ([ipld/go-ipld-prime#172](https://github.com/ipld/go-ipld-prime/pull/172))
2523
- - fluent/qp: don't panic on string panics
2524
- - Allow emitting & parsing of bytes per dagjson codec spec ([ipld/go-ipld-prime#166](https://github.com/ipld/go-ipld-prime/pull/166))
2525
- - Package docs for dag-cbor.
2526
- - Update package docs.
2527
- - schema/gen/go: apply gofmt automatically ([ipld/go-ipld-prime#163](https://github.com/ipld/go-ipld-prime/pull/163))
2528
- - schema/gen/go: fix remaining vet warnings on generated code
2529
- - schema/gen/go: batch file writes via a bytes.Buffer ([ipld/go-ipld-prime#161](https://github.com/ipld/go-ipld-prime/pull/161))
2530
- - schema/gen/go: avoid Maybe pointers for small types
2531
- - fix readme formatting typo
2532
- - feat(linksystem): add reification to LinkSystem ([ipld/go-ipld-prime#158](https://github.com/ipld/go-ipld-prime/pull/158))
2533
-- github.com/libp2p/go-addr-util (v0.0.2 -> v0.1.0):
2534
- - stop using the deprecated go-multiaddr-net package ([libp2p/go-addr-util#34](https://github.com/libp2p/go-addr-util/pull/34))
2535
- - Remove `IsFDCostlyTransport` ([libp2p/go-addr-util#31](https://github.com/libp2p/go-addr-util/pull/31))
2536
-- github.com/libp2p/go-libp2p (v0.14.3 -> v0.15.0):
2537
- - chore: update go-tcp-transport to v0.2.8
2538
- - implement the new mDNS spec, move the old mDNS implementation (#1161) ([libp2p/go-libp2p#1161](https://github.com/libp2p/go-libp2p/pull/1161))
2539
- - remove deprecated basichost.New constructor ([libp2p/go-libp2p#1156](https://github.com/libp2p/go-libp2p/pull/1156))
2540
- - Make BasicHost.evtLocalAddrsUpdated event emitter stateful. ([libp2p/go-libp2p#1147](https://github.com/libp2p/go-libp2p/pull/1147))
2541
- - fix: deflake multipro echo test ([libp2p/go-libp2p#1149](https://github.com/libp2p/go-libp2p/pull/1149))
2542
- - fix(basic_host): stream not closed when context done ([libp2p/go-libp2p#1148](https://github.com/libp2p/go-libp2p/pull/1148))
2543
- - chore: update deps ([libp2p/go-libp2p#1141](https://github.com/libp2p/go-libp2p/pull/1141))
2544
- - remove secio from examples ([libp2p/go-libp2p#1143](https://github.com/libp2p/go-libp2p/pull/1143))
2545
- - remove deprecated Filter option ([libp2p/go-libp2p#1132](https://github.com/libp2p/go-libp2p/pull/1132))
2546
- - fix: remove deprecated call ([libp2p/go-libp2p#1136](https://github.com/libp2p/go-libp2p/pull/1136))
2547
- - test: fix flaky example test ([libp2p/go-libp2p#1135](https://github.com/libp2p/go-libp2p/pull/1135))
2548
- - remove deprecated identify.ClientVersion ([libp2p/go-libp2p#1133](https://github.com/libp2p/go-libp2p/pull/1133))
2549
- - remove Go version requirement and note about Go modules from README ([libp2p/go-libp2p#1126](https://github.com/libp2p/go-libp2p/pull/1126))
2550
- - Error assignment fix ([libp2p/go-libp2p#1124](https://github.com/libp2p/go-libp2p/pull/1124))
2551
- - perf/basic_host: Don't handle address change if we hasn't anyone ([libp2p/go-libp2p#1115](https://github.com/libp2p/go-libp2p/pull/1115))
2552
-- github.com/libp2p/go-libp2p-core (v0.8.5 -> v0.9.0):
2553
- - feat: remove unused metrics (#208) ([libp2p/go-libp2p-core#208](https://github.com/libp2p/go-libp2p-core/pull/208))
2554
- - feat: keep addresses for longer (#207) ([libp2p/go-libp2p-core#207](https://github.com/libp2p/go-libp2p-core/pull/207))
2555
- - remove deprecated key stretching struct / function (#203) ([libp2p/go-libp2p-core#203](https://github.com/libp2p/go-libp2p-core/pull/203))
2556
- - remove deprecated Bytes method from the Key interface (#204) ([libp2p/go-libp2p-core#204](https://github.com/libp2p/go-libp2p-core/pull/204))
2557
- - remove deprecated functions in the peer package (#205) ([libp2p/go-libp2p-core#205](https://github.com/libp2p/go-libp2p-core/pull/205))
2558
- - remove deprecated constructor for the insecure transport (#206) ([libp2p/go-libp2p-core#206](https://github.com/libp2p/go-libp2p-core/pull/206))
2559
- - feat: add helper functions for working with addr infos (#202) ([libp2p/go-libp2p-core#202](https://github.com/libp2p/go-libp2p-core/pull/202))
2560
- - fix: make timestamps strictly increasing (#201) ([libp2p/go-libp2p-core#201](https://github.com/libp2p/go-libp2p-core/pull/201))
2561
- - ci: use github-actions for compatibility testing (#200) ([libp2p/go-libp2p-core#200](https://github.com/libp2p/go-libp2p-core/pull/200))
2562
- - sync: update CI config files (#189) ([libp2p/go-libp2p-core#189](https://github.com/libp2p/go-libp2p-core/pull/189))
2563
- - remove minimum Go version from README (#199) ([libp2p/go-libp2p-core#199](https://github.com/libp2p/go-libp2p-core/pull/199))
2564
- - remove flaky tests (#194) ([libp2p/go-libp2p-core#194](https://github.com/libp2p/go-libp2p-core/pull/194))
2565
- - reduce default timeouts to 15s (#192) ([libp2p/go-libp2p-core#192](https://github.com/libp2p/go-libp2p-core/pull/192))
2566
- - fix benchmark of key verifications (#190) ([libp2p/go-libp2p-core#190](https://github.com/libp2p/go-libp2p-core/pull/190))
2567
- - fix staticcheck errors (#191) ([libp2p/go-libp2p-core#191](https://github.com/libp2p/go-libp2p-core/pull/191))
2568
- - doc: document Close on Transport (#188) ([libp2p/go-libp2p-core#188](https://github.com/libp2p/go-libp2p-core/pull/188))
2569
- - add a helper function to go directly from a string to an AddrInfo (#184) ([libp2p/go-libp2p-core#184](https://github.com/libp2p/go-libp2p-core/pull/184))
2570
-- github.com/libp2p/go-libp2p-http (v0.2.0 -> v0.2.1):
2571
- - remove Makefile ([libp2p/go-libp2p-http#70](https://github.com/libp2p/go-libp2p-http/pull/70))
2572
- - fix staticcheck ([libp2p/go-libp2p-http#67](https://github.com/libp2p/go-libp2p-http/pull/67))
2573
- - Revert "increase buffer size"
2574
- - Increase read buffer size to reduce poll system calls ([libp2p/go-libp2p-http#66](https://github.com/libp2p/go-libp2p-http/pull/66))
2575
-- github.com/libp2p/go-libp2p-kad-dht (v0.12.2 -> v0.13.1):
2576
- - Extract validation from ProtocolMessenger ([libp2p/go-libp2p-kad-dht#741](https://github.com/libp2p/go-libp2p-kad-dht/pull/741))
2577
- - remove codecov.yml ([libp2p/go-libp2p-kad-dht#742](https://github.com/libp2p/go-libp2p-kad-dht/pull/742))
2578
- - integrate some basic opentelemetry tracing ([libp2p/go-libp2p-kad-dht#734](https://github.com/libp2p/go-libp2p-kad-dht/pull/734))
2579
- - feat: delete GetValues ([libp2p/go-libp2p-kad-dht#728](https://github.com/libp2p/go-libp2p-kad-dht/pull/728))
2580
- - chore: skip flaky test when race detector is enabled ([libp2p/go-libp2p-kad-dht#731](https://github.com/libp2p/go-libp2p-kad-dht/pull/731))
2581
- - Dont count connection times in usefulness ([libp2p/go-libp2p-kad-dht#660](https://github.com/libp2p/go-libp2p-kad-dht/pull/660))
2582
- - Routing table refresh should NOT block ([libp2p/go-libp2p-kad-dht#705](https://github.com/libp2p/go-libp2p-kad-dht/pull/705))
2583
- - update bootstrapPeers to be func() []peer.AddrInfo (#716) ([libp2p/go-libp2p-kad-dht#716](https://github.com/libp2p/go-libp2p-kad-dht/pull/716))
2584
-- github.com/libp2p/go-libp2p-noise (v0.2.0 -> v0.2.2):
2585
- - remove note about go modules in README ([libp2p/go-libp2p-noise#100](https://github.com/libp2p/go-libp2p-noise/pull/100))
2586
- - fix: remove deprecated call to pk.Bytes ([libp2p/go-libp2p-noise#99](https://github.com/libp2p/go-libp2p-noise/pull/99))
2587
-- github.com/libp2p/go-libp2p-peerstore (v0.2.7 -> v0.2.8):
2588
- - Fix perfomance issue in updating addr book ([libp2p/go-libp2p-peerstore#141](https://github.com/libp2p/go-libp2p-peerstore/pull/141))
2589
- - Fix test flakes ([libp2p/go-libp2p-peerstore#164](https://github.com/libp2p/go-libp2p-peerstore/pull/164))
2590
- - Only remove records during GC ([libp2p/go-libp2p-peerstore#135](https://github.com/libp2p/go-libp2p-peerstore/pull/135))
2591
- - sync: update CI config files ([libp2p/go-libp2p-peerstore#160](https://github.com/libp2p/go-libp2p-peerstore/pull/160))
2592
- - fix: fix some race conditions in the ds address book ([libp2p/go-libp2p-peerstore#161](https://github.com/libp2p/go-libp2p-peerstore/pull/161))
2593
- - address lints and test failures ([libp2p/go-libp2p-peerstore#159](https://github.com/libp2p/go-libp2p-peerstore/pull/159))
2594
- - stop using the deprecated go-multiaddr-net package ([libp2p/go-libp2p-peerstore#158](https://github.com/libp2p/go-libp2p-peerstore/pull/158))
2595
-- github.com/libp2p/go-libp2p-pubsub (v0.4.2 -> v0.5.4):
2596
- - make slowness a warning, with a user configurable threshold
2597
- - reduce log spam from empty heartbeat messages
2598
- - fix: code review
2599
- - add support for custom protocol matching function
2600
- - fix: remove deprecated Bytes call (#436) ([libp2p/go-libp2p-pubsub#436](https://github.com/libp2p/go-libp2p-pubsub/pull/436))
2601
- - cleanup: fix vet and staticcheck failures (#435) ([libp2p/go-libp2p-pubsub#435](https://github.com/libp2p/go-libp2p-pubsub/pull/435))
2602
- - Revert noisy newline changes
2603
- - fix: avoid panic when peer is blacklisted after connection
2604
- - release priority locks early when handling batches
2605
- - don't respawn writer if we fail to open a stream; declare it a peer error
2606
- - batch process dead peer notifications
2607
- - use a priority lock instead of a semaphore
2608
- - do the notification in a goroutine
2609
- - emit new peer notification without holding the semaphore
2610
- - use a semaphore for new peer notifications so that we don't block the event loop
2611
- - don't accumulate pending goroutines from new connections
2612
- - rename RawTracer's DroppedInSubscribe into UndeliverableMessage
2613
- - add a new RawTracer event to track messages dropped in Subscribe
2614
- - add an option to configure the Subscription output queue length
2615
- - fix some comments
2616
- - expose more events for RawTracer
2617
- - Make close concurrent safe
2618
- - Fix close of closed channel
2619
- - Update README to point to correct example directory (#424) ([libp2p/go-libp2p-pubsub#424](https://github.com/libp2p/go-libp2p-pubsub/pull/424))
2620
- - fix: remove deprecated and never used topic descriptors (#423) ([libp2p/go-libp2p-pubsub#423](https://github.com/libp2p/go-libp2p-pubsub/pull/423))
2621
- - Refactor Gossipsub Parameters To Make Them More Configurable (#421) ([libp2p/go-libp2p-pubsub#421](https://github.com/libp2p/go-libp2p-pubsub/pull/421))
2622
- - add tests for gs features and custom protocols
2623
- - add support for custom gossipsub protocols and feature tests
2624
- - RIP travis, Long Live CircleCI (#414) ([libp2p/go-libp2p-pubsub#414](https://github.com/libp2p/go-libp2p-pubsub/pull/414))
2625
- - Ignore transient connections (#412) ([libp2p/go-libp2p-pubsub#412](https://github.com/libp2p/go-libp2p-pubsub/pull/412))
2626
- - demote log spam to debug
2627
- - fix bug
2628
- - add last amount of validation
2629
- - add threshold validation
2630
- - strengthen validation
2631
- - rename checkSignature to checkSigningPolicy
2632
- - rename validation.Publish to PushLocal
2633
- - fix TestValidate, add TestValidate2
2634
- - skip flaky test until we can fix it
2635
- - implement synchronous validation for locally published messages
2636
- - expose internalTracer as RawTracer
2637
- - export rejection named string constants
2638
- - more intelligent handling of ip whitelist check
2639
- - remove obsolete explicit IP whitelisting in favor of subnets
2640
- - add subnet whitelisting for IPColocation
2641
-- github.com/libp2p/go-libp2p-quic-transport (v0.11.2 -> v0.12.0):
2642
- - sync: update CI config files (#228) ([libp2p/go-libp2p-quic-transport#228](https://github.com/libp2p/go-libp2p-quic-transport/pull/228))
2643
- - fix closing of streams in example ([libp2p/go-libp2p-quic-transport#221](https://github.com/libp2p/go-libp2p-quic-transport/pull/221))
2644
- - close all UDP connections when the reuse is closed ([libp2p/go-libp2p-quic-transport#216](https://github.com/libp2p/go-libp2p-quic-transport/pull/216))
2645
- - fix staticcheck ([libp2p/go-libp2p-quic-transport#217](https://github.com/libp2p/go-libp2p-quic-transport/pull/217))
2646
- - sync: update CI config files (#214) ([libp2p/go-libp2p-quic-transport#214](https://github.com/libp2p/go-libp2p-quic-transport/pull/214))
2647
- - implement a Transport.Close that waits for the reuse's GC to finish ([libp2p/go-libp2p-quic-transport#211](https://github.com/libp2p/go-libp2p-quic-transport/pull/211))
2648
- - don't compare peer IDs when hole punching ([libp2p/go-libp2p-quic-transport#210](https://github.com/libp2p/go-libp2p-quic-transport/pull/210))
2649
- - add hole punching support (#194) ([libp2p/go-libp2p-quic-transport#194](https://github.com/libp2p/go-libp2p-quic-transport/pull/194))
2650
-- github.com/libp2p/go-libp2p-swarm (v0.5.0 -> v0.5.3):
2651
- - sync: update CI config files ([libp2p/go-libp2p-swarm#263](https://github.com/libp2p/go-libp2p-swarm/pull/263))
2652
- - remove incorrect call to InterceptAddrDial ([libp2p/go-libp2p-swarm#260](https://github.com/libp2p/go-libp2p-swarm/pull/260))
2653
- - speed up the TestFDLimitUnderflow test ([libp2p/go-libp2p-swarm#262](https://github.com/libp2p/go-libp2p-swarm/pull/262))
2654
- - sync: update CI config files (#248) ([libp2p/go-libp2p-swarm#248](https://github.com/libp2p/go-libp2p-swarm/pull/248))
2655
-- github.com/libp2p/go-libp2p-testing (v0.4.0 -> v0.4.2):
2656
- - fix deadlock in the transport's serve function ([libp2p/go-libp2p-testing#35](https://github.com/libp2p/go-libp2p-testing/pull/35))
2657
- - fix: cleanup transport suite ([libp2p/go-libp2p-testing#34](https://github.com/libp2p/go-libp2p-testing/pull/34))
2658
- - Address `go vet` and `saticcheck` issues ([libp2p/go-libp2p-testing#33](https://github.com/libp2p/go-libp2p-testing/pull/33))
2659
- - Defer closing stream for reading ([libp2p/go-libp2p-testing#32](https://github.com/libp2p/go-libp2p-testing/pull/32))
2660
-- github.com/libp2p/go-libp2p-tls (v0.1.3 -> v0.2.0):
2661
- - fix: don't fail the handshake when the libp2p extension is critical ([libp2p/go-libp2p-tls#88](https://github.com/libp2p/go-libp2p-tls/pull/88))
2662
- - fix deprecated call to key.Bytes ([libp2p/go-libp2p-tls#86](https://github.com/libp2p/go-libp2p-tls/pull/86))
2663
- - fix usage of deprecated peer.IDB58Decode ([libp2p/go-libp2p-tls#77](https://github.com/libp2p/go-libp2p-tls/pull/77))
2664
- - remove setting of the TLS 1.3 GODEBUG flag ([libp2p/go-libp2p-tls#68](https://github.com/libp2p/go-libp2p-tls/pull/68))
2665
- - improve the error message returned when peer verification fails ([libp2p/go-libp2p-tls#57](https://github.com/libp2p/go-libp2p-tls/pull/57))
2666
- - update to Go 1.14 ([libp2p/go-libp2p-tls#54](https://github.com/libp2p/go-libp2p-tls/pull/54))
2667
- - Update deps and fix tests ([libp2p/go-libp2p-tls#43](https://github.com/libp2p/go-libp2p-tls/pull/43))
2668
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.2 -> v0.4.6):
2669
- - chore: update deps ([libp2p/go-libp2p-transport-upgrader#78](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/78))
2670
- - fix typo in error message ([libp2p/go-libp2p-transport-upgrader#77](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/77))
2671
- - fix staticcheck ([libp2p/go-libp2p-transport-upgrader#74](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/74))
2672
- - don't listen on all interfaces in tests ([libp2p/go-libp2p-transport-upgrader#73](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/73))
2673
- - stop using the deprecated go-multiaddr-net ([libp2p/go-libp2p-transport-upgrader#72](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/72))
2674
-- github.com/libp2p/go-libp2p-xor (v0.0.0-20200501025846-71e284145d58 -> v0.0.0-20210714161855-5c005aca55db):
2675
- - Add immutable remove operation ([libp2p/go-libp2p-xor#14](https://github.com/libp2p/go-libp2p-xor/pull/14))
2676
- - fix go vet and staticcheck ([libp2p/go-libp2p-xor#11](https://github.com/libp2p/go-libp2p-xor/pull/11))
2677
-- github.com/libp2p/go-reuseport-transport (v0.0.4 -> v0.0.5):
2678
- - remove note about Go modules in README ([libp2p/go-reuseport-transport#32](https://github.com/libp2p/go-reuseport-transport/pull/32))
2679
- - stop using the deprecated go-multiaddr-net package ([libp2p/go-reuseport-transport#30](https://github.com/libp2p/go-reuseport-transport/pull/30))
2680
-- github.com/libp2p/go-socket-activation (v0.0.2 -> v0.1.0):
2681
- - chore: stop using the deprecated go-multiaddr-net package ([libp2p/go-socket-activation#16](https://github.com/libp2p/go-socket-activation/pull/16))
2682
- - fix staticcheck ([libp2p/go-socket-activation#13](https://github.com/libp2p/go-socket-activation/pull/13))
2683
-- github.com/libp2p/go-tcp-transport (v0.2.4 -> v0.2.8):
2684
- - disable metrics collection on Windows ([libp2p/go-tcp-transport#93](https://github.com/libp2p/go-tcp-transport/pull/93))
2685
- - sync: update CI config files (#90) ([libp2p/go-tcp-transport#90](https://github.com/libp2p/go-tcp-transport/pull/90))
2686
- - chore: update go-libp2p-transport-upgrader and go-reuseport-transport ([libp2p/go-tcp-transport#84](https://github.com/libp2p/go-tcp-transport/pull/84))
2687
-- github.com/libp2p/go-ws-transport (v0.4.0 -> v0.5.0):
2688
- - chore: update go-libp2p-transport-upgrader and go-libp2p-core ([libp2p/go-ws-transport#103](https://github.com/libp2p/go-ws-transport/pull/103))
2689
- - remove deprecated type ([libp2p/go-ws-transport#102](https://github.com/libp2p/go-ws-transport/pull/102))
2690
- - sync: update CI config files ([libp2p/go-ws-transport#101](https://github.com/libp2p/go-ws-transport/pull/101))
2691
- - chore: various cleanups required to get vet/staticcheck/test to pass ([libp2p/go-ws-transport#100](https://github.com/libp2p/go-ws-transport/pull/100))
2692
-- github.com/lucas-clemente/quic-go (v0.21.2 -> v0.23.0):
2693
- - update to Go 1.17.x ([lucas-clemente/quic-go#3258](https://github.com/lucas-clemente/quic-go/pull/3258))
2694
- - quicvarint: export Min and Max (#3253) ([lucas-clemente/quic-go#3253](https://github.com/lucas-clemente/quic-go/pull/3253))
2695
- - drop support for Go 1.15 ([lucas-clemente/quic-go#3247](https://github.com/lucas-clemente/quic-go/pull/3247))
2696
- - quicvarint: add Reader and Writer interfaces (#3233) ([lucas-clemente/quic-go#3233](https://github.com/lucas-clemente/quic-go/pull/3233))
2697
- - fix race when stream.Read and CancelRead are called concurrently ([lucas-clemente/quic-go#3241](https://github.com/lucas-clemente/quic-go/pull/3241))
2698
- - also count coalesced 0-RTT packets in the integration tests ([lucas-clemente/quic-go#3251](https://github.com/lucas-clemente/quic-go/pull/3251))
2699
- - remove draft versions 32 and 34 from README (#3244) ([lucas-clemente/quic-go#3244](https://github.com/lucas-clemente/quic-go/pull/3244))
2700
- - update Changelog ([lucas-clemente/quic-go#3245](https://github.com/lucas-clemente/quic-go/pull/3245))
2701
- - optimize hasOutstandingCryptoPackets in sentPacketHandler ([lucas-clemente/quic-go#3230](https://github.com/lucas-clemente/quic-go/pull/3230))
2702
- - permit underlying conn to implement batch interface directly ([lucas-clemente/quic-go#3237](https://github.com/lucas-clemente/quic-go/pull/3237))
2703
- - cancel the PTO timer when all Handshake packets are acknowledged ([lucas-clemente/quic-go#3231](https://github.com/lucas-clemente/quic-go/pull/3231))
2704
- - fix flaky INVALID_TOKEN server test ([lucas-clemente/quic-go#3223](https://github.com/lucas-clemente/quic-go/pull/3223))
2705
- - drop support for QUIC draft version 32 and 34 ([lucas-clemente/quic-go#3217](https://github.com/lucas-clemente/quic-go/pull/3217))
2706
- - fix flaky 0-RTT integration test ([lucas-clemente/quic-go#3224](https://github.com/lucas-clemente/quic-go/pull/3224))
2707
- - use batched reads ([lucas-clemente/quic-go#3142](https://github.com/lucas-clemente/quic-go/pull/3142))
2708
- - add a config option to disable sending of Version Negotiation packets ([lucas-clemente/quic-go#3216](https://github.com/lucas-clemente/quic-go/pull/3216))
2709
- - remove the RetireBugBackwardsCompatibilityMode ([lucas-clemente/quic-go#3213](https://github.com/lucas-clemente/quic-go/pull/3213))
2710
- - remove outdated ackhandler test case ([lucas-clemente/quic-go#3212](https://github.com/lucas-clemente/quic-go/pull/3212))
2711
- - remove unused StripGreasedVersions function ([lucas-clemente/quic-go#3214](https://github.com/lucas-clemente/quic-go/pull/3214))
2712
- - fix incorrect usage of errors.Is ([lucas-clemente/quic-go#3215](https://github.com/lucas-clemente/quic-go/pull/3215))
2713
- - return error on SendMessage when session is closed ([lucas-clemente/quic-go#3218](https://github.com/lucas-clemente/quic-go/pull/3218))
2714
- - remove a redundant error check ([lucas-clemente/quic-go#3210](https://github.com/lucas-clemente/quic-go/pull/3210))
2715
- - update golangci-lint to v1.41.1 ([lucas-clemente/quic-go#3205](https://github.com/lucas-clemente/quic-go/pull/3205))
2716
- - Update doc for dialer in http3.RoundTripper ([lucas-clemente/quic-go#3208](https://github.com/lucas-clemente/quic-go/pull/3208))
2717
-- github.com/multiformats/go-multiaddr (v0.3.3 -> v0.4.0):
2718
- - remove forced dependency on deprecated go-maddr-filter ([multiformats/go-multiaddr#162](https://github.com/multiformats/go-multiaddr/pull/162))
2719
- - remove deprecated SwapToP2pMultiaddrs ([multiformats/go-multiaddr#161](https://github.com/multiformats/go-multiaddr/pull/161))
2720
- - remove Makefile ([multiformats/go-multiaddr#163](https://github.com/multiformats/go-multiaddr/pull/163))
2721
- - remove deprecated filter functions ([multiformats/go-multiaddr#157](https://github.com/multiformats/go-multiaddr/pull/157))
2722
- - remove deprecated NetCodec ([multiformats/go-multiaddr#159](https://github.com/multiformats/go-multiaddr/pull/159))
2723
- - add Noise ([multiformats/go-multiaddr#156](https://github.com/multiformats/go-multiaddr/pull/156))
2724
- - Add TLS protocol ([multiformats/go-multiaddr#153](https://github.com/multiformats/go-multiaddr/pull/153))
2725
-- github.com/multiformats/go-multicodec (v0.2.0 -> v0.3.0):
2726
- - Export reserved range constants (#53) ([multiformats/go-multicodec#53](https://github.com/multiformats/go-multicodec/pull/53))
2727
- - make Code.Set accept valid code numbers
2728
- - replace Of with Code.Set, implementing flag.Value
2729
- - add multiformats/multicodec as a git submodule
2730
- - update the generator with the "status" CSV column
2731
- - Run `go generate` to generate the latest codecs
2732
- - Add lookup for multicodec code by string name ([multiformats/go-multicodec#40](https://github.com/multiformats/go-multicodec/pull/40))
2733
-
2734
-### Contributors
2735
-
2736
-| Contributor | Commits | Lines ± | Files Changed |
2737
-|-------------|---------|---------|---------------|
2738
-| Daniel Martí | 42 | +8549/-6587 | 170 |
2739
-| Eric Myhre | 55 | +5883/-6715 | 395 |
2740
-| Marten Seemann | 100 | +1814/-2028 | 275 |
2741
-| Steven Allen | 80 | +1573/-1998 | 127 |
2742
-| hannahhoward | 18 | +1721/-671 | 53 |
2743
-| Will | 2 | +1114/-1217 | 18 |
2744
-| Andrew Gillis | 2 | +1220/-720 | 14 |
2745
-| gammazero | 3 | +43/-1856 | 10 |
2746
-| Masih H. Derkani | 3 | +960/-896 | 8 |
2747
-| Adin Schmahmann | 25 | +1458/-313 | 44 |
2748
-| vyzo | 27 | +986/-353 | 60 |
2749
-| Will Scott | 6 | +852/-424 | 16 |
2750
-| Rod Vagg | 19 | +983/-255 | 66 |
2751
-| Petar Maymounkov | 6 | +463/-179 | 22 |
2752
-| web3-bot | 10 | +211/-195 | 24 |
2753
-| adlrocha | 1 | +330/-75 | 15 |
2754
-| RubenKelevra | 2 | +128/-210 | 2 |
2755
-| Ian Davis | 3 | +200/-109 | 17 |
2756
-| Cory Schwartz | 3 | +231/-33 | 7 |
2757
-| Keenan Nemetz | 1 | +184/-71 | 2 |
2758
-| Randy Reddig | 2 | +187/-53 | 8 |
2759
-| Takashi Matsuda | 3 | +201/-2 | 7 |
2760
-| guseggert | 4 | +161/-20 | 9 |
2761
-| Lucas Molas | 5 | +114/-47 | 27 |
2762
-| nisdas | 4 | +115/-45 | 7 |
2763
-| Michael Muré | 6 | +107/-33 | 24 |
2764
-| Richard Ramos | 2 | +113/-9 | 3 |
2765
-| Marcin Rataj | 12 | +88/-24 | 13 |
2766
-| Ondrej Prazak | 2 | +104/-6 | 4 |
2767
-| Michal Dobaczewski | 2 | +77/-28 | 3 |
2768
-| Jorropo | 3 | +9/-75 | 4 |
2769
-| Andey Robins | 1 | +70/-3 | 3 |
2770
-| Gus Eggert | 10 | +34/-31 | 12 |
2771
-| noot | 1 | +54/-9 | 5 |
2772
-| Maxim Merzhanov | 1 | +29/-24 | 1 |
2773
-| Adrian Lanzafame | 1 | +30/-13 | 2 |
2774
-| Bogdan Stirbat | 1 | +22/-16 | 2 |
2775
-| Shad Sterling | 1 | +28/-3 | 1 |
2776
-| Jesse Bouwman | 5 | +30/-0 | 5 |
2777
-| Pavel Karpy | 1 | +19/-7 | 2 |
2778
-| lasiar | 5 | +14/-10 | 5 |
2779
-| Dennis Trautwein | 1 | +20/-4 | 2 |
2780
-| Louis Thibault | 1 | +22/-1 | 2 |
2781
-| whyrusleeping | 2 | +21/-1 | 2 |
2782
-| aarshkshah1992 | 3 | +12/-8 | 3 |
2783
-| Peter Rabbitson | 2 | +20/-0 | 2 |
2784
-| bt90 | 2 | +17/-2 | 2 |
2785
-| Dominic Della Valle | 1 | +13/-1 | 2 |
2786
-| Audrius Butkevicius | 1 | +12/-1 | 1 |
2787
-| Brian Strauch | 1 | +9/-3 | 1 |
2788
-| Aarsh Shah | 2 | +1/-11 | 2 |
2789
-| Whyrusleeping | 1 | +11/-0 | 1 |
2790
-| Max | 1 | +7/-3 | 1 |
2791
-| vallder | 1 | +3/-5 | 1 |
2792
-| Michael Burns | 3 | +2/-6 | 3 |
2793
-| Lasse Johnsen | 1 | +4/-4 | 2 |
2794
-| snyh | 1 | +5/-2 | 1 |
2795
-| Hector Sanjuan | 2 | +3/-2 | 2 |
2796
-| 市川恭佑 (ebi) | 1 | +1/-3 | 1 |
2797
-| godcong | 2 | +2/-1 | 2 |
2798
-| Mathis Engelbart | 1 | +1/-2 | 1 |
2799
-| folbrich | 1 | +1/-1 | 1 |
2800
-| Med Mouine | 1 | +1/-1 | 1 |
2801
-
2802
-
2803
-## v0.9.1 2021-07-20
2804
-
2805
-This is a small bug fix release resolving the following issues:
2806
-1. A regression where the empty CID bafkqaaa could not resolve on gateways [#8230](https://github.com/ipfs/go-ipfs/issues/8230)
2807
-2. A panic on OpenBSD [#8211](https://github.com/ipfs/go-ipfs/issues/8211)
2808
-3. High CPU usage with QUIC [#8256](https://github.com/ipfs/go-ipfs/issues/8256)
2809
-4. High memory usage with TCP [#8219](https://github.com/ipfs/go-ipfs/issues/8219)
2810
-5. Some pubsub issues ([libp2p/go-libp2p-pubsub#427](https://github.com/libp2p/go-libp2p-pubsub/pull/427), [libp2p/go-libp2p-pubsub#430](https://github.com/libp2p/go-libp2p-pubsub/pull/430))
2811
-6. Updated WebUI to [v2.12.4](https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.4)
2812
-7. Fixed the snap deployment [#8212](https://github.com/ipfs/go-ipfs/pull/8212)
2813
-
2814
-### Changelog
2815
-
2816
-- github.com/ipfs/go-ipfs:
2817
- - chore: update deps
2818
- - feat: webui v2.12.4
2819
- - test: gateway response for bafkqaaa
2820
- - fix: downgrade mimetype dependency
2821
- - update go-libp2p to v0.14.3
2822
- - bump snap to build with Go 1.16
2823
-- github.com/libp2p/go-libp2p (v0.14.2 -> v0.14.3):
2824
- - update go-tcp-transport to v0.2.3 and go-multiaddr to v0.3.3 ([libp2p/go-libp2p#1121](https://github.com/libp2p/go-libp2p/pull/1121))
2825
-- github.com/libp2p/go-libp2p-pubsub (v0.4.1 -> v0.4.2):
2826
- - release priority locks early when handling batches
2827
- - don't respawn writer if we fail to open a stream; declare it a peer error
2828
- - batch process dead peer notifications
2829
- - use a priority lock instead of a semaphore
2830
- - do the notification in a goroutine
2831
- - emit new peer notification without holding the semaphore
2832
- - use a semaphore for new peer notifications so that we don't block the event loop
2833
- - don't accumulate pending goroutines from new connections
2834
- - Make close concurrent safe
2835
- - Fix close of closed channel
2836
-- github.com/libp2p/go-libp2p-quic-transport (v0.11.1 -> v0.11.2):
2837
- - update quic-go to v0.21.2
2838
-- github.com/libp2p/go-tcp-transport (v0.2.2 -> v0.2.4):
2839
- - collect metrics in a separate go routine ([libp2p/go-tcp-transport#82](https://github.com/libp2p/go-tcp-transport/pull/82))
2840
- - fix: avoid logging "invalid argument" errors when setting keepalive ([libp2p/go-tcp-transport#83](https://github.com/libp2p/go-tcp-transport/pull/83))
2841
- - Skip SetKeepAlivePeriod call on OpenBSD ([libp2p/go-tcp-transport#80](https://github.com/libp2p/go-tcp-transport/pull/80))
2842
- - sync: update CI config files (#79) ([libp2p/go-tcp-transport#79](https://github.com/libp2p/go-tcp-transport/pull/79))
2843
-- github.com/lucas-clemente/quic-go (v0.21.1 -> v0.21.2):
2844
- - update qtls to include the crypto/tls fix of Go 1.16.6 / 1.15.14
2845
- - cancel the PTO timer when all Handshake packets are acknowledged
2846
- - update to Go 1.17rc1
2847
- - update Ginkgo to v1.16.4 and Gomega to v1.13.0 ([lucas-clemente/quic-go#3139](https://github.com/lucas-clemente/quic-go/pull/3139))
2848
-- github.com/multiformats/go-multiaddr (v0.3.2 -> v0.3.3):
2849
- - guard against nil {Local,Remote}Addr() return values ([multiformats/go-multiaddr#155](https://github.com/multiformats/go-multiaddr/pull/155))
2850
- - sync: update CI config files (#154) ([multiformats/go-multiaddr#154](https://github.com/multiformats/go-multiaddr/pull/154))
2851
-
2852
-### Contributors
2853
-
2854
-| Contributor | Commits | Lines ± | Files Changed |
2855
-|-------------|---------|---------|---------------|
2856
-| vyzo | 8 | +205/-141 | 12 |
2857
-| Marten Seemann | 7 | +127/-74 | 11 |
2858
-| gammazero | 2 | +43/-5 | 3 |
2859
-| Steven Allen | 1 | +13/-2 | 1 |
2860
-| Adin Schmahmann | 3 | +13/-2 | 3 |
2861
-| Marcin Rataj | 2 | +9/-1 | 2 |
2862
-| Aaron Bieber | 1 | +6/-2 | 1 |
2863
-
2864
-## v0.9.0 2021-06-22
2865
-
2866
-We're happy to announce go-ipfs 0.9.0. This release makes go-ipfs even more configurable with some fun experiments to boot. We're also deprecating or removing some uncommonly used features to make it easier for users to discover the easy ways to use go-ipfs safely and efficiently.
2867
-
2868
-As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
2869
-
2870
-### 🔦 Highlights
2871
-
2872
-#### 📦 Exporting of DAGs via Gateways
2873
-
2874
-Gateways now support downloading arbitrary IPLD graphs via the `/api/v0/dag/export` endpoint. This endpoint works in the same way as the `ipfs dag export` command.
2875
-
2876
-One major thing this enables is ability to verify data downloaded from public gateways. If you go to `https://somegateway.example.net/ipfs/bafyexample` you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://github.com/ipld/specs/blob/master/block-layer/content-addressable-archives.md) then it is possible to verify that the data you downloaded does in fact match `bafyexample`.
2877
-
2878
-Additionally, it was previously quite painful to download things other than UnixFS (files + directories) using gateways. It is now possible to download arbitrary IPLD graphs from gateways, making them useful as a general-purpose alternative to p2p transports.
2879
-
2880
-This opens exciting opportunities in areas like thin clients, mobile browsers and IoT devices, which now can delegate IPFS resolution to any public gateway, and have ability to verify that the data received matches the requested hash.
2881
-
2882
-#### ☁ Custom DNS Resolvers
2883
-
2884
-Resolution of DNS records for DNSLink and DNSAddrs means that names are sent in cleartext between the operating system and the DNS server provided by an ISP. In the past, the only way to customize DNS resolution in IPFS stack was to set up own DNS proxy server.
2885
-
2886
-There is now the ability to [customize DNS resolution](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#dns) and override the default resolver from the OS with [DNS over HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) (DoH) one. We made it really flexible: override can be applied globally, or per specific [TLD](https://en.wikipedia.org/wiki/Top-level_domain)/[FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name). Examples can be found in the [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#dns).
2887
-
2888
-#### 👪 Support for non-ICANN DNSLink names
2889
-
2890
-Building off of the support for custom DNS resolvers it is now possible to create DNSLink names not handled by ICANN and choose how that domain name will be resolved. An example of this is how ENS is supported, despite `.eth` not being an ICANN TLD you can point `.eth` to any ENS resolver you want (including a local one).
2891
-
2892
-While go-ipfs may have some DoH defaults for a few popular non-ICANN DNSLink names (e.g. ENS), you are free to use any protocol for a naming system and as long as it exposes a DNSLink record via a DNS endpoint you can make it work.
2893
-
2894
-#### 🖥️ Updated to the latest WebUI
2895
-
2896
-Our web interface now includes experimental support for pinning services, and various updates to _Files_ and _Peers_ screens.
2897
-
2898
-Remote pinning services added via the `ipfs pin remote service add` command are already detected, one can also add one from _Settings_ screen, and it will appear in _Set pinning_ interface on the _Files_ screen.
2899
-
2900
-Data presented on the _Peers_ screen can now be copied by simply clicking on a specific cell, and a list of open streams gives better insight into how a local node interacts with a specific peer.
2901
-
2902
-See release notes for [ipfs-webui v2.12](https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.0) for screenshots and more details.
2903
-
2904
-#### 🔑 IPNS keys can now be exported via the CLI without stopping the daemon
2905
-
2906
-`ipfs key export` no longer requires interrupting `ipfs daemon` ✨
2907
-
2908
-#### 🕸 Experimental DHT Client and Provider System
2909
-
2910
-An area of go-ipfs that has been historically tricky is how go-ipfs finds who has the data they are looking for. While the IPFS Public DHT is only one of the ways go-ipfs can find data it tends to be an important one. While since go-ipfs v0.5.0 the time to find content in the network has dropped significantly the time to put/get IPNS records or for a node to advertise the content it has still has much room for improvement.
2911
-
2912
-We have been doing some experimenting and have an alternative DHT client that essentially trades off some resources and in return is much more performant. We have also included with the experimental DHT client a bulk provider system that takes advantage of the new client to more efficiently do many advertisements at a time
2913
-
2914
-This work is quite new and still under development, however, the results so far have been promising especially for users with lots of data who have otherwise been having difficulty advertising their data into the IPFS Public DHT
2915
-
2916
-As described in the experimental features [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client) the experimental client can be enabled using the command below (or modifying the config file).
2917
-
2918
-```
2919
-ipfs config --json Experimental.AcceleratedDHTClient true
2920
-```
2921
-
2922
-A few things to take note of when `AcceleratedDHTClient` is enabled:
2923
-- go-ipfs will likely use more resources then previously
2924
-- DHT queries will not be usable (i.e. finding which peers have some data, finding where a particular peer is, etc.) for the first 5-10 minutes of operation depending on your network conditions
2925
-- There is an `ipfs stats provide` command that will help you track your provide/reprovide usage, if you are providing lots of data you may want to consider how to reduce the amount you are providing (e.g. [Reprovider Strategies](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#reproviderstrategy) and/or [Strategic Providing](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#strategic-providing))
2926
-
2927
-See the [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client) for more details.
2928
-
2929
-#### 🚶♀️ Migrations
2930
-
2931
-##### Migrations are now individually packaged
2932
-
2933
-While previously the go-ipfs [repo migration](https://github.com/ipfs/fs-repo-migrations) binary was monolithic and contained all migrations from previous go-ipfs versions the binaries are now packaged individually. However, the fs-repo-migrations binary is still there to help those who manually upgrade their repos to download all the individual migrations.
2934
-
2935
-This means faster download times for upgrades, a much easier time building migrations for those who make use of custom plugins, and an easier time developing new migrations going forward.
2936
-
2937
-##### Configurable migration downloads enable downloading over IPFS
2938
-
2939
-Previously the migration downloader built into go-ipfs downloaded the migrations from [dist.ipfs.io](https://dist.ipfs.io). While users could use tools like [ipfs-update](https://github.com/ipfs/ipfs-update) to download the migrations over IPFS or manually download the migrations (over IPFS or otherwise) themselves, this is now automated and configurable. Users can choose to download the migrations over IPFS or from any specified IPFS Gateway.
2940
-
2941
-The configurable migration options are described in the config file [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#migration), although most users should not need to change the default settings.
2942
-
2943
-The main benefit here is that users behind restrictive firewalls, or in offline/private deployments, won't have to run migrations manually, which is especially important for desktop use cases where go-ipfs is running inside of [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop#readme) and [Brave](https://brave.com/ipfs-support/).
2944
-
2945
-#### 🍎 Published builds for Apple M1 hardware
2946
-
2947
-Go now supports building for Darwin ARM64, and we are now publishing those builds
2948
-
2949
-#### 👋 Deprecations and Feature Removals
2950
-
2951
-##### The `ipfs object` commands are now deprecated
2952
-
2953
-In the last couple years most of the Object API's commands have become fulfillable using alternative APIs.
2954
-
2955
-The utility of Object API's is limited to data in UnixFS-v1 (`dag-pb`) format. If you are still using it, it is highly recommended that you switch to the DAG `ipfs dag` (supports modern data types like `dag-cbor`) or Files `ipfs files` (more intuitive for working with `dag-pb`) APIs.
2956
-
2957
-While the Object API and commands are still usable they are now marked as deprecated and hidden from users on the command line to discourage further use. We also updated their `--help` text to point at the modern replacements.
2958
-
2959
-
2960
-##### `X-Ipfs-Gateway-Prefix` is now deprecated
2961
-
2962
-IPFS community moved towards dedicated Origins (DNSLink and [subdomain gateways](https://docs.ipfs.io/how-to/address-ipfs-on-web/#subdomain-gateway)) which are much easier to isolate and reason about.
2963
-
2964
-Setting up `Gateway.PathPrefixes` and `X-Ipfs-Gateway-Prefix` is no longer necessary and support [will be removed in near future](https://github.com/ipfs/go-ipfs/issues/7702).
2965
-
2966
-##### Proquints support removed
2967
-
2968
-A little known feature that was not well used or documented and was more well known for the error message `Error: not a valid proquint string` users received when trying to download invalid IPNS or DNSLink names (e.g. `https://dweb.link/ipns/badname`). We have removed support for proquints as they were out of place and largely unused, however proquints are [valid multibases](https://github.com/multiformats/multibase/pull/78) so if there is renewed interest in them there is a way forward.
2969
-
2970
-##### SECIO support removed
2971
-
2972
-SECIO was deprecated and turned off by default given the prevalence of TLS and Noise support, SECIO support is now removed entirely.
2973
-
2974
-### Changelog
2975
-
2976
-- github.com/ipfs/go-ipfs:
2977
- - chore: switch tar-utils dep to ipfs org
2978
- - chore: update CHANGELOG
2979
- - refactor: warning when bootstrap disabled by user
2980
- - feat: print error on bootstrap failure
2981
- - fix: typo in migration error
2982
- - Release v0.9.0-rc2
2983
- - refactor: improved humanNumber and humanSI
2984
- - feat: humanized durations in stat provide
2985
- - feat: humanized numbers in stat provide
2986
- - feat: add a text output encoding for the stats provide command
2987
- - fix: webui-2.12.3
2988
- - refactor(pinmfs): log error if pre-existing pin failed (#8056) ([ipfs/go-ipfs#8056](https://github.com/ipfs/go-ipfs/pull/8056))
2989
- - Release v0.9.0-rc1
2990
- - Added support for an experimental DHT client and provider system via the Experiments.AcceleratedDHTClient config option ([ipfs/go-ipfs#8061](https://github.com/ipfs/go-ipfs/pull/8061))
2991
- - feat: support DNSLink on non-ICANN DNS names ([ipfs/go-ipfs#8071](https://github.com/ipfs/go-ipfs/pull/8071))
2992
- - update go-tcp-transport to v0.2.2 ([ipfs/go-ipfs#8129](https://github.com/ipfs/go-ipfs/pull/8129))
2993
- - update quic-go to v0.21.0-rc.1 ([ipfs/go-ipfs#8125](https://github.com/ipfs/go-ipfs/pull/8125))
2994
- - chore: bump minimum go version to 1.15 ([ipfs/go-ipfs#7944](https://github.com/ipfs/go-ipfs/pull/7944))
2995
- - chore: update deps ([ipfs/go-ipfs#8128](https://github.com/ipfs/go-ipfs/pull/8128))
2996
- - feat: allow key export in online mode ([ipfs/go-ipfs#8113](https://github.com/ipfs/go-ipfs/pull/8113))
2997
- - Feat/migration ipfs download (#8064) ([ipfs/go-ipfs#8064](https://github.com/ipfs/go-ipfs/pull/8064))
2998
- - feat: support custom DoH resolvers ([ipfs/go-ipfs#8068](https://github.com/ipfs/go-ipfs/pull/8068))
2999
- - update go-libp2p to v0.14.0 ([ipfs/go-ipfs#8122](https://github.com/ipfs/go-ipfs/pull/8122))
3000
- - feat(gw): expose /api/v0/dag/export on gateway port ([ipfs/go-ipfs#8111](https://github.com/ipfs/go-ipfs/pull/8111))
3001
- - chore: update webui to 2.12.2 ([ipfs/go-ipfs#8097](https://github.com/ipfs/go-ipfs/pull/8097))
3002
- - docs: deprecate object commands ([ipfs/go-ipfs#8098](https://github.com/ipfs/go-ipfs/pull/8098))
3003
- - fix: omit empty pins slice when reporting pin progress ([ipfs/go-ipfs#8023](https://github.com/ipfs/go-ipfs/pull/8023))
3004
- - Fix typo in comment ([ipfs/go-ipfs#8087](https://github.com/ipfs/go-ipfs/pull/8087))
3005
- - fix: set systemd startup timeout to infinity ([ipfs/go-ipfs#8040](https://github.com/ipfs/go-ipfs/pull/8040))
3006
- - fix(mkreleaselog): partially handle v2 modules ([ipfs/go-ipfs#8073](https://github.com/ipfs/go-ipfs/pull/8073))
3007
- - Update migration sharness tests for new migrations (#8053) ([ipfs/go-ipfs#8053](https://github.com/ipfs/go-ipfs/pull/8053))
3008
- - fix: make migrations log output to stdout ([ipfs/go-ipfs#8054](https://github.com/ipfs/go-ipfs/pull/8054))
3009
- - fix(gw): remove hardcoded hostnames ([ipfs/go-ipfs#8069](https://github.com/ipfs/go-ipfs/pull/8069))
3010
- - Fix transposed words in docs/config.md ([ipfs/go-ipfs#8051](https://github.com/ipfs/go-ipfs/pull/8051))
3011
- - fix: update root help ([ipfs/go-ipfs#8052](https://github.com/ipfs/go-ipfs/pull/8052))
3012
- - chore: dont docker tag rc as latest ([ipfs/go-ipfs#8055](https://github.com/ipfs/go-ipfs/pull/8055))
3013
- - Add info to "pin rm" help about how to tell if pin is indirect ([ipfs/go-ipfs#8044](https://github.com/ipfs/go-ipfs/pull/8044))
3014
- - build(deps): bump contrib.go.opencensus.io/exporter/prometheus from 0.2.0 to 0.3.0 ([ipfs/go-ipfs#8020](https://github.com/ipfs/go-ipfs/pull/8020))
3015
- - fix(gw): remove use of Clear-Site-Data in subdomain router ([ipfs/go-ipfs#7890](https://github.com/ipfs/go-ipfs/pull/7890))
3016
- - ([ipfs/go-ipfs#7857](https://github.com/ipfs/go-ipfs/pull/7857))
3017
- - docs: clarification of the Strategic Providing functionality ([ipfs/go-ipfs#8035](https://github.com/ipfs/go-ipfs/pull/8035))
3018
- - docs: cosmetic fixes of help text ([ipfs/go-ipfs#8010](https://github.com/ipfs/go-ipfs/pull/8010))
3019
- - chore: deprecate Gateway.PathPrefixes ([ipfs/go-ipfs#7994](https://github.com/ipfs/go-ipfs/pull/7994))
3020
- - Fix text contrast for dark mode ([ipfs/go-ipfs#8027](https://github.com/ipfs/go-ipfs/pull/8027))
3021
- - Do not fetch recursive pins from pinner unnecessarily ([ipfs/go-ipfs#7883](https://github.com/ipfs/go-ipfs/pull/7883))
3022
- - test(sharness): verify the list of exported metrics ([ipfs/go-ipfs#7987](https://github.com/ipfs/go-ipfs/pull/7987))
3023
- - fix: return an error if repo verify is canceled ([ipfs/go-ipfs#7973](https://github.com/ipfs/go-ipfs/pull/7973))
3024
- - doc: document security fix policy ([ipfs/go-ipfs#7991](https://github.com/ipfs/go-ipfs/pull/7991))
3025
- - feat(gw): /ipfs/ipfs/{cid} → /ipfs/{cid} ([ipfs/go-ipfs#7930](https://github.com/ipfs/go-ipfs/pull/7930))
3026
- - Fix: innacuracies in MFS command documentation. ([ipfs/go-ipfs#8001](https://github.com/ipfs/go-ipfs/pull/8001))
3027
- - Feat: Re-import InitializeKeyspace code from go-namesys ([ipfs/go-ipfs#7984](https://github.com/ipfs/go-ipfs/pull/7984))
3028
- - revert registration of metrics against unexposed prom registry ([ipfs/go-ipfs#7986](https://github.com/ipfs/go-ipfs/pull/7986))
3029
- - Extract the namesys and the keystore submodules ([ipfs/go-ipfs#7925](https://github.com/ipfs/go-ipfs/pull/7925))
3030
- - split core/commands/dag into individual files for different subcommands ([ipfs/go-ipfs#7970](https://github.com/ipfs/go-ipfs/pull/7970))
3031
- - test(sharness): pass correct timeout format to go-timeout ([ipfs/go-ipfs#7971](https://github.com/ipfs/go-ipfs/pull/7971))
3032
- - fix race condition when logging requests ([ipfs/go-ipfs#7953](https://github.com/ipfs/go-ipfs/pull/7953))
3033
- - fix some sharness-in-CI issues ([ipfs/go-ipfs#7946](https://github.com/ipfs/go-ipfs/pull/7946))
3034
- - chore: update deps ([ipfs/go-ipfs#7941](https://github.com/ipfs/go-ipfs/pull/7941))
3035
- - fix: correctly return pin ls errors ([ipfs/go-ipfs#7942](https://github.com/ipfs/go-ipfs/pull/7942))
3036
- - feat: remove secio support ([ipfs/go-ipfs#7943](https://github.com/ipfs/go-ipfs/pull/7943))
3037
- - Set supported platforms by go-version ([ipfs/go-ipfs#7927](https://github.com/ipfs/go-ipfs/pull/7927))
3038
- - docs: tips on debugging Policies.MFS (#7929) ([ipfs/go-ipfs#7929](https://github.com/ipfs/go-ipfs/pull/7929))
3039
- - docs: fix DNSLink gw recipe ([ipfs/go-ipfs#7932](https://github.com/ipfs/go-ipfs/pull/7932))
3040
- - Merge branch 'release'
3041
- - docs: RepinInterval
3042
- - style: docs/config.md
3043
- - style: improved MFS PinName example
3044
- - docs: Pinning.RemoteServices.Policies
3045
- - peering: add logs before many-second waits ([ipfs/go-ipfs#7904](https://github.com/ipfs/go-ipfs/pull/7904))
3046
- - all: gofmt -s ([ipfs/go-ipfs#7900](https://github.com/ipfs/go-ipfs/pull/7900))
3047
-- github.com/ipfs/go-bitswap (v0.3.3 -> v0.3.4):
3048
- - remove Makefile ([ipfs/go-bitswap#483](https://github.com/ipfs/go-bitswap/pull/483))
3049
- - test: deflake engine test ([ipfs/go-bitswap#480](https://github.com/ipfs/go-bitswap/pull/480))
3050
- - test: deflake large-message test ([ipfs/go-bitswap#479](https://github.com/ipfs/go-bitswap/pull/479))
3051
- - fix: fix alignment of stats struct in virtual network ([ipfs/go-bitswap#478](https://github.com/ipfs/go-bitswap/pull/478))
3052
- - fix(network): impl: add timeout in newStreamToPeer call ([ipfs/go-bitswap#477](https://github.com/ipfs/go-bitswap/pull/477))
3053
- - fix staticcheck ([ipfs/go-bitswap#474](https://github.com/ipfs/go-bitswap/pull/474))
3054
- - ignore transient connections ([ipfs/go-bitswap#470](https://github.com/ipfs/go-bitswap/pull/470))
3055
- - fix a startup race by creating the blockstoremanager process on init ([ipfs/go-bitswap#465](https://github.com/ipfs/go-bitswap/pull/465))
3056
-- github.com/ipfs/go-block-format (v0.0.2 -> v0.0.3):
3057
- - doc: add a lead maintainer ([ipfs/go-block-format#16](https://github.com/ipfs/go-block-format/pull/16))
3058
-- github.com/ipfs/go-graphsync (v0.6.0 -> v0.8.0):
3059
- - docs(CHANGELOG): update for v0.8.0
3060
- - Update for LinkSystem (#161) ([ipfs/go-graphsync#161](https://github.com/ipfs/go-graphsync/pull/161))
3061
- - Round out diagnostic parameters (#157) ([ipfs/go-graphsync#157](https://github.com/ipfs/go-graphsync/pull/157))
3062
- - map response codes to names (#148) ([ipfs/go-graphsync#148](https://github.com/ipfs/go-graphsync/pull/148))
3063
- - Discard http output (#156) ([ipfs/go-graphsync#156](https://github.com/ipfs/go-graphsync/pull/156))
3064
- - Add debug logging (#121) ([ipfs/go-graphsync#121](https://github.com/ipfs/go-graphsync/pull/121))
3065
- - Add optional HTTP comparison (#153) ([ipfs/go-graphsync#153](https://github.com/ipfs/go-graphsync/pull/153))
3066
- - docs(architecture): update architecture docs (#154) ([ipfs/go-graphsync#154](https://github.com/ipfs/go-graphsync/pull/154))
3067
- - release v0.7.0 ([ipfs/go-graphsync#152](https://github.com/ipfs/go-graphsync/pull/152))
3068
- - chore: update deps (#151) ([ipfs/go-graphsync#151](https://github.com/ipfs/go-graphsync/pull/151))
3069
- - Automatically record heap profiles in testplans (#147) ([ipfs/go-graphsync#147](https://github.com/ipfs/go-graphsync/pull/147))
3070
- - feat(deps): update go-ipld-prime v0.7.0 (#145) ([ipfs/go-graphsync#145](https://github.com/ipfs/go-graphsync/pull/145))
3071
- - Release/v0.6.0 ([ipfs/go-graphsync#144](https://github.com/ipfs/go-graphsync/pull/144))
3072
-- github.com/ipfs/go-ipfs-blockstore (v0.1.4 -> v0.1.6):
3073
- - use bloom filter in GetSize
3074
-- github.com/ipfs/go-ipfs-config (v0.12.0 -> v0.14.0):
3075
- - Added Experiments.AcceleratedDHTClient option ([ipfs/go-ipfs-config#125](https://github.com/ipfs/go-ipfs-config/pull/125))
3076
- - Add config for downloading repo migrations ([ipfs/go-ipfs-config#128](https://github.com/ipfs/go-ipfs-config/pull/128))
3077
- - remove duplicate entries in defaultServerFilters ([ipfs/go-ipfs-config#121](https://github.com/ipfs/go-ipfs-config/pull/121))
3078
- - add custom DNS Resolver configuration ([ipfs/go-ipfs-config#126](https://github.com/ipfs/go-ipfs-config/pull/126))
3079
-- github.com/ipfs/go-ipfs-provider (v0.4.3 -> v0.5.1):
3080
- - Fix batched providing of empty keys ([ipfs/go-ipfs-provider#37](https://github.com/ipfs/go-ipfs-provider/pull/37))
3081
- - Bulk Provide/Reproviding System (#34) ([ipfs/go-ipfs-provider#34](https://github.com/ipfs/go-ipfs-provider/pull/34))
3082
- - chore: update the Usage part of readme ([ipfs/go-ipfs-provider#33](https://github.com/ipfs/go-ipfs-provider/pull/33))
3083
- - Retract and revert 1.0.0 ([ipfs/go-ipfs-provider#31](https://github.com/ipfs/go-ipfs-provider/pull/31))
3084
- - replace go-merkledag with go-fetcher ([ipfs/go-ipfs-provider#30](https://github.com/ipfs/go-ipfs-provider/pull/30))
3085
-- github.com/ipfs/go-ipld-git (v0.0.3 -> v0.0.4):
3086
- - add license file so it can be found by go-licenses ([ipfs/go-ipld-git#42](https://github.com/ipfs/go-ipld-git/pull/42))
3087
-- github.com/ipfs/go-ipns (v0.0.2 -> v0.1.0):
3088
- - Add support for extensible records (and v2 signature)
3089
-- github.com/ipfs/go-log (v1.0.4 -> v1.0.5):
3090
- - chore: update v1 deps ([ipfs/go-log#108](https://github.com/ipfs/go-log/pull/108))
3091
-- github.com/ipfs/go-log/v2 (v2.1.1 -> v2.1.3):
3092
- - doc(README): use circle-ci badge ([ipfs/go-log#106](https://github.com/ipfs/go-log/pull/106))
3093
- - feat: add ability to specify labels for all loggers ([ipfs/go-log#105](https://github.com/ipfs/go-log/pull/105))
3094
- - Add an option to pass URL to zap ([ipfs/go-log#101](https://github.com/ipfs/go-log/pull/101))
3095
- - enable configuring several log outputs ([ipfs/go-log#98](https://github.com/ipfs/go-log/pull/98))
3096
- - Fix caller not being added ([ipfs/go-log#96](https://github.com/ipfs/go-log/pull/96))
3097
-- github.com/ipfs/go-unixfs (v0.2.4 -> v0.2.5):
3098
- - correct file size for raw node ([ipfs/go-unixfs#88](https://github.com/ipfs/go-unixfs/pull/88))
3099
-- github.com/ipld/go-car (v0.1.1-0.20201015032735-ff6ccdc46acc -> v0.3.1):
3100
- - chore: make sure we get an error where we expect one
3101
- - chore: refactor header tests to iterate over a struct
3102
- - chore: add header error tests
3103
- - fix: lint errors
3104
- - fix: go mod tidy
3105
- - chore: update go.mod to 1.15
3106
- - fix: ReadHeader return value mismatch
3107
- - Updates for ipld linksystem branch ([ipld/go-car#56](https://github.com/ipld/go-car/pull/56))
3108
- - replace go-ipld-prime-proto with go-codec-dagpb
3109
- - fix staticcheck errors ([ipld/go-car#67](https://github.com/ipld/go-car/pull/67))
3110
- - chore: switch to a single license file ([ipld/go-car#59](https://github.com/ipld/go-car/pull/59))
3111
- - chore: remove LICENSE ([ipld/go-car#58](https://github.com/ipld/go-car/pull/58))
3112
- - chore: relicense ([ipld/go-car#57](https://github.com/ipld/go-car/pull/57))
3113
- - ci: remove travis support ([ipld/go-car#55](https://github.com/ipld/go-car/pull/55))
3114
- - run gofmt -s
3115
- - Allow user defined block hooks when using two step write for selective cars ([ipld/go-car#37](https://github.com/ipld/go-car/pull/37))
3116
- - feat: handle mid-varint EOF case as UnexpectedEOF
3117
- - fix: main NewReader call
3118
-- github.com/ipld/go-ipld-prime (v0.5.1-0.20201021195245-109253e8a018 -> v0.9.1-0.20210324083106-dc342a9917db):
3119
- - Add option to tell link system storage is trusted and we can skip hash on read ([ipld/go-ipld-prime#149](https://github.com/ipld/go-ipld-prime/pull/149))
3120
- - implement non-dag cbor codec ([ipld/go-ipld-prime#153](https://github.com/ipld/go-ipld-prime/pull/153))
3121
- - add non-dag json codec ([ipld/go-ipld-prime#152](https://github.com/ipld/go-ipld-prime/pull/152))
3122
- - typo fixes
3123
- - mark v0.9.0
3124
- - Changelog: more backfill :)
3125
- - hackme: about merge strategies.
3126
- - Dropping .gopath and other unmaintained scripts.
3127
- - introduce LinkSystem ([ipld/go-ipld-prime#143](https://github.com/ipld/go-ipld-prime/pull/143))
3128
- - Readme updates.
3129
- - codec/raw: implement the raw codec
3130
- - add an ADL interface type
3131
- - schema/gen/go: cache genned code in os.TempDir
3132
- - fluent/qp: finish writing all data model helpers
3133
- - fluent: add qp, a different spin on quip
3134
- - schema/gen/go: prevent some unkeyed literal vet errors
3135
- - schema/gen/go: remove two common subtest levels
3136
- - use %q in error strings
3137
- - schema/gen/go: please vet a bit more
3138
- - Introduce 'quip' data building helpers. ([ipld/go-ipld-prime#134](https://github.com/ipld/go-ipld-prime/pull/134))
3139
- - gengo: support for unions with stringprefix representation. ([ipld/go-ipld-prime#133](https://github.com/ipld/go-ipld-prime/pull/133))
3140
- - target of opporunity DRY improvement: use more shared templates for structs with stringjoin representations.
3141
- - fix small consistency typo in gen function names.
3142
- - drop old generation mechanisms that were already deprecated.
3143
- - error type cleanup, and helpers.
3144
- - v0.7.0 and changelog update
3145
- - Revert "rename AssignNode to ConvertFrom"
3146
- - Implement traversal.FocusedTransform. ([ipld/go-ipld-prime#130](https://github.com/ipld/go-ipld-prime/pull/130))
3147
- - Update a few more lingering ReprKind references.
3148
- - all: rename schema.Kind to TypeKind, ipld.ReprKind to Kind ([ipld/go-ipld-prime#127](https://github.com/ipld/go-ipld-prime/pull/127))
3149
- - all: rename AssignNode to ConvertFrom
3150
- - all: rewrite interfaces and APIs to support int64
3151
- - mark v0.6.0
3152
- - clean up node/gendemo regeneration ([ipld/go-ipld-prime#123](https://github.com/ipld/go-ipld-prime/pull/123))
3153
- - cleanup: drop orphaned gitignore file.
3154
- - Schema types rebased to use codegen types for the data ([ipld/go-ipld-prime#107](https://github.com/ipld/go-ipld-prime/pull/107))
3155
- - codegen: assembler for struct with map representation validates all non-optional fields are present ([ipld/go-ipld-prime#121](https://github.com/ipld/go-ipld-prime/pull/121))
3156
- - changelog: backfill.
3157
- - fluent: finish out matrix of helper methods, and fix error handling of the non-Must methods.
3158
- - all: fix a lot of "unkeyed literal" vet warnings
3159
- - node/mixins: use simpler filenames
3160
- - node/gendemo: use the new code generator
3161
- - Merge pull request #96 , originally known as ipld/cidlink-only-usable-as-ptr
3162
- - Codec revamp ([ipld/go-ipld-prime#112](https://github.com/ipld/go-ipld-prime/pull/112))
3163
- - Allow overriden types (#116) ([ipld/go-ipld-prime#116](https://github.com/ipld/go-ipld-prime/pull/116))
3164
- - add import to ipld in ipldsch_types.go ([ipld/go-ipld-prime#115](https://github.com/ipld/go-ipld-prime/pull/115))
3165
- - Codegen output rearrange ([ipld/go-ipld-prime#105](https://github.com/ipld/go-ipld-prime/pull/105))
3166
- - Validate struct builder sufficiency ([ipld/go-ipld-prime#111](https://github.com/ipld/go-ipld-prime/pull/111))
3167
- - Fresh take on codec APIs, and some tokenization utilities. ([ipld/go-ipld-prime#101](https://github.com/ipld/go-ipld-prime/pull/101))
3168
- - Add a demo ADL (rot13adl) ([ipld/go-ipld-prime#98](https://github.com/ipld/go-ipld-prime/pull/98))
3169
- - Introduce traversal function that selects links out of a tree. ([ipld/go-ipld-prime#110](https://github.com/ipld/go-ipld-prime/pull/110))
3170
- - Codegen various improvements ([ipld/go-ipld-prime#106](https://github.com/ipld/go-ipld-prime/pull/106))
3171
-- github.com/libp2p/go-conn-security-multistream (v0.2.0 -> v0.2.1):
3172
- - Implement support for simultaneous open (#14) ([libp2p/go-conn-security-multistream#14](https://github.com/libp2p/go-conn-security-multistream/pull/14))
3173
-- github.com/libp2p/go-libp2p (v0.13.0 -> v0.14.2):
3174
- - Fix race in adding connections to connsByPeer ([libp2p/go-libp2p#1116](https://github.com/libp2p/go-libp2p/pull/1116))
3175
- - speed up the mock tests ([libp2p/go-libp2p#1103](https://github.com/libp2p/go-libp2p/pull/1103))
3176
- - remove slow ObservedAddrManager test that doesn't test anything ([libp2p/go-libp2p#1104](https://github.com/libp2p/go-libp2p/pull/1104))
3177
- - remove Codecov config ([libp2p/go-libp2p#1100](https://github.com/libp2p/go-libp2p/pull/1100))
3178
- - doc: document standard connection manager ([libp2p/go-libp2p#1099](https://github.com/libp2p/go-libp2p/pull/1099))
3179
- - run go mod tidy in the examples ([libp2p/go-libp2p#1098](https://github.com/libp2p/go-libp2p/pull/1098))
3180
- - Cleanup some remaining examples nits ([libp2p/go-libp2p#1097](https://github.com/libp2p/go-libp2p/pull/1097))
3181
- - chore: bring examples back into repository and add tests ([libp2p/go-libp2p#1092](https://github.com/libp2p/go-libp2p/pull/1092))
3182
- - fix(mkreleasenotes): handle first commit ([libp2p/go-libp2p#1095](https://github.com/libp2p/go-libp2p/pull/1095))
3183
- - doc: add a basic release process ([libp2p/go-libp2p#1080](https://github.com/libp2p/go-libp2p/pull/1080))
3184
- - chore: update yamux ([libp2p/go-libp2p#1089](https://github.com/libp2p/go-libp2p/pull/1089))
3185
- - fix: re-expose AutoNAT service on BasicHost ([libp2p/go-libp2p#1088](https://github.com/libp2p/go-libp2p/pull/1088))
3186
- - remove NEWS.md ([libp2p/go-libp2p#1086](https://github.com/libp2p/go-libp2p/pull/1086))
3187
- - test: deflake TestProtoDowngrade ([libp2p/go-libp2p#1084](https://github.com/libp2p/go-libp2p/pull/1084))
3188
- - sync: update CI config files (and fix tests) ([libp2p/go-libp2p#1083](https://github.com/libp2p/go-libp2p/pull/1083))
3189
- - static check fixes ([libp2p/go-libp2p#1076](https://github.com/libp2p/go-libp2p/pull/1076))
3190
- - fix go vet ([libp2p/go-libp2p#1075](https://github.com/libp2p/go-libp2p/pull/1075))
3191
- - option for custom dns resolver ([libp2p/go-libp2p#1073](https://github.com/libp2p/go-libp2p/pull/1073))
3192
- - chore: update deps ([libp2p/go-libp2p#1066](https://github.com/libp2p/go-libp2p/pull/1066))
3193
- - fix autonat race ([libp2p/go-libp2p#1062](https://github.com/libp2p/go-libp2p/pull/1062))
3194
- - use transient connections in identify streams ([libp2p/go-libp2p#1061](https://github.com/libp2p/go-libp2p/pull/1061))
3195
- - Emit event for User's NAT Type i.e. Hard NAT or Easy NAT (#1042) ([libp2p/go-libp2p#1042](https://github.com/libp2p/go-libp2p/pull/1042))
3196
- - Finish and Test the simultaneous connect problem in libp2p peers (#1041) ([libp2p/go-libp2p#1041](https://github.com/libp2p/go-libp2p/pull/1041))
3197
- - Close peerstore and document Host Close (#1037) ([libp2p/go-libp2p#1037](https://github.com/libp2p/go-libp2p/pull/1037))
3198
- - Timeout all Identify stream reads (#1032) ([libp2p/go-libp2p#1032](https://github.com/libp2p/go-libp2p/pull/1032))
3199
-- github.com/libp2p/go-libp2p-autonat (v0.4.0 -> v0.4.2):
3200
- - Fix: Stream read timeout ([libp2p/go-libp2p-autonat#99](https://github.com/libp2p/go-libp2p-autonat/pull/99))
3201
- - fix: simplify address replacement ([libp2p/go-libp2p-autonat#102](https://github.com/libp2p/go-libp2p-autonat/pull/102))
3202
- - replace the port number for double NAT mapping ([libp2p/go-libp2p-autonat#101](https://github.com/libp2p/go-libp2p-autonat/pull/101))
3203
-- github.com/libp2p/go-libp2p-core (v0.8.0 -> v0.8.5):
3204
- - mind the dot.
3205
- - context option for simultaneous connect
3206
- - Event for user's NAT Device Type: Tell user if the node is behind an Easy or Hard NAT (#173) ([libp2p/go-libp2p-core#173](https://github.com/libp2p/go-libp2p-core/pull/173))
3207
- - address aarshian nitpicks
3208
- - make UseTransient context option take a reason argument, for consistency with other options
3209
- - abstract Conn Stat interface for threading
3210
- - Update network/context.go
3211
- - add ErrTransientConn error
3212
- - add support for transient connections
3213
- - more docs for stream fncs (#183) ([libp2p/go-libp2p-core#183](https://github.com/libp2p/go-libp2p-core/pull/183))
3214
- - refactor: use a helper type to decode AddrInfo from JSON (#178) ([libp2p/go-libp2p-core#178](https://github.com/libp2p/go-libp2p-core/pull/178))
3215
- - fix stream docs (#182) ([libp2p/go-libp2p-core#182](https://github.com/libp2p/go-libp2p-core/pull/182))
3216
- - context to force direct dial (#181) ([libp2p/go-libp2p-core#181](https://github.com/libp2p/go-libp2p-core/pull/181))
3217
- - Secure Muxer Interface (#180) ([libp2p/go-libp2p-core#180](https://github.com/libp2p/go-libp2p-core/pull/180))
3218
-- github.com/libp2p/go-libp2p-discovery (v0.5.0 -> v0.5.1):
3219
- - Fix hang in BackoffDiscovery.FindPeers when requesting limit lower than number of peers available ([libp2p/go-libp2p-discovery#69](https://github.com/libp2p/go-libp2p-discovery/pull/69))
3220
- - fix staticcheck ([libp2p/go-libp2p-discovery#70](https://github.com/libp2p/go-libp2p-discovery/pull/70))
3221
-- github.com/libp2p/go-libp2p-kad-dht (v0.11.1 -> v0.12.2):
3222
- - fullrt rework batching (#720) ([libp2p/go-libp2p-kad-dht#720](https://github.com/libp2p/go-libp2p-kad-dht/pull/720))
3223
- - sync: update CI config files ([libp2p/go-libp2p-kad-dht#712](https://github.com/libp2p/go-libp2p-kad-dht/pull/712))
3224
- - fix staticcheck ([libp2p/go-libp2p-kad-dht#721](https://github.com/libp2p/go-libp2p-kad-dht/pull/721))
3225
- - fix: fullrt dht bug fixes ([libp2p/go-libp2p-kad-dht#719](https://github.com/libp2p/go-libp2p-kad-dht/pull/719))
3226
- - Crawler based DHT client (#709) ([libp2p/go-libp2p-kad-dht#709](https://github.com/libp2p/go-libp2p-kad-dht/pull/709))
3227
- - test: fix unique addr check ([libp2p/go-libp2p-kad-dht#714](https://github.com/libp2p/go-libp2p-kad-dht/pull/714))
3228
- - chore: update deps ([libp2p/go-libp2p-kad-dht#713](https://github.com/libp2p/go-libp2p-kad-dht/pull/713))
3229
- - Add basic crawler (#663) ([libp2p/go-libp2p-kad-dht#663](https://github.com/libp2p/go-libp2p-kad-dht/pull/663))
3230
- - various staticcheck fixes ([libp2p/go-libp2p-kad-dht#710](https://github.com/libp2p/go-libp2p-kad-dht/pull/710))
3231
- - findpeer should work even on peers that are not part of DHT queries ([libp2p/go-libp2p-kad-dht#711](https://github.com/libp2p/go-libp2p-kad-dht/pull/711))
3232
- - Extract DHT message sender from the DHT ([libp2p/go-libp2p-kad-dht#659](https://github.com/libp2p/go-libp2p-kad-dht/pull/659))
3233
-- github.com/libp2p/go-libp2p-noise (v0.1.2 -> v0.2.0):
3234
- - Update github.com/flynn/noise to address nonce handling security issues ([libp2p/go-libp2p-noise#95](https://github.com/libp2p/go-libp2p-noise/pull/95))
3235
- - fix staticcheck ([libp2p/go-libp2p-noise#96](https://github.com/libp2p/go-libp2p-noise/pull/96))
3236
- - chore: update deps ([libp2p/go-libp2p-noise#94](https://github.com/libp2p/go-libp2p-noise/pull/94))
3237
- - chore: relicense MIT/Apache-2.0 ([libp2p/go-libp2p-noise#93](https://github.com/libp2p/go-libp2p-noise/pull/93))
3238
-- github.com/libp2p/go-libp2p-peerstore (v0.2.6 -> v0.2.7):
3239
- - fix: delete addrs when "updating" them to zero ([libp2p/go-libp2p-peerstore#157](https://github.com/libp2p/go-libp2p-peerstore/pull/157))
3240
-- github.com/libp2p/go-libp2p-quic-transport (v0.10.0 -> v0.11.1):
3241
- - update quic-go, enable QUIC v1 (RFC 9000) ([libp2p/go-libp2p-quic-transport#207](https://github.com/libp2p/go-libp2p-quic-transport/pull/207))
3242
- - update quic-go to v0.21.0-rc2 ([libp2p/go-libp2p-quic-transport#206](https://github.com/libp2p/go-libp2p-quic-transport/pull/206))
3243
- - increase test timeout to reduce flakiness of test on Windows ([libp2p/go-libp2p-quic-transport#204](https://github.com/libp2p/go-libp2p-quic-transport/pull/204))
3244
- - correctly export version negotiation failures to Prometheus ([libp2p/go-libp2p-quic-transport#205](https://github.com/libp2p/go-libp2p-quic-transport/pull/205))
3245
- - update quic-go to v0.20.1 ([libp2p/go-libp2p-quic-transport#201](https://github.com/libp2p/go-libp2p-quic-transport/pull/201))
3246
- - expose some Prometheus metrics ([libp2p/go-libp2p-quic-transport#200](https://github.com/libp2p/go-libp2p-quic-transport/pull/200))
3247
- - update quic-go to v0.20.0 ([libp2p/go-libp2p-quic-transport#198](https://github.com/libp2p/go-libp2p-quic-transport/pull/198))
3248
- - reduce the zstd window size from 8 MB to 32 KB ([libp2p/go-libp2p-quic-transport#195](https://github.com/libp2p/go-libp2p-quic-transport/pull/195))
3249
- - compress qlogs when the QUIC connection is closed ([libp2p/go-libp2p-quic-transport#193](https://github.com/libp2p/go-libp2p-quic-transport/pull/193))
3250
- - switch from gzip to zstd for qlog compression ([libp2p/go-libp2p-quic-transport#190](https://github.com/libp2p/go-libp2p-quic-transport/pull/190))
3251
-- github.com/libp2p/go-libp2p-swarm (v0.4.0 -> v0.5.0):
3252
- - run connection gating tests on both TCP and QUIC ([libp2p/go-libp2p-swarm#258](https://github.com/libp2p/go-libp2p-swarm/pull/258))
3253
- - fix: avoid returning typed nils ([libp2p/go-libp2p-swarm#257](https://github.com/libp2p/go-libp2p-swarm/pull/257))
3254
- - fix staticcheck ([libp2p/go-libp2p-swarm#255](https://github.com/libp2p/go-libp2p-swarm/pull/255))
3255
- - fix go vet ([libp2p/go-libp2p-swarm#253](https://github.com/libp2p/go-libp2p-swarm/pull/253))
3256
- - New Dialer ([libp2p/go-libp2p-swarm#243](https://github.com/libp2p/go-libp2p-swarm/pull/243))
3257
- - fix: use 64bit stream/conn IDs ([libp2p/go-libp2p-swarm#247](https://github.com/libp2p/go-libp2p-swarm/pull/247))
3258
- - feat: close transports that implement io.Closer ([libp2p/go-libp2p-swarm#227](https://github.com/libp2p/go-libp2p-swarm/pull/227))
3259
- - fix swarm transient conn (#241) ([libp2p/go-libp2p-swarm#241](https://github.com/libp2p/go-libp2p-swarm/pull/241))
3260
- - Support for Hole punching (#233) ([libp2p/go-libp2p-swarm#233](https://github.com/libp2p/go-libp2p-swarm/pull/233))
3261
- - Treat transient connections as opt-in when opening new streams ([libp2p/go-libp2p-swarm#236](https://github.com/libp2p/go-libp2p-swarm/pull/236))
3262
- - avoid assigning a function to a variable ([libp2p/go-libp2p-swarm#239](https://github.com/libp2p/go-libp2p-swarm/pull/239))
3263
- - only listen on localhost in tests ([libp2p/go-libp2p-swarm#238](https://github.com/libp2p/go-libp2p-swarm/pull/238))
3264
- - prevent dialing addresses that we're listening on ([libp2p/go-libp2p-swarm#237](https://github.com/libp2p/go-libp2p-swarm/pull/237))
3265
- - Enable QUIC in Test Swarm (#235) ([libp2p/go-libp2p-swarm#235](https://github.com/libp2p/go-libp2p-swarm/pull/235))
3266
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.0 -> v0.4.2):
3267
- - Expose underlying transport connection stat where available ([libp2p/go-libp2p-transport-upgrader#71](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/71))
3268
- - Implement support for simultaneous open (#25) ([libp2p/go-libp2p-transport-upgrader#25](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/25))
3269
-- github.com/libp2p/go-libp2p-yamux (v0.5.1 -> v0.5.4):
3270
- - remove Makefile ([libp2p/go-libp2p-yamux#35](https://github.com/libp2p/go-libp2p-yamux/pull/35))
3271
-- github.com/libp2p/go-netroute (v0.1.3 -> v0.1.6):
3272
- - add js stub impl
3273
-- github.com/libp2p/go-sockaddr (v0.0.2 -> v0.1.1):
3274
- - fix: allocate "any" socket type then cast ([libp2p/go-sockaddr#20](https://github.com/libp2p/go-sockaddr/pull/20))
3275
- - fix: remove CGO functions ([libp2p/go-sockaddr#18](https://github.com/libp2p/go-sockaddr/pull/18))
3276
-- github.com/libp2p/go-tcp-transport (v0.2.1 -> v0.2.2):
3277
- - use log.Warn instead of log.Warning ([libp2p/go-tcp-transport#77](https://github.com/libp2p/go-tcp-transport/pull/77))
3278
- - add bandwidth-related metrics (for Linux and OSX) ([libp2p/go-tcp-transport#76](https://github.com/libp2p/go-tcp-transport/pull/76))
3279
- - expose some Prometheus metrics ([libp2p/go-tcp-transport#75](https://github.com/libp2p/go-tcp-transport/pull/75))
3280
- - enable TCP keepalives ([libp2p/go-tcp-transport#73](https://github.com/libp2p/go-tcp-transport/pull/73))
3281
- - stop using the deprecated go-multiaddr-net package ([libp2p/go-tcp-transport#72](https://github.com/libp2p/go-tcp-transport/pull/72))
3282
-- github.com/libp2p/go-yamux/v2 (v2.0.0 -> v2.2.0):
3283
- - make the initial stream receive window configurable ([libp2p/go-yamux#59](https://github.com/libp2p/go-yamux/pull/59))
3284
- - set initial window size to spec value (256 kB), remove config option ([libp2p/go-yamux#57](https://github.com/libp2p/go-yamux/pull/57))
3285
- - fix: don't change the receive window if we're forcing an update ([libp2p/go-yamux#56](https://github.com/libp2p/go-yamux/pull/56))
3286
- - sync: update CI config files ([libp2p/go-yamux#55](https://github.com/libp2p/go-yamux/pull/55))
3287
- - increase the receive window size if we're sending updates to frequently ([libp2p/go-yamux#54](https://github.com/libp2p/go-yamux/pull/54))
3288
- - remove unused Stream.Shrink() method ([libp2p/go-yamux#52](https://github.com/libp2p/go-yamux/pull/52))
3289
- - remove misleading comment about the MaxMessageSize ([libp2p/go-yamux#50](https://github.com/libp2p/go-yamux/pull/50))
3290
- - clean up the receive window check ([libp2p/go-yamux#49](https://github.com/libp2p/go-yamux/pull/49))
3291
- - don't reslice byte slices taking from the buffer ([libp2p/go-yamux#48](https://github.com/libp2p/go-yamux/pull/48))
3292
- - don't reimplement io.ReadFull ([libp2p/go-yamux#38](https://github.com/libp2p/go-yamux/pull/38))
3293
- - remove the recvLock in the stream ([libp2p/go-yamux#42](https://github.com/libp2p/go-yamux/pull/42))
3294
- - remove the sendLock in the stream ([libp2p/go-yamux#41](https://github.com/libp2p/go-yamux/pull/41))
3295
- - remove misleading statement about NAT traversal ([libp2p/go-yamux#45](https://github.com/libp2p/go-yamux/pull/45))
3296
- - remove .gx directory, add last gx version to README ([libp2p/go-yamux#43](https://github.com/libp2p/go-yamux/pull/43))
3297
- - reduce usage of goto ([libp2p/go-yamux#40](https://github.com/libp2p/go-yamux/pull/40))
3298
- - remove unused error return value in Stream.processFlags ([libp2p/go-yamux#39](https://github.com/libp2p/go-yamux/pull/39))
3299
-- github.com/lucas-clemente/quic-go (v0.19.3 -> v0.21.1):
3300
- - add support for Go 1.17 Beta 1 ([lucas-clemente/quic-go#3203](https://github.com/lucas-clemente/quic-go/pull/3203))
3301
- - add a CI test that go mod vendor works ([lucas-clemente/quic-go#3202](https://github.com/lucas-clemente/quic-go/pull/3202))
3302
- - prevent go mod vendor from stumbling over the Go 1.18 file ([lucas-clemente/quic-go#3195](https://github.com/lucas-clemente/quic-go/pull/3195))
3303
- - remove CipherSuiteName and HkdfExtract for Go 1.17 ([lucas-clemente/quic-go#3192](https://github.com/lucas-clemente/quic-go/pull/3192))
3304
- - fix relocation target for cipherSuiteTLS13ByID in Go 1.17
3305
- - use HkdfExtract from x/crypto ([lucas-clemente/quic-go#3173](https://github.com/lucas-clemente/quic-go/pull/3173))
3306
- - add support for QUIC v1, RFC 9000 ([lucas-clemente/quic-go#3190](https://github.com/lucas-clemente/quic-go/pull/3190))
3307
- - use tls.CipherSuiteName, instead of wrapping it in the qtls package ([lucas-clemente/quic-go#3174](https://github.com/lucas-clemente/quic-go/pull/3174))
3308
- - use a pre-generated test vectors to test hkdfExpandLabel ([lucas-clemente/quic-go#3175](https://github.com/lucas-clemente/quic-go/pull/3175))
3309
- - reduce flakiness of packet number generation test ([lucas-clemente/quic-go#3181](https://github.com/lucas-clemente/quic-go/pull/3181))
3310
- - simplify the qtls tests ([lucas-clemente/quic-go#3185](https://github.com/lucas-clemente/quic-go/pull/3185))
3311
- - add support for Go 1.17 (tip) ([lucas-clemente/quic-go#3182](https://github.com/lucas-clemente/quic-go/pull/3182))
3312
- - prevent quic-go from building on Go 1.17 ([lucas-clemente/quic-go#3180](https://github.com/lucas-clemente/quic-go/pull/3180))
3313
- - fix DONT_FRAGMENT error when using a IPv6 connection on Windows ([lucas-clemente/quic-go#3178](https://github.com/lucas-clemente/quic-go/pull/3178))
3314
- - use net.ErrClosed (for Go 1.16) ([lucas-clemente/quic-go#3163](https://github.com/lucas-clemente/quic-go/pull/3163))
3315
- - use the new error types to log the reason why a connection is closed ([lucas-clemente/quic-go#3166](https://github.com/lucas-clemente/quic-go/pull/3166))
3316
- - fix race condition in deadline integration test ([lucas-clemente/quic-go#3165](https://github.com/lucas-clemente/quic-go/pull/3165))
3317
- - add support for QUIC v1 ([lucas-clemente/quic-go#3160](https://github.com/lucas-clemente/quic-go/pull/3160))
3318
- - rework error return values ([lucas-clemente/quic-go#3159](https://github.com/lucas-clemente/quic-go/pull/3159))
3319
- - declare Path MTU probe packets lost with the early retransmit timer ([lucas-clemente/quic-go#3152](https://github.com/lucas-clemente/quic-go/pull/3152))
3320
- - declare the handshake confirmed when receiving an ACK for a 1-RTT packet ([lucas-clemente/quic-go#3148](https://github.com/lucas-clemente/quic-go/pull/3148))
3321
- - trace and qlog version selection / negotiation ([lucas-clemente/quic-go#3153](https://github.com/lucas-clemente/quic-go/pull/3153))
3322
- - set the don't fragment (DF) bit on Windows (#3155) ([lucas-clemente/quic-go#3155](https://github.com/lucas-clemente/quic-go/pull/3155))
3323
- - fix doc comment for Tracer.TracerForConnection ([lucas-clemente/quic-go#3154](https://github.com/lucas-clemente/quic-go/pull/3154))
3324
- - make it possible to associate a ConnectionTracer with a Session ([lucas-clemente/quic-go#3146](https://github.com/lucas-clemente/quic-go/pull/3146))
3325
- - remove the .editorconfig ([lucas-clemente/quic-go#3147](https://github.com/lucas-clemente/quic-go/pull/3147))
3326
- - don't use a lower RTT than 5ms after receiving a Retry packet ([lucas-clemente/quic-go#3129](https://github.com/lucas-clemente/quic-go/pull/3129))
3327
- - don't pass the QUIC version to the StartedConnection event ([lucas-clemente/quic-go#3109](https://github.com/lucas-clemente/quic-go/pull/3109))
3328
- - update the packet numbers in decoding test to the ones from the draft ([lucas-clemente/quic-go#3137](https://github.com/lucas-clemente/quic-go/pull/3137))
3329
- - various amplification limit fixes ([lucas-clemente/quic-go#3132](https://github.com/lucas-clemente/quic-go/pull/3132))
3330
- - fix calculation of the handshake idle timeout ([lucas-clemente/quic-go#3120](https://github.com/lucas-clemente/quic-go/pull/3120))
3331
- - only start PMTUD after handshake confirmation ([lucas-clemente/quic-go#3138](https://github.com/lucas-clemente/quic-go/pull/3138))
3332
- - don't regard PMTU probe packets as outstanding ([lucas-clemente/quic-go#3126](https://github.com/lucas-clemente/quic-go/pull/3126))
3333
- - expose the draft-34 version ([lucas-clemente/quic-go#3100](https://github.com/lucas-clemente/quic-go/pull/3100))
3334
- - clean up the testutils ([lucas-clemente/quic-go#3104](https://github.com/lucas-clemente/quic-go/pull/3104))
3335
- - initialize the congestion controller with the actual max datagram size ([lucas-clemente/quic-go#3107](https://github.com/lucas-clemente/quic-go/pull/3107))
3336
- - make it possible to trace acknowledged packets ([lucas-clemente/quic-go#3134](https://github.com/lucas-clemente/quic-go/pull/3134))
3337
- - avoid type confusion between protocol.PacketType and logging.PacketType ([lucas-clemente/quic-go#3108](https://github.com/lucas-clemente/quic-go/pull/3108))
3338
- - fix duplicate logging of errors when the first error was a timeout error ([lucas-clemente/quic-go#3112](https://github.com/lucas-clemente/quic-go/pull/3112))
3339
- - use a tracer to make the packetization test more useful ([lucas-clemente/quic-go#3136](https://github.com/lucas-clemente/quic-go/pull/3136))
3340
- - improve string representation of timeout errors ([lucas-clemente/quic-go#3118](https://github.com/lucas-clemente/quic-go/pull/3118))
3341
- - fix flaky timeout test ([lucas-clemente/quic-go#3105](https://github.com/lucas-clemente/quic-go/pull/3105))
3342
- - fix calculation of the time for the next keep alive
3343
- - add a 0-RTT test with different connecton ID lengths ([lucas-clemente/quic-go#3098](https://github.com/lucas-clemente/quic-go/pull/3098))
3344
- - only run Ginkgo focus detection in staged files in pre-commit hook ([lucas-clemente/quic-go#3099](https://github.com/lucas-clemente/quic-go/pull/3099))
3345
- - allow 0-RTT when flow control windows are increased ([lucas-clemente/quic-go#3096](https://github.com/lucas-clemente/quic-go/pull/3096))
3346
- - improve the 0-RTT rejection integration test ([lucas-clemente/quic-go#3097](https://github.com/lucas-clemente/quic-go/pull/3097))
3347
- - rename config values for flow control limits ([lucas-clemente/quic-go#3089](https://github.com/lucas-clemente/quic-go/pull/3089))
3348
- - allow 0-RTT resumption if the server's stream limit was increased ([lucas-clemente/quic-go#3086](https://github.com/lucas-clemente/quic-go/pull/3086))
3349
- - cache the serialized OOB in the conn, not in the packet info ([lucas-clemente/quic-go#3093](https://github.com/lucas-clemente/quic-go/pull/3093))
3350
- - use code points from x/sys/unix for PKTINFO syscalls ([lucas-clemente/quic-go#3094](https://github.com/lucas-clemente/quic-go/pull/3094))
3351
- - make it possible to detect version negotiation failures in logging, fix qlogging of those ([lucas-clemente/quic-go#3092](https://github.com/lucas-clemente/quic-go/pull/3092))
3352
- - make the initial stream / connection flow control windows configurable ([lucas-clemente/quic-go#3083](https://github.com/lucas-clemente/quic-go/pull/3083))
3353
- - only apply server's transport parameters after handshake completion ([lucas-clemente/quic-go#3085](https://github.com/lucas-clemente/quic-go/pull/3085))
3354
- - fix documentation for baseFlowController.UpdateSendWindow ([lucas-clemente/quic-go#3087](https://github.com/lucas-clemente/quic-go/pull/3087))
3355
- - set the Content-Length for HTTP/3 responses ([lucas-clemente/quic-go#3091](https://github.com/lucas-clemente/quic-go/pull/3091))
3356
- - update the flow control windows of streams opened in 0-RTT ([lucas-clemente/quic-go#3088](https://github.com/lucas-clemente/quic-go/pull/3088))
3357
- - Use the correct source IP when binding multiple IPs ([lucas-clemente/quic-go#3067](https://github.com/lucas-clemente/quic-go/pull/3067))
3358
- - fix race condition when receiving 0-RTT packets ([lucas-clemente/quic-go#3074](https://github.com/lucas-clemente/quic-go/pull/3074))
3359
- - require the application to handle 0-RTT rejection ([lucas-clemente/quic-go#3066](https://github.com/lucas-clemente/quic-go/pull/3066))
3360
- - add an internal queue to signal that a datagram frame has been dequeued ([lucas-clemente/quic-go#3081](https://github.com/lucas-clemente/quic-go/pull/3081))
3361
- - increase the maximum size of DATAGRAM frames ([lucas-clemente/quic-go#2966](https://github.com/lucas-clemente/quic-go/pull/2966))
3362
- - remove non-functioning 0-RTT test with different conn ID lengths ([lucas-clemente/quic-go#3079](https://github.com/lucas-clemente/quic-go/pull/3079))
3363
- - remove stray struct equality check ([lucas-clemente/quic-go#3078](https://github.com/lucas-clemente/quic-go/pull/3078))
3364
- - fix issuing of connection IDs when dialing a 0-RTT connections ([lucas-clemente/quic-go#3058](https://github.com/lucas-clemente/quic-go/pull/3058))
3365
- - only accept 0-RTT it the active_connection_id_limit didn't change ([lucas-clemente/quic-go#3060](https://github.com/lucas-clemente/quic-go/pull/3060))
3366
- - remove unused error return value from HandleMaxStreamsFrame ([lucas-clemente/quic-go#3072](https://github.com/lucas-clemente/quic-go/pull/3072))
3367
- - fix flaky accept queue integration test ([lucas-clemente/quic-go#3068](https://github.com/lucas-clemente/quic-go/pull/3068))
3368
- - don't reset the QPACK encoder / decoder streams ([lucas-clemente/quic-go#3063](https://github.com/lucas-clemente/quic-go/pull/3063))
3369
- - remove incorrect logging for client side retry packet ([lucas-clemente/quic-go#3071](https://github.com/lucas-clemente/quic-go/pull/3071))
3370
- - allow sending 1xx responses (#3047) ([lucas-clemente/quic-go#3047](https://github.com/lucas-clemente/quic-go/pull/3047))
3371
- - fix retry key and nonce for draft-34 ([lucas-clemente/quic-go#3062](https://github.com/lucas-clemente/quic-go/pull/3062))
3372
- - implement DPLPMTUD ([lucas-clemente/quic-go#3028](https://github.com/lucas-clemente/quic-go/pull/3028))
3373
- - only read multiple packets at a time after handshake completion ([lucas-clemente/quic-go#3041](https://github.com/lucas-clemente/quic-go/pull/3041))
3374
- - make the certificate verificiation integration tests more explicit ([lucas-clemente/quic-go#3040](https://github.com/lucas-clemente/quic-go/pull/3040))
3375
- - update gomock to v1.5.0, use mockgen source mode ([lucas-clemente/quic-go#3049](https://github.com/lucas-clemente/quic-go/pull/3049))
3376
- - trace dropping of 0-RTT keys ([lucas-clemente/quic-go#3054](https://github.com/lucas-clemente/quic-go/pull/3054))
3377
- - improve timeout measurement in the timeout test ([lucas-clemente/quic-go#3042](https://github.com/lucas-clemente/quic-go/pull/3042))
3378
- - add a randomized test for the received_packet_history ([lucas-clemente/quic-go#3052](https://github.com/lucas-clemente/quic-go/pull/3052))
3379
- - fix documentation of default values for MaxReceive{Stream, Connection}FlowControlWindow ([lucas-clemente/quic-go#3055](https://github.com/lucas-clemente/quic-go/pull/3055))
3380
- - refactor merge packet number ranges ([lucas-clemente/quic-go#3051](https://github.com/lucas-clemente/quic-go/pull/3051))
3381
- - add draft-34 to support versions in README
3382
- - update README to reflect dropped Go 1.14 support
3383
- - remove redundant nil-check in the packet packer ([lucas-clemente/quic-go#3048](https://github.com/lucas-clemente/quic-go/pull/3048))
3384
- - avoid using rand.Source ([lucas-clemente/quic-go#3046](https://github.com/lucas-clemente/quic-go/pull/3046))
3385
- - update Go to 1.16, drop support for 1.14 ([lucas-clemente/quic-go#3045](https://github.com/lucas-clemente/quic-go/pull/3045))
3386
- - fix error message when the UDP receive buffer size can't be increased ([lucas-clemente/quic-go#3039](https://github.com/lucas-clemente/quic-go/pull/3039))
3387
- - add the time_format field to qlog common_fields ([lucas-clemente/quic-go#3038](https://github.com/lucas-clemente/quic-go/pull/3038))
3388
- - log connection IDs without the 0x prefix ([lucas-clemente/quic-go#3036](https://github.com/lucas-clemente/quic-go/pull/3036))
3389
- - add support for QUIC draft-34 ([lucas-clemente/quic-go#3031](https://github.com/lucas-clemente/quic-go/pull/3031))
3390
- - fix qtls imports in mockgen generated mocks ([lucas-clemente/quic-go#3037](https://github.com/lucas-clemente/quic-go/pull/3037))
3391
- - improve error message when the read buffer size can't be set ([lucas-clemente/quic-go#3030](https://github.com/lucas-clemente/quic-go/pull/3030))
3392
- - qlog the quic-go version ([lucas-clemente/quic-go#3033](https://github.com/lucas-clemente/quic-go/pull/3033))
3393
- - remove the metrics package ([lucas-clemente/quic-go#3032](https://github.com/lucas-clemente/quic-go/pull/3032))
3394
- - expose the constructor for the qlog connection tracer ([lucas-clemente/quic-go#3034](https://github.com/lucas-clemente/quic-go/pull/3034))
3395
- - expose the constructor for the multipexed connection tracer ([lucas-clemente/quic-go#3035](https://github.com/lucas-clemente/quic-go/pull/3035))
3396
- - make sure the server is stopped before closing all server sessions ([lucas-clemente/quic-go#3020](https://github.com/lucas-clemente/quic-go/pull/3020))
3397
- - increase the size of the send queue ([lucas-clemente/quic-go#3016](https://github.com/lucas-clemente/quic-go/pull/3016))
3398
- - prioritize receiving packets over sending out more packets ([lucas-clemente/quic-go#3015](https://github.com/lucas-clemente/quic-go/pull/3015))
3399
- - reenable key updates for HTTP/3 ([lucas-clemente/quic-go#3017](https://github.com/lucas-clemente/quic-go/pull/3017))
3400
- - check for errors after handling each previously undecryptable packet ([lucas-clemente/quic-go#3011](https://github.com/lucas-clemente/quic-go/pull/3011))
3401
- - fix flaky streams map test on Windows ([lucas-clemente/quic-go#3013](https://github.com/lucas-clemente/quic-go/pull/3013))
3402
- - fix flaky stream cancelation integration test ([lucas-clemente/quic-go#3014](https://github.com/lucas-clemente/quic-go/pull/3014))
3403
- - preallocate a slice of one frame when packing a packet ([lucas-clemente/quic-go#3018](https://github.com/lucas-clemente/quic-go/pull/3018))
3404
- - allow sending of ACKs when pacing limited ([lucas-clemente/quic-go#3010](https://github.com/lucas-clemente/quic-go/pull/3010))
3405
- - fix qlogging of the packet payload length ([lucas-clemente/quic-go#3004](https://github.com/lucas-clemente/quic-go/pull/3004))
3406
- - corrupt more ACKs in the MITM test ([lucas-clemente/quic-go#3007](https://github.com/lucas-clemente/quic-go/pull/3007))
3407
- - fix flaky key update integration test ([lucas-clemente/quic-go#3005](https://github.com/lucas-clemente/quic-go/pull/3005))
3408
- - immediately complete streams that were canceled, drop retransmissions ([lucas-clemente/quic-go#3003](https://github.com/lucas-clemente/quic-go/pull/3003))
3409
- - stop generating new packets when the send queue is full ([lucas-clemente/quic-go#2971](https://github.com/lucas-clemente/quic-go/pull/2971))
3410
- - allow access to the underlying quic.Stream from a http.ResponseWriter ([lucas-clemente/quic-go#2993](https://github.com/lucas-clemente/quic-go/pull/2993))
3411
- - remove stay print statement from session test
3412
- - allow receiving of multiple packets before sending a packet ([lucas-clemente/quic-go#2984](https://github.com/lucas-clemente/quic-go/pull/2984))
3413
- - use cryptographic random for determining skipped packet numbers ([lucas-clemente/quic-go#2940](https://github.com/lucas-clemente/quic-go/pull/2940))
3414
- - fix interpretation of time.Time{} as a pacing deadline ([lucas-clemente/quic-go#2980](https://github.com/lucas-clemente/quic-go/pull/2980))
3415
- - qlog restored transport parameters ([lucas-clemente/quic-go#2991](https://github.com/lucas-clemente/quic-go/pull/2991))
3416
- - use a pkg.go.dev instead of a GoDoc badge ([lucas-clemente/quic-go#2982](https://github.com/lucas-clemente/quic-go/pull/2982))
3417
- - introduce a separate queue for undecryptable packets ([lucas-clemente/quic-go#2988](https://github.com/lucas-clemente/quic-go/pull/2988))
3418
- - improve 0-RTT queue ([lucas-clemente/quic-go#2990](https://github.com/lucas-clemente/quic-go/pull/2990))
3419
- - simplify switch statement in the transport parameter parser ([lucas-clemente/quic-go#2995](https://github.com/lucas-clemente/quic-go/pull/2995))
3420
- - remove unneeded overflow check when parsing the max_ack_delay ([lucas-clemente/quic-go#2996](https://github.com/lucas-clemente/quic-go/pull/2996))
3421
- - remove unneeded check in receivedPacketHandler.IsPotentiallyDuplicate ([lucas-clemente/quic-go#2998](https://github.com/lucas-clemente/quic-go/pull/2998))
3422
- - qlog the max_datagram_frame_size transport parameter ([lucas-clemente/quic-go#2997](https://github.com/lucas-clemente/quic-go/pull/2997))
3423
- - qlog draft-02 fixes ([lucas-clemente/quic-go#2987](https://github.com/lucas-clemente/quic-go/pull/2987))
3424
- - fix flaky qlog test ([lucas-clemente/quic-go#2981](https://github.com/lucas-clemente/quic-go/pull/2981))
3425
- - only run gofumpt on .go files in pre-commit hook ([lucas-clemente/quic-go#2983](https://github.com/lucas-clemente/quic-go/pull/2983))
3426
- - fix outdated comment for the http3.Server
3427
- - make the OpenStreamSync cancelation test less flaky ([lucas-clemente/quic-go#2978](https://github.com/lucas-clemente/quic-go/pull/2978))
3428
- - add some useful pre-commit hooks ([lucas-clemente/quic-go#2979](https://github.com/lucas-clemente/quic-go/pull/2979))
3429
- - publicize QUIC varint reading and writing ([lucas-clemente/quic-go#2973](https://github.com/lucas-clemente/quic-go/pull/2973))
3430
- - add a http3.RoundTripOpt to skip the request scheme check ([lucas-clemente/quic-go#2962](https://github.com/lucas-clemente/quic-go/pull/2962))
3431
- - use the standard quic.Config in the deadline tests ([lucas-clemente/quic-go#2970](https://github.com/lucas-clemente/quic-go/pull/2970))
3432
- - update golangci-lint to v1.34.1 ([lucas-clemente/quic-go#2964](https://github.com/lucas-clemente/quic-go/pull/2964))
3433
- - update text about QUIC versions in the README ([lucas-clemente/quic-go#2975](https://github.com/lucas-clemente/quic-go/pull/2975))
3434
- - remove stray TODO in the http3.Server
3435
- - add support for Go 1.16 ([lucas-clemente/quic-go#2953](https://github.com/lucas-clemente/quic-go/pull/2953))
3436
- - cancel reading on unidirectional streams when the stream type is unknown ([lucas-clemente/quic-go#2952](https://github.com/lucas-clemente/quic-go/pull/2952))
3437
- - remove duplicate check of the URL scheme in the HTTP/3 client ([lucas-clemente/quic-go#2956](https://github.com/lucas-clemente/quic-go/pull/2956))
3438
- - increase queueing duration in 0-RTT queue test to reduce flakiness ([lucas-clemente/quic-go#2954](https://github.com/lucas-clemente/quic-go/pull/2954))
3439
- - implement the HTTP/3 Datagram negotiation ([lucas-clemente/quic-go#2951](https://github.com/lucas-clemente/quic-go/pull/2951))
3440
- - implement HTTP/3 control stream handling ([lucas-clemente/quic-go#2949](https://github.com/lucas-clemente/quic-go/pull/2949))
3441
- - fix flaky sentPacketHandler test ([lucas-clemente/quic-go#2950](https://github.com/lucas-clemente/quic-go/pull/2950))
3442
- - don't retransmit PING frames added to ACK-only packets ([lucas-clemente/quic-go#2942](https://github.com/lucas-clemente/quic-go/pull/2942))
3443
- - move the transport parameter stream limit check to the parser ([lucas-clemente/quic-go#2944](https://github.com/lucas-clemente/quic-go/pull/2944))
3444
- - remove unused initialVersion variable in session ([lucas-clemente/quic-go#2946](https://github.com/lucas-clemente/quic-go/pull/2946))
3445
- - remove unneeded check for the peer's transport parameters ([lucas-clemente/quic-go#2945](https://github.com/lucas-clemente/quic-go/pull/2945))
3446
- - add the H3_MESSAGE_ERROR ([lucas-clemente/quic-go#2947](https://github.com/lucas-clemente/quic-go/pull/2947))
3447
- - simplify Read and Write mock calls in http3 tests ([lucas-clemente/quic-go#2948](https://github.com/lucas-clemente/quic-go/pull/2948))
3448
- - implement the datagram draft ([lucas-clemente/quic-go#2162](https://github.com/lucas-clemente/quic-go/pull/2162))
3449
- - fix logging of bytes_in_flight when receiving an ACK ([lucas-clemente/quic-go#2937](https://github.com/lucas-clemente/quic-go/pull/2937))
3450
- - trace when a packet is dropped because the receivedPackets chan is full ([lucas-clemente/quic-go#2939](https://github.com/lucas-clemente/quic-go/pull/2939))
3451
- - various improvements to the packet number generator ([lucas-clemente/quic-go#2905](https://github.com/lucas-clemente/quic-go/pull/2905))
3452
- - introduce a quic.Config.HandshakeIdleTimeout, remove HandshakeTimeout ([lucas-clemente/quic-go#2930](https://github.com/lucas-clemente/quic-go/pull/2930))
3453
- - allow up to 20 byte for the initial connection IDs ([lucas-clemente/quic-go#2936](https://github.com/lucas-clemente/quic-go/pull/2936))
3454
- - reduce memory footprint of undecryptable packet handling ([lucas-clemente/quic-go#2932](https://github.com/lucas-clemente/quic-go/pull/2932))
3455
- - use a buffer from the pool for composing Retry packets ([lucas-clemente/quic-go#2934](https://github.com/lucas-clemente/quic-go/pull/2934))
3456
- - release the packet buffer after sending a CONNECTION_CLOSE in the server ([lucas-clemente/quic-go#2935](https://github.com/lucas-clemente/quic-go/pull/2935))
3457
- - move integration tests to GitHub Actions, disable Travis ([lucas-clemente/quic-go#2891](https://github.com/lucas-clemente/quic-go/pull/2891))
3458
- - use golang.org/x/sys/unix instead of syscall ([lucas-clemente/quic-go#2927](https://github.com/lucas-clemente/quic-go/pull/2927))
3459
- - add support for the connection_closed qlog event ([lucas-clemente/quic-go#2921](https://github.com/lucas-clemente/quic-go/pull/2921))
3460
- - qlog tokens in NEW_TOKEN frames, Retry packets and Initial packets ([lucas-clemente/quic-go#2863](https://github.com/lucas-clemente/quic-go/pull/2863))
3461
- - qlog the packet_type as part of the packet header, not the event itself ([lucas-clemente/quic-go#2758](https://github.com/lucas-clemente/quic-go/pull/2758))
3462
- - use the new, streaming-friendly NDJSON-based qlog encoding ([lucas-clemente/quic-go#2736](https://github.com/lucas-clemente/quic-go/pull/2736))
3463
- - add a generic Debug() function to the connection tracer ([lucas-clemente/quic-go#2909](https://github.com/lucas-clemente/quic-go/pull/2909))
3464
- - remove unnecessary call to time.Now() when sending a packet ([lucas-clemente/quic-go#2911](https://github.com/lucas-clemente/quic-go/pull/2911))
3465
- - remove support for quic-trace ([lucas-clemente/quic-go#2913](https://github.com/lucas-clemente/quic-go/pull/2913))
3466
- - reduce the maximum number of ACK ranges ([lucas-clemente/quic-go#2887](https://github.com/lucas-clemente/quic-go/pull/2887))
3467
- - don't allocate for acked packets ([lucas-clemente/quic-go#2899](https://github.com/lucas-clemente/quic-go/pull/2899))
3468
- - avoid allocating when detecting lost packets ([lucas-clemente/quic-go#2898](https://github.com/lucas-clemente/quic-go/pull/2898))
3469
- - use the string optimization for map keys in the packet handler map ([lucas-clemente/quic-go#2892](https://github.com/lucas-clemente/quic-go/pull/2892))
3470
- - use a single map in the incoming streams map ([lucas-clemente/quic-go#2890](https://github.com/lucas-clemente/quic-go/pull/2890))
3471
-- github.com/marten-seemann/qtls-go1-15 (v0.1.1 -> v0.1.4):
3472
- - use a prefix for client session cache keys
3473
- - add callbacks to store and restore app data along a session state
3474
- - don't use TLS 1.3 compatibility mode when using alternative record layer
3475
- - delete the session ticket after attempting 0-RTT
3476
- - reject 0-RTT when a different ALPN is chosen
3477
- - encode the ALPN into the session ticket
3478
- - add a field to the ConnectionState to tell if 0-RTT was used
3479
- - add a callback to tell the client about rejection of 0-RTT
3480
- - don't offer 0-RTT after a HelloRetryRequest
3481
- - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
3482
-- github.com/marten-seemann/qtls-go1-16 (null -> v0.1.3):
3483
- - use a prefix for client session cache keys
3484
- - add callbacks to store and restore app data along a session state
3485
- - don't use TLS 1.3 compatibility mode when using alternative record layer
3486
- - delete the session ticket after attempting 0-RTT
3487
- - reject 0-RTT when a different ALPN is chosen
3488
-- github.com/multiformats/go-multiaddr (v0.3.1 -> v0.3.2):
3489
- - fix(net): export new net.Addr conversion registration functions ([multiformats/go-multiaddr#152](https://github.com/multiformats/go-multiaddr/pull/152))
3490
- - sync: run go mod tidy (and set Go 1.15) and gofmt -s in copy workflow (#146) ([multiformats/go-multiaddr#146](https://github.com/multiformats/go-multiaddr/pull/146))
3491
- - more linter fixes ([multiformats/go-multiaddr#145](https://github.com/multiformats/go-multiaddr/pull/145))
3492
- - fix go vet and staticcheck failures ([multiformats/go-multiaddr#143](https://github.com/multiformats/go-multiaddr/pull/143))
3493
- - don't listen on all interfaces in tests, unless on CI ([multiformats/go-multiaddr#136](https://github.com/multiformats/go-multiaddr/pull/136))
3494
- - Fix Local Address on TCP connections ([multiformats/go-multiaddr#135](https://github.com/multiformats/go-multiaddr/pull/135))
3495
-- github.com/multiformats/go-multiaddr-dns (v0.2.0 -> v0.3.1):
3496
- - Normalize domains to fqdn for resolver selection ([multiformats/go-multiaddr-dns#27](https://github.com/multiformats/go-multiaddr-dns/pull/27))
3497
- - refactor Resolver to support custom per-TLD resolvers ([multiformats/go-multiaddr-dns#26](https://github.com/multiformats/go-multiaddr-dns/pull/26))
3498
- - feat: exposes backend ([multiformats/go-multiaddr-dns#25](https://github.com/multiformats/go-multiaddr-dns/pull/25))
3499
-- github.com/multiformats/go-multihash (v0.0.14 -> v0.0.15):
3500
- - Refactor registry system: no direct dependencies; expose standard hash.Hash; be a data carrier. ([multiformats/go-multihash#136](https://github.com/multiformats/go-multihash/pull/136))
3501
-- github.com/multiformats/go-multistream (v0.2.0 -> v0.2.2):
3502
- - change the simultaneous open protocol to /libp2p/simultaneous-connect ([multiformats/go-multistream#66](https://github.com/multiformats/go-multistream/pull/66))
3503
- - fix the lazy stress read test on Windows ([multiformats/go-multistream#61](https://github.com/multiformats/go-multistream/pull/61))
3504
- - fix go vet and staticcheck errors ([multiformats/go-multistream#60](https://github.com/multiformats/go-multistream/pull/60))
3505
- - Implement simultaneous open extension ([multiformats/go-multistream#42](https://github.com/multiformats/go-multistream/pull/42))
3506
- - reduce the number of streams in the stress tests, fix error handling ([multiformats/go-multistream#54](https://github.com/multiformats/go-multistream/pull/54))
3507
-- github.com/whyrusleeping/cbor-gen (v0.0.0-20200710004633-5379fc63235d -> v0.0.0-20210219115102-f37d292932f2):
3508
- - feat: allow unmarshaling of struct with more fields than marshaled struct ([whyrusleeping/cbor-gen#50](https://github.com/whyrusleeping/cbor-gen/pull/50))
3509
- - chore: add a license file ([whyrusleeping/cbor-gen#49](https://github.com/whyrusleeping/cbor-gen/pull/49))
3510
- - fix: enforce maxlen in ReadByteArray() ([whyrusleeping/cbor-gen#43](https://github.com/whyrusleeping/cbor-gen/pull/43))
3511
- - use unix nanoseconds for encoding Cbortime ([whyrusleeping/cbor-gen#41](https://github.com/whyrusleeping/cbor-gen/pull/41))
3512
- - add json marshalers to CborTime
3513
- - add a helper for roundtripping time.time objects ([whyrusleeping/cbor-gen#40](https://github.com/whyrusleeping/cbor-gen/pull/40))
3514
- - Add a validate function. ([whyrusleeping/cbor-gen#39](https://github.com/whyrusleeping/cbor-gen/pull/39))
3515
- - Fix import handling ([whyrusleeping/cbor-gen#38](https://github.com/whyrusleeping/cbor-gen/pull/38))
3516
- - Optimize discarding in ScanForLinks ([whyrusleeping/cbor-gen#36](https://github.com/whyrusleeping/cbor-gen/pull/36))
3517
- - Always allocate scratch space when marshalling into a map. ([whyrusleeping/cbor-gen#37](https://github.com/whyrusleeping/cbor-gen/pull/37))
3518
- - optimize byte reading ([whyrusleeping/cbor-gen#35](https://github.com/whyrusleeping/cbor-gen/pull/35))
3519
- - Optimize decoding ([whyrusleeping/cbor-gen#34](https://github.com/whyrusleeping/cbor-gen/pull/34))
3520
- - Fix named string issue ([whyrusleeping/cbor-gen#30](https://github.com/whyrusleeping/cbor-gen/pull/30))
3521
- - Fix encoding/decoding fixed byte arrays ([whyrusleeping/cbor-gen#29](https://github.com/whyrusleeping/cbor-gen/pull/29))
3522
- - fix overread on scanforlinks ([whyrusleeping/cbor-gen#28](https://github.com/whyrusleeping/cbor-gen/pull/28))
3523
-
3524
-### ❤️ Contributors
3525
-
3526
-| Contributor | Commits | Lines ± | Files Changed |
3527
-|-------------|---------|---------|---------------|
3528
-| Marten Seemann | 358 | +17444/-12000 | 1268 |
3529
-| Eric Myhre | 82 | +9672/-2459 | 328 |
3530
-| Ian Davis | 7 | +8421/-737 | 116 |
3531
-| Daniel Martí | 18 | +2733/-4377 | 313 |
3532
-| Adin Schmahmann | 46 | +5387/-1289 | 125 |
3533
-| Steven Allen | 95 | +3278/-1861 | 200 |
3534
-| hannahhoward | 14 | +1380/-3667 | 84 |
3535
-| gammazero | 29 | +2520/-1161 | 88 |
3536
-| Hector Sanjuan | 12 | +511/-3129 | 52 |
3537
-| vyzo | 77 | +2198/-940 | 117 |
3538
-| Will Scott | 12 | +912/-593 | 37 |
3539
-| Dirk McCormick | 3 | +1384/-63 | 14 |
3540
-| Andrew Gillis | 3 | +1231/-39 | 19 |
3541
-| Marcin Rataj | 37 | +549/-308 | 72 |
3542
-| Aarsh Shah | 13 | +668/-86 | 30 |
3543
-| Olivier Poitrey | 1 | +469/-182 | 15 |
3544
-| Rod Vagg | 9 | +364/-184 | 14 |
3545
-| whyrusleeping | 5 | +253/-32 | 11 |
3546
-| Cory Schwartz | 10 | +162/-115 | 37 |
3547
-| Adrian Lanzafame | 8 | +212/-60 | 11 |
3548
-| aarshkshah1992 | 7 | +102/-110 | 9 |
3549
-| Jakub Sztandera | 7 | +126/-75 | 16 |
3550
-| huoju | 4 | +127/-41 | 6 |
3551
-| acruikshank | 6 | +32/-24 | 7 |
3552
-| Toby | 1 | +41/-1 | 2 |
3553
-| Naveen | 1 | +40/-0 | 1 |
3554
-| Bogdan Stirbat | 1 | +22/-16 | 2 |
3555
-| Kévin Dunglas | 1 | +32/-2 | 2 |
3556
-| Nicholas Bollweg | 1 | +22/-0 | 1 |
3557
-| q191201771 | 2 | +4/-11 | 2 |
3558
-| Mathis Engelbart | 1 | +12/-2 | 1 |
3559
-| requilence | 1 | +13/-0 | 1 |
3560
-| divingpetrel | 1 | +7/-4 | 2 |
3561
-| Oli Evans | 2 | +9/-2 | 3 |
3562
-| Lucas Molas | 3 | +7/-3 | 3 |
3563
-| RubenKelevra | 3 | +2/-6 | 3 |
3564
-| Will | 1 | +1/-5 | 1 |
3565
-| Jorropo | 1 | +4/-2 | 1 |
3566
-| Ju Huo | 1 | +2/-2 | 1 |
3567
-| zhoujiajie | 1 | +1/-1 | 1 |
3568
-| Luflosi | 1 | +1/-1 | 1 |
3569
-| Jonathan Rudenberg | 1 | +1/-1 | 1 |
3570
-| David Pflug | 1 | +1/-1 | 1 |
3571
-| Ari Mattila | 1 | +1/-1 | 1 |
3572
-| Yingrong Zhao | 1 | +0/-1 | 1 |
3573
-
3574
-## v0.8.0 2021-02-18
3575
-
3576
-We're happy to announce go-ipfs 0.8.0! This is planned to be a fairly small release focused on integrating in the new pinning service/remote pinning [API](https://github.com/ipfs/pinning-services-api-spec) that makes the experience of managing pins across pinning services easier and more uniform.
3577
-
3578
-### 🔦 Highlights
3579
-
3580
-#### 🧷 Remote pinning services
3581
-
3582
-There is now support for asking remote services to pin data for you. This means anyone can implement the [spec](https://ipfs.github.io/pinning-services-api-spec/) (developed in this [repo](https://github.com/ipfs/pinning-services-api-spec)) and allow for pin management.
3583
-
3584
-All of the CLI (and corresponding HTTP API) commands are available under `ipfs pin remote`.
3585
-
3586
-This remote pinning service comes with a redesign of how we're thinking about pinning and includes some commonly requested features such as:
3587
-- Pins can have names (and coming soon metadata)
3588
-- The same content can be pinned multiple times, but of course stored only once
3589
- - This allows applications using the same pinning service to manage their own pins without worrying about removing content important to another application
3590
-- Data can be pinned in either the foreground or background
3591
-
3592
-
3593
-Examples include:
3594
-```
3595
-ipfs pin remote service add myservice https://myservice.tld:1234/api/path myaccess key
3596
-
3597
-ipfs pin remote add /ipfs/bafymydata --service=myservice --name=myfile
3598
-ipfs pin remote ls --service=myservice --name=myfile
3599
-ipfs pin remote ls --service=myservice --cid=bafymydata
3600
-ipfs pin remote rm --serivce=myservice --name=myfile
3601
-```
3602
-A few notes:
3603
-
3604
-Remote pinning services work with recursive pins. This means commands like `ipfs pin remote ls` will not list indirectly pinned CIDs.
3605
-
3606
-While pinning service data is stored in the configuration file it cannot be edited directly via the `ipfs config` commands due to the sensitive nature of pinning service API keys. The `ipfs pin remote service` commands can be used for interacting with remote service settings.
3607
-
3608
-#### 📌 Faster local pinning and unpinning
3609
-
3610
-The pinning subsystem has been redesigned to be much faster and more flexible in how it tracks pins. For users who are working with many pins this will lead to a big speed increase in listing and modifying the set of pinned items as well as decreased memory usage.
3611
-
3612
-Part of the redesign was setup to account for being able to interact with local pins the same way we can now interact with remote pins (e.g. names, being allowed to pin the same CID multiple times, etc.). Keep posted for more improvements to pinning.
3613
-
3614
-#### DNSLink names on https:// subdomains
3615
-
3616
-Previously DNSLink names would have trouble loading over subdomain gateways with HTTPS support since there is no way to get multilevel wildcard certificates (e.g. `en.wikipedia-on-ipfs.org.ipns.dweb.link` cannot be covered by `*.ipns.dweb.link`). Therefore, when trying to load DNSLink names over https:// subdomains go-ipfs we now forward to an encoded DNS name. Since DNS names cannot contain `.` in them they are escaped using `-`.
3617
-
3618
-`/ipns/en.wikipedia-on-ipfs.org` →
3619
-`ipns://en.wikipedia-on-ipfs.org` →
3620
-`https://dweb.link/ipns/en.wikipedia-on-ipfs.org`
3621
-`https://en-wikipedia--on--ipfs-org.ipns.dweb.link` :point_left: _a single DNS label, no TLS error_
3622
-
3623
-#### QUIC update
3624
-
3625
-QUIC support has received a number of upgrades, including the ability to take advantage of larger UDP receive buffers for increased performance.
3626
-
3627
-Linux users may notice a logged error on daemon startup if your system needs extra configuration to allow IPFS increase the buffer size. A helpful link for resolving this is in the log message as well as [here](https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size).
3628
-
3629
-#### 👋 No more Darwin 386 builds
3630
-
3631
-Go 1.15 (the latest version of Go) [no longer supports](https://github.com/golang/go/issues/34749) Darwin 386 and so we are dropping support as well.
3632
-
3633
-### Changelog
3634
-
3635
-- github.com/ipfs/go-ipfs:
3636
- - Release v0.8.0
3637
- - docs: RepinInterval
3638
- - style: docs/config.md
3639
- - style: improved MFS PinName example
3640
- - docs: Pinning.RemoteServices.Policies
3641
- - fix: decrease log level of opencensus initialization ([ipfs/go-ipfs#7815](https://github.com/ipfs/go-ipfs/pull/7815))
3642
- - Register oc metrics ([ipfs/go-ipfs#7593](https://github.com/ipfs/go-ipfs/pull/7593))
3643
- - add remote pinning to ipfs command (#7661) ([ipfs/go-ipfs#7661](https://github.com/ipfs/go-ipfs/pull/7661))
3644
- - More p2p proxy checks ([ipfs/go-ipfs#7797](https://github.com/ipfs/go-ipfs/pull/7797))
3645
- - Use datastore based pinning ([ipfs/go-ipfs#7750](https://github.com/ipfs/go-ipfs/pull/7750))
3646
- - fix: return an error when an unknown object type is passed ([ipfs/go-ipfs#7795](https://github.com/ipfs/go-ipfs/pull/7795))
3647
- - clarify why ipfs file ls is being deprecated ([ipfs/go-ipfs#7755](https://github.com/ipfs/go-ipfs/pull/7755))
3648
- - fix: ipfs dag export uses the CoreAPI and respects the offline flag ([ipfs/go-ipfs#7753](https://github.com/ipfs/go-ipfs/pull/7753))
3649
- - return an error when trying to download fs-repo-migrations for linux + musl ([ipfs/go-ipfs#7735](https://github.com/ipfs/go-ipfs/pull/7735))
3650
- - fix: do not create a new (unused) peerID when initializing from config ([ipfs/go-ipfs#7730](https://github.com/ipfs/go-ipfs/pull/7730))
3651
- - docs: Add a link in config.md ([ipfs/go-ipfs#7780](https://github.com/ipfs/go-ipfs/pull/7780))
3652
- - update libp2p for stream closure refactor ([ipfs/go-ipfs#7747](https://github.com/ipfs/go-ipfs/pull/7747))
3653
- - Fix typo in ipfs dag stat command ([ipfs/go-ipfs#7761](https://github.com/ipfs/go-ipfs/pull/7761))
3654
- - docs(readme): key rotation in docker (#7721) ([ipfs/go-ipfs#7721](https://github.com/ipfs/go-ipfs/pull/7721))
3655
- - fix(dnslink-gw): breadcrumbs and CID column when dir listing ([ipfs/go-ipfs#7699](https://github.com/ipfs/go-ipfs/pull/7699))
3656
- - fix(gw): preserve query on website redirect ([ipfs/go-ipfs#7727](https://github.com/ipfs/go-ipfs/pull/7727))
3657
- - feat: ipfs-webui v2.11.4 ([ipfs/go-ipfs#7716](https://github.com/ipfs/go-ipfs/pull/7716))
3658
- - docs: how the ipfs snap is built and published ([ipfs/go-ipfs#7725](https://github.com/ipfs/go-ipfs/pull/7725))
3659
- - fix: webui on ipv6 localhost ([ipfs/go-ipfs#7731](https://github.com/ipfs/go-ipfs/pull/7731))
3660
- - Add missing plugin support on FreeBSD ([ipfs/go-ipfs#7722](https://github.com/ipfs/go-ipfs/pull/7722))
3661
- - fix error when computing coverage ([ipfs/go-ipfs#7726](https://github.com/ipfs/go-ipfs/pull/7726))
3662
- - docs(config): X-Forwarded-Host ([ipfs/go-ipfs#7651](https://github.com/ipfs/go-ipfs/pull/7651))
3663
- - chore: webui v2.11.2 ([ipfs/go-ipfs#7703](https://github.com/ipfs/go-ipfs/pull/7703))
3664
- - Add task for updating CLI docs right after updating the HTTP-api docs ([ipfs/go-ipfs#7711](https://github.com/ipfs/go-ipfs/pull/7711))
3665
- - feat(gateway): Content-Disposition improvements ([ipfs/go-ipfs#7677](https://github.com/ipfs/go-ipfs/pull/7677))
3666
- - fix build on Plan 9 ([ipfs/go-ipfs#7690](https://github.com/ipfs/go-ipfs/pull/7690))
3667
- - docs: update changelog for v0.7.0
3668
- - chore: bump webui version
3669
- - fix: remove the (empty) alias for --peerid-base
3670
- - fix: use override GOFLAGS changes from 480defab689610550ee3d346e31441a2bb881fcb but keep trimpath usage as is
3671
- - Revert "fix: override GOFLAGS"
3672
- - Fix --ipns-base alias ([ipfs/go-ipfs#7659](https://github.com/ipfs/go-ipfs/pull/7659))
3673
- - docs: update config to indicate SECIO deprecation ([ipfs/go-ipfs#7630](https://github.com/ipfs/go-ipfs/pull/7630))
3674
- - fix: ipfs dht put/get commands with peerIDs encoded as CIDs ([ipfs/go-ipfs#7633](https://github.com/ipfs/go-ipfs/pull/7633))
3675
- - update version to 0.8.0-dev ([ipfs/go-ipfs#7629](https://github.com/ipfs/go-ipfs/pull/7629))
3676
-- github.com/ipfs/go-bitswap (v0.2.20 -> v0.3.3):
3677
- - feat: configurable engine blockstore worker count (#449) ([ipfs/go-bitswap#449](https://github.com/ipfs/go-bitswap/pull/449))
3678
- - fix: set the score ledger on start ([ipfs/go-bitswap#447](https://github.com/ipfs/go-bitswap/pull/447))
3679
- - feat: update for go-libp2p-core 0.7.0 interface changes ([ipfs/go-bitswap#445](https://github.com/ipfs/go-bitswap/pull/445))
3680
- - fix: guard access to the mock wiretap with a lock ([ipfs/go-bitswap#446](https://github.com/ipfs/go-bitswap/pull/446))
3681
- - Add WireTap interface (#444) ([ipfs/go-bitswap#444](https://github.com/ipfs/go-bitswap/pull/444))
3682
- - Fix: Increment stats.MessagesSent in msgToStream() function (#441) ([ipfs/go-bitswap#441](https://github.com/ipfs/go-bitswap/pull/441))
3683
- - refactor: remove extraneous ledger field init (#437) ([ipfs/go-bitswap#437](https://github.com/ipfs/go-bitswap/pull/437))
3684
- - Added `WithScoreLedger` Bitswap option (#430) ([ipfs/go-bitswap#430](https://github.com/ipfs/go-bitswap/pull/430))
3685
-- github.com/ipfs/go-blockservice (v0.1.3 -> v0.1.4):
3686
- - Avoid modifying passed in slice of cids ([ipfs/go-blockservice#65](https://github.com/ipfs/go-blockservice/pull/65))
3687
-- github.com/ipfs/go-ds-badger (v0.2.4 -> v0.2.6):
3688
- - Log error if batch not committed or canceled ([ipfs/go-ds-badger#108](https://github.com/ipfs/go-ds-badger/pull/108))
3689
- - Add Cancel function; add finalizer to cleanup abandoned batch ([ipfs/go-ds-badger#105](https://github.com/ipfs/go-ds-badger/pull/105))
3690
- - Do not implement batches using transactions ([ipfs/go-ds-badger#104](https://github.com/ipfs/go-ds-badger/pull/104))
3691
- - readme: add information on Badger2 datastore ([ipfs/go-ds-badger#102](https://github.com/ipfs/go-ds-badger/pull/102))
3692
- - update contributing link ([ipfs/go-ds-badger#91](https://github.com/ipfs/go-ds-badger/pull/91))
3693
- - Use current go-log (#89) ([ipfs/go-ds-badger#89](https://github.com/ipfs/go-ds-badger/pull/89))
3694
-- github.com/ipfs/go-graphsync (v0.1.1 -> v0.6.0):
3695
- - docs(CHANGELOG): revise for 0.6.0
3696
- - Merge branch 'master' into release/v0.6.0
3697
- - docs(CHANGELOG): update for 0.6.0 release
3698
- - move block allocation into message queue (#140) ([ipfs/go-graphsync#140](https://github.com/ipfs/go-graphsync/pull/140))
3699
- - Response Assembler Refactor (#138) ([ipfs/go-graphsync#138](https://github.com/ipfs/go-graphsync/pull/138))
3700
- - Add error listener on receiver (#136) ([ipfs/go-graphsync#136](https://github.com/ipfs/go-graphsync/pull/136))
3701
- - Run testplan on in CI (#137) ([ipfs/go-graphsync#137](https://github.com/ipfs/go-graphsync/pull/137))
3702
- - fix(responsemanager): fix network error propogation (#133) ([ipfs/go-graphsync#133](https://github.com/ipfs/go-graphsync/pull/133))
3703
- - testground test for graphsync (#132) ([ipfs/go-graphsync#132](https://github.com/ipfs/go-graphsync/pull/132))
3704
- - docs(CHANGELOG): update for v0.5.2 ([ipfs/go-graphsync#130](https://github.com/ipfs/go-graphsync/pull/130))
3705
- - RegisterNetworkErrorListener should fire when there's an error connecting to the peer (#127) ([ipfs/go-graphsync#127](https://github.com/ipfs/go-graphsync/pull/127))
3706
- - Permit multiple data subscriptions per original topic (#128) ([ipfs/go-graphsync#128](https://github.com/ipfs/go-graphsync/pull/128))
3707
- - release: v0.5.1 (#123) ([ipfs/go-graphsync#123](https://github.com/ipfs/go-graphsync/pull/123))
3708
- - feat(responsemanager): allow configuration of max requests (#122) ([ipfs/go-graphsync#122](https://github.com/ipfs/go-graphsync/pull/122))
3709
- - docs(CHANGELOG): update for 0.5.0 ([ipfs/go-graphsync#120](https://github.com/ipfs/go-graphsync/pull/120))
3710
- - feat: use go-libp2p-core 0.7.0 stream interfaces (#116) ([ipfs/go-graphsync#116](https://github.com/ipfs/go-graphsync/pull/116))
3711
- - Merge branch 'release/v0.4.3'
3712
- - chore(benchmarks): remove extra files
3713
- - fix(peerresponsemanager): avoid race condition that could result in NPE in link tracker (#118) ([ipfs/go-graphsync#118](https://github.com/ipfs/go-graphsync/pull/118))
3714
- - docs(CHANGELOG): update for 0.4.2 ([ipfs/go-graphsync#117](https://github.com/ipfs/go-graphsync/pull/117))
3715
- - feat(memory): improve memory usage (#110) ([ipfs/go-graphsync#110](https://github.com/ipfs/go-graphsync/pull/110))
3716
- - fix(notifications): fix lock in close (#115) ([ipfs/go-graphsync#115](https://github.com/ipfs/go-graphsync/pull/115))
3717
- - docs(CHANGELOG): update for v0.4.1 ([ipfs/go-graphsync#114](https://github.com/ipfs/go-graphsync/pull/114))
3718
- - fix(allocator): remove peer from peer status list
3719
- - docs(CHANGELOG): update for v0.4.0
3720
- - docs(CHANGELOG): update for 0.3.1 ([ipfs/go-graphsync#112](https://github.com/ipfs/go-graphsync/pull/112))
3721
- - Add allocator for memory backpressure (#108) ([ipfs/go-graphsync#108](https://github.com/ipfs/go-graphsync/pull/108))
3722
- - Shutdown notifications go routines (#109) ([ipfs/go-graphsync#109](https://github.com/ipfs/go-graphsync/pull/109))
3723
- - Switch to google protobuf generator (#105) ([ipfs/go-graphsync#105](https://github.com/ipfs/go-graphsync/pull/105))
3724
- - feat(CHANGELOG): update for 0.3.0 ([ipfs/go-graphsync#104](https://github.com/ipfs/go-graphsync/pull/104))
3725
- - docs(CHANGELOG): update for 0.2.1 ([ipfs/go-graphsync#103](https://github.com/ipfs/go-graphsync/pull/103))
3726
- - Track actual network operations in a response (#102) ([ipfs/go-graphsync#102](https://github.com/ipfs/go-graphsync/pull/102))
3727
- - feat(responsecache): prune blocks more intelligently (#101) ([ipfs/go-graphsync#101](https://github.com/ipfs/go-graphsync/pull/101))
3728
- - Release/0.2.0 ([ipfs/go-graphsync#99](https://github.com/ipfs/go-graphsync/pull/99))
3729
- - fix(metadata): fix cbor-gen (#98) ([ipfs/go-graphsync#98](https://github.com/ipfs/go-graphsync/pull/98))
3730
- - fix(selectorvalidator): memory optimization (#97) ([ipfs/go-graphsync#97](https://github.com/ipfs/go-graphsync/pull/97))
3731
- - Update go-ipld-prime@v0.5.0 (#92) ([ipfs/go-graphsync#92](https://github.com/ipfs/go-graphsync/pull/92))
3732
- - refactor(metadata): use cbor-gen encoding (#96) ([ipfs/go-graphsync#96](https://github.com/ipfs/go-graphsync/pull/96))
3733
- - Release/v0.1.2 ([ipfs/go-graphsync#95](https://github.com/ipfs/go-graphsync/pull/95))
3734
- - Return Request context cancelled error (#93) ([ipfs/go-graphsync#93](https://github.com/ipfs/go-graphsync/pull/93))
3735
- - feat(benchmarks): add p2p stress test (#91) ([ipfs/go-graphsync#91](https://github.com/ipfs/go-graphsync/pull/91))
3736
- - Benchmark framework + First memory fixes (#89) ([ipfs/go-graphsync#89](https://github.com/ipfs/go-graphsync/pull/89))
3737
- - docs(CHANGELOG): update for v0.1.1 ([ipfs/go-graphsync#85](https://github.com/ipfs/go-graphsync/pull/85))
3738
-- github.com/ipfs/go-ipfs-cmds (v0.4.0 -> v0.6.0):
3739
- - Added DelimitedStringsOption for enabling delimited strings on the CLI ([ipfs/go-ipfs-cmds#204](https://github.com/ipfs/go-ipfs-cmds/pull/204))
3740
- - feat: support strings option over HTTP API ([ipfs/go-ipfs-cmds#203](https://github.com/ipfs/go-ipfs-cmds/pull/203))
3741
-- github.com/ipfs/go-ipfs-config (v0.9.0 -> v0.12.0):
3742
- - add support for pinning mfs (#116) ([ipfs/go-ipfs-config#116](https://github.com/ipfs/go-ipfs-config/pull/116))
3743
- - add remote pinning services config ([ipfs/go-ipfs-config#113](https://github.com/ipfs/go-ipfs-config/pull/113))
3744
- - Remove badger2 profile ([ipfs/go-ipfs-config#115](https://github.com/ipfs/go-ipfs-config/pull/115))
3745
- - Add badger2 profile and config spec
3746
-- github.com/ipfs/go-ipfs-pinner (v0.0.4 -> v0.1.1):
3747
- - Avoid loading all pins into memory during migration (#5) ([ipfs/go-ipfs-pinner#5](https://github.com/ipfs/go-ipfs-pinner/pull/5))
3748
- - Datastore based pinner (#4) ([ipfs/go-ipfs-pinner#4](https://github.com/ipfs/go-ipfs-pinner/pull/4))
3749
-- github.com/ipfs/go-ipld-cbor (v0.0.4 -> v0.0.5):
3750
- - add the ability to leverage zero-copy on blockstores. (#75) ([ipfs/go-ipld-cbor#75](https://github.com/ipfs/go-ipld-cbor/pull/75))
3751
- - ipldstore: Also wrap Put serialization errors ([ipfs/go-ipld-cbor#74](https://github.com/ipfs/go-ipld-cbor/pull/74))
3752
- - add helper constructor for inmem cbor store
3753
- - docs: add comments describing methods & interfaces ([ipfs/go-ipld-cbor#71](https://github.com/ipfs/go-ipld-cbor/pull/71))
3754
-- github.com/ipfs/go-path (v0.0.8 -> v0.0.9):
3755
- - fix: improved error message on broken CIDv0 ([ipfs/go-path#33](https://github.com/ipfs/go-path/pull/33))
3756
-- github.com/ipfs/go-pinning-service-http-client (null -> v0.1.0):
3757
- - feat: LsBatchSync to fetch single batch of results ([ipfs/go-pinning-service-http-client#6](https://github.com/ipfs/go-pinning-service-http-client/pull/6))
3758
- - Initial Implementation ([ipfs/go-pinning-service-http-client#1](https://github.com/ipfs/go-pinning-service-http-client/pull/1))
3759
-- github.com/ipld/go-car (v0.1.1-0.20200429200904-c222d793c339 -> v0.1.1-0.20201015032735-ff6ccdc46acc):
3760
- - Update ipld libs ([ipld/go-car#35](https://github.com/ipld/go-car/pull/35))
3761
-- github.com/ipld/go-ipld-prime (v0.0.2-0.20200428162820-8b59dc292b8e -> v0.5.1-0.20201021195245-109253e8a018):
3762
- - Merge branch 'codec-hardening'
3763
- - Add fluent.MustReflect convenience method.
3764
- - codegen: make error info available when tuples process data that is too long. ([ipld/go-ipld-prime#99](https://github.com/ipld/go-ipld-prime/pull/99))
3765
- - Merge branch 'codegen-typofixes'
3766
- - Implement resource budgets in dagcbor parsing. ([ipld/go-ipld-prime#85](https://github.com/ipld/go-ipld-prime/pull/85))
3767
- - Codegen for links should emit the methods to conform to the schema.TypedLinkNode interface where applicable. ([ipld/go-ipld-prime#91](https://github.com/ipld/go-ipld-prime/pull/91))
3768
- - Introduce fluent.Reflect convenience functions. ([ipld/go-ipld-prime#81](https://github.com/ipld/go-ipld-prime/pull/81))
3769
- - schema/gen/go: make all top-level tests parallel
3770
- - all: don't use buffers where readers suffice
3771
- - fix typo in documentation
3772
- - schema-schema codegen demo now includes unmarshal exercise ([ipld/go-ipld-prime#76](https://github.com/ipld/go-ipld-prime/pull/76))
3773
- - Update tests for unions; several fixes ([ipld/go-ipld-prime#75](https://github.com/ipld/go-ipld-prime/pull/75))
3774
- - New testcase system for exercising typed nodes; Revamp struct tests to use it. ([ipld/go-ipld-prime#66](https://github.com/ipld/go-ipld-prime/pull/66))
3775
- - small docs fixes on an internal component.
3776
- - Fix formatting in README.
3777
- - fix(cidlink): check for byte buffer ([ipld/go-ipld-prime#70](https://github.com/ipld/go-ipld-prime/pull/70))
3778
- - linking/cid: check a previously unused error ([ipld/go-ipld-prime#68](https://github.com/ipld/go-ipld-prime/pull/68))
3779
- - all: make 'go test ./...' pass on Go 1.15 ([ipld/go-ipld-prime#67](https://github.com/ipld/go-ipld-prime/pull/67))
3780
- - Merge branch 'kinded-union-gen'
3781
- - Add traversal.Get function ([ipld/go-ipld-prime#65](https://github.com/ipld/go-ipld-prime/pull/65))
3782
- - Kinded union gen ([ipld/go-ipld-prime#64](https://github.com/ipld/go-ipld-prime/pull/64))
3783
- - Struct tuple representation codegen ([ipld/go-ipld-prime#63](https://github.com/ipld/go-ipld-prime/pull/63))
3784
- - Merge branch 'moar-codegen'
3785
- - Self-hosting gen of the schema-schema. ([ipld/go-ipld-prime#62](https://github.com/ipld/go-ipld-prime/pull/62))
3786
- - Codegen: approaching self-host ([ipld/go-ipld-prime#61](https://github.com/ipld/go-ipld-prime/pull/61))
3787
- - Codegen of unions, and their keyed representations ([ipld/go-ipld-prime#60](https://github.com/ipld/go-ipld-prime/pull/60))
3788
- - mark v0.5
3789
- - API updates for v0.5: the renamening ([ipld/go-ipld-prime#59](https://github.com/ipld/go-ipld-prime/pull/59))
3790
- - mark v0.4
3791
- - changelog: note the codegen work.
3792
- - Codegen update -- Assemblers, and many new representations ([ipld/go-ipld-prime#52](https://github.com/ipld/go-ipld-prime/pull/52))
3793
- - Merge branch 'json-tables-codec'
3794
- - Merge branch 'docs-updates'
3795
- - Introduce changelog!
3796
- - Add examples of creating and loading links.
3797
-- github.com/ipld/go-ipld-prime-proto (v0.0.0-20200428191222-c1ffdadc01e1 -> v0.1.0):
3798
- - Update go-ipld-prime ([ipld/go-ipld-prime-proto#6](https://github.com/ipld/go-ipld-prime-proto/pull/6))
3799
- - feat(coding use -1 instead of 0):
3800
- - Update ipld prime, use proper code-gen ([ipld/go-ipld-prime-proto#5](https://github.com/ipld/go-ipld-prime-proto/pull/5))
3801
- - Updates to dependencies ([ipld/go-ipld-prime-proto#4](https://github.com/ipld/go-ipld-prime-proto/pull/4))
3802
- - Check for byte buffer on decode ([ipld/go-ipld-prime-proto#3](https://github.com/ipld/go-ipld-prime-proto/pull/3))
3803
-- github.com/libp2p/go-libp2p (v0.11.0 -> v0.13.0):
3804
- - use a context when opening streams ([libp2p/go-libp2p#1033](https://github.com/libp2p/go-libp2p/pull/1033))
3805
- - fix: obey new stream timeout ([libp2p/go-libp2p#1029](https://github.com/libp2p/go-libp2p/pull/1029))
3806
- - feat: update to go-libp2p-core 0.7.0 interface changes ([libp2p/go-libp2p#1001](https://github.com/libp2p/go-libp2p/pull/1001))
3807
- - Basic Connection Gater Implementation ([libp2p/go-libp2p#1005](https://github.com/libp2p/go-libp2p/pull/1005))
3808
- - Fixed bug for inbound connections gated by the deprecated filter option (#1004) ([libp2p/go-libp2p#1004](https://github.com/libp2p/go-libp2p/pull/1004))
3809
-- github.com/libp2p/go-libp2p-autonat (v0.3.2 -> v0.4.0):
3810
- - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-autonat#97](https://github.com/libp2p/go-libp2p-autonat/pull/97))
3811
-- github.com/libp2p/go-libp2p-circuit (v0.3.1 -> v0.4.0):
3812
- - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-circuit#123](https://github.com/libp2p/go-libp2p-circuit/pull/123))
3813
-- github.com/libp2p/go-libp2p-core (v0.6.1 -> v0.8.0):
3814
- - add a context to OpenStream and NewStream (#172) ([libp2p/go-libp2p-core#172](https://github.com/libp2p/go-libp2p-core/pull/172))
3815
- - sec/insecure/insecure.go: Fix typo (#167) ([libp2p/go-libp2p-core#167](https://github.com/libp2p/go-libp2p-core/pull/167))
3816
- - add CloseRead/CloseWrite on streams (#166) ([libp2p/go-libp2p-core#166](https://github.com/libp2p/go-libp2p-core/pull/166))
3817
- - Fix typo in docs (#163) ([libp2p/go-libp2p-core#163](https://github.com/libp2p/go-libp2p-core/pull/163))
3818
-- github.com/libp2p/go-libp2p-gostream (v0.2.1 -> v0.3.0):
3819
- - feat: use go-libp2p-core 0.7.0 stream interfaces ([libp2p/go-libp2p-gostream#60](https://github.com/libp2p/go-libp2p-gostream/pull/60))
3820
-- github.com/libp2p/go-libp2p-http (v0.1.5 -> v0.2.0):
3821
- - Fix var name in README ([libp2p/go-libp2p-http#63](https://github.com/libp2p/go-libp2p-http/pull/63))
3822
- - Fix var name in doc ([libp2p/go-libp2p-http#62](https://github.com/libp2p/go-libp2p-http/pull/62))
3823
-- github.com/libp2p/go-libp2p-kad-dht (v0.9.0 -> v0.11.1):
3824
- - Fix constructor ordering ([libp2p/go-libp2p-kad-dht#698](https://github.com/libp2p/go-libp2p-kad-dht/pull/698))
3825
- - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-kad-dht#693](https://github.com/libp2p/go-libp2p-kad-dht/pull/693))
3826
- - Run fixLowPeers on startup ([libp2p/go-libp2p-kad-dht#694](https://github.com/libp2p/go-libp2p-kad-dht/pull/694))
3827
- - feat: add advanced V1ProtocolOverride option to be used by legacy networks
3828
- - feat: remove dht v2 as it's not actually in use and could be confusing
3829
-- github.com/libp2p/go-libp2p-mplex (v0.2.4 -> v0.4.1):
3830
- - update go-mplex, use the context passed to OpenStream ([libp2p/go-libp2p-mplex#23](https://github.com/libp2p/go-libp2p-mplex/pull/23))
3831
- - change OpenStream to accept a context ([libp2p/go-libp2p-mplex#21](https://github.com/libp2p/go-libp2p-mplex/pull/21))
3832
- - feat: update stream interfaces ([libp2p/go-libp2p-mplex#20](https://github.com/libp2p/go-libp2p-mplex/pull/20))
3833
-- github.com/libp2p/go-libp2p-noise (v0.1.1 -> v0.1.2):
3834
- - optimize: reduce syscalls using a buffered reader.
3835
-- github.com/libp2p/go-libp2p-pubsub (v0.3.5 -> v0.4.1):
3836
- - defer stream removal instead of doing it inline.
3837
- - add test for inbound stream deduplication
3838
- - deduplicate inbound streams
3839
- - populate receivedFrom field in delivery trace
3840
- - add receivedFrom field in delivery trace
3841
- - fix: reduce log spam (#394) ([libp2p/go-libp2p-pubsub#394](https://github.com/libp2p/go-libp2p-pubsub/pull/394))
3842
- - fix: treat peers already connected to the host before pubsub is initialized as valid potential pubsub peers
3843
- - test: add test for if nodes are connected before pubsub is started
3844
- - feat: update to go-libp2p-core 0.7.0
3845
- - Add go-libp2p example in README.md (#392) ([libp2p/go-libp2p-pubsub#392](https://github.com/libp2p/go-libp2p-pubsub/pull/392))
3846
- - subscription filters
3847
- - remove multi-topic message support
3848
- - satisfy race detector
3849
- - clean up
3850
- - copy string topic
3851
- - add test for score adjustment from topis params reset
3852
- - prettify things
3853
- - add test for topic score parameter reset method
3854
- - add test for topic score parameter reset
3855
- - add api for dynamically setting and resetting topic score parameters
3856
- - add support for priority topic delivery weights
3857
- - tweak duplicate/reject weights
3858
- - decay global counters after 2 min
3859
- - decouple global coutner decay from source counter decay
3860
- - add warning for failure to parse IP out of remote multiaddr
3861
- - more docs
3862
- - configure the peer gater using a parameter object, docs and stuff
3863
- - disable codecov annotations, makes things unreadable
3864
- - further tweak gate threshold weights
3865
- - fix test races
3866
- - use IPs for peer gater stat tracking
3867
- - mix total accounting components with different weights
3868
- - count all rejections by default
3869
- - fix non-determinism in test
3870
- - tweak probability threshold
3871
- - also account for duplicates in gating decisions
3872
- - test throttle code path in gossip tracer
3873
- - add test for peer gater
3874
- - more efficient promise processing on throttling
3875
- - trace throttle peers to avoid breaking promises unfairly
3876
- - better log messages around gating
3877
- - implement peer gater
3878
- - peer gater scaffolding
3879
- - rich router acceptance semantics
3880
- - reduce log verbosity; debug mostly
3881
-- github.com/libp2p/go-libp2p-pubsub-router (v0.3.2 -> v0.4.0):
3882
- - feat: use new stream interfaces from go-libp2p-core 0.7.0 ([libp2p/go-libp2p-pubsub-router#81](https://github.com/libp2p/go-libp2p-pubsub-router/pull/81))
3883
-- github.com/libp2p/go-libp2p-quic-transport (v0.8.0 -> v0.10.0):
3884
- - change OpenStream to accept a context ([libp2p/go-libp2p-quic-transport#189](https://github.com/libp2p/go-libp2p-quic-transport/pull/189))
3885
- - update quic-go to v0.19.1 ([libp2p/go-libp2p-quic-transport#182](https://github.com/libp2p/go-libp2p-quic-transport/pull/182))
3886
- - pass a conn that can be type asserted to a net.UDPConn to quic-go ([libp2p/go-libp2p-quic-transport#180](https://github.com/libp2p/go-libp2p-quic-transport/pull/180))
3887
- - add more integration tests ([libp2p/go-libp2p-quic-transport#181](https://github.com/libp2p/go-libp2p-quic-transport/pull/181))
3888
- - always close the connection in the cmd client ([libp2p/go-libp2p-quic-transport#175](https://github.com/libp2p/go-libp2p-quic-transport/pull/175))
3889
- - use GitHub Actions to test interopability of releases ([libp2p/go-libp2p-quic-transport#173](https://github.com/libp2p/go-libp2p-quic-transport/pull/173))
3890
- - Implement CloseRead/CloseWrite ([libp2p/go-libp2p-quic-transport#174](https://github.com/libp2p/go-libp2p-quic-transport/pull/174))
3891
- - enable quic-go metrics collection ([libp2p/go-libp2p-quic-transport#172](https://github.com/libp2p/go-libp2p-quic-transport/pull/172))
3892
-- github.com/libp2p/go-libp2p-swarm (v0.2.8 -> v0.4.0):
3893
- - use a context for OpenStream and NewStream ([libp2p/go-libp2p-swarm#232](https://github.com/libp2p/go-libp2p-swarm/pull/232))
3894
- - fix: handle case where swarm closes before stream ([libp2p/go-libp2p-swarm#229](https://github.com/libp2p/go-libp2p-swarm/pull/229))
3895
- - feat: update to latest go-libp2p-core interfaces ([libp2p/go-libp2p-swarm#228](https://github.com/libp2p/go-libp2p-swarm/pull/228))
3896
-- github.com/libp2p/go-libp2p-testing (v0.2.0 -> v0.4.0):
3897
- - pass contexts to OpenStream in tests ([libp2p/go-libp2p-testing#31](https://github.com/libp2p/go-libp2p-testing/pull/31))
3898
- - chore: Adding LICENSE. ([libp2p/go-libp2p-testing#30](https://github.com/libp2p/go-libp2p-testing/pull/30))
3899
- - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-testing#29](https://github.com/libp2p/go-libp2p-testing/pull/29))
3900
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.3.0 -> v0.4.0):
3901
- - pass contexts to OpenStream in tests ([libp2p/go-libp2p-transport-upgrader#70](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/70))
3902
- - fix int to string conversion in tests, update Go version on CI ([libp2p/go-libp2p-transport-upgrader#69](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/69))
3903
-- github.com/libp2p/go-libp2p-yamux (v0.2.8 -> v0.5.1):
3904
- - update go-yamux to v2.0.0, use context passed to OpenStream ([libp2p/go-libp2p-yamux#31](https://github.com/libp2p/go-libp2p-yamux/pull/31))
3905
- - change OpenStream to accept a context ([libp2p/go-libp2p-yamux#29](https://github.com/libp2p/go-libp2p-yamux/pull/29))
3906
- - feat: update to new stream interfaces ([libp2p/go-libp2p-yamux#27](https://github.com/libp2p/go-libp2p-yamux/pull/27))
3907
-- github.com/libp2p/go-mplex (v0.1.2 -> v0.3.0):
3908
- - add a context to NewStream, remove the NewStreamTimeout ([libp2p/go-mplex#82](https://github.com/libp2p/go-mplex/pull/82))
3909
- - Implement new CloseWrite/CloseRead interface ([libp2p/go-mplex#81](https://github.com/libp2p/go-mplex/pull/81))
3910
- - Bump lodash from 4.17.15 to 4.17.19 in /interop/js ([libp2p/go-mplex#79](https://github.com/libp2p/go-mplex/pull/79))
3911
- - upgrade deps + interoperable varints. (#80) ([libp2p/go-mplex#80](https://github.com/libp2p/go-mplex/pull/80))
3912
- - write benchmarks (#77) ([libp2p/go-mplex#77](https://github.com/libp2p/go-mplex/pull/77))
3913
-- github.com/libp2p/go-ws-transport (v0.3.1 -> v0.4.0):
3914
- - pass a context to OpenStream in tests ([libp2p/go-ws-transport#98](https://github.com/libp2p/go-ws-transport/pull/98))
3915
- - Dependency: Remove deprecated multiaddr-net ([libp2p/go-ws-transport#97](https://github.com/libp2p/go-ws-transport/pull/97))
3916
- - Update for go 1.14 Wasm changes ([libp2p/go-ws-transport#96](https://github.com/libp2p/go-ws-transport/pull/96))
3917
-- github.com/libp2p/go-yamux (v1.3.7 -> v1.4.1):
3918
- - feat: improve ping accuracy ([libp2p/go-yamux#35](https://github.com/libp2p/go-yamux/pull/35))
3919
- - implement CloseRead/CloseWrite ([libp2p/go-yamux#5](https://github.com/libp2p/go-yamux/pull/5))
3920
- - fix space accounting in the receive buffer ([libp2p/go-yamux#33](https://github.com/libp2p/go-yamux/pull/33))
3921
- - Limit pings ([libp2p/go-yamux#32](https://github.com/libp2p/go-yamux/pull/32))
3922
- - fix: simplify inflight fix ([libp2p/go-yamux#31](https://github.com/libp2p/go-yamux/pull/31))
3923
- - Clearing inflight along with streams to avoid memory leak ([libp2p/go-yamux#30](https://github.com/libp2p/go-yamux/pull/30))
3924
-- github.com/lucas-clemente/quic-go (v0.18.0 -> v0.19.3):
3925
- - create a v0.19.x release
3926
- - improve the warning about the UDP receive buffer size ([lucas-clemente/quic-go#2923](https://github.com/lucas-clemente/quic-go/pull/2923))
3927
- - immediately remove reset tokens when retiring a connection ID ([lucas-clemente/quic-go#2897](https://github.com/lucas-clemente/quic-go/pull/2897))
3928
- - add common temporary file patterns to .gitignore ([lucas-clemente/quic-go#2917](https://github.com/lucas-clemente/quic-go/pull/2917))
3929
- - disable key updates when using HTTP/3 to avoid breaking Chrome 87 ([lucas-clemente/quic-go#2906](https://github.com/lucas-clemente/quic-go/pull/2906))
3930
- - fix decoding of packet numbers in different packet number spaces ([lucas-clemente/quic-go#2903](https://github.com/lucas-clemente/quic-go/pull/2903))
3931
- - log sent packet before logging its congestion / loss recovery effects ([lucas-clemente/quic-go#2912](https://github.com/lucas-clemente/quic-go/pull/2912))
3932
- - fix a crash in the http3.Server when GetConfigForClient returns nil ([lucas-clemente/quic-go#2925](https://github.com/lucas-clemente/quic-go/pull/2925))
3933
- - set the UDP receive buffer size on Windows ([lucas-clemente/quic-go#2896](https://github.com/lucas-clemente/quic-go/pull/2896))
3934
- - remove superfluous sleep in packet handler map test ([lucas-clemente/quic-go#2894](https://github.com/lucas-clemente/quic-go/pull/2894))
3935
- - fix setting of http.Handler in the example server ([lucas-clemente/quic-go#2900](https://github.com/lucas-clemente/quic-go/pull/2900))
3936
- - remove stray print statement
3937
- - remove unnecessary mutex locking in the stream flow controller ([lucas-clemente/quic-go#2869](https://github.com/lucas-clemente/quic-go/pull/2869))
3938
- - only use syscalls on platforms that we're actually testing ([lucas-clemente/quic-go#2886](https://github.com/lucas-clemente/quic-go/pull/2886))
3939
- - only write headers with a length that fits into 2 bytes in fuzz test ([lucas-clemente/quic-go#2884](https://github.com/lucas-clemente/quic-go/pull/2884))
3940
- - fix packing of 1-RTT probe packets ([lucas-clemente/quic-go#2882](https://github.com/lucas-clemente/quic-go/pull/2882))
3941
- - use PADDING frames to pad packets ([lucas-clemente/quic-go#2876](https://github.com/lucas-clemente/quic-go/pull/2876))
3942
- - fix race condition when accepting streams ([lucas-clemente/quic-go#2874](https://github.com/lucas-clemente/quic-go/pull/2874))
3943
- - only trace dropped 0-RTT packets when a tracer is set ([lucas-clemente/quic-go#2871](https://github.com/lucas-clemente/quic-go/pull/2871))
3944
- - use consistent version numbers in client test ([lucas-clemente/quic-go#2870](https://github.com/lucas-clemente/quic-go/pull/2870))
3945
- - replace the RWMutex with a Mutex in the flow controller ([lucas-clemente/quic-go#2865](https://github.com/lucas-clemente/quic-go/pull/2865))
3946
- - replace the RWMutex with a Mutex in the packet handler map ([lucas-clemente/quic-go#2864](https://github.com/lucas-clemente/quic-go/pull/2864))
3947
- - wait until the handshake is complete before updating the connection ID ([lucas-clemente/quic-go#2856](https://github.com/lucas-clemente/quic-go/pull/2856))
3948
- - only check the SCID for Initial packets ([lucas-clemente/quic-go#2857](https://github.com/lucas-clemente/quic-go/pull/2857))
3949
- - add the NO_VIABLE_PATH error ([lucas-clemente/quic-go#2861](https://github.com/lucas-clemente/quic-go/pull/2861))
3950
- - implement qlogging of the preferred address in the transport parameters ([lucas-clemente/quic-go#2853](https://github.com/lucas-clemente/quic-go/pull/2853))
3951
- - explicitly set the supported versions in the HTTP/3 server test ([lucas-clemente/quic-go#2854](https://github.com/lucas-clemente/quic-go/pull/2854))
3952
- - allow an amplification factor of 3.x ([lucas-clemente/quic-go#2862](https://github.com/lucas-clemente/quic-go/pull/2862))
3953
- - only allow the HTTP/3 client to dial with a single QUIC version ([lucas-clemente/quic-go#2848](https://github.com/lucas-clemente/quic-go/pull/2848))
3954
- - send STREAMS_BLOCKED frame when MAX_STREAMS frame allows too few streams ([lucas-clemente/quic-go#2828](https://github.com/lucas-clemente/quic-go/pull/2828))
3955
- - set the ALPN based on the QUIC version in the HTTP3 server ([lucas-clemente/quic-go#2847](https://github.com/lucas-clemente/quic-go/pull/2847))
3956
- - pad datagrams containing ack-eliciting Initial packets sent by the server ([lucas-clemente/quic-go#2841](https://github.com/lucas-clemente/quic-go/pull/2841))
3957
- - fix OpenStreamSync busy looping ([lucas-clemente/quic-go#2827](https://github.com/lucas-clemente/quic-go/pull/2827))
3958
- - fix deadlock when closing the server and the connection at the same time ([lucas-clemente/quic-go#2849](https://github.com/lucas-clemente/quic-go/pull/2849))
3959
- - run gofumpt, enable the gofumpt linter ([lucas-clemente/quic-go#2839](https://github.com/lucas-clemente/quic-go/pull/2839))
3960
- - prepare for draft-32 ([lucas-clemente/quic-go#2831](https://github.com/lucas-clemente/quic-go/pull/2831))
3961
- - update the invalid packet limit for AES ([lucas-clemente/quic-go#2825](https://github.com/lucas-clemente/quic-go/pull/2825))
3962
- - increase UDP receive buffer size ([lucas-clemente/quic-go#2791](https://github.com/lucas-clemente/quic-go/pull/2791))
3963
- - listen on both IPv4 and IPv6 in the interop runner server ([lucas-clemente/quic-go#2822](https://github.com/lucas-clemente/quic-go/pull/2822))
3964
- - only send Version Negotiation packets for packets larger than 1200 bytes ([lucas-clemente/quic-go#2820](https://github.com/lucas-clemente/quic-go/pull/2820))
3965
- - don't send a version negotiation packet in response to a version negotiation packet ([lucas-clemente/quic-go#2818](https://github.com/lucas-clemente/quic-go/pull/2818))
3966
- - client: Add DialEarlyContext and DialAddrEarlyContext API ([lucas-clemente/quic-go#2814](https://github.com/lucas-clemente/quic-go/pull/2814))
3967
- - qlog the key phase bit ([lucas-clemente/quic-go#2817](https://github.com/lucas-clemente/quic-go/pull/2817))
3968
- - only include quic-trace when the quictrace build flag is set ([lucas-clemente/quic-go#2799](https://github.com/lucas-clemente/quic-go/pull/2799))
3969
- - fix error handling when receiving post handshake messages ([lucas-clemente/quic-go#2807](https://github.com/lucas-clemente/quic-go/pull/2807))
3970
- - add support for the ChaCha20 test on the server side ([lucas-clemente/quic-go#2816](https://github.com/lucas-clemente/quic-go/pull/2816))
3971
- - allow the first key update immediately after handshake confirmation ([lucas-clemente/quic-go#2811](https://github.com/lucas-clemente/quic-go/pull/2811))
3972
- - ignore temporary errors when reading from the packet conn ([lucas-clemente/quic-go#2806](https://github.com/lucas-clemente/quic-go/pull/2806))
3973
- - fix linting error on OSX ([lucas-clemente/quic-go#2813](https://github.com/lucas-clemente/quic-go/pull/2813))
3974
- - add the exhaustive linter, replace panics by return values in logging stringers ([lucas-clemente/quic-go#2729](https://github.com/lucas-clemente/quic-go/pull/2729))
3975
- - include the error code in the string for CRYPTO_ERRORs ([lucas-clemente/quic-go#2805](https://github.com/lucas-clemente/quic-go/pull/2805))
3976
- - fail the handshake if the quic_transport_parameter extension is missing ([lucas-clemente/quic-go#2804](https://github.com/lucas-clemente/quic-go/pull/2804))
3977
- - fix logging of received Retry packets ([lucas-clemente/quic-go#2803](https://github.com/lucas-clemente/quic-go/pull/2803))
3978
- - fix deadlock in crypto setup when it is closed while handling a message ([lucas-clemente/quic-go#2802](https://github.com/lucas-clemente/quic-go/pull/2802))
3979
- - make the key update integration test more rigorous ([lucas-clemente/quic-go#2760](https://github.com/lucas-clemente/quic-go/pull/2760))
3980
- - add support for the new keyupdate interop runner test case ([lucas-clemente/quic-go#2782](https://github.com/lucas-clemente/quic-go/pull/2782))
3981
- - remove unneeded mutex in the client ([lucas-clemente/quic-go#2798](https://github.com/lucas-clemente/quic-go/pull/2798))
3982
- - correctly handle key updates within the 3 PTO period ([lucas-clemente/quic-go#2787](https://github.com/lucas-clemente/quic-go/pull/2787))
3983
- - introduce an ECNCapablePacketConn interface to determine ECN support ([lucas-clemente/quic-go#2788](https://github.com/lucas-clemente/quic-go/pull/2788))
3984
- - use certificates from /certs directory for the server ([lucas-clemente/quic-go#2794](https://github.com/lucas-clemente/quic-go/pull/2794))
3985
- - remove support for the ECN test case ([lucas-clemente/quic-go#2793](https://github.com/lucas-clemente/quic-go/pull/2793))
3986
- - check that the peer updated its keys when acknowledging a key update ([lucas-clemente/quic-go#2781](https://github.com/lucas-clemente/quic-go/pull/2781))
3987
- - fix flaky packet number skipping test ([lucas-clemente/quic-go#2786](https://github.com/lucas-clemente/quic-go/pull/2786))
3988
- - read ECN bits and send ECN counters in ACK frames ([lucas-clemente/quic-go#2741](https://github.com/lucas-clemente/quic-go/pull/2741))
3989
- - implement the limit of unsuccessful decryptions for the AEADs ([lucas-clemente/quic-go#2771](https://github.com/lucas-clemente/quic-go/pull/2771))
3990
- - use the KEY_UPDATE_ERROR ([lucas-clemente/quic-go#2770](https://github.com/lucas-clemente/quic-go/pull/2770))
3991
- - fix dropping of key phase 0 ([lucas-clemente/quic-go#2769](https://github.com/lucas-clemente/quic-go/pull/2769))
3992
- - reduce the handshake timeout to two minutes in the handshake drop tests ([lucas-clemente/quic-go#2768](https://github.com/lucas-clemente/quic-go/pull/2768))
3993
- - fix handling of multiple handshake messages in the case of errors ([lucas-clemente/quic-go#2777](https://github.com/lucas-clemente/quic-go/pull/2777))
3994
- - enable more linters, update golangci-lint to v1.31 ([lucas-clemente/quic-go#2775](https://github.com/lucas-clemente/quic-go/pull/2775))
3995
- - increase the threshold for the receive stream deadline test ([lucas-clemente/quic-go#2774](https://github.com/lucas-clemente/quic-go/pull/2774))
3996
- - add an assertion that bytes_in_flight never becomes negative ([lucas-clemente/quic-go#2779](https://github.com/lucas-clemente/quic-go/pull/2779))
3997
- - fix race condition in handshake fuzz code ([lucas-clemente/quic-go#2778](https://github.com/lucas-clemente/quic-go/pull/2778))
3998
- - use more tls.Config options in the handshake fuzzer ([lucas-clemente/quic-go#2746](https://github.com/lucas-clemente/quic-go/pull/2746))
3999
- - run two handshakes in the handshake fuzzer ([lucas-clemente/quic-go#2743](https://github.com/lucas-clemente/quic-go/pull/2743))
4000
- - send post-handshake message in the handshake fuzzer ([lucas-clemente/quic-go#2742](https://github.com/lucas-clemente/quic-go/pull/2742))
4001
- - skip a packet number when sending a 1-RTT PTO packet ([lucas-clemente/quic-go#2754](https://github.com/lucas-clemente/quic-go/pull/2754))
4002
- - save dummy packets in the packet history when skipping packet numbers ([lucas-clemente/quic-go#2753](https://github.com/lucas-clemente/quic-go/pull/2753))
4003
- - delete unacknowledged packets from the packet history after 3 PTOs ([lucas-clemente/quic-go#2750](https://github.com/lucas-clemente/quic-go/pull/2750))
4004
- - add support for the HTTP CONNECT method (#2761) ([lucas-clemente/quic-go#2761](https://github.com/lucas-clemente/quic-go/pull/2761))
4005
- - don't drop keys for key phase N before receiving a N+1-protected packet ([lucas-clemente/quic-go#2762](https://github.com/lucas-clemente/quic-go/pull/2762))
4006
- - close session on errors unpacking errors other than decryption errors ([lucas-clemente/quic-go#2756](https://github.com/lucas-clemente/quic-go/pull/2756))
4007
- - log when an old 1-RTT key is retired ([lucas-clemente/quic-go#2765](https://github.com/lucas-clemente/quic-go/pull/2765))
4008
- - only return an invalid first key phase error for decryptable packets ([lucas-clemente/quic-go#2757](https://github.com/lucas-clemente/quic-go/pull/2757))
4009
- - fix logging of locally initiated key updates ([lucas-clemente/quic-go#2764](https://github.com/lucas-clemente/quic-go/pull/2764))
4010
- - test that both endpoints time out in the timeout integration test ([lucas-clemente/quic-go#2744](https://github.com/lucas-clemente/quic-go/pull/2744))
4011
- - refactor RTT measurements to simplify the sentPacketHistory ([lucas-clemente/quic-go#2747](https://github.com/lucas-clemente/quic-go/pull/2747))
4012
- - fix dropping of 0-RTT packets ([lucas-clemente/quic-go#2752](https://github.com/lucas-clemente/quic-go/pull/2752))
4013
- - always qlog the generation of 1-RTT key updates ([lucas-clemente/quic-go#2763](https://github.com/lucas-clemente/quic-go/pull/2763))
4014
- - move the PacketHeader struct from logging to qlog package ([lucas-clemente/quic-go#2766](https://github.com/lucas-clemente/quic-go/pull/2766))
4015
- - use a uint8 for the EncryptionLevel ([lucas-clemente/quic-go#2751](https://github.com/lucas-clemente/quic-go/pull/2751))
4016
- - make sure to only pass handshake messages that keys are available for ([lucas-clemente/quic-go#2739](https://github.com/lucas-clemente/quic-go/pull/2739))
4017
- - only close the handshake fuzz runner once ([lucas-clemente/quic-go#2740](https://github.com/lucas-clemente/quic-go/pull/2740))
4018
- - generate a self-signed certificate for the handshake fuzzer ([lucas-clemente/quic-go#2738](https://github.com/lucas-clemente/quic-go/pull/2738))
4019
- - use the os.ErrDeadlineExceeded for stream deadline errors on Go 1.15 ([lucas-clemente/quic-go#2734](https://github.com/lucas-clemente/quic-go/pull/2734))
4020
- - use GitHub Actions to run unit tests ([lucas-clemente/quic-go#2732](https://github.com/lucas-clemente/quic-go/pull/2732))
4021
- - add a basic fuzzer for the handshake ([lucas-clemente/quic-go#2733](https://github.com/lucas-clemente/quic-go/pull/2733))
4022
- - export seed corpus files using the SHA1 of the content as the filename ([lucas-clemente/quic-go#2731](https://github.com/lucas-clemente/quic-go/pull/2731))
4023
- - add a fuzz target for the token generator ([lucas-clemente/quic-go#2730](https://github.com/lucas-clemente/quic-go/pull/2730))
4024
- - fix typo in error message in sent packet handler
4025
- - fix missing OnLost callback for frames sent in 0-RTT packets ([lucas-clemente/quic-go#2728](https://github.com/lucas-clemente/quic-go/pull/2728))
4026
- - fix overflow of the max_ack_delay when parsing transport parameters ([lucas-clemente/quic-go#2725](https://github.com/lucas-clemente/quic-go/pull/2725))
4027
-- github.com/marten-seemann/qpack (v0.2.0 -> v0.2.1):
4028
- - run gofumpt, add a few more linters ([marten-seemann/qpack#21](https://github.com/marten-seemann/qpack/pull/21))
4029
- - fix static table entry 80 ([marten-seemann/qpack#20](https://github.com/marten-seemann/qpack/pull/20))
4030
-- github.com/marten-seemann/qtls-go1-15 (v0.1.0 -> v0.1.1):
4031
- - use a prefix for client session cache keys
4032
- - add callbacks to store and restore app data along a session state
4033
- - don't use TLS 1.3 compatibility mode when using alternative record layer
4034
- - delete the session ticket after attempting 0-RTT
4035
- - reject 0-RTT when a different ALPN is chosen
4036
- - encode the ALPN into the session ticket
4037
- - add a field to the ConnectionState to tell if 0-RTT was used
4038
- - add a callback to tell the client about rejection of 0-RTT
4039
- - don't offer 0-RTT after a HelloRetryRequest
4040
- - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
4041
- - add the option to encode application data into the session ticket
4042
- - export the 0-RTT write key
4043
- - abuse the nonce field of ClientSessionState to save max_early_data_size
4044
- - export the 0-RTT read key
4045
- - close connection if client attempts 0-RTT, but ticket didn't allow it
4046
- - encode the max early data size into the session ticket
4047
- - implement parsing of the early_data extension in the EncryptedExtensions
4048
- - add a tls.Config.MaxEarlyData option to enable 0-RTT
4049
- - accept TLS 1.3 cipher suites in Config.CipherSuites
4050
- - introduce a function on the connection to generate a session ticket
4051
- - add a config option to enforce selection of an application protocol
4052
- - export Conn.HandlePostHandshakeMessage
4053
- - export Alert
4054
- - reject Configs that set MaxVersion < 1.3 when using a record layer
4055
- - enforce TLS 1.3 when using an alternative record layer
4056
-- github.com/multiformats/go-multistream (v0.1.2 -> v0.2.0):
4057
- - improve negotiation flushing ([multiformats/go-multistream#52](https://github.com/multiformats/go-multistream/pull/52))
4058
-- github.com/whyrusleeping/cbor-gen (v0.0.0-20200402171437-3d27c146c105 -> v0.0.0-20200710004633-5379fc63235d):
4059
- - correctly map typegen to cbg in all cases ([whyrusleeping/cbor-gen#26](https://github.com/whyrusleeping/cbor-gen/pull/26))
4060
- - fix: clear struct state on unmarshal ([whyrusleeping/cbor-gen#22](https://github.com/whyrusleeping/cbor-gen/pull/22))
4061
- - deferred: restrict max length ([whyrusleeping/cbor-gen#25](https://github.com/whyrusleeping/cbor-gen/pull/25))
4062
- - reduce number of allocations in ScanForLinks ([whyrusleeping/cbor-gen#24](https://github.com/whyrusleeping/cbor-gen/pull/24))
4063
- - attempt to allocate less by using shared buffers ([whyrusleeping/cbor-gen#18](https://github.com/whyrusleeping/cbor-gen/pull/18))
4064
- - add benchmark
4065
- - use new cid methods for less allocs ([whyrusleeping/cbor-gen#17](https://github.com/whyrusleeping/cbor-gen/pull/17))
4066
- - properly handle roundtripping Deferred with 'null' value ([whyrusleeping/cbor-gen#16](https://github.com/whyrusleeping/cbor-gen/pull/16))
4067
- - Support array types ([whyrusleeping/cbor-gen#15](https://github.com/whyrusleeping/cbor-gen/pull/15))
4068
-- github.com/whyrusleeping/tar-utils (v0.0.0-20180509141711-8c6c8ba81d5c -> v0.0.0-20201201191210-20a61371de5b):
4069
- - more closely match default tar errors (GNU + BSD binaries)
4070
-
4071
-Contributors
4072
-
4073
-| Contributor | Commits | Lines ± | Files Changed |
4074
-|-------------|---------|---------|---------------|
4075
-| Eric Myhre | 180 | +26453/-11032 | 883 |
4076
-| Marten Seemann | 212 | +14876/-9352 | 794 |
4077
-| hannahhoward | 41 | +9195/-3113 | 186 |
4078
-| Alex Cruikshank | 5 | +3323/-1895 | 58 |
4079
-| Andrew Gillis | 3 | +3792/-581 | 21 |
4080
-| vyzo | 49 | +2675/-949 | 95 |
4081
-| Adin Schmahmann | 57 | +1473/-837 | 90 |
4082
-| Steven Allen | 43 | +1252/-780 | 99 |
4083
-| Petar Maymounkov | 3 | +1755/-113 | 17 |
4084
-| Marcin Rataj | 35 | +979/-210 | 61 |
4085
-| Paul Wolneykien | 2 | +670/-338 | 9 |
4086
-| Jeromy Johnson | 9 | +525/-221 | 21 |
4087
-| gammazero | 11 | +366/-101 | 26 |
4088
-| Hector Sanjuan | 7 | +312/-0 | 11 |
4089
-| Dirk McCormick | 4 | +190/-90 | 15 |
4090
-| Will Scott | 1 | +252/-0 | 1 |
4091
-| Oli Evans | 1 | +201/-0 | 1 |
4092
-| Tomasz Zdybał | 2 | +182/-3 | 6 |
4093
-| Daniel Martí | 6 | +104/-66 | 35 |
4094
-| Sam | 3 | +76/-59 | 5 |
4095
-| Łukasz Magiera | 2 | +92/-3 | 5 |
4096
-| whyrusleeping | 3 | +77/-15 | 3 |
4097
-| nisdas | 3 | +76/-15 | 4 |
4098
-| Raúl Kripalani | 3 | +59/-31 | 5 |
4099
-| Lucas Molas | 1 | +66/-3 | 2 |
4100
-| Alex Towle | 1 | +52/-8 | 2 |
4101
-| Dennis Trautwein | 1 | +58/-0 | 2 |
4102
-| Adrian Lanzafame | 2 | +49/-7 | 4 |
4103
-| klzgrad | 1 | +49/-5 | 2 |
4104
-| Fazlul Shahriar | 1 | +35/-14 | 17 |
4105
-| Yingrong Zhao | 1 | +45/-2 | 2 |
4106
-| Jakub Sztandera | 2 | +22/-13 | 2 |
4107
-| Chaitanya | 8 | +16/-16 | 8 |
4108
-| Aarsh Shah | 1 | +27/-1 | 3 |
4109
-| Rod Vagg | 1 | +23/-4 | 2 |
4110
-| M. Hawn | 4 | +11/-11 | 8 |
4111
-| Will | 1 | +12/-2 | 1 |
4112
-| frrist | 1 | +7/-0 | 1 |
4113
-| Rafael Ramalho | 2 | +5/-2 | 2 |
4114
-| dependabot[bot] | 1 | +3/-3 | 1 |
4115
-| Zaurbek Zhakupov | 1 | +3/-3 | 1 |
4116
-| Tom Worrall | 1 | +4/-2 | 1 |
4117
-| Jorropo | 2 | +5/-1 | 2 |
4118
-| Chaitanya Raju | 1 | +3/-3 | 2 |
4119
-| Egon Elbre | 1 | +0/-5 | 1 |
4120
-| incognitomode | 1 | +2/-2 | 1 |
4121
-| achingbrain | 1 | +2/-2 | 1 |
4122
-| Michael Burns | 1 | +2/-2 | 1 |
4123
-| David Florness | 2 | +2/-2 | 2 |
4124
-| RubenKelevra | 1 | +2/-1 | 1 |
4125
-| Andrew Nesbitt | 2 | +2/-1 | 2 |
4126
-| Tarun Bansal | 1 | +1/-1 | 1 |
4127
-| Max Inden | 1 | +1/-1 | 1 |
4128
-| K | 1 | +2/-0 | 1 |
4129
-| Jacob Heun | 1 | +1/-1 | 1 |
4130
-| Henrique Dias | 1 | +1/-1 | 1 |
4131
-| Bryan White | 1 | +1/-1 | 1 |
4132
-| Bryan Stenson | 1 | +1/-1 | 1 |
4133
-
4134
-## v0.7.0 2020-09-22
4135
-
4136
-### Highlights
4137
-
4138
-#### Secio is now disabled by default
4139
-
4140
-As part of deprecating and removing support for the Secio security transport, we have disabled it by default. TLS1.3 will remain the default security transport with fallback to Noise. You can read more about the deprecation in the blog post, https://blog.ipfs.io/2020-08-07-deprecating-secio/. If you're running IPFS older than 0.5, this may start to impact your performance on the public network.
4141
-
4142
-#### Ed25519 keys are now used by default
4143
-
4144
-Previously go-ipfs generated 2048 bit RSA keys for new nodes, but it will now use ed25519 keys by default. This will not affect any existing keys, but newly created keys will be ed25519 by default. The main benefit of using ed25519 keys over RSA is that ed25519 keys have an inline public key. This means that someone only needs your PeerId to verify things you've signed, which means we don't have to worry about storing those bulky RSA public keys.
4145
-
4146
-##### Rotating keys
4147
-
4148
-Along with switching the default, we've added support for rotating keys. If you would like to change the key type of your IPFS node, you can now do so with the rotate command. **NOTE: This will affect your Peer Id, so be sure you want to do this!** Your existing identity key will be backed up in the Keystore.
4149
-
4150
-```bash
4151
-ipfs key rotate -o my-old-key -t ed25519
4152
-```
4153
-
4154
-#### Key export/import
4155
-
4156
-We've added commands to allow you to export and import keys from the IPFS Keystore to a local .key file. This does not apply to the IPFS identity key, `self`.
4157
-
4158
-```bash
4159
-ipfs key gen mykey
4160
-ipfs key export -o mykey.key mykey # ./<name>.key is the default path
4161
-ipfs key import mykey mykey.key # on another node
4162
-```
4163
-
4164
-#### IPNS paths now encode the key name as a base36 CIDv1 by default
4165
-
4166
-Previously go-ipfs encoded the key names for IPNS paths as base58btc multihashes (e.g. Qmabc...). We now encode them as base36 encoded CIDv1s as defined in the [peerID spec](https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#string-representation) (e.g. k51xyz...) which also deals with encoding of public keys. This is nice because it means that IPNS keys will by default be case-insensitive and that they will fit into DNS labels (e.g. k51xyz...ipns.localhost) and therefore that subdomain gateway redirections (e.g. from localhost:8080/ipns/{key} to {key}.ipns.localhost) will look better to users in the default case.
4167
-
4168
-Many commands will accept a `--ipns-base` option that allows changing command outputs to use a particular encoding (i.e. base58btc multihash, or CIDv1 encoded in any supported base)
4169
-
4170
-#### Multiaddresses now accept PeerIDs encoded as CIDv1
4171
-
4172
-In preparation for eventually changing the default PeerID representation multiaddresses can now contain strings like `/p2p/k51xyz...` in addition to the default `/p2p/Qmabc...`. There is a corresponding `--peerid-base` option to many functions that output peerIDs.
4173
-
4174
-#### `dag stat`
4175
-
4176
-Initial support has been added for the `ipfs dag stat` command. Running this command will traverse the DAG for the given root CID and report statistics. By default, progress will be shown as the DAG is traversed. Supported statistics currently include DAG size and number of blocks.
4177
-
4178
-```bash
4179
-ipfs dag stat bafybeihpetclqvwb4qnmumvcn7nh4pxrtugrlpw4jgjpqicdxsv7opdm6e # the IPFS webui
4180
-Size: 30362191, NumBlocks: 346
4181
-```
4182
-
4183
-#### Plugin build changes
4184
-
4185
-We have changed the build flags used by the official binary distributions on dist.ipfs.io (or `/ipns/dist.ipfs.io`) to use the simpler and more reliable `-trimpath` flag instead of the more complicated and brittle `-asmflags=all=-trimpath="$(GOPATH)" -gcflags=all=-trimpath="$(GOPATH)"` flags, however the build flags used by default in go-ipfs remain the same.
4186
-
4187
-The scripts in https://github.com/ipfs/go-ipfs-example-plugin have been updated to reflect this change. This is a breaking change to how people have been building plugins against the dist.ipfs.io binary of go-ipfs and plugins should update their build processes accordingly see https://github.com/ipfs/go-ipfs-example-plugin/pull/9 for details.
4188
-
4189
-### Changelog
4190
-
4191
-- github.com/ipfs/go-ipfs:
4192
- - chore: bump webui version
4193
- - fix: remove the (empty) alias for --peerid-base
4194
- - Release v0.7.0-rc2
4195
- - fix: use override GOFLAGS changes from 480defab689610550ee3d346e31441a2bb881fcb but keep trimpath usage as is
4196
- - Revert "fix: override GOFLAGS"
4197
- - fix: remove the (empty) alias for --ipns-base
4198
- - refactor: put all --ipns-base options in one place
4199
- - docs: update config to indicate SECIO deprecation
4200
- - fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns
4201
- - Release v0.7.0-rc1
4202
- - chore: cleanup ([ipfs/go-ipfs#7628](https://github.com/ipfs/go-ipfs/pull/7628))
4203
- - namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes ([ipfs/go-ipfs#7627](https://github.com/ipfs/go-ipfs/pull/7627))
4204
- - Fix #7624: Do not fetch dag nodes when checking if a pin exists ([ipfs/go-ipfs#7625](https://github.com/ipfs/go-ipfs/pull/7625))
4205
- - chore: update dependencies ([ipfs/go-ipfs#7610](https://github.com/ipfs/go-ipfs/pull/7610))
4206
- - use t.Cleanup() to reduce the need to clean up servers in tests ([ipfs/go-ipfs#7550](https://github.com/ipfs/go-ipfs/pull/7550))
4207
- - fix: ipfs pin ls - ignore pins that have errors ([ipfs/go-ipfs#7612](https://github.com/ipfs/go-ipfs/pull/7612))
4208
- - docs(config): fix Peering header ([ipfs/go-ipfs#7623](https://github.com/ipfs/go-ipfs/pull/7623))
4209
- - sharness: use dnsaddr example in ipfs p2p command tests ([ipfs/go-ipfs#7620](https://github.com/ipfs/go-ipfs/pull/7620))
4210
- - fix(key): dont allow backup key to be named 'self' ([ipfs/go-ipfs#7615](https://github.com/ipfs/go-ipfs/pull/7615))
4211
- - [BOUNTY] Directory page UI improvements ([ipfs/go-ipfs#7536](https://github.com/ipfs/go-ipfs/pull/7536))
4212
- - fix: make assets deterministic ([ipfs/go-ipfs#7609](https://github.com/ipfs/go-ipfs/pull/7609))
4213
- - use ed25519 keys by default ([ipfs/go-ipfs#7579](https://github.com/ipfs/go-ipfs/pull/7579))
4214
- - feat: wildcard support for public gateways ([ipfs/go-ipfs#7319](https://github.com/ipfs/go-ipfs/pull/7319))
4215
- - fix: fix go-bindata import path ([ipfs/go-ipfs#7605](https://github.com/ipfs/go-ipfs/pull/7605))
4216
- - Upgrade graphsync deps ([ipfs/go-ipfs#7598](https://github.com/ipfs/go-ipfs/pull/7598))
4217
- - Add --peerid-base to ipfs id command ([ipfs/go-ipfs#7591](https://github.com/ipfs/go-ipfs/pull/7591))
4218
- - use b36 keys by default for keys and IPNS ([ipfs/go-ipfs#7582](https://github.com/ipfs/go-ipfs/pull/7582))
4219
- - add ipfs dag stat command (#7553) ([ipfs/go-ipfs#7553](https://github.com/ipfs/go-ipfs/pull/7553))
4220
- - Move key rotation command to ipfs key rotate ([ipfs/go-ipfs#7599](https://github.com/ipfs/go-ipfs/pull/7599))
4221
- - Disable secio by default ([ipfs/go-ipfs#7600](https://github.com/ipfs/go-ipfs/pull/7600))
4222
- - Stop searching for public keys before doing an IPNS Get (#7549) ([ipfs/go-ipfs#7549](https://github.com/ipfs/go-ipfs/pull/7549))
4223
- - feat: return supported protocols in id output ([ipfs/go-ipfs#7409](https://github.com/ipfs/go-ipfs/pull/7409))
4224
- - docs: fix typo in default swarm addrs config docs ([ipfs/go-ipfs#7585](https://github.com/ipfs/go-ipfs/pull/7585))
4225
- - feat: nice errors when failing to load plugins ([ipfs/go-ipfs#7429](https://github.com/ipfs/go-ipfs/pull/7429))
4226
- - doc: document reverse proxy bug ([ipfs/go-ipfs#7478](https://github.com/ipfs/go-ipfs/pull/7478))
4227
- - fix: ipfs name resolve --dht-record-count flag uses correct type and now works
4228
- - refactor: get rid of cmdDetails awkwardness
4229
- - IPNS format keys in b36cid ([ipfs/go-ipfs#7554](https://github.com/ipfs/go-ipfs/pull/7554))
4230
- - Key import and export cli commands ([ipfs/go-ipfs#7546](https://github.com/ipfs/go-ipfs/pull/7546))
4231
- - feat: add snap package configuration ([ipfs/go-ipfs#7529](https://github.com/ipfs/go-ipfs/pull/7529))
4232
- - chore: bump webui version
4233
- - repeat gateway subdomain test for all key types (#7542) ([ipfs/go-ipfs#7542](https://github.com/ipfs/go-ipfs/pull/7542))
4234
- - fix: override GOFLAGS
4235
- - update QUIC, enable the RetireBugBackwardsCompatibilityMode
4236
- - Document add behavior when the daemon is not running ([ipfs/go-ipfs#7514](https://github.com/ipfs/go-ipfs/pull/7514))
4237
- - ([ipfs/go-ipfs#7515](https://github.com/ipfs/go-ipfs/pull/7515))
4238
- - Choose Key type at initialization ([ipfs/go-ipfs#7251](https://github.com/ipfs/go-ipfs/pull/7251))
4239
- - feat: add flag to ipfs key and list to output keys in b36/CIDv1 (#7531) ([ipfs/go-ipfs#7531](https://github.com/ipfs/go-ipfs/pull/7531))
4240
- - feat: support ED25519 libp2p-key in subdomains
4241
- - chore: fix a typo
4242
- - docs: document X-Forwarded-Host
4243
- - feat: support X-Forwarded-Host when doing gateway redirect
4244
- - chore: update test deps for graphsync
4245
- - chore: bump test dependencies ([ipfs/go-ipfs#7524](https://github.com/ipfs/go-ipfs/pull/7524))
4246
- - fix: use static binaries in docker container ([ipfs/go-ipfs#7505](https://github.com/ipfs/go-ipfs/pull/7505))
4247
- - chore:bump webui version to 2.10.1 ([ipfs/go-ipfs#7504](https://github.com/ipfs/go-ipfs/pull/7504))
4248
- - chore: bump webui version ([ipfs/go-ipfs#7501](https://github.com/ipfs/go-ipfs/pull/7501))
4249
- - update version to 0.7.0-dev
4250
- - Merge branch 'release' into master
4251
- - systemd: specify repo path, to avoid unnecessary subdirectory ([ipfs/go-ipfs#7472](https://github.com/ipfs/go-ipfs/pull/7472))
4252
- - doc(prod): start documenting production stuff ([ipfs/go-ipfs#7469](https://github.com/ipfs/go-ipfs/pull/7469))
4253
- - Readme: Update link about init systems (and import old readme) ([ipfs/go-ipfs#7473](https://github.com/ipfs/go-ipfs/pull/7473))
4254
- - doc(config): expand peering docs ([ipfs/go-ipfs#7466](https://github.com/ipfs/go-ipfs/pull/7466))
4255
- - fix: Use the -p option in Dockerfile to make parents as needed ([ipfs/go-ipfs#7464](https://github.com/ipfs/go-ipfs/pull/7464))
4256
- - systemd: enable systemd hardening features ([ipfs/go-ipfs#7286](https://github.com/ipfs/go-ipfs/pull/7286))
4257
- - fix(migration): migrate /ipfs/ bootstrappers to /p2p/ ([ipfs/go-ipfs#7450](https://github.com/ipfs/go-ipfs/pull/7450))
4258
- - readme: update go-version ([ipfs/go-ipfs#7447](https://github.com/ipfs/go-ipfs/pull/7447))
4259
- - fix(migration): correctly migrate quic addresses ([ipfs/go-ipfs#7446](https://github.com/ipfs/go-ipfs/pull/7446))
4260
- - chore: add migration to listen on QUIC by default ([ipfs/go-ipfs#7443](https://github.com/ipfs/go-ipfs/pull/7443))
4261
- - go: bump minimal dependency to 1.14.4 ([ipfs/go-ipfs#7419](https://github.com/ipfs/go-ipfs/pull/7419))
4262
- - fix: use bitswap sessions for ipfs refs ([ipfs/go-ipfs#7389](https://github.com/ipfs/go-ipfs/pull/7389))
4263
- - fix(commands): print consistent addresses in ipfs id ([ipfs/go-ipfs#7397](https://github.com/ipfs/go-ipfs/pull/7397))
4264
- - fix two pubsub issues. ([ipfs/go-ipfs#7394](https://github.com/ipfs/go-ipfs/pull/7394))
4265
- - docs: add pacman.store (@RubenKelevra) to the early testers ([ipfs/go-ipfs#7368](https://github.com/ipfs/go-ipfs/pull/7368))
4266
- - Update docs-beta links to final URLs ([ipfs/go-ipfs#7386](https://github.com/ipfs/go-ipfs/pull/7386))
4267
- - feat: webui v2.9.0 ([ipfs/go-ipfs#7387](https://github.com/ipfs/go-ipfs/pull/7387))
4268
- - chore: update WebUI to 2.8.0 ([ipfs/go-ipfs#7380](https://github.com/ipfs/go-ipfs/pull/7380))
4269
- - mailmap support ([ipfs/go-ipfs#7375](https://github.com/ipfs/go-ipfs/pull/7375))
4270
- - doc: update the release template for git flow changes ([ipfs/go-ipfs#7370](https://github.com/ipfs/go-ipfs/pull/7370))
4271
- - chore: update deps ([ipfs/go-ipfs#7369](https://github.com/ipfs/go-ipfs/pull/7369))
4272
-- github.com/ipfs/go-bitswap (v0.2.19 -> v0.2.20):
4273
- - fix: don't say we're sending a full wantlist unless we are (#429) ([ipfs/go-bitswap#429](https://github.com/ipfs/go-bitswap/pull/429))
4274
-- github.com/ipfs/go-cid (v0.0.6 -> v0.0.7):
4275
- - feat: optimize cid.Prefix ([ipfs/go-cid#109](https://github.com/ipfs/go-cid/pull/109))
4276
-- github.com/ipfs/go-datastore (v0.4.4 -> v0.4.5):
4277
- - Add test to ensure that Delete returns no error for missing keys ([ipfs/go-datastore#162](https://github.com/ipfs/go-datastore/pull/162))
4278
- - Fix typo in sync/sync.go ([ipfs/go-datastore#159](https://github.com/ipfs/go-datastore/pull/159))
4279
- - Add the generated flatfs stub, since it cannot be auto-generated ([ipfs/go-datastore#158](https://github.com/ipfs/go-datastore/pull/158))
4280
- - support flatfs fuzzing ([ipfs/go-datastore#157](https://github.com/ipfs/go-datastore/pull/157))
4281
- - fuzzing harness (#153) ([ipfs/go-datastore#153](https://github.com/ipfs/go-datastore/pull/153))
4282
- - feat(mount): don't give up on error ([ipfs/go-datastore#146](https://github.com/ipfs/go-datastore/pull/146))
4283
- - /test: fix bad ElemCount/10 lenght (should not be divided) ([ipfs/go-datastore#152](https://github.com/ipfs/go-datastore/pull/152))
4284
-- github.com/ipfs/go-ds-flatfs (v0.4.4 -> v0.4.5):
4285
- - Add os.Rename wrapper for Plan 9 (#87) ([ipfs/go-ds-flatfs#87](https://github.com/ipfs/go-ds-flatfs/pull/87))
4286
-- github.com/ipfs/go-fs-lock (v0.0.5 -> v0.0.6):
4287
- - Fix build on Plan 9 ([ipfs/go-fs-lock#17](https://github.com/ipfs/go-fs-lock/pull/17))
4288
-- github.com/ipfs/go-graphsync (v0.0.5 -> v0.1.1):
4289
- - docs(CHANGELOG): update for v0.1.1
4290
- - docs(CHANGELOG): update for v0.1.0 release ([ipfs/go-graphsync#84](https://github.com/ipfs/go-graphsync/pull/84))
4291
- - Dedup by key extension (#83) ([ipfs/go-graphsync#83](https://github.com/ipfs/go-graphsync/pull/83))
4292
- - Release infrastructure (#81) ([ipfs/go-graphsync#81](https://github.com/ipfs/go-graphsync/pull/81))
4293
- - feat(persistenceoptions): add unregister ability (#80) ([ipfs/go-graphsync#80](https://github.com/ipfs/go-graphsync/pull/80))
4294
- - fix(message): regen protobuf code (#79) ([ipfs/go-graphsync#79](https://github.com/ipfs/go-graphsync/pull/79))
4295
- - feat(requestmanager): run response hooks on completed requests (#77) ([ipfs/go-graphsync#77](https://github.com/ipfs/go-graphsync/pull/77))
4296
- - Revert "add extensions on complete (#76)"
4297
- - add extensions on complete (#76) ([ipfs/go-graphsync#76](https://github.com/ipfs/go-graphsync/pull/76))
4298
- - All changes to date including pause requests & start paused, along with new adds for cleanups and checking of execution (#75) ([ipfs/go-graphsync#75](https://github.com/ipfs/go-graphsync/pull/75))
4299
- - More fine grained response controls (#71) ([ipfs/go-graphsync#71](https://github.com/ipfs/go-graphsync/pull/71))
4300
- - Refactor request execution and use IPLD SkipMe functionality for proper partial results on a request (#70) ([ipfs/go-graphsync#70](https://github.com/ipfs/go-graphsync/pull/70))
4301
- - feat(graphsync): implement do-no-send-cids extension (#69) ([ipfs/go-graphsync#69](https://github.com/ipfs/go-graphsync/pull/69))
4302
- - Incoming Block Hooks (#68) ([ipfs/go-graphsync#68](https://github.com/ipfs/go-graphsync/pull/68))
4303
- - fix(responsemanager): add nil check (#67) ([ipfs/go-graphsync#67](https://github.com/ipfs/go-graphsync/pull/67))
4304
- - refactor(hooks): use external pubsub (#65) ([ipfs/go-graphsync#65](https://github.com/ipfs/go-graphsync/pull/65))
4305
- - Update of IPLD Prime (#66) ([ipfs/go-graphsync#66](https://github.com/ipfs/go-graphsync/pull/66))
4306
- - feat(responsemanager): add listener for completed responses (#64) ([ipfs/go-graphsync#64](https://github.com/ipfs/go-graphsync/pull/64))
4307
- - Update Requests (#63) ([ipfs/go-graphsync#63](https://github.com/ipfs/go-graphsync/pull/63))
4308
- - Add pausing and unpausing of requests (#62) ([ipfs/go-graphsync#62](https://github.com/ipfs/go-graphsync/pull/62))
4309
- - Outgoing Request Hooks, swapping persistence layers (#61) ([ipfs/go-graphsync#61](https://github.com/ipfs/go-graphsync/pull/61))
4310
- - Feat/request hook loader chooser (#60) ([ipfs/go-graphsync#60](https://github.com/ipfs/go-graphsync/pull/60))
4311
- - Option to Reject requests by default (#58) ([ipfs/go-graphsync#58](https://github.com/ipfs/go-graphsync/pull/58))
4312
- - Testify refactor (#56) ([ipfs/go-graphsync#56](https://github.com/ipfs/go-graphsync/pull/56))
4313
- - Switch To Circle CI (#57) ([ipfs/go-graphsync#57](https://github.com/ipfs/go-graphsync/pull/57))
4314
- - fix(deps): go mod tidy
4315
- - docs(README): remove ipldbridge reference
4316
- - Tech Debt: Remove IPLD Bridge ([ipfs/go-graphsync#55](https://github.com/ipfs/go-graphsync/pull/55))
4317
-- github.com/ipfs/go-ipfs-cmds (v0.2.9 -> v0.4.0):
4318
- - fix: allow requests from electron renderer (#201) ([ipfs/go-ipfs-cmds#201](https://github.com/ipfs/go-ipfs-cmds/pull/201))
4319
- - refactor: move external command checks into commands lib (#198) ([ipfs/go-ipfs-cmds#198](https://github.com/ipfs/go-ipfs-cmds/pull/198))
4320
- - Fix build on Plan 9 ([ipfs/go-ipfs-cmds#199](https://github.com/ipfs/go-ipfs-cmds/pull/199))
4321
-- github.com/ipfs/go-ipfs-config (v0.8.0 -> v0.9.0):
4322
- - error if bit size specified with ed25519 keys (#105) ([ipfs/go-ipfs-config#105](https://github.com/ipfs/go-ipfs-config/pull/105))
4323
-- github.com/ipfs/go-log/v2 (v2.0.8 -> v2.1.1):
4324
- failed to fetch repo
4325
-- github.com/ipfs/go-path (v0.0.7 -> v0.0.8):
4326
- - ResolveToLastNode no longer fetches nodes it does not need ([ipfs/go-path#30](https://github.com/ipfs/go-path/pull/30))
4327
- - doc: add a lead maintainer
4328
-- github.com/ipfs/interface-go-ipfs-core (v0.3.0 -> v0.4.0):
4329
- - Add ID formatting functions, used by various IPFS cli commands ([ipfs/interface-go-ipfs-core#65](https://github.com/ipfs/interface-go-ipfs-core/pull/65))
4330
-- github.com/ipld/go-car (v0.1.0 -> v0.1.1-0.20200429200904-c222d793c339):
4331
- - Update go-ipld-prime to the era of NodeAssembler. ([ipld/go-car#31](https://github.com/ipld/go-car/pull/31))
4332
- - fix: update the cli tool's car dep ([ipld/go-car#30](https://github.com/ipld/go-car/pull/30))
4333
-- github.com/ipld/go-ipld-prime (v0.0.2-0.20191108012745-28a82f04c785 -> v0.0.2-0.20200428162820-8b59dc292b8e):
4334
- - Add two basic examples of usage, as go tests.
4335
- - Fix marshalling error ([ipld/go-ipld-prime#53](https://github.com/ipld/go-ipld-prime/pull/53))
4336
- - Add more test specs for list and map nesting.
4337
- - traversal.SkipMe feature ([ipld/go-ipld-prime#51](https://github.com/ipld/go-ipld-prime/pull/51))
4338
- - Improvements to traversal docs.
4339
- - Drop code coverage bot config. ([ipld/go-ipld-prime#50](https://github.com/ipld/go-ipld-prime/pull/50))
4340
- - Promote NodeAssembler/NodeStyle interface rework to core, and use improved basicnode implementation. ([ipld/go-ipld-prime#49](https://github.com/ipld/go-ipld-prime/pull/49))
4341
- - Merge branch 'traversal-benchmarks'
4342
- - Merge branch 'cycle-breaking-and-traversal-benchmarks'
4343
- - Merge branch 'assembler-upgrade-to-codecs'
4344
- - Path clarifications ([ipld/go-ipld-prime#47](https://github.com/ipld/go-ipld-prime/pull/47))
4345
- - Merge branch 'research-admissions'
4346
- - Add a typed link node to allow traversal with code gen'd builders across links ([ipld/go-ipld-prime#41](https://github.com/ipld/go-ipld-prime/pull/41))
4347
- - Merge branch 'research-admissions'
4348
- - Library updates.
4349
- - Feat/add code gen disclaimer ([ipld/go-ipld-prime#39](https://github.com/ipld/go-ipld-prime/pull/39))
4350
- - Readme and key Node interface docs improvements.
4351
- - fix(schema/gen): return value not reference ([ipld/go-ipld-prime#38](https://github.com/ipld/go-ipld-prime/pull/38))
4352
-- github.com/ipld/go-ipld-prime-proto (v0.0.0-20191113031812-e32bd156a1e5 -> v0.0.0-20200428191222-c1ffdadc01e1):
4353
- - feat(deps): upgrade to new IPLD prime ([ipld/go-ipld-prime-proto#1](https://github.com/ipld/go-ipld-prime-proto/pull/1))
4354
- - Update to latest ipld before rework ([ipld/go-ipld-prime-proto#2](https://github.com/ipld/go-ipld-prime-proto/pull/2))
4355
-- github.com/libp2p/go-libp2p (v0.9.6 -> v0.11.0):
4356
- - Added parsing of IPv6 addresses for incoming mDNS requests ([libp2p/go-libp2p#990](https://github.com/libp2p/go-libp2p/pull/990))
4357
- - Switch from SECIO to Noise ([libp2p/go-libp2p#972](https://github.com/libp2p/go-libp2p/pull/972))
4358
- - fix tests ([libp2p/go-libp2p#995](https://github.com/libp2p/go-libp2p/pull/995))
4359
- - Bump Autonat version & validate fixed call loop in `.Addrs` (#988) ([libp2p/go-libp2p#988](https://github.com/libp2p/go-libp2p/pull/988))
4360
- - fix: use the correct external address when NAT port-mapping ([libp2p/go-libp2p#987](https://github.com/libp2p/go-libp2p/pull/987))
4361
- - upgrade deps + interoperable uvarint delimited writer/reader. (#985) ([libp2p/go-libp2p#985](https://github.com/libp2p/go-libp2p/pull/985))
4362
- - fix host can be dialed by autonat public addr, but lost the public addr to announce ([libp2p/go-libp2p#983](https://github.com/libp2p/go-libp2p/pull/983))
4363
- - Fix address advertisement bugs (#974) ([libp2p/go-libp2p#974](https://github.com/libp2p/go-libp2p/pull/974))
4364
- - fix: avoid a close deadlock in the natmanager ([libp2p/go-libp2p#971](https://github.com/libp2p/go-libp2p/pull/971))
4365
- - upgrade swarm; add ID() on mock conns and streams. (#970) ([libp2p/go-libp2p#970](https://github.com/libp2p/go-libp2p/pull/970))
4366
-- github.com/libp2p/go-libp2p-asn-util (null -> v0.0.0-20200825225859-85005c6cf052):
4367
- - chore: go fmt
4368
- - feat: use deferred initialization of the asnStore ([libp2p/go-libp2p-asn-util#3](https://github.com/libp2p/go-libp2p-asn-util/pull/3))
4369
- - chore: switch to forked cidranger
4370
- - fixed code
4371
- - library for ASN mappings
4372
-- github.com/libp2p/go-libp2p-autonat (v0.2.3 -> v0.3.2):
4373
- - static nat shouldn't call host.Addrs()
4374
- - upgrade deps + interoperable uvarint delimited writer/reader. (#95) ([libp2p/go-libp2p-autonat#95](https://github.com/libp2p/go-libp2p-autonat/pull/95))
4375
- - fix: a type switch nit ([libp2p/go-libp2p-autonat#83](https://github.com/libp2p/go-libp2p-autonat/pull/83))
4376
-- github.com/libp2p/go-libp2p-blankhost (v0.1.6 -> v0.2.0):
4377
- - call reset where appropriate (and update deps) ([libp2p/go-libp2p-blankhost#52](https://github.com/libp2p/go-libp2p-blankhost/pull/52))
4378
-- github.com/libp2p/go-libp2p-circuit (v0.2.3 -> v0.3.1):
4379
- - upgrade deps + interoperable uvarints. (#122) ([libp2p/go-libp2p-circuit#122](https://github.com/libp2p/go-libp2p-circuit/pull/122))
4380
- - Fix/remove deprecated logging ([libp2p/go-libp2p-circuit#85](https://github.com/libp2p/go-libp2p-circuit/pull/85))
4381
-- github.com/libp2p/go-libp2p-core (v0.5.7 -> v0.6.1):
4382
- - experimental introspection support (#159) ([libp2p/go-libp2p-core#159](https://github.com/libp2p/go-libp2p-core/pull/159))
4383
-- github.com/libp2p/go-libp2p-discovery (v0.4.0 -> v0.5.0):
4384
- - Put period at end of sentence ([libp2p/go-libp2p-discovery#65](https://github.com/libp2p/go-libp2p-discovery/pull/65))
4385
-- github.com/libp2p/go-libp2p-kad-dht (v0.8.2 -> v0.9.0):
4386
- - chore: update deps ([libp2p/go-libp2p-kad-dht#689](https://github.com/libp2p/go-libp2p-kad-dht/pull/689))
4387
- - allow overwriting builtin dual DHT options ([libp2p/go-libp2p-kad-dht#688](https://github.com/libp2p/go-libp2p-kad-dht/pull/688))
4388
- - Hardening Improvements: RT diversity and decreased RT churn ([libp2p/go-libp2p-kad-dht#687](https://github.com/libp2p/go-libp2p-kad-dht/pull/687))
4389
- - Fix key log encoding ([libp2p/go-libp2p-kad-dht#682](https://github.com/libp2p/go-libp2p-kad-dht/pull/682))
4390
- - upgrade deps + uvarint delimited writer/reader. (#684) ([libp2p/go-libp2p-kad-dht#684](https://github.com/libp2p/go-libp2p-kad-dht/pull/684))
4391
- - periodicBootstrapInterval should be ticker? (#678) ([libp2p/go-libp2p-kad-dht#678](https://github.com/libp2p/go-libp2p-kad-dht/pull/678))
4392
- - removes duplicate comment ([libp2p/go-libp2p-kad-dht#674](https://github.com/libp2p/go-libp2p-kad-dht/pull/674))
4393
- - Revert "Peer Diversity in the Routing Table (#658)" ([libp2p/go-libp2p-kad-dht#670](https://github.com/libp2p/go-libp2p-kad-dht/pull/670))
4394
- - Fixed problem with refresh logging ([libp2p/go-libp2p-kad-dht#667](https://github.com/libp2p/go-libp2p-kad-dht/pull/667))
4395
- - feat: protect all peers in low buckets, tag everyone else with 5 ([libp2p/go-libp2p-kad-dht#666](https://github.com/libp2p/go-libp2p-kad-dht/pull/666))
4396
- - Peer Diversity in the Routing Table (#658) ([libp2p/go-libp2p-kad-dht#658](https://github.com/libp2p/go-libp2p-kad-dht/pull/658))
4397
-- github.com/libp2p/go-libp2p-kbucket (v0.4.2 -> v0.4.7):
4398
- - chore: switch from go-multiaddr-net to go-multiaddr/net
4399
- - Use crypto/rand for generating random prefixes
4400
- - feat: when using the diversity filter for ipv6 addresses if the ASN cannot be found for a particular address then fallback on using the /32 mask of the address as the group name instead of simply rejecting the peer from routing table
4401
- - simplify filter (#92) ([libp2p/go-libp2p-kbucket#92](https://github.com/libp2p/go-libp2p-kbucket/pull/92))
4402
- - fix: switch to forked cid ranger dep ([libp2p/go-libp2p-kbucket#91](https://github.com/libp2p/go-libp2p-kbucket/pull/91))
4403
- - Reduce Routing Table churn (#90) ([libp2p/go-libp2p-kbucket#90](https://github.com/libp2p/go-libp2p-kbucket/pull/90))
4404
- - Peer Diversity for Routing Table and Querying (#88) ([libp2p/go-libp2p-kbucket#88](https://github.com/libp2p/go-libp2p-kbucket/pull/88))
4405
- - fix bug in peer eviction (#87) ([libp2p/go-libp2p-kbucket#87](https://github.com/libp2p/go-libp2p-kbucket/pull/87))
4406
- - feat: add an AddedAt timestamp (#84) ([libp2p/go-libp2p-kbucket#84](https://github.com/libp2p/go-libp2p-kbucket/pull/84))
4407
-- github.com/libp2p/go-libp2p-pubsub (v0.3.1 -> v0.3.5):
4408
- - regenerate protobufs (#381) ([libp2p/go-libp2p-pubsub#381](https://github.com/libp2p/go-libp2p-pubsub/pull/381))
4409
- - track validation time
4410
- - fullfill promise as soon as a message begins validation
4411
- - don't apply penalty in self origin rejections
4412
- - add behaviour penalty threshold
4413
- - Add String() method to Topic.
4414
- - add regression test for issue 371
4415
- - don't add direct peers to fanout
4416
- - reference spec change in comment.
4417
- - fix backoff slack time
4418
- - use the heartbeat interval for slack time
4419
- - add slack time to prune backoff clearance
4420
- - fix: call the correct tracer function in FloodSubRouter.Leave (#373) ([libp2p/go-libp2p-pubsub#373](https://github.com/libp2p/go-libp2p-pubsub/pull/373))
4421
- - downgrade trace buffer overflow log to debug
4422
- - track topics in Reject/Duplicate/Deliver events
4423
- - add topics to Reject/Duplicate/Deliver events
4424
- - fix flaky test
4425
- - refactor ip colocation factor computation that is common for score and inspection
4426
- - better handling of intermediate topic score snapshots
4427
- - disallow duplicate score inspectors
4428
- - make peer score inspect function types aliases
4429
- - extended peer score inspection
4430
- - upgrade deps + interoperable uvarint delimited writer/reader.
4431
- - Add warning about messageIDs
4432
- - Signing policy + optional Signature, From and Seqno ([libp2p/go-libp2p-pubsub#359](https://github.com/libp2p/go-libp2p-pubsub/pull/359))
4433
- - Update pubsub.go
4434
- - Define a public error ErrSubscriptionCancelled.
4435
- - only do PX on leave if PX was enabled in the node
4436
- - drop warning about failure to open stream to a debug log
4437
- - reinstate tagging (now protection) tests
4438
- - disable tests for direct/mesh tags, we don't have an interface to query the connman yet
4439
- - protect direct and mesh peers in the connection manager
4440
- - feat: add direct connect ticks option
4441
-- github.com/libp2p/go-libp2p-pubsub-router (v0.3.0 -> v0.3.2):
4442
- - upgrade deps + interoperable uvarint delimited writer/reader. (#79) ([libp2p/go-libp2p-pubsub-router#79](https://github.com/libp2p/go-libp2p-pubsub-router/pull/79))
4443
-- github.com/libp2p/go-libp2p-quic-transport (v0.6.0 -> v0.8.0):
4444
- - update quic-go to v0.18.0 (#171) ([libp2p/go-libp2p-quic-transport#171](https://github.com/libp2p/go-libp2p-quic-transport/pull/171))
4445
-- github.com/libp2p/go-libp2p-swarm (v0.2.6 -> v0.2.8):
4446
- - slim down dependencies ([libp2p/go-libp2p-swarm#225](https://github.com/libp2p/go-libp2p-swarm/pull/225))
4447
- - `ID()` method on connections and streams + record opening time (#224) ([libp2p/go-libp2p-swarm#224](https://github.com/libp2p/go-libp2p-swarm/pull/224))
4448
-- github.com/libp2p/go-libp2p-testing (v0.1.1 -> v0.2.0):
4449
- - Add net benchmark harness ([libp2p/go-libp2p-testing#21](https://github.com/libp2p/go-libp2p-testing/pull/21))
4450
- - Update suite to check that streams respect mux.ErrReset. ([libp2p/go-libp2p-testing#16](https://github.com/libp2p/go-libp2p-testing/pull/16))
4451
-- github.com/libp2p/go-maddr-filter (v0.0.5 -> v0.1.0):
4452
- - deprecate this package; moved to multiformats/go-multiaddr. (#23) ([libp2p/go-maddr-filter#23](https://github.com/libp2p/go-maddr-filter/pull/23))
4453
- - chore(dep): update ([libp2p/go-maddr-filter#18](https://github.com/libp2p/go-maddr-filter/pull/18))
4454
-- github.com/libp2p/go-msgio (v0.0.4 -> v0.0.6):
4455
- - interoperable uvarints. (#21) ([libp2p/go-msgio#21](https://github.com/libp2p/go-msgio/pull/21))
4456
- - upgrade deps + interoperable uvarint delimited writer/reader. (#20) ([libp2p/go-msgio#20](https://github.com/libp2p/go-msgio/pull/20))
4457
-- github.com/libp2p/go-netroute (v0.1.2 -> v0.1.3):
4458
- - add Plan 9 support
4459
-- github.com/libp2p/go-openssl (v0.0.5 -> v0.0.7):
4460
- - make ed25519 less special ([libp2p/go-openssl#7](https://github.com/libp2p/go-openssl/pull/7))
4461
- - Add required bindings to support openssl in libp2p-tls ([libp2p/go-openssl#6](https://github.com/libp2p/go-openssl/pull/6))
4462
-- github.com/libp2p/go-reuseport (v0.0.1 -> v0.0.2):
4463
- - Fix build on Plan 9 ([libp2p/go-reuseport#79](https://github.com/libp2p/go-reuseport/pull/79))
4464
- - farewell gx; thanks for serving us well.
4465
- - update readme badges
4466
- - remove Jenkinsfile.
4467
-- github.com/libp2p/go-reuseport-transport (v0.0.3 -> v0.0.4):
4468
- - Update go-netroute and go-reuseport for Plan 9 support
4469
- - Fix build on Plan 9
4470
-- github.com/lucas-clemente/quic-go (v0.16.2 -> v0.18.0):
4471
- - create a milestone version for v0.18.x
4472
- - add Changelog entries for v0.17 ([lucas-clemente/quic-go#2726](https://github.com/lucas-clemente/quic-go/pull/2726))
4473
- - regenerate the testdata certificate with SAN instead of CommonName ([lucas-clemente/quic-go#2723](https://github.com/lucas-clemente/quic-go/pull/2723))
4474
- - make it possible to use multiple qtls versions at the same time, add support for Go 1.15 ([lucas-clemente/quic-go#2720](https://github.com/lucas-clemente/quic-go/pull/2720))
4475
- - add fuzzing for transport parameters ([lucas-clemente/quic-go#2713](https://github.com/lucas-clemente/quic-go/pull/2713))
4476
- - run golangci-lint on GitHub Actions ([lucas-clemente/quic-go#2700](https://github.com/lucas-clemente/quic-go/pull/2700))
4477
- - disallow values above 2^60 for Config.MaxIncoming{Uni}Streams ([lucas-clemente/quic-go#2711](https://github.com/lucas-clemente/quic-go/pull/2711))
4478
- - never send a value larger than 2^60 in MAX_STREAMS frames ([lucas-clemente/quic-go#2710](https://github.com/lucas-clemente/quic-go/pull/2710))
4479
- - run the check for go generated files on GitHub Actions instead of Travis ([lucas-clemente/quic-go#2703](https://github.com/lucas-clemente/quic-go/pull/2703))
4480
- - update QUIC draft version information in README ([lucas-clemente/quic-go#2715](https://github.com/lucas-clemente/quic-go/pull/2715))
4481
- - remove Fuzzit badge from README ([lucas-clemente/quic-go#2714](https://github.com/lucas-clemente/quic-go/pull/2714))
4482
- - use the correct return values in Fuzz() functions ([lucas-clemente/quic-go#2705](https://github.com/lucas-clemente/quic-go/pull/2705))
4483
- - simplify the connection, rename it to sendConn ([lucas-clemente/quic-go#2707](https://github.com/lucas-clemente/quic-go/pull/2707))
4484
- - update qpack to v0.2.0 ([lucas-clemente/quic-go#2704](https://github.com/lucas-clemente/quic-go/pull/2704))
4485
- - remove redundant error check in the stream ([lucas-clemente/quic-go#2718](https://github.com/lucas-clemente/quic-go/pull/2718))
4486
- - put back the packet buffer when parsing the connection ID fails ([lucas-clemente/quic-go#2708](https://github.com/lucas-clemente/quic-go/pull/2708))
4487
- - update fuzzing code for oss-fuzz ([lucas-clemente/quic-go#2702](https://github.com/lucas-clemente/quic-go/pull/2702))
4488
- - fix travis script ([lucas-clemente/quic-go#2701](https://github.com/lucas-clemente/quic-go/pull/2701))
4489
- - remove Fuzzit from Travis config ([lucas-clemente/quic-go#2699](https://github.com/lucas-clemente/quic-go/pull/2699))
4490
- - add a script to check if go generated files are correct ([lucas-clemente/quic-go#2692](https://github.com/lucas-clemente/quic-go/pull/2692))
4491
- - only arm the application data PTO timer after the handshake is confirmed ([lucas-clemente/quic-go#2689](https://github.com/lucas-clemente/quic-go/pull/2689))
4492
- - fix tracing of congestion state updates ([lucas-clemente/quic-go#2691](https://github.com/lucas-clemente/quic-go/pull/2691))
4493
- - fix reading of flag values in integration tests ([lucas-clemente/quic-go#2690](https://github.com/lucas-clemente/quic-go/pull/2690))
4494
- - remove ACK decimation ([lucas-clemente/quic-go#2599](https://github.com/lucas-clemente/quic-go/pull/2599))
4495
- - add a metric for PTOs ([lucas-clemente/quic-go#2686](https://github.com/lucas-clemente/quic-go/pull/2686))
4496
- - remove the H3_EARLY_RESPONSE error ([lucas-clemente/quic-go#2687](https://github.com/lucas-clemente/quic-go/pull/2687))
4497
- - implement tracing for congestion state changes ([lucas-clemente/quic-go#2684](https://github.com/lucas-clemente/quic-go/pull/2684))
4498
- - remove the N connection simulation from the Reno code ([lucas-clemente/quic-go#2682](https://github.com/lucas-clemente/quic-go/pull/2682))
4499
- - remove the SSLR (slow start large reduction) experiment ([lucas-clemente/quic-go#2680](https://github.com/lucas-clemente/quic-go/pull/2680))
4500
- - remove unused connectionStats counters from the Reno implementation ([lucas-clemente/quic-go#2683](https://github.com/lucas-clemente/quic-go/pull/2683))
4501
- - add an integration test that randomly sets tracers ([lucas-clemente/quic-go#2679](https://github.com/lucas-clemente/quic-go/pull/2679))
4502
- - privatize some methods in the congestion controller package ([lucas-clemente/quic-go#2681](https://github.com/lucas-clemente/quic-go/pull/2681))
4503
- - fix out-of-bounds read when creating a multiplexed tracer ([lucas-clemente/quic-go#2678](https://github.com/lucas-clemente/quic-go/pull/2678))
4504
- - run integration tests with qlog and metrics on CircleCI ([lucas-clemente/quic-go#2677](https://github.com/lucas-clemente/quic-go/pull/2677))
4505
- - add a metric for closed connections ([lucas-clemente/quic-go#2676](https://github.com/lucas-clemente/quic-go/pull/2676))
4506
- - trace packets that are sent outside of a connection ([lucas-clemente/quic-go#2675](https://github.com/lucas-clemente/quic-go/pull/2675))
4507
- - trace dropped packets that are dropped before they are passed to any session ([lucas-clemente/quic-go#2670](https://github.com/lucas-clemente/quic-go/pull/2670))
4508
- - add a metric for sent packets ([lucas-clemente/quic-go#2673](https://github.com/lucas-clemente/quic-go/pull/2673))
4509
- - add a metric for lost packets ([lucas-clemente/quic-go#2672](https://github.com/lucas-clemente/quic-go/pull/2672))
4510
- - simplify the Tracer interface by combining the TracerFor... methods ([lucas-clemente/quic-go#2671](https://github.com/lucas-clemente/quic-go/pull/2671))
4511
- - add a metrics package using OpenCensus, trace connections ([lucas-clemente/quic-go#2646](https://github.com/lucas-clemente/quic-go/pull/2646))
4512
- - add a multiplexer for the tracer ([lucas-clemente/quic-go#2665](https://github.com/lucas-clemente/quic-go/pull/2665))
4513
- - introduce a type for stateless reset tokens ([lucas-clemente/quic-go#2668](https://github.com/lucas-clemente/quic-go/pull/2668))
4514
- - log all reasons why a connection is closed ([lucas-clemente/quic-go#2669](https://github.com/lucas-clemente/quic-go/pull/2669))
4515
- - add integration tests using faulty packet conns ([lucas-clemente/quic-go#2663](https://github.com/lucas-clemente/quic-go/pull/2663))
4516
- - don't block sendQueue.Send() if the runloop already exited. ([lucas-clemente/quic-go#2656](https://github.com/lucas-clemente/quic-go/pull/2656))
4517
- - move the SupportedVersions slice out of the wire.Header ([lucas-clemente/quic-go#2664](https://github.com/lucas-clemente/quic-go/pull/2664))
4518
- - add a flag to disable conn ID generation and the check for retired conn IDs ([lucas-clemente/quic-go#2660](https://github.com/lucas-clemente/quic-go/pull/2660))
4519
- - put the session in the packet handler map directly (for client sessions) ([lucas-clemente/quic-go#2667](https://github.com/lucas-clemente/quic-go/pull/2667))
4520
- - don't send write error in CONNECTION_CLOSE frames ([lucas-clemente/quic-go#2666](https://github.com/lucas-clemente/quic-go/pull/2666))
4521
- - reset the PTO count before setting the timer when dropping a PN space ([lucas-clemente/quic-go#2657](https://github.com/lucas-clemente/quic-go/pull/2657))
4522
- - enforce that a connection ID is not retired in a packet that uses that connection ID ([lucas-clemente/quic-go#2651](https://github.com/lucas-clemente/quic-go/pull/2651))
4523
- - don't retire the conn ID that's in use when receiving a retransmission ([lucas-clemente/quic-go#2652](https://github.com/lucas-clemente/quic-go/pull/2652))
4524
- - fix flaky cancelation integration test ([lucas-clemente/quic-go#2649](https://github.com/lucas-clemente/quic-go/pull/2649))
4525
- - fix crash when the qlog callbacks returns a nil io.WriteCloser ([lucas-clemente/quic-go#2648](https://github.com/lucas-clemente/quic-go/pull/2648))
4526
- - fix flaky server test on Travis ([lucas-clemente/quic-go#2645](https://github.com/lucas-clemente/quic-go/pull/2645))
4527
- - fix a typo in the logging package test suite
4528
- - introduce type aliases in the logging package ([lucas-clemente/quic-go#2643](https://github.com/lucas-clemente/quic-go/pull/2643))
4529
- - rename frame fields to the names used in the draft ([lucas-clemente/quic-go#2644](https://github.com/lucas-clemente/quic-go/pull/2644))
4530
- - split the qlog package into a logging and a qlog package, use a tracer interface in the quic.Config ([lucas-clemente/quic-go#2638](https://github.com/lucas-clemente/quic-go/pull/2638))
4531
- - fix HTTP request writing if the Request.Body reads data and returns EOF ([lucas-clemente/quic-go#2642](https://github.com/lucas-clemente/quic-go/pull/2642))
4532
- - handle Version Negotiation packets in the session ([lucas-clemente/quic-go#2640](https://github.com/lucas-clemente/quic-go/pull/2640))
4533
- - increase the packet size of the client's Initial packet ([lucas-clemente/quic-go#2634](https://github.com/lucas-clemente/quic-go/pull/2634))
4534
- - introduce an assertion in the server ([lucas-clemente/quic-go#2637](https://github.com/lucas-clemente/quic-go/pull/2637))
4535
- - use the new qtls interface for (re)storing app data with a session state ([lucas-clemente/quic-go#2631](https://github.com/lucas-clemente/quic-go/pull/2631))
4536
- - remove buffering of HTTP requests ([lucas-clemente/quic-go#2626](https://github.com/lucas-clemente/quic-go/pull/2626))
4537
- - remove superfluous parameters logged when not doing 0-RTT ([lucas-clemente/quic-go#2632](https://github.com/lucas-clemente/quic-go/pull/2632))
4538
- - return an infinite bandwidth if the RTT is zero ([lucas-clemente/quic-go#2636](https://github.com/lucas-clemente/quic-go/pull/2636))
4539
- - drop support for Go 1.13 ([lucas-clemente/quic-go#2628](https://github.com/lucas-clemente/quic-go/pull/2628))
4540
- - remove superfluos handleResetStreamFrame method on the stream ([lucas-clemente/quic-go#2623](https://github.com/lucas-clemente/quic-go/pull/2623))
4541
- - implement a token-bucket pacing algorithm ([lucas-clemente/quic-go#2615](https://github.com/lucas-clemente/quic-go/pull/2615))
4542
- - gracefully handle concurrent stream writes and cancellations ([lucas-clemente/quic-go#2624](https://github.com/lucas-clemente/quic-go/pull/2624))
4543
- - log sent packets right before sending them out ([lucas-clemente/quic-go#2613](https://github.com/lucas-clemente/quic-go/pull/2613))
4544
- - remove unused packet counter in the receivedPacketTracker ([lucas-clemente/quic-go#2611](https://github.com/lucas-clemente/quic-go/pull/2611))
4545
- - rewrite the proxy to avoid packet reordering ([lucas-clemente/quic-go#2617](https://github.com/lucas-clemente/quic-go/pull/2617))
4546
- - fix flaky INVALID_TOKEN integration test ([lucas-clemente/quic-go#2610](https://github.com/lucas-clemente/quic-go/pull/2610))
4547
- - make DialEarly return EarlySession ([lucas-clemente/quic-go#2621](https://github.com/lucas-clemente/quic-go/pull/2621))
4548
- - add debug logging to the packet handler map ([lucas-clemente/quic-go#2608](https://github.com/lucas-clemente/quic-go/pull/2608))
4549
- - increase the minimum pacing delay to 1ms ([lucas-clemente/quic-go#2605](https://github.com/lucas-clemente/quic-go/pull/2605))
4550
-- github.com/marten-seemann/qpack (v0.1.0 -> v0.2.0):
4551
- - don't reuse the encoder in the integration tests ([marten-seemann/qpack#18](https://github.com/marten-seemann/qpack/pull/18))
4552
- - use Huffman encoding for field names and values ([marten-seemann/qpack#16](https://github.com/marten-seemann/qpack/pull/16))
4553
- - add more tests for encoding using the static table ([marten-seemann/qpack#15](https://github.com/marten-seemann/qpack/pull/15))
4554
- - Encoder uses the static table. ([marten-seemann/qpack#10](https://github.com/marten-seemann/qpack/pull/10))
4555
- - add gofmt to golangci-lint
4556
- - update qifs to the current version ([marten-seemann/qpack#14](https://github.com/marten-seemann/qpack/pull/14))
4557
- - use golangci-lint for linting ([marten-seemann/qpack#12](https://github.com/marten-seemann/qpack/pull/12))
4558
- - add fuzzing ([marten-seemann/qpack#9](https://github.com/marten-seemann/qpack/pull/9))
4559
- - update qifs
4560
- - use https protocol for submodule clone ([marten-seemann/qpack#7](https://github.com/marten-seemann/qpack/pull/7))
4561
-- github.com/marten-seemann/qtls (v0.9.1 -> v0.10.0):
4562
- - add callbacks to store and restore app data along a session state
4563
- - remove support for Go 1.13
4564
-- github.com/marten-seemann/qtls-go1-15 (null -> v0.1.0):
4565
- - use a prefix for client session cache keys
4566
- - add callbacks to store and restore app data along a session state
4567
- - don't use TLS 1.3 compatibility mode when using alternative record layer
4568
- - delete the session ticket after attempting 0-RTT
4569
- - reject 0-RTT when a different ALPN is chosen
4570
- - encode the ALPN into the session ticket
4571
- - add a field to the ConnectionState to tell if 0-RTT was used
4572
- - add a callback to tell the client about rejection of 0-RTT
4573
- - don't offer 0-RTT after a HelloRetryRequest
4574
- - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
4575
- - add the option to encode application data into the session ticket
4576
- - export the 0-RTT write key
4577
- - abuse the nonce field of ClientSessionState to save max_early_data_size
4578
- - export the 0-RTT read key
4579
- - close connection if client attempts 0-RTT, but ticket didn't allow it
4580
- - encode the max early data size into the session ticket
4581
- - implement parsing of the early_data extension in the EncryptedExtensions
4582
- - add a tls.Config.MaxEarlyData option to enable 0-RTT
4583
- - accept TLS 1.3 cipher suites in Config.CipherSuites
4584
- - introduce a function on the connection to generate a session ticket
4585
- - add a config option to enforce selection of an application protocol
4586
- - export Conn.HandlePostHandshakeMessage
4587
- - export Alert
4588
- - reject Configs that set MaxVersion < 1.3 when using a record layer
4589
- - enforce TLS 1.3 when using an alternative record layer
4590
-- github.com/multiformats/go-multiaddr (v0.2.2 -> v0.3.1):
4591
- - dep: add "codependencies" for handling version conflicts ([multiformats/go-multiaddr#132](https://github.com/multiformats/go-multiaddr/pull/132))
4592
- - Support /p2p addresses encoded as CIDs ([multiformats/go-multiaddr#130](https://github.com/multiformats/go-multiaddr/pull/130))
4593
- - Merge go-multiaddr-net
4594
-- github.com/multiformats/go-multiaddr-net (v0.1.5 -> v0.2.0):
4595
- - Deprecate ([multiformats/go-multiaddr-net#72](https://github.com/multiformats/go-multiaddr-net/pull/72))
4596
-- github.com/multiformats/go-multihash (v0.0.13 -> v0.0.14):
4597
- - fix: only register one blake2s length ([multiformats/go-multihash#129](https://github.com/multiformats/go-multihash/pull/129))
4598
- - feat: add two filecoin hashes, without Sum() implementations ([multiformats/go-multihash#128](https://github.com/multiformats/go-multihash/pull/128))
4599
- - feat: reduce blake2b allocations by special-casing the 256/512 variants ([multiformats/go-multihash#126](https://github.com/multiformats/go-multihash/pull/126))
4600
-- github.com/multiformats/go-multistream (v0.1.1 -> v0.1.2):
4601
- - upgrade deps + interoperable varints. (#51) ([multiformats/go-multistream#51](https://github.com/multiformats/go-multistream/pull/51))
4602
-- github.com/multiformats/go-varint (v0.0.5 -> v0.0.6):
4603
- - fix minor interoperability issues. (#6) ([multiformats/go-varint#6](https://github.com/multiformats/go-varint/pull/6))
4604
-- github.com/warpfork/go-wish (v0.0.0-20190328234359-8b3e70f8e830 -> v0.0.0-20200122115046-b9ea61034e4a):
4605
- - Add ShouldBeSameTypeAs checker.
4606
- - Integration test update for go versions.
4607
-- github.com/whyrusleeping/cbor-gen (v0.0.0-20200123233031-1cdf64d27158 -> v0.0.0-20200402171437-3d27c146c105):
4608
- - Handle Nil values for cbg.Deferred ([whyrusleeping/cbor-gen#14](https://github.com/whyrusleeping/cbor-gen/pull/14))
4609
- - add name of struct field to error messages
4610
- - Support uint64 pointers ([whyrusleeping/cbor-gen#13](https://github.com/whyrusleeping/cbor-gen/pull/13))
4611
- - int64 support in map encoders ([whyrusleeping/cbor-gen#12](https://github.com/whyrusleeping/cbor-gen/pull/12))
4612
- - Fix uint64 typed array gen ([whyrusleeping/cbor-gen#10](https://github.com/whyrusleeping/cbor-gen/pull/10))
4613
- - Fix cbg self referencing import path ([whyrusleeping/cbor-gen#8](https://github.com/whyrusleeping/cbor-gen/pull/8))
4614
-
4615
-### Contributors
4616
-
4617
-| Contributor | Commits | Lines ± | Files Changed |
4618
-|-------------|---------|---------|---------------|
4619
-| Marten Seemann | 156 | +16428/-42621 | 979 |
4620
-| hannahhoward | 42 | +15132/-9819 | 467 |
4621
-| Eric Myhre | 114 | +13709/-6898 | 586 |
4622
-| Steven Allen | 55 | +1211/-2714 | 95 |
4623
-| Adin Schmahmann | 54 | +1660/-783 | 117 |
4624
-| Petar Maymounkov | 23 | +1677/-671 | 75 |
4625
-| Aarsh Shah | 10 | +1926/-341 | 39 |
4626
-| Raúl Kripalani | 17 | +1134/-537 | 53 |
4627
-| Will | 1 | +841/-0 | 9 |
4628
-| rendaw | 3 | +425/-195 | 12 |
4629
-| Will Scott | 8 | +302/-229 | 15 |
4630
-| vyzo | 22 | +345/-166 | 23 |
4631
-| Fazlul Shahriar | 7 | +452/-44 | 19 |
4632
-| Peter Rabbitson | 1 | +353/-118 | 5 |
4633
-| Hector Sanjuan | 10 | +451/-3 | 14 |
4634
-| Marcin Rataj | 9 | +298/-106 | 16 |
4635
-| Łukasz Magiera | 4 | +329/-51 | 12 |
4636
-| RubenKelevra | 9 | +331/-7 | 12 |
4637
-| Michael Muré | 2 | +259/-69 | 6 |
4638
-| jstordeur | 1 | +252/-2 | 5 |
4639
-| Diederik Loerakker | 1 | +168/-35 | 7 |
4640
-| Tiger | 3 | +138/-52 | 8 |
4641
-| Kevin Neaton | 3 | +103/-21 | 9 |
4642
-| Rod Vagg | 1 | +50/-40 | 4 |
4643
-| Oli Evans | 4 | +60/-9 | 6 |
4644
-| achingbrain | 4 | +30/-30 | 5 |
4645
-| Cyril Fougeray | 2 | +34/-24 | 2 |
4646
-| Luke Tucker | 1 | +31/-1 | 2 |
4647
-| sandman | 2 | +23/-7 | 3 |
4648
-| Alan Shaw | 1 | +18/-9 | 2 |
4649
-| Jacob Heun | 4 | +13/-3 | 4 |
4650
-| Jessica Schilling | 3 | +7/-7 | 3 |
4651
-| Rafael Ramalho | 4 | +9/-4 | 4 |
4652
-| Jeromy Johnson | 2 | +6/-6 | 4 |
4653
-| Nick Cabatoff | 1 | +7/-2 | 1 |
4654
-| Stephen Solka | 1 | +1/-7 | 1 |
4655
-| Preston Van Loon | 2 | +6/-2 | 2 |
4656
-| Jakub Sztandera | 2 | +5/-2 | 2 |
4657
-| llx | 1 | +3/-3 | 1 |
4658
-| Adrian Lanzafame | 1 | +3/-3 | 1 |
4659
-| Yusef Napora | 1 | +3/-2 | 1 |
4660
-| Louis Thibault | 1 | +5/-0 | 1 |
4661
-| Martín Triay | 1 | +4/-0 | 1 |
4662
-| Hlib | 1 | +2/-2 | 1 |
4663
-| Shotaro Yamada | 1 | +2/-1 | 1 |
4664
-| phuslu | 1 | +1/-1 | 1 |
4665
-| Zero King | 1 | +1/-1 | 1 |
4666
-| Rüdiger Klaehn | 1 | +2/-0 | 1 |
4667
-| Nex | 1 | +1/-1 | 1 |
4668
-| Mark Gaiser | 1 | +1/-1 | 1 |
4669
-| Luflosi | 1 | +1/-1 | 1 |
4670
-| David Florness | 1 | +1/-1 | 1 |
4671
-| Dean Eigenmann | 1 | +0/-1 | 1 |
4672
-
4673
-## v0.6.0 2020-06-19
4674
-
4675
-This is a relatively small release in terms of code changes, but it contains some significant changes to the IPFS protocol.
4676
-
4677
-### Highlights
4678
-
4679
-The highlights in this release include:
4680
-
4681
-* The QUIC transport is enabled by default. Furthermore, go-ipfs will automatically run a migration to listen on the QUIC transport (on the same address/port as the TCP transport) to make this upgrade process seamless.
4682
-* The new NOISE security transport is now supported but won't be selected by default. This transport will replace SECIO as the default cross-language interoperability security transport. TLS 1.3 will still remain the default security transport between go-ipfs nodes for now.
4683
-
4684
-**MIGRATION:** This release contains a small config migration to enable listening on the QUIC transport in addition the TCP transport. This migration will:
4685
-
4686
-* Normalize multiaddrs in the bootstrap list to use the `/p2p/Qm...` syntax for multiaddrs instead of the `/ipfs/Qm...` syntax.
4687
-* Add QUIC addresses for the default bootstrapers, as necessary. If you've removed the default bootstrappers from your bootstrap config, the migration won't add them back.
4688
-* Add a QUIC listener address to mirror any TCP addresses present in your config. For example, if you're listening on `/ip4/0.0.0.0/tcp/1234`, this migration will add a listen address for `/ip4/0.0.0.0/udp/1234/quic`.
4689
-
4690
-#### QUIC by default
4691
-
4692
-This release enables the QUIC transport (draft 28) by default for both inbound and outbound connections. When connecting to new peers, libp2p will continue to dial all advertised addresses (tcp + quic) in parallel so if the QUIC connection fails for some reason, the connection should still succeed.
4693
-
4694
-The QUIC transport has several key benefits over the current TCP based transports:
4695
-
4696
-* It takes fewer round-trips to establish a connection. With the QUIC transport, the IPFS handshake takes two round trips (one to establish the QUIC connection, one for the libp2p handshake). In the future, we should be able to reduce this to one round trip for the initial connection, and zero round trips for subsequent connections to a previously seen peer. This is especially important for DHT requests that contact many new peers.
4697
-* Because it's UDP based instead of TCP based, it uses fewer file descriptors. The QUIC transport will open one UDP socket per listen address instead of one socket per connection. This should, in the future, allow us to keep more connections open.
4698
-* Because QUIC connections don't consume file descriptors, we're able to remove the rate limit on outbound QUIC connections, further speeding up DHT queries.
4699
-
4700
-Unfortunately, this change isn't without drawbacks: the QUIC transport may not be able to max out some links (usually due to [poorly tuned kernel parameters](https://github.com/lucas-clemente/quic-go/issues/2586#issuecomment-639247615)). On the other hand, it may also be _faster_ in some cases
4701
-
4702
-If you hit this performance issue on Linux, you should tune the `net.core.rmem_default` and `net.core.rmem_max` sysctl parameters to increase your UDP receive buffer sizes.
4703
-
4704
-If necessary, you can disable the QUIC transport by running:
4705
-
4706
-```bash
4707
-> ipfs config --json Swarm.Transports.Network.QUIC false
4708
-```
4709
-
4710
-**NOTE:** The QUIC transport included in this release is backwards incompatible with the experimental QUIC transport included in previous releases. Unfortunately, the QUIC protocol underwent some significant breaking changes and supporting multiple versions wasn't an option. In practice this degrades gracefully as go-ipfs will simply fall back on the TCP transport when dialing nodes with incompatible QUIC versions.
4711
-
4712
-#### Noise Transport
4713
-
4714
-This go-ipfs release introduces a new security transport: [libp2p Noise](https://github.com/libp2p/specs/tree/master/noise) (built from the [Noise Protocol Framework](http://www.noiseprotocol.org/)). While TLS1.3 remains the default go-ipfs security transport, Noise is simpler to implement from scratch and will be the standard cross-platform libp2p security transport going forward.
4715
-
4716
-This brings us one step closer to deprecating and removing support for SECIO.
4717
-
4718
-While enabled by default, Noise won't actually be _used_ by default it's negotiated. Given that TLS1.3 is still the default security transport for go-ipfs, this usually won't happen. If you'd like to prefer Noise over other security transports, you can change its priority in the [config](./docs/config.md) (`Swarm.Transports.Security.Noise`).
4719
-
4720
-#### Gateway
4721
-
4722
-This release brings two gateway-relevant features: custom 404 pages and base36 support.
4723
-
4724
-##### Custom 404
4725
-
4726
-You can now customize `404 Not Found` error pages by including an `ipfs-404.html` file somewhere in the request path. When a requested file isn't found, go-ipfs will look for an `ipfs-404.html` in the same directory as the requested file, and in each ancestor directory. If found, this file will be returned (with a 404 status code) instead of the usual error message.
4727
-
4728
-##### Support for Base36
4729
-
4730
-This release adds support for a new multibase encoding: base36. Base36 is an optimally efficient case-insensitive alphanumeric encoding. Case-insensitive alphanumeric encodings are important for the subdomain gateway as domain names are case insensitive.
4731
-
4732
-While base32 (the current default encoding used in subdomains) is simpler than base36, it's not optimally efficient and base36 Ed25519 IPNS keys are 2 characters too big to fit into the 63 character subdomain length limit. The extra efficiency from base36 brings us under this limit and allows Ed25519 IPNS keys to work with the subdomain gateway.
4733
-
4734
-This release adds support for base36 but won't use it by default. If you'd like to re-encode an Ed25519 IPNS key into base36, you can use the `ipfs cid format` command:
4735
-
4736
-```sh
4737
-$ ipfs cid format -v 1 --codec libp2p-key -b base36 bafzaajaiaejca4syrpdu6gdx4wsdnokxkprgzxf4wrstuc34gxw5k5jrag2so5gk k51qzi5uqu5dj16qyiq0tajolkojyl9qdkr254920wxv7ghtuwcz593tp69z9m
4738
-```
4739
-
4740
-#### Gossipsub Upgrade
4741
-
4742
-This release brings a new gossipsub protocol version: 1.1. You can read about it in the [blog post](https://blog.ipfs.io/2020-05-20-gossipsub-v1.1/).
4743
-
4744
-#### Connectivity
4745
-
4746
-This release introduces a new ["peering"](./docs/config.md#peering) feature. The peering subsystem configures go-ipfs to connect to, remain connected to, and reconnect to a set of nodes. Nodes should use this subsystem to create "sticky" links between frequently useful peers to improve reliability.
4747
-
4748
-Use-cases:
4749
-
4750
-* An IPFS gateway connected to an IPFS cluster should peer to ensure that the gateway can always fetch content from the cluster.
4751
-* A dapp may peer embedded go-ipfs nodes with a set of pinning services or textile cafes/hubs.
4752
-* A set of friends may peer to ensure that they can always fetch each other's content.
4753
-
4754
-### Changelog
4755
-
4756
-- github.com/ipfs/go-ipfs:
4757
- - fix 3 bugs responsible for a goroutine leak (plus one other bug) ([ipfs/go-ipfs#7491](https://github.com/ipfs/go-ipfs/pull/7491))
4758
- - docs(config): update toc ([ipfs/go-ipfs#7483](https://github.com/ipfs/go-ipfs/pull/7483))
4759
- - feat: transport config ([ipfs/go-ipfs#7479](https://github.com/ipfs/go-ipfs/pull/7479))
4760
- - fix the minimal go version under 'Build from Source' ([ipfs/go-ipfs#7459](https://github.com/ipfs/go-ipfs/pull/7459))
4761
- - fix(migration): migrate /ipfs/ bootstrappers to /p2p/
4762
- - fix(migration): correctly migrate quic addresses
4763
- - chore: add migration to listen on QUIC by default
4764
- - backport fixes ([ipfs/go-ipfs#7405](https://github.com/ipfs/go-ipfs/pull/7405))
4765
- - Use bitswap sessions for `ipfs refs`.
4766
- - Update to webui 2.9.0
4767
- - feat: add noise support ([ipfs/go-ipfs#7365](https://github.com/ipfs/go-ipfs/pull/7365))
4768
- - feat: implement peering service ([ipfs/go-ipfs#7362](https://github.com/ipfs/go-ipfs/pull/7362))
4769
- - Include the git blob id of the dir-index bundle in the ETag ([ipfs/go-ipfs#7360](https://github.com/ipfs/go-ipfs/pull/7360))
4770
- - feat: bootstrap in dht when the routing table is empty ([ipfs/go-ipfs#7340](https://github.com/ipfs/go-ipfs/pull/7340))
4771
- - quic: remove experimental status and add it to the default config ([ipfs/go-ipfs#7349](https://github.com/ipfs/go-ipfs/pull/7349))
4772
- - fix: support directory listings even if a 404 page is present ([ipfs/go-ipfs#7339](https://github.com/ipfs/go-ipfs/pull/7339))
4773
- - doc(plugin): document plugin config ([ipfs/go-ipfs#7309](https://github.com/ipfs/go-ipfs/pull/7309))
4774
- - test(sharness): fix fuse tests ([ipfs/go-ipfs#7320](https://github.com/ipfs/go-ipfs/pull/7320))
4775
- - docs: update experimental-features doc with IPNS over pubsub changes. ([ipfs/go-ipfs#7334](https://github.com/ipfs/go-ipfs/pull/7334))
4776
- - docs: cleanup config formatting ([ipfs/go-ipfs#7336](https://github.com/ipfs/go-ipfs/pull/7336))
4777
- - fix(gateway): ensure directory listings have Content-Type text/html ([ipfs/go-ipfs#7330](https://github.com/ipfs/go-ipfs/pull/7330))
4778
- - test(sharness): test the local symlink ([ipfs/go-ipfs#7332](https://github.com/ipfs/go-ipfs/pull/7332))
4779
- - misc config/experimental-features doc fixes ([ipfs/go-ipfs#7333](https://github.com/ipfs/go-ipfs/pull/7333))
4780
- - fix: correctly trim resolved IPNS addresses ([ipfs/go-ipfs#7331](https://github.com/ipfs/go-ipfs/pull/7331))
4781
- - Gateway renders pretty 404 pages if available ([ipfs/go-ipfs#4233](https://github.com/ipfs/go-ipfs/pull/4233))
4782
- - feat: add a dht stat command ([ipfs/go-ipfs#7221](https://github.com/ipfs/go-ipfs/pull/7221))
4783
- - fix: update dists url for OpenBSD support ([ipfs/go-ipfs#7311](https://github.com/ipfs/go-ipfs/pull/7311))
4784
- - docs: X-Forwarded-Proto: https ([ipfs/go-ipfs#7306](https://github.com/ipfs/go-ipfs/pull/7306))
4785
- - fix(mkreleaselog): make robust against running in different working directories ([ipfs/go-ipfs#7310](https://github.com/ipfs/go-ipfs/pull/7310))
4786
- - fix(mkreleasenotes): include commits directly to master ([ipfs/go-ipfs#7296](https://github.com/ipfs/go-ipfs/pull/7296))
4787
- - write api file automically ([ipfs/go-ipfs#7282](https://github.com/ipfs/go-ipfs/pull/7282))
4788
- - systemd: disable swap-usage for ipfs ([ipfs/go-ipfs#7299](https://github.com/ipfs/go-ipfs/pull/7299))
4789
- - systemd: add helptext ([ipfs/go-ipfs#7265](https://github.com/ipfs/go-ipfs/pull/7265))
4790
- - systemd: add the link to the docs ([ipfs/go-ipfs#7287](https://github.com/ipfs/go-ipfs/pull/7287))
4791
- - systemd: add state directory setting ([ipfs/go-ipfs#7288](https://github.com/ipfs/go-ipfs/pull/7288))
4792
- - Update go version required to build ([ipfs/go-ipfs#7289](https://github.com/ipfs/go-ipfs/pull/7289))
4793
- - pin: implement pin/ls with only CoreApi ([ipfs/go-ipfs#6774](https://github.com/ipfs/go-ipfs/pull/6774))
4794
- - update go-libp2p-quic-transport to v0.3.7 ([ipfs/go-ipfs#7278](https://github.com/ipfs/go-ipfs/pull/7278))
4795
- - Docs: Delete section headers for removed features ([ipfs/go-ipfs#7277](https://github.com/ipfs/go-ipfs/pull/7277))
4796
- - README.md: typo ([ipfs/go-ipfs#7061](https://github.com/ipfs/go-ipfs/pull/7061))
4797
- - PR autocomment: Only comment for first-time contributors ([ipfs/go-ipfs#7270](https://github.com/ipfs/go-ipfs/pull/7270))
4798
- - Fixed typo in config.md ([ipfs/go-ipfs#7267](https://github.com/ipfs/go-ipfs/pull/7267))
4799
- - Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types ([ipfs/go-ipfs#7262](https://github.com/ipfs/go-ipfs/pull/7262))
4800
- - update go-libp2p-quic-transport to v0.3.6 ([ipfs/go-ipfs#7266](https://github.com/ipfs/go-ipfs/pull/7266))
4801
- - Updates bash completions to be compatible with zsh ([ipfs/go-ipfs#7261](https://github.com/ipfs/go-ipfs/pull/7261))
4802
- - systemd service enhancements + run as system user ([ipfs/go-ipfs#7259](https://github.com/ipfs/go-ipfs/pull/7259))
4803
- - upgrade to go 1.14.2 ([ipfs/go-ipfs#7130](https://github.com/ipfs/go-ipfs/pull/7130))
4804
- - Add module files for go-ipfs-as-a-library example ([ipfs/go-ipfs#7146](https://github.com/ipfs/go-ipfs/pull/7146))
4805
- - feat(gateway): show the absolute path and CID every time ([ipfs/go-ipfs#7219](https://github.com/ipfs/go-ipfs/pull/7219))
4806
- - fix: do not use hard coded IPNS Publish maximum timeout duration ([ipfs/go-ipfs#7256](https://github.com/ipfs/go-ipfs/pull/7256))
4807
- - Auto-comment on submitted PRs ([ipfs/go-ipfs#7248](https://github.com/ipfs/go-ipfs/pull/7248))
4808
- - Fixes GitHub link. ([ipfs/go-ipfs#7239](https://github.com/ipfs/go-ipfs/pull/7239))
4809
- - docs: fix subdomain examples in CHANGELOG ([ipfs/go-ipfs#7240](https://github.com/ipfs/go-ipfs/pull/7240))
4810
- - doc: add snap to the release checklist ([ipfs/go-ipfs#7253](https://github.com/ipfs/go-ipfs/pull/7253))
4811
- - Welcome message for users opening their first issue ([ipfs/go-ipfs#7247](https://github.com/ipfs/go-ipfs/pull/7247))
4812
- - feat: bump to 0.6.0-dev ([ipfs/go-ipfs#7249](https://github.com/ipfs/go-ipfs/pull/7249))
4813
-- github.com/ipfs/go-bitswap (v0.2.13 -> v0.2.19):
4814
- - fix want gauge calculation ([ipfs/go-bitswap#416](https://github.com/ipfs/go-bitswap/pull/416))
4815
- - Fix PeerManager signalAvailabiity() race ([ipfs/go-bitswap#417](https://github.com/ipfs/go-bitswap/pull/417))
4816
- - fix: avoid taking accessing the peerQueues without taking the lock ([ipfs/go-bitswap#412](https://github.com/ipfs/go-bitswap/pull/412))
4817
- - fix: update circleci ci-go ([ipfs/go-bitswap#396](https://github.com/ipfs/go-bitswap/pull/396))
4818
- - fix: only track useful received data in the ledger (#411) ([ipfs/go-bitswap#411](https://github.com/ipfs/go-bitswap/pull/411))
4819
- - If peer is first to send a block to session, protect connection ([ipfs/go-bitswap#406](https://github.com/ipfs/go-bitswap/pull/406))
4820
- - Ensure sessions register with PeerManager ([ipfs/go-bitswap#405](https://github.com/ipfs/go-bitswap/pull/405))
4821
- - Total wants gauge (#402) ([ipfs/go-bitswap#402](https://github.com/ipfs/go-bitswap/pull/402))
4822
- - Improve peer manager performance ([ipfs/go-bitswap#395](https://github.com/ipfs/go-bitswap/pull/395))
4823
- - fix: return wants from engine.WantlistForPeer() ([ipfs/go-bitswap#390](https://github.com/ipfs/go-bitswap/pull/390))
4824
- - Add autocomment configuration
4825
- - calculate message latency ([ipfs/go-bitswap#386](https://github.com/ipfs/go-bitswap/pull/386))
4826
- - fix: use one less go-routine per session (#377) ([ipfs/go-bitswap#377](https://github.com/ipfs/go-bitswap/pull/377))
4827
- - Add standard issue template
4828
-- github.com/ipfs/go-cid (v0.0.5 -> v0.0.6):
4829
- - feat: add Filecoin multicodecs ([ipfs/go-cid#104](https://github.com/ipfs/go-cid/pull/104))
4830
- - Add autocomment configuration
4831
- - avoid calling the method WriteTo if we don't satisfy its contract ([ipfs/go-cid#103](https://github.com/ipfs/go-cid/pull/103))
4832
- - add a couple useful methods ([ipfs/go-cid#102](https://github.com/ipfs/go-cid/pull/102))
4833
- - Add standard issue template
4834
-- github.com/ipfs/go-fs-lock (v0.0.4 -> v0.0.5):
4835
- - chore: remove xerrors ([ipfs/go-fs-lock#15](https://github.com/ipfs/go-fs-lock/pull/15))
4836
- - Add autocomment configuration
4837
- - Add standard issue template
4838
-- github.com/ipfs/go-ipfs-cmds (v0.2.2 -> v0.2.9):
4839
- - build(deps): bump github.com/ipfs/go-log from 1.0.3 to 1.0.4 ([ipfs/go-ipfs-cmds#194](https://github.com/ipfs/go-ipfs-cmds/pull/194))
4840
- - Fix go-ipfs#7242: Remove "HEAD" from Allow methods ([ipfs/go-ipfs-cmds#195](https://github.com/ipfs/go-ipfs-cmds/pull/195))
4841
- - Staticcheck fixes (#196) ([ipfs/go-ipfs-cmds#196](https://github.com/ipfs/go-ipfs-cmds/pull/196))
4842
- - doc: update docs for interface changes ([ipfs/go-ipfs-cmds#197](https://github.com/ipfs/go-ipfs-cmds/pull/197))
4843
- - Add standard issue template
4844
-- github.com/ipfs/go-ipfs-config (v0.5.3 -> v0.8.0):
4845
- - feat: add a transports section for enabling/disabling transports ([ipfs/go-ipfs-config#102](https://github.com/ipfs/go-ipfs-config/pull/102))
4846
- - feat: add an option for security transport experiments ([ipfs/go-ipfs-config#97](https://github.com/ipfs/go-ipfs-config/pull/97))
4847
- - feat: add peering service config section ([ipfs/go-ipfs-config#96](https://github.com/ipfs/go-ipfs-config/pull/96))
4848
- - fix: include key size in key init method ([ipfs/go-ipfs-config#95](https://github.com/ipfs/go-ipfs-config/pull/95))
4849
- - QUIC: remove experimental config option ([ipfs/go-ipfs-config#93](https://github.com/ipfs/go-ipfs-config/pull/93))
4850
- - fix boostrap peers ([ipfs/go-ipfs-config#94](https://github.com/ipfs/go-ipfs-config/pull/94))
4851
- - default config: add QUIC listening ports + quic to mars.i.ipfs.io ([ipfs/go-ipfs-config#91](https://github.com/ipfs/go-ipfs-config/pull/91))
4852
- - feat: remove strict signing pubsub option. ([ipfs/go-ipfs-config#90](https://github.com/ipfs/go-ipfs-config/pull/90))
4853
- - Add autocomment configuration
4854
- - Add Init Alternative allowing specification of ED25519 key ([ipfs/go-ipfs-config#78](https://github.com/ipfs/go-ipfs-config/pull/78))
4855
-- github.com/ipfs/go-mfs (v0.1.1 -> v0.1.2):
4856
- - Fix incorrect mutex unlock call in File.Open ([ipfs/go-mfs#82](https://github.com/ipfs/go-mfs/pull/82))
4857
- - Add autocomment configuration
4858
- - Add standard issue template
4859
- - test: add Directory.ListNames test ([ipfs/go-mfs#81](https://github.com/ipfs/go-mfs/pull/81))
4860
- - doc: add a lead maintainer
4861
- - Update README.md with newer travis badge ([ipfs/go-mfs#78](https://github.com/ipfs/go-mfs/pull/78))
4862
-- github.com/ipfs/interface-go-ipfs-core (v0.2.7 -> v0.3.0):
4863
- - add Pin.IsPinned(..) ([ipfs/interface-go-ipfs-core#50](https://github.com/ipfs/interface-go-ipfs-core/pull/50))
4864
- - Add autocomment configuration
4865
- - Add standard issue template
4866
- - extra time for dht spin-up ([ipfs/interface-go-ipfs-core#61](https://github.com/ipfs/interface-go-ipfs-core/pull/61))
4867
- - feat: make the CoreAPI expose a streaming pin interface ([ipfs/interface-go-ipfs-core#49](https://github.com/ipfs/interface-go-ipfs-core/pull/49))
4868
- - test: fail early on err to avoid an unrelated panic ([ipfs/interface-go-ipfs-core#57](https://github.com/ipfs/interface-go-ipfs-core/pull/57))
4869
-- github.com/jbenet/go-is-domain (v1.0.3 -> v1.0.5):
4870
- - Add OpenNIC domains to extended TLDs. ([jbenet/go-is-domain#15](https://github.com/jbenet/go-is-domain/pull/15))
4871
- - feat: add .crypto and .zil from UnstoppableDomains ([jbenet/go-is-domain#17](https://github.com/jbenet/go-is-domain/pull/17))
4872
- - chore: update IANA TLDs to version 2020051300 ([jbenet/go-is-domain#18](https://github.com/jbenet/go-is-domain/pull/18))
4873
-- github.com/libp2p/go-addr-util (v0.0.1 -> v0.0.2):
4874
- - fix discuss badge
4875
- - add discuss link to readme
4876
- - fix: fdcostly should take only the prefix into account ([libp2p/go-addr-util#5](https://github.com/libp2p/go-addr-util/pull/5))
4877
- - add gomod support // tag v0.0.1 ([libp2p/go-addr-util#17](https://github.com/libp2p/go-addr-util/pull/17))
4878
-- github.com/libp2p/go-libp2p (v0.8.3 -> v0.9.6):
4879
- - fix(nat): use the right addresses when nat port mapping ([libp2p/go-libp2p#966](https://github.com/libp2p/go-libp2p/pull/966))
4880
- - chore: update deps ([libp2p/go-libp2p#967](https://github.com/libp2p/go-libp2p/pull/967))
4881
- - Fix peer handler race ([libp2p/go-libp2p#965](https://github.com/libp2p/go-libp2p/pull/965))
4882
- - optimize numInbound count ([libp2p/go-libp2p#960](https://github.com/libp2p/go-libp2p/pull/960))
4883
- - update go-libp2p-circuit ([libp2p/go-libp2p#962](https://github.com/libp2p/go-libp2p/pull/962))
4884
- - Chunking large Identify responses with Signed Records ([libp2p/go-libp2p#958](https://github.com/libp2p/go-libp2p/pull/958))
4885
- - gomod: update dependencies ([libp2p/go-libp2p#959](https://github.com/libp2p/go-libp2p/pull/959))
4886
- - fixed compilation error (#956) ([libp2p/go-libp2p#956](https://github.com/libp2p/go-libp2p/pull/956))
4887
- - Filter Interface Addresses (#936) ([libp2p/go-libp2p#936](https://github.com/libp2p/go-libp2p/pull/936))
4888
- - fix: remove old addresses in identify immediately ([libp2p/go-libp2p#953](https://github.com/libp2p/go-libp2p/pull/953))
4889
- - fix flaky test (#952) ([libp2p/go-libp2p#952](https://github.com/libp2p/go-libp2p/pull/952))
4890
- - fix: group observations by zeroing port ([libp2p/go-libp2p#949](https://github.com/libp2p/go-libp2p/pull/949))
4891
- - fix: fix connection gater in transport constructor ([libp2p/go-libp2p#948](https://github.com/libp2p/go-libp2p/pull/948))
4892
- - Fix potential flakiness in TestIDService ([libp2p/go-libp2p#945](https://github.com/libp2p/go-libp2p/pull/945))
4893
- - make the {F=>f}iltersConnectionGater private. (#946) ([libp2p/go-libp2p#946](https://github.com/libp2p/go-libp2p/pull/946))
4894
- - Filter observed addresses (#917) ([libp2p/go-libp2p#917](https://github.com/libp2p/go-libp2p/pull/917))
4895
- - fix: don't try to marshal a nil record ([libp2p/go-libp2p#943](https://github.com/libp2p/go-libp2p/pull/943))
4896
- - add test to demo missing peer records after listen ([libp2p/go-libp2p#941](https://github.com/libp2p/go-libp2p/pull/941))
4897
- - fix: don't leak a goroutine if a peer connects and immediately disconnects ([libp2p/go-libp2p#942](https://github.com/libp2p/go-libp2p/pull/942))
4898
- - no signed peer records for mocknets (#934) ([libp2p/go-libp2p#934](https://github.com/libp2p/go-libp2p/pull/934))
4899
- - implement connection gating at the top level (#881) ([libp2p/go-libp2p#881](https://github.com/libp2p/go-libp2p/pull/881))
4900
- - various identify fixes and nits (#922) ([libp2p/go-libp2p#922](https://github.com/libp2p/go-libp2p/pull/922))
4901
- - Remove race between ID, Push & Delta (#907) ([libp2p/go-libp2p#907](https://github.com/libp2p/go-libp2p/pull/907))
4902
- - fix a compilation error introduced in 077a818. (#919) ([libp2p/go-libp2p#919](https://github.com/libp2p/go-libp2p/pull/919))
4903
- - exchange signed routing records in identify (#747) ([libp2p/go-libp2p#747](https://github.com/libp2p/go-libp2p/pull/747))
4904
-- github.com/libp2p/go-libp2p-autonat (v0.2.2 -> v0.2.3):
4905
- - react to incoming events ([libp2p/go-libp2p-autonat#65](https://github.com/libp2p/go-libp2p-autonat/pull/65))
4906
-- github.com/libp2p/go-libp2p-blankhost (v0.1.4 -> v0.1.6):
4907
- - subscribe connmgr to net notifications ([libp2p/go-libp2p-blankhost#45](https://github.com/libp2p/go-libp2p-blankhost/pull/45))
4908
- - add WithConnectionManager option to blankhost ([libp2p/go-libp2p-blankhost#44](https://github.com/libp2p/go-libp2p-blankhost/pull/44))
4909
- - Blank host should support signed records ([libp2p/go-libp2p-blankhost#42](https://github.com/libp2p/go-libp2p-blankhost/pull/42))
4910
-- github.com/libp2p/go-libp2p-circuit (v0.2.2 -> v0.2.3):
4911
- - Use a fixed connection manager weight for peers with relay connections ([libp2p/go-libp2p-circuit#119](https://github.com/libp2p/go-libp2p-circuit/pull/119))
4912
-- github.com/libp2p/go-libp2p-connmgr (v0.2.1 -> v0.2.4):
4913
- - Implement IsProtected interface ([libp2p/go-libp2p-connmgr#76](https://github.com/libp2p/go-libp2p-connmgr/pull/76))
4914
- - decaying tags: support removal and closure. (#72) ([libp2p/go-libp2p-connmgr#72](https://github.com/libp2p/go-libp2p-connmgr/pull/72))
4915
- - implement decaying tags. (#61) ([libp2p/go-libp2p-connmgr#61](https://github.com/libp2p/go-libp2p-connmgr/pull/61))
4916
-- github.com/libp2p/go-libp2p-core (v0.5.3 -> v0.5.7):
4917
- - connmgr: add IsProtected interface (#158) ([libp2p/go-libp2p-core#158](https://github.com/libp2p/go-libp2p-core/pull/158))
4918
- - eventbus: add wildcard subscription type; getter to enumerate known types (#153) ([libp2p/go-libp2p-core#153](https://github.com/libp2p/go-libp2p-core/pull/153))
4919
- - events: add a generic DHT event. (#154) ([libp2p/go-libp2p-core#154](https://github.com/libp2p/go-libp2p-core/pull/154))
4920
- - decaying tags: support removal and closure. (#151) ([libp2p/go-libp2p-core#151](https://github.com/libp2p/go-libp2p-core/pull/151))
4921
- - implement Stringer for network.{Direction,Connectedness,Reachability}. (#150) ([libp2p/go-libp2p-core#150](https://github.com/libp2p/go-libp2p-core/pull/150))
4922
- - connmgr: introduce abstractions and functions for decaying tags. (#104) ([libp2p/go-libp2p-core#104](https://github.com/libp2p/go-libp2p-core/pull/104))
4923
- - Interface to verify if a peer supports a protocol without making allocations. ([libp2p/go-libp2p-core#148](https://github.com/libp2p/go-libp2p-core/pull/148))
4924
- - add connection gating interfaces and types. (#139) ([libp2p/go-libp2p-core#139](https://github.com/libp2p/go-libp2p-core/pull/139))
4925
-- github.com/libp2p/go-libp2p-kad-dht (v0.7.11 -> v0.8.2):
4926
- - feat: protect all peers in low buckets, tag everyone else with 5
4927
- - fix: lookup context cancellation race condition ([libp2p/go-libp2p-kad-dht#656](https://github.com/libp2p/go-libp2p-kad-dht/pull/656))
4928
- - fix: protect useful peers in low buckets ([libp2p/go-libp2p-kad-dht#634](https://github.com/libp2p/go-libp2p-kad-dht/pull/634))
4929
- - Double the usefulness interval for peers in the Routing Table (#651) ([libp2p/go-libp2p-kad-dht#651](https://github.com/libp2p/go-libp2p-kad-dht/pull/651))
4930
- - enhancement/remove-unused-variable ([libp2p/go-libp2p-kad-dht#633](https://github.com/libp2p/go-libp2p-kad-dht/pull/633))
4931
- - Put back TestSelfWalkOnAddressChange ([libp2p/go-libp2p-kad-dht#648](https://github.com/libp2p/go-libp2p-kad-dht/pull/648))
4932
- - Routing Table Refresh manager (#601) ([libp2p/go-libp2p-kad-dht#601](https://github.com/libp2p/go-libp2p-kad-dht/pull/601))
4933
- - Boostrap empty RT and Optimize allocs when we discover new peers (#631) ([libp2p/go-libp2p-kad-dht#631](https://github.com/libp2p/go-libp2p-kad-dht/pull/631))
4934
- - fix all flaky tests ([libp2p/go-libp2p-kad-dht#628](https://github.com/libp2p/go-libp2p-kad-dht/pull/628))
4935
- - Update default concurrency parameter ([libp2p/go-libp2p-kad-dht#605](https://github.com/libp2p/go-libp2p-kad-dht/pull/605))
4936
- - clean up a channel that was dangling ([libp2p/go-libp2p-kad-dht#620](https://github.com/libp2p/go-libp2p-kad-dht/pull/620))
4937
-- github.com/libp2p/go-libp2p-kbucket (v0.4.1 -> v0.4.2):
4938
- - Reduce allocs in AddPeer (#81) ([libp2p/go-libp2p-kbucket#81](https://github.com/libp2p/go-libp2p-kbucket/pull/81))
4939
- - NPeersForCpl and collapse empty buckets (#77) ([libp2p/go-libp2p-kbucket#77](https://github.com/libp2p/go-libp2p-kbucket/pull/77))
4940
-- github.com/libp2p/go-libp2p-peerstore (v0.2.3 -> v0.2.6):
4941
- - fix two bugs in signed address handling ([libp2p/go-libp2p-peerstore#155](https://github.com/libp2p/go-libp2p-peerstore/pull/155))
4942
- - addrbook: fix races ([libp2p/go-libp2p-peerstore#154](https://github.com/libp2p/go-libp2p-peerstore/pull/154))
4943
- - Implement the FirstSupportedProtocol API. ([libp2p/go-libp2p-peerstore#147](https://github.com/libp2p/go-libp2p-peerstore/pull/147))
4944
-- github.com/libp2p/go-libp2p-pubsub (v0.2.7 -> v0.3.1):
4945
- - fix outbound constraint satisfaction in oversubscription pruning
4946
- - Gossipsub v0.3.0
4947
- - set sendTo to remote peer id in trace events ([libp2p/go-libp2p-pubsub#268](https://github.com/libp2p/go-libp2p-pubsub/pull/268))
4948
- - make wire protocol message size configurable. (#261) ([libp2p/go-libp2p-pubsub#261](https://github.com/libp2p/go-libp2p-pubsub/pull/261))
4949
-- github.com/libp2p/go-libp2p-pubsub-router (v0.2.1 -> v0.3.0):
4950
- - feat: update pubsub ([libp2p/go-libp2p-pubsub-router#76](https://github.com/libp2p/go-libp2p-pubsub-router/pull/76))
4951
-- github.com/libp2p/go-libp2p-quic-transport (v0.3.7 -> v0.5.1):
4952
- - close the connection when it is refused by InterceptSecured ([libp2p/go-libp2p-quic-transport#157](https://github.com/libp2p/go-libp2p-quic-transport/pull/157))
4953
- - gate QUIC connections via new ConnectionGater (#152) ([libp2p/go-libp2p-quic-transport#152](https://github.com/libp2p/go-libp2p-quic-transport/pull/152))
4954
-- github.com/libp2p/go-libp2p-record (v0.1.2 -> v0.1.3):
4955
- - feat: add a better record error ([libp2p/go-libp2p-record#39](https://github.com/libp2p/go-libp2p-record/pull/39))
4956
-- github.com/libp2p/go-libp2p-swarm (v0.2.3 -> v0.2.6):
4957
- - Configure private key for test swarm ([libp2p/go-libp2p-swarm#223](https://github.com/libp2p/go-libp2p-swarm/pull/223))
4958
- - Rank Dial addresses (#212) ([libp2p/go-libp2p-swarm#212](https://github.com/libp2p/go-libp2p-swarm/pull/212))
4959
- - implement connection gating support: intercept peer, address dials, upgraded conns (#201) ([libp2p/go-libp2p-swarm#201](https://github.com/libp2p/go-libp2p-swarm/pull/201))
4960
- - fix: avoid calling AddChild after the process may shutdown. ([libp2p/go-libp2p-swarm#207](https://github.com/libp2p/go-libp2p-swarm/pull/207))
4961
-- github.com/libp2p/go-libp2p-transport-upgrader (v0.2.0 -> v0.3.0):
4962
- - call the connection gater when accepting connections and after crypto handshake (#55) ([libp2p/go-libp2p-transport-upgrader#55](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/55))
4963
-- github.com/libp2p/go-openssl (v0.0.4 -> v0.0.5):
4964
- - add binding for OBJ_create ([libp2p/go-openssl#5](https://github.com/libp2p/go-openssl/pull/5))
4965
-- github.com/libp2p/go-yamux (v1.3.5 -> v1.3.7):
4966
- - tighten lock around appending new chunks of read data in stream ([libp2p/go-yamux#28](https://github.com/libp2p/go-yamux/pull/28))
4967
- - fix: unlock recvLock in all cases. ([libp2p/go-yamux#25](https://github.com/libp2p/go-yamux/pull/25))
4968
-- github.com/lucas-clemente/quic-go (v0.15.7 -> v0.16.2):
4969
- - make it possible to use the transport with both draft-28 and draft-29
4970
- - update the ALPN for draft-29 ([lucas-clemente/quic-go#2600](https://github.com/lucas-clemente/quic-go/pull/2600))
4971
- - update initial salts and test vectors for draft-29 ([lucas-clemente/quic-go#2587](https://github.com/lucas-clemente/quic-go/pull/2587))
4972
- - rename the SERVER_BUSY error to CONNECTION_REFUSED ([lucas-clemente/quic-go#2596](https://github.com/lucas-clemente/quic-go/pull/2596))
4973
- - reduce calls to time.Now() from the flow controller ([lucas-clemente/quic-go#2591](https://github.com/lucas-clemente/quic-go/pull/2591))
4974
- - remove redundant parenthesis and type conversion in flow controller ([lucas-clemente/quic-go#2592](https://github.com/lucas-clemente/quic-go/pull/2592))
4975
- - use the receipt of a Retry packet to get a first RTT estimate ([lucas-clemente/quic-go#2588](https://github.com/lucas-clemente/quic-go/pull/2588))
4976
- - fix debug message when returning an early session ([lucas-clemente/quic-go#2594](https://github.com/lucas-clemente/quic-go/pull/2594))
4977
- - fix closing of the http.Request.Body ([lucas-clemente/quic-go#2584](https://github.com/lucas-clemente/quic-go/pull/2584))
4978
- - split PTO calculation into a separate function ([lucas-clemente/quic-go#2576](https://github.com/lucas-clemente/quic-go/pull/2576))
4979
- - add a unit test using the ChaCha20 test vector from the draft ([lucas-clemente/quic-go#2585](https://github.com/lucas-clemente/quic-go/pull/2585))
4980
- - fix seed generation in frame sorter tests ([lucas-clemente/quic-go#2583](https://github.com/lucas-clemente/quic-go/pull/2583))
4981
- - make sure that ACK frames are bundled with data ([lucas-clemente/quic-go#2543](https://github.com/lucas-clemente/quic-go/pull/2543))
4982
- - add a Changelog for v0.16 ([lucas-clemente/quic-go#2582](https://github.com/lucas-clemente/quic-go/pull/2582))
4983
- - authenticate connection IDs ([lucas-clemente/quic-go#2567](https://github.com/lucas-clemente/quic-go/pull/2567))
4984
- - don't switch to PTO mode after using early loss detection ([lucas-clemente/quic-go#2581](https://github.com/lucas-clemente/quic-go/pull/2581))
4985
- - only create a single session for duplicate Initials ([lucas-clemente/quic-go#2580](https://github.com/lucas-clemente/quic-go/pull/2580))
4986
- - fix broken unit test in ackhandler
4987
- - update the ALPN tokens to draft-28 ([lucas-clemente/quic-go#2570](https://github.com/lucas-clemente/quic-go/pull/2570))
4988
- - drop duplicate packets ([lucas-clemente/quic-go#2569](https://github.com/lucas-clemente/quic-go/pull/2569))
4989
- - remove noisy log statement in frame sorter test ([lucas-clemente/quic-go#2571](https://github.com/lucas-clemente/quic-go/pull/2571))
4990
- - fix flaky qlog unit tests ([lucas-clemente/quic-go#2572](https://github.com/lucas-clemente/quic-go/pull/2572))
4991
- - implement the 3x amplification limit ([lucas-clemente/quic-go#2536](https://github.com/lucas-clemente/quic-go/pull/2536))
4992
- - rewrite the frame sorter ([lucas-clemente/quic-go#2561](https://github.com/lucas-clemente/quic-go/pull/2561))
4993
- - retire conn IDs with sequence numbers smaller than the currently active ([lucas-clemente/quic-go#2563](https://github.com/lucas-clemente/quic-go/pull/2563))
4994
- - remove unused readOffset member variable in receiveStream ([lucas-clemente/quic-go#2559](https://github.com/lucas-clemente/quic-go/pull/2559))
4995
- - fix int overflow when parsing the transport parameters ([lucas-clemente/quic-go#2564](https://github.com/lucas-clemente/quic-go/pull/2564))
4996
- - use struct{} instead of bool in window update queue ([lucas-clemente/quic-go#2555](https://github.com/lucas-clemente/quic-go/pull/2555))
4997
- - update the protobuf library to google.golang.org/protobuf/proto ([lucas-clemente/quic-go#2554](https://github.com/lucas-clemente/quic-go/pull/2554))
4998
- - use the correct error code for crypto stream errors ([lucas-clemente/quic-go#2546](https://github.com/lucas-clemente/quic-go/pull/2546))
4999
- - bundle small writes on streams ([lucas-clemente/quic-go#2538](https://github.com/lucas-clemente/quic-go/pull/2538))
This file is too large to show in full.
docs/changelogs/v0.10.md
new
+605
@@ -0,0 +1,605 @@
1
+# go-ipfs changelog v0.10
2
+
3
+## v0.10.0 2021-09-30
4
+
5
+We're happy to announce go-ipfs 0.10.0. This release brings some big changes to the IPLD internals of go-ipfs that make working with non-UnixFS DAGs easier than ever. There are also a variety of new commands and configuration options available.
6
+
7
+As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
8
+
9
+### 🛠 TLDR: BREAKING CHANGES
10
+
11
+- `ipfs dag get`
12
+ - default output changed to [`dag-json`](https://ipld.io/specs/codecs/dag-json/spec/)
13
+ - dag-pb (e.g. unixfs) field names changed - impacts userland code that works with `dag-pb` objects returned by `dag get`
14
+ - no longer emits an additional new-line character at the end of the data output
15
+- `ipfs dag put`
16
+ - defaults changed to reduce ambiguity and surprises: input is now assumed to be [`dag-json`](https://ipld.io/specs/codecs/dag-json/spec/), and data is serialized to [`dag-cbor`](https://ipld.io/specs/codecs/dag-cbor/spec/) at rest.
17
+ - `--format` and `--input-enc` were removed and replaced with `--store-codec` and `--input-codec`
18
+ - codec names now match the ones defined in the [multicodec table](https://github.com/multiformats/multicodec/blob/master/table.csv)
19
+ - dag-pb (e.g. unixfs) field names changed - impacts userland code that works with `dag-pb` objects stored via `dag put`
20
+
21
+Keep reading to learn more details.
22
+
23
+### 🔦 Highlights
24
+
25
+#### 🌲 IPLD Levels Up
26
+
27
+The handling of data serialization as well as many aspects of DAG traversal and pathing have been migrated from older libraries, including [go-merkledag](https://github.com/ipfs/go-merkledag) and [go-ipld-format](https://github.com/ipfs/go-ipld-format) to the new **[go-ipld-prime](https://github.com/ipld/go-ipld-prime)** library and its components. This allows us to use many of the newer tools afforded by go-ipld-prime, stricter and more uniform codec implementations, support for additional (pluggable) codecs, and some minor performance improvements.
28
+
29
+This is significant refactor of a core component that touches many parts of IPFS, and does come with some **breaking changes**:
30
+
31
+* **IPLD plugins**:
32
+ * The `PluginIPLD` interface has been changed to utilize go-ipld-prime. There is a demonstration of the change in the [bundled git plugin](./plugin/plugins/git/).
33
+* **The semantics of `dag put` and `dag get` change**:
34
+ * `dag get` now takes the `output-codec` option which accepts a [multicodec](https://docs.ipfs.io/concepts/glossary/#multicodec) name used to encode the output. By default this is `dag-json`, which is a strict and deterministic subset of JSON created by the IPLD team. Users may notice differences from the previously plain Go JSON output, particularly where bytes are concerned which are now encoded using a form similar to CIDs: `{"/":{"bytes":"unpadded-base64-bytes"}}` rather than the previously Go-specific plain padded base64 string. See the [dag-json specification](https://ipld.io/specs/codecs/dag-json/spec/) for an explanation of these forms.
35
+ * `dag get` no longer prints an additional new-line character at the end of the encoded block output. This means that the output as presented by `dag get` are the exact bytes of the requested node. A round-trip of such bytes back in through `dag put` using the same codec should result in the same CID.
36
+ * `dag put` uses the `input-codec` option to specify the multicodec name of the format data is being provided in, and the `store-codec` option to specify the multicodec name of the format the data should be stored in at rest. These formerly defaulted to `json` and `cbor` respectively. They now default to `dag-json` and `dag-cbor` respectively but may be changed to any supported codec (bundled or loaded via plugin) by its [multicodec name](https://github.com/multiformats/multicodec/blob/master/table.csv).
37
+ * The `json` and `cbor` multicodec names (as used by `input-enc` and `format` options) are now no longer aliases for `dag-json` and `dag-cbor` respectively. Instead, they now refer to their proper [multicodec](https://github.com/multiformats/multicodec/blob/master/table.csv) types. `cbor` refers to a plain CBOR format, which will not encode CIDs and does not have strict deterministic encoding rules. `json` is a plain JSON format, which also won't encode CIDs and will encode bytes in the Go-specific padded base64 string format rather than the dag-json method of byte encoding. See https://ipld.io/specs/codecs/ for more information on IPLD codecs.
38
+ * `protobuf` is no longer used as the codec name for `dag-pb`
39
+ * The codec name `raw` is used to mean Bytes in the [IPLD Data Model](https://github.com/ipld/specs/blob/master/data-model-layer/data-model.md#bytes-kind)
40
+* **UnixFS refactor**. The **dag-pb codec**, which is used to encode UnixFS data for IPFS, is now represented through the `dag` API in a form that mirrors the protobuf schema used to define the binary format. This unifies the implementations and specification of dag-pb across the IPLD and IPFS stacks. Previously, additional layers of code for file and directory handling within IPFS between protobuf serialization and UnixFS obscured the protobuf representation. Much of this code has now been replaced and there are fewer layers of transformation. This means that interacting with dag-pb data via the `dag` API will use different forms:
41
+ * Previously, using `dag get` on a dag-pb block would present the block serialized as JSON as `{"data":"padded-base64-bytes","links":[{"Name":"foo","Size":100,"Cid":{"/":"Qm..."}},...]}`.
42
+ * Now, the dag-pb data with dag-json codec for output will be serialized using the data model from the [dag-pb specification](https://ipld.io/specs/codecs/dag-pb/spec/): `{"Data":{"/":{"bytes":"unpadded-base64-bytes"}},"Links":[{"Name":"foo","Tsize":100,"Hash":{"/":"Qm..."}},...]}`. Aside from the change in byte formatting, most field names have changed: `data` → `Data`, `links` → `Links`, `Size` → `Tsize`, `Cid` → `Hash`. Note that this output can be changed now using the `output-codec` option to specify an alternative codec.
43
+ * Similarly, using `dag put` and a `store-codec` option of `dag-pb` now requires that the input conform to this dag-pb specified form. Previously, input using `{"data":"...","links":[...]}` was accepted, now it must be `{"Data":"...","Links":[...]}`.
44
+ * Previously it was not possible to use paths to navigate to any of these properties of a dag-pb node, the only possible paths were named links, e.g. `dag get QmFoo/NamedLink` where `NamedLink` was one of the links whose name was `NamedLink`. This functionality remains the same, but by prefixing the path with `/ipld/` we enter data model pathing semantics and can `dag get /ipld/QmFoo/Links/0/Hash` to navigate to links or `/ipld/QmFoo/Data` to simply retrieve the data section of the node, for example.
45
+ * ℹ See the [dag-pb specification](https://ipld.io/specs/codecs/dag-pb/) for details on the codec and its data model representation.
46
+ * ℹ See this [detailed write-up](https://github.com/ipld/ipld/blob/master/design/tricky-choices/dag-pb-forms-impl-and-use.md) for further background on these changes.
47
+
48
+#### Ⓜ Multibase Command
49
+
50
+go-ipfs now provides utility commands for working with [multibase](https://docs.ipfs.io/concepts/glossary/#multibase):
51
+
52
+```console
53
+$ echo -n hello | ipfs multibase encode -b base16 > file-mbase16
54
+$ cat file-mbase16
55
+f68656c6c6f
56
+
57
+$ ipfs multibase decode file-mbase16
58
+hello
59
+
60
+$ cat file-mbase16 | ipfs multibase decode
61
+hello
62
+
63
+$ ipfs multibase transcode -b base2 file-mbase16
64
+00110100001100101011011000110110001101111
65
+```
66
+
67
+See `ipfs multibase --help` for more examples.
68
+
69
+#### 🔨 Bitswap now supports greater configurability
70
+
71
+This release adds an [`Internal` section](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#internal) to the configuration file that is designed to help advanced users optimize their setups without needing a custom binary. The `Internal` section is not guaranteed to be the same from release to release and may not be covered by migrations. If you use the `Internal` section you should be making sure to check the config documentation between releases for any changes.
72
+
73
+#### 🐚 Programmatic shell completions command
74
+
75
+`ipfs commands completion bash` will generate a bash completion script for go-ipfs commands
76
+
77
+#### 📜 Profile collection command
78
+
79
+Performance profiles can now be collected using `ipfs diag profile`. If you need to do some debugging or have an issue to submit the collected profiles are very useful to have around.
80
+
81
+#### 🍎 Mac OS notarized binaries
82
+
83
+The go-ipfs and related migration binaries (for both Intel and Apple Sillicon) are now signed and notarized to make Mac OS installation easier.
84
+
85
+#### 👨👩👦 Improved MDNS
86
+
87
+There is a completed implementation of the revised libp2p MDNS spec. This should result in better MDNS discovery and better local/offline operation as a result.
88
+
89
+#### 🚗 CAR import statistics
90
+
91
+`dag import` command now supports `--stats` option which will include the number of imported blocks and their total size in the output.
92
+
93
+#### 🕸 Peering command
94
+
95
+This release adds `swarm peering` command for easy management of the peering subsystem. Peer in the peering subsystem is maintained to be connected at all times, and gets reconnected on disconnect with a back-off.
96
+
97
+See `ipfs swarm peering --help` for more details.
98
+
99
+### Changelog
100
+
101
+- github.com/ipfs/go-ipfs:
102
+ - fuse: load unixfs adls as their dagpb substrates
103
+ - enable the legacy mDNS implementation
104
+ - test: add dag get --ouput-codec test
105
+ - change ipfs dag get flag name from format to output-codec
106
+ - test: check behavior of loading UnixFS sharded directories with missing shards
107
+ - remove dag put option shortcuts
108
+ - change names of ipfs dag put flags to make changes clearer
109
+ - feat: dag import --stats (#8237) ([ipfs/go-ipfs#8237](https://github.com/ipfs/go-ipfs/pull/8237))
110
+ - feat: ipfs-webui v2.13.0 (#8430) ([ipfs/go-ipfs#8430](https://github.com/ipfs/go-ipfs/pull/8430))
111
+ - feat(cli): add daemon option --agent-version-suffix (#8419) ([ipfs/go-ipfs#8419](https://github.com/ipfs/go-ipfs/pull/8419))
112
+ - feat: multibase transcode command (#8403) ([ipfs/go-ipfs#8403](https://github.com/ipfs/go-ipfs/pull/8403))
113
+ - fix: take the lock while listing peers
114
+ - feature: 'ipfs swarm peering' command (#8147) ([ipfs/go-ipfs#8147](https://github.com/ipfs/go-ipfs/pull/8147))
115
+ - fix(sharness): add extra check in flush=false in files write
116
+ - chore: update IPFS Desktop testing steps (#8393) ([ipfs/go-ipfs#8393](https://github.com/ipfs/go-ipfs/pull/8393))
117
+ - add more buttons; remove some sections covered in the docs; general cleanup
118
+ - Cosmetic fixups in examples (#8325) ([ipfs/go-ipfs#8325](https://github.com/ipfs/go-ipfs/pull/8325))
119
+ - perf: use performance-enhancing FUSE mount options
120
+ - ci: publish Docker images for bifrost-* branches
121
+ - chore: add comments to peerlog plugin about being unsupported
122
+ - test: add unit tests for peerlog config parsing
123
+ - ci: preload peerlog plugin, disable by default
124
+ - fix(mkreleaselog): specify the parent commit when diffing
125
+ - update go-libp2p to v0.15.0-rc.1 ([ipfs/go-ipfs#8354](https://github.com/ipfs/go-ipfs/pull/8354))
126
+ - feat: add 'ipfs multibase' commands (#8180) ([ipfs/go-ipfs#8180](https://github.com/ipfs/go-ipfs/pull/8180))
127
+ - support bitswap configurability (#8268) ([ipfs/go-ipfs#8268](https://github.com/ipfs/go-ipfs/pull/8268))
128
+ - IPLD Prime In IPFS: Target Merge Branch (#7976) ([ipfs/go-ipfs#7976](https://github.com/ipfs/go-ipfs/pull/7976))
129
+ - ci: upgrade to Go 1.16.7 on CI ([ipfs/go-ipfs#8324](https://github.com/ipfs/go-ipfs/pull/8324))
130
+ - Add flag to create parent directories in files cp command ([ipfs/go-ipfs#8340](https://github.com/ipfs/go-ipfs/pull/8340))
131
+ - fix: avoid out of bounds error when rendering short hashes ([ipfs/go-ipfs#8318](https://github.com/ipfs/go-ipfs/pull/8318))
132
+ - fix: remove some deprecated calls ([ipfs/go-ipfs#8296](https://github.com/ipfs/go-ipfs/pull/8296))
133
+ - perf: set an appropriate capacity ([ipfs/go-ipfs#8244](https://github.com/ipfs/go-ipfs/pull/8244))
134
+ - Fix: Use a pointer type on IpfsNode.Peering ([ipfs/go-ipfs#8331](https://github.com/ipfs/go-ipfs/pull/8331))
135
+ - fix: macos notarized fs-repo-migrations (#8333) ([ipfs/go-ipfs#8333](https://github.com/ipfs/go-ipfs/pull/8333))
136
+ - README.md: Add MacPorts to install section ([ipfs/go-ipfs#8220](https://github.com/ipfs/go-ipfs/pull/8220))
137
+ - feat: register first block metric by default ([ipfs/go-ipfs#8332](https://github.com/ipfs/go-ipfs/pull/8332))
138
+ - Build a go-ipfs:extras docker image ([ipfs/go-ipfs#8142](https://github.com/ipfs/go-ipfs/pull/8142))
139
+ - fix/go-ipfs-as-a-library ([ipfs/go-ipfs#8266](https://github.com/ipfs/go-ipfs/pull/8266))
140
+ - Expose additional migration APIs (#8153) ([ipfs/go-ipfs#8153](https://github.com/ipfs/go-ipfs/pull/8153))
141
+ - point ipfs to pinner that syncs on every pin (#8231) ([ipfs/go-ipfs#8231](https://github.com/ipfs/go-ipfs/pull/8231))
142
+ - docs: chocolatey package name
143
+ - Disambiguate online/offline naming in sharness tests ([ipfs/go-ipfs#8254](https://github.com/ipfs/go-ipfs/pull/8254))
144
+ - Rename DOCKER_HOST to TEST_DOCKER_HOST to avoid conflicts ([ipfs/go-ipfs#8283](https://github.com/ipfs/go-ipfs/pull/8283))
145
+ - feat: add an "ipfs diag profile" command ([ipfs/go-ipfs#8291](https://github.com/ipfs/go-ipfs/pull/8291))
146
+ - Merge branch 'release'
147
+ - feat: improve mkreleaslog ([ipfs/go-ipfs#8290](https://github.com/ipfs/go-ipfs/pull/8290))
148
+ - Add test with expected failure for #3503 ([ipfs/go-ipfs#8280](https://github.com/ipfs/go-ipfs/pull/8280))
149
+ - Create PATCH_RELEASE_TEMPLATE.md
150
+ - fix document error ([ipfs/go-ipfs#8271](https://github.com/ipfs/go-ipfs/pull/8271))
151
+ - feat: webui v2.12.4
152
+ - programmatic shell completions ([ipfs/go-ipfs#8043](https://github.com/ipfs/go-ipfs/pull/8043))
153
+ - test: gateway response for bafkqaaa
154
+ - doc(README): update chat links (and misc fixes) ([ipfs/go-ipfs#8222](https://github.com/ipfs/go-ipfs/pull/8222))
155
+ - link to the actual doc (#8126) ([ipfs/go-ipfs#8126](https://github.com/ipfs/go-ipfs/pull/8126))
156
+ - Improve peer hints for pin remote add (#8143) ([ipfs/go-ipfs#8143](https://github.com/ipfs/go-ipfs/pull/8143))
157
+ - fix(mkreleaselog): support multiple commit authors ([ipfs/go-ipfs#8214](https://github.com/ipfs/go-ipfs/pull/8214))
158
+ - fix(mkreleaselog): handle commit 0 ([ipfs/go-ipfs#8121](https://github.com/ipfs/go-ipfs/pull/8121))
159
+ - bump snap to build with Go 1.16
160
+ - chore: update CHANGELOG
161
+ - chore: switch tar-utils dep to ipfs org
162
+ - feat: print error on bootstrap failure ([ipfs/go-ipfs#8166](https://github.com/ipfs/go-ipfs/pull/8166))
163
+ - fix: typo in migration error
164
+ - refactor: improved humanNumber and humanSI
165
+ - feat: humanized durations in stat provide
166
+ - feat: humanized numbers in stat provide
167
+ - feat: add a text output encoding for the stats provide command
168
+ - fix: webui-2.12.3
169
+ - refactor(pinmfs): log error if pre-existing pin failed (#8056) ([ipfs/go-ipfs#8056](https://github.com/ipfs/go-ipfs/pull/8056))
170
+ - config.md: fix typos/improve wording ([ipfs/go-ipfs#8031](https://github.com/ipfs/go-ipfs/pull/8031))
171
+ - fix(peering_test) : Fix the peering_test to check the connection explicitly added ([ipfs/go-ipfs#8140](https://github.com/ipfs/go-ipfs/pull/8140))
172
+ - build: ignore generated files in changelog ([ipfs/go-ipfs#7712](https://github.com/ipfs/go-ipfs/pull/7712))
173
+ - update version to 0.10.0-dev ([ipfs/go-ipfs#8136](https://github.com/ipfs/go-ipfs/pull/8136))
174
+- github.com/ipfs/go-bitswap (v0.3.4 -> v0.4.0):
175
+ - More stats, knobs and tunings (#514) ([ipfs/go-bitswap#514](https://github.com/ipfs/go-bitswap/pull/514))
176
+ - fix: fix a map access race condition in the want index ([ipfs/go-bitswap#523](https://github.com/ipfs/go-bitswap/pull/523))
177
+ - fix: make blockstore cancel test less timing dependent ([ipfs/go-bitswap#507](https://github.com/ipfs/go-bitswap/pull/507))
178
+ - fix(decision): fix a datarace on disconnect ([ipfs/go-bitswap#508](https://github.com/ipfs/go-bitswap/pull/508))
179
+ - optimize the lookup which peers are waiting for a given block ([ipfs/go-bitswap#486](https://github.com/ipfs/go-bitswap/pull/486))
180
+ - fix: hold the task worker lock when starting task workers ([ipfs/go-bitswap#504](https://github.com/ipfs/go-bitswap/pull/504))
181
+ - fix: Nil dereference while using SetSendDontHaves ([ipfs/go-bitswap#488](https://github.com/ipfs/go-bitswap/pull/488))
182
+ - Fix flaky tests in message queue ([ipfs/go-bitswap#497](https://github.com/ipfs/go-bitswap/pull/497))
183
+ - Fix flaky DontHaveTimeoutManger tests ([ipfs/go-bitswap#495](https://github.com/ipfs/go-bitswap/pull/495))
184
+ - sync: update CI config files ([ipfs/go-bitswap#485](https://github.com/ipfs/go-bitswap/pull/485))
185
+- github.com/ipfs/go-blockservice (v0.1.4 -> v0.1.7):
186
+ - update go-bitswap to v0.3.4 ([ipfs/go-blockservice#78](https://github.com/ipfs/go-blockservice/pull/78))
187
+ - fix staticcheck ([ipfs/go-blockservice#75](https://github.com/ipfs/go-blockservice/pull/75))
188
+ - fix: handle missing session exchange in Session ([ipfs/go-blockservice#73](https://github.com/ipfs/go-blockservice/pull/73))
189
+- github.com/ipfs/go-datastore (v0.4.5 -> v0.4.6):
190
+ - sync: update CI config files ([ipfs/go-datastore#175](https://github.com/ipfs/go-datastore/pull/175))
191
+ - speedup tests ([ipfs/go-datastore#177](https://github.com/ipfs/go-datastore/pull/177))
192
+ - test: reduce element count when the race detector is enabled ([ipfs/go-datastore#176](https://github.com/ipfs/go-datastore/pull/176))
193
+ - fix staticcheck ([ipfs/go-datastore#173](https://github.com/ipfs/go-datastore/pull/173))
194
+ - remove Makefile ([ipfs/go-datastore#172](https://github.com/ipfs/go-datastore/pull/172))
195
+- github.com/ipfs/go-ds-badger (v0.2.6 -> v0.2.7):
196
+ - Log start and end of GC rounds ([ipfs/go-ds-badger#115](https://github.com/ipfs/go-ds-badger/pull/115))
197
+- github.com/ipfs/go-fs-lock (v0.0.6 -> v0.0.7):
198
+ - chore: update log ([ipfs/go-fs-lock#24](https://github.com/ipfs/go-fs-lock/pull/24))
199
+ - sync: update CI config files ([ipfs/go-fs-lock#21](https://github.com/ipfs/go-fs-lock/pull/21))
200
+ - fix TestLockedByOthers on Windows ([ipfs/go-fs-lock#19](https://github.com/ipfs/go-fs-lock/pull/19))
201
+- github.com/ipfs/go-ipfs-config (v0.14.0 -> v0.16.0):
202
+ - feat: add Internal and Internal.Bitswap config options
203
+ - feat: add an OptionalInteger type
204
+ - fix: make sure the Priority type properly implements the JSON marshal/unmarshal interfaces
205
+ - fix: remove deprecated calls ([ipfs/go-ipfs-config#138](https://github.com/ipfs/go-ipfs-config/pull/138))
206
+ - sync: update CI config files ([ipfs/go-ipfs-config#132](https://github.com/ipfs/go-ipfs-config/pull/132))
207
+ - remove period, fix staticcheck ([ipfs/go-ipfs-config#131](https://github.com/ipfs/go-ipfs-config/pull/131))
208
+- github.com/ipfs/go-ipfs-pinner (v0.1.1 -> v0.1.2):
209
+ - Fix/minimize rebuild (#15) ([ipfs/go-ipfs-pinner#15](https://github.com/ipfs/go-ipfs-pinner/pull/15))
210
+ - Define ErrNotPinned alongside the Pinner interface
211
+ - fix staticcheck ([ipfs/go-ipfs-pinner#11](https://github.com/ipfs/go-ipfs-pinner/pull/11))
212
+ - fix: remove the rest of the pb backed pinner ([ipfs/go-ipfs-pinner#9](https://github.com/ipfs/go-ipfs-pinner/pull/9))
213
+ - Remove old ipldpinner that has been replaced by dspinner ([ipfs/go-ipfs-pinner#7](https://github.com/ipfs/go-ipfs-pinner/pull/7))
214
+ - optimize CheckIfPinned ([ipfs/go-ipfs-pinner#6](https://github.com/ipfs/go-ipfs-pinner/pull/6))
215
+- github.com/ipfs/go-ipfs-provider (v0.5.1 -> v0.6.1):
216
+ - Update to IPLD Prime (#32) ([ipfs/go-ipfs-provider#32](https://github.com/ipfs/go-ipfs-provider/pull/32))
217
+- github.com/ipfs/go-ipld-git (v0.0.4 -> v0.1.1):
218
+ - return ErrUnexpectedEOF when Decode input is too short
219
+ - Update go-ipld-git to a go-ipld-prime codec (#46) ([ipfs/go-ipld-git#46](https://github.com/ipfs/go-ipld-git/pull/46))
220
+ - fix staticcheck ([ipfs/go-ipld-git#49](https://github.com/ipfs/go-ipld-git/pull/49))
221
+ - change WriteTo to the standard signature ([ipfs/go-ipld-git#47](https://github.com/ipfs/go-ipld-git/pull/47))
222
+ - don't copy mutexes ([ipfs/go-ipld-git#48](https://github.com/ipfs/go-ipld-git/pull/48))
223
+- github.com/ipfs/go-ipns (v0.1.0 -> v0.1.2):
224
+ - fix: remove deprecated calls ([ipfs/go-ipns#30](https://github.com/ipfs/go-ipns/pull/30))
225
+ - remove Makefile ([ipfs/go-ipns#27](https://github.com/ipfs/go-ipns/pull/27))
226
+- github.com/ipfs/go-log/v2 (v2.1.3 -> v2.3.0):
227
+ - Stop defaulting to color output on non-TTY ([ipfs/go-log#116](https://github.com/ipfs/go-log/pull/116))
228
+ - feat: add ability to use custom zap core ([ipfs/go-log#114](https://github.com/ipfs/go-log/pull/114))
229
+ - fix staticcheck ([ipfs/go-log#112](https://github.com/ipfs/go-log/pull/112))
230
+ - test: fix flaky label test ([ipfs/go-log#111](https://github.com/ipfs/go-log/pull/111))
231
+ - per-subsystem log-levels ([ipfs/go-log#109](https://github.com/ipfs/go-log/pull/109))
232
+ - fix: don't panic on invalid log labels ([ipfs/go-log#110](https://github.com/ipfs/go-log/pull/110))
233
+- github.com/ipfs/go-merkledag (v0.3.2 -> v0.4.0):
234
+ - Use IPLD-prime: target merge branch ([ipfs/go-merkledag#67](https://github.com/ipfs/go-merkledag/pull/67))
235
+ - sync: update CI config files ([ipfs/go-merkledag#70](https://github.com/ipfs/go-merkledag/pull/70))
236
+ - staticcheck ([ipfs/go-merkledag#69](https://github.com/ipfs/go-merkledag/pull/69))
237
+ - Fix bug in dagutils MergeDiffs. (#59) ([ipfs/go-merkledag#59](https://github.com/ipfs/go-merkledag/pull/59))
238
+ - chore: add tests to verify allowable data layouts ([ipfs/go-merkledag#58](https://github.com/ipfs/go-merkledag/pull/58))
239
+- github.com/ipfs/go-namesys (v0.3.0 -> v0.3.1):
240
+ - fix: remove deprecated call to pk.Bytes ([ipfs/go-namesys#19](https://github.com/ipfs/go-namesys/pull/19))
241
+- github.com/ipfs/go-path (v0.0.9 -> v0.1.2):
242
+ - fix: give one minute timeouts to function calls instead of block retrievals ([ipfs/go-path#44](https://github.com/ipfs/go-path/pull/44))
243
+ - IPLD Prime In IPFS: Target Merge Branch (#36) ([ipfs/go-path#36](https://github.com/ipfs/go-path/pull/36))
244
+ - remove Makefile ([ipfs/go-path#40](https://github.com/ipfs/go-path/pull/40))
245
+ - sync: update CI config files ([ipfs/go-path#39](https://github.com/ipfs/go-path/pull/39))
246
+- github.com/ipfs/go-peertaskqueue (v0.2.0 -> v0.4.0):
247
+ - add stats
248
+ - Have a configurable maximum active work per peer ([ipfs/go-peertaskqueue#10](https://github.com/ipfs/go-peertaskqueue/pull/10))
249
+ - sync: update CI config files ([ipfs/go-peertaskqueue#13](https://github.com/ipfs/go-peertaskqueue/pull/13))
250
+ - fix staticcheck ([ipfs/go-peertaskqueue#12](https://github.com/ipfs/go-peertaskqueue/pull/12))
251
+ - fix go vet ([ipfs/go-peertaskqueue#11](https://github.com/ipfs/go-peertaskqueue/pull/11))
252
+- github.com/ipfs/go-unixfsnode (null -> v1.1.3):
253
+ - make UnixFSHAMTShard implement the ADL interface (#11) ([ipfs/go-unixfsnode#11](https://github.com/ipfs/go-unixfsnode/pull/11))
254
+- github.com/ipfs/interface-go-ipfs-core (v0.4.0 -> v0.5.1):
255
+ - IPLD In IPFS: Target Merge Branch (#67) ([ipfs/interface-go-ipfs-core#67](https://github.com/ipfs/interface-go-ipfs-core/pull/67))
256
+ - fix staticcheck ([ipfs/interface-go-ipfs-core#72](https://github.com/ipfs/interface-go-ipfs-core/pull/72))
257
+ - remove Makefile ([ipfs/interface-go-ipfs-core#70](https://github.com/ipfs/interface-go-ipfs-core/pull/70))
258
+- github.com/ipld/go-codec-dagpb (v1.2.0 -> v1.3.0):
259
+ - fix staticcheck warnings ([ipld/go-codec-dagpb#29](https://github.com/ipld/go-codec-dagpb/pull/29))
260
+ - update go-ipld-prime, use go:generate
261
+ - allow decoding PBNode fields in any order
262
+ - expose APIs without Reader/Writer overhead
263
+ - preallocate 1KiB on the stack for marshals
264
+ - encode directly with a []byte
265
+ - decode directly with a []byte
266
+ - remove unnecessary xerrors dep
267
+- github.com/ipld/go-ipld-prime (v0.9.1-0.20210324083106-dc342a9917db -> v0.12.2):
268
+ - Printer feature ([ipld/go-ipld-prime#238](https://github.com/ipld/go-ipld-prime/pull/238))
269
+ - schema: keep TypeSystem names ordered
270
+ - schema/dmt: redesign with bindnode and add Compile
271
+ - codec: make cbor and json codecs use ErrUnexpectedEOF
272
+ - bindnode: fix for stringjoin struct emission when first field is the empty string ([ipld/go-ipld-prime#239](https://github.com/ipld/go-ipld-prime/pull/239))
273
+ - schema: typekind names are not capitalized.
274
+ - Bindnode fixes continued ([ipld/go-ipld-prime#233](https://github.com/ipld/go-ipld-prime/pull/233))
275
+ - helper methods for encoding and decoding ([ipld/go-ipld-prime#232](https://github.com/ipld/go-ipld-prime/pull/232))
276
+ - mark v0.12.0
277
+ - Major refactor: extract datamodel package.
278
+ ([ipld/go-ipld-prime#228](https://github.com/ipld/go-ipld-prime/pull/228))
279
+ - Fix ExploreRecursive stopAt condition, add tests, add error return to Explore (#229) ([ipld/go-ipld-prime#229](https://github.com/ipld/go-ipld-prime/pull/229))
280
+ - selector: add tests which are driven by language-agnostic spec fixtures. ([ipld/go-ipld-prime#231](https://github.com/ipld/go-ipld-prime/pull/231))
281
+ - selector: Improve docs for implementors. (#227) ([ipld/go-ipld-prime#227](https://github.com/ipld/go-ipld-prime/pull/227))
282
+ - Bindnode fixes of opportunity ([ipld/go-ipld-prime#226](https://github.com/ipld/go-ipld-prime/pull/226))
283
+ - node/bindnode: redesign the shape of unions in Go ([ipld/go-ipld-prime#223](https://github.com/ipld/go-ipld-prime/pull/223))
284
+ - summary of the v0.11.0 changelog should holler even more about how cool bindnode is.
285
+ - mark v0.11.0
286
+ - node/bindnode: mark as experimental in its godoc.
287
+ - codecs: more docs, a terminology guide, consistency in options. ([ipld/go-ipld-prime#221](https://github.com/ipld/go-ipld-prime/pull/221))
288
+ - Changelog backfill.
289
+ - selectors: docs enhancements, new construction helpers. ([ipld/go-ipld-prime#199](https://github.com/ipld/go-ipld-prime/pull/199))
290
+ - Changelog backfill.
291
+ - Allow parsing of single Null tokens from refmt
292
+ - Add link conditions for 'stop-at' expression in ExploreRecursive selector ([ipld/go-ipld-prime#214](https://github.com/ipld/go-ipld-prime/pull/214))
293
+ - Remove base64 padding for dag-json bytes as per spec
294
+ - node/bindnode: temporarily skip Links schema test
295
+ - test: add test for traversal of typed node links
296
+ - fix: typed links LinkTargetNodePrototype should return ReferencedType
297
+ - Make `go vet` happy
298
+ - Add MapSortMode to MarshalOptions
299
+ - Add {Unm,M}arshalOptions for explicit mode switching for cbor vs dagcbor
300
+ - Sort map entries marshalling dag-cbor
301
+ - node/bindnode: first pass at inferring IPLD schemas
302
+ - Add {Unm,M}arshalOptions for explicit mode switching for json vs dagjson
303
+ - Make tests pass with sorted dag-json output
304
+ - Sort map entries marshalling dag-json
305
+ - Simplify refmt usage
306
+ - Fix failing test using dagjson encoding
307
+ - Fix some failing tests using dagjson
308
+ - Remove pretty-printing
309
+ - Update readme linking to specs and meta repo.
310
+ - Fix example names so they render on go.pkg.dev.
311
+ - fluent/quip: remove in favor of qp
312
+ - node/basic: add Chooser
313
+ - schema: add TypedPrototype
314
+ - node/bindnode: rethink and better document APIs
315
+ - node/tests: cover yet more interface methods
316
+ - node/tests: cover more error cases for scalar kinds
317
+ - node/tests: add more extensive scalar kind tests
318
+ - node/bindnode: start running all schema tests
319
+ - mark v0.10.0
320
+ - More changelog grooming.
321
+ - Changelog grooming.
322
+ - node/tests: put most of the schema test cases here
323
+ - Add more explicit discussion of indicies to ListIterator.
324
+ - node/bindnode: start of a reflect-based Node implementation
325
+ - add DeepEqual and start using it in tests
326
+ - Add enumerate methods to the multicodec registries. ([ipld/go-ipld-prime#176](https://github.com/ipld/go-ipld-prime/pull/176))
327
+ - Make a multicodec.Registry type available. ([ipld/go-ipld-prime#172](https://github.com/ipld/go-ipld-prime/pull/172))
328
+ - fluent/qp: don't panic on string panics
329
+ - Allow emitting & parsing of bytes per dagjson codec spec ([ipld/go-ipld-prime#166](https://github.com/ipld/go-ipld-prime/pull/166))
330
+ - Package docs for dag-cbor.
331
+ - Update package docs.
332
+ - schema/gen/go: apply gofmt automatically ([ipld/go-ipld-prime#163](https://github.com/ipld/go-ipld-prime/pull/163))
333
+ - schema/gen/go: fix remaining vet warnings on generated code
334
+ - schema/gen/go: batch file writes via a bytes.Buffer ([ipld/go-ipld-prime#161](https://github.com/ipld/go-ipld-prime/pull/161))
335
+ - schema/gen/go: avoid Maybe pointers for small types
336
+ - fix readme formatting typo
337
+ - feat(linksystem): add reification to LinkSystem ([ipld/go-ipld-prime#158](https://github.com/ipld/go-ipld-prime/pull/158))
338
+- github.com/libp2p/go-addr-util (v0.0.2 -> v0.1.0):
339
+ - stop using the deprecated go-multiaddr-net package ([libp2p/go-addr-util#34](https://github.com/libp2p/go-addr-util/pull/34))
340
+ - Remove `IsFDCostlyTransport` ([libp2p/go-addr-util#31](https://github.com/libp2p/go-addr-util/pull/31))
341
+- github.com/libp2p/go-libp2p (v0.14.3 -> v0.15.0):
342
+ - chore: update go-tcp-transport to v0.2.8
343
+ - implement the new mDNS spec, move the old mDNS implementation (#1161) ([libp2p/go-libp2p#1161](https://github.com/libp2p/go-libp2p/pull/1161))
344
+ - remove deprecated basichost.New constructor ([libp2p/go-libp2p#1156](https://github.com/libp2p/go-libp2p/pull/1156))
345
+ - Make BasicHost.evtLocalAddrsUpdated event emitter stateful. ([libp2p/go-libp2p#1147](https://github.com/libp2p/go-libp2p/pull/1147))
346
+ - fix: deflake multipro echo test ([libp2p/go-libp2p#1149](https://github.com/libp2p/go-libp2p/pull/1149))
347
+ - fix(basic_host): stream not closed when context done ([libp2p/go-libp2p#1148](https://github.com/libp2p/go-libp2p/pull/1148))
348
+ - chore: update deps ([libp2p/go-libp2p#1141](https://github.com/libp2p/go-libp2p/pull/1141))
349
+ - remove secio from examples ([libp2p/go-libp2p#1143](https://github.com/libp2p/go-libp2p/pull/1143))
350
+ - remove deprecated Filter option ([libp2p/go-libp2p#1132](https://github.com/libp2p/go-libp2p/pull/1132))
351
+ - fix: remove deprecated call ([libp2p/go-libp2p#1136](https://github.com/libp2p/go-libp2p/pull/1136))
352
+ - test: fix flaky example test ([libp2p/go-libp2p#1135](https://github.com/libp2p/go-libp2p/pull/1135))
353
+ - remove deprecated identify.ClientVersion ([libp2p/go-libp2p#1133](https://github.com/libp2p/go-libp2p/pull/1133))
354
+ - remove Go version requirement and note about Go modules from README ([libp2p/go-libp2p#1126](https://github.com/libp2p/go-libp2p/pull/1126))
355
+ - Error assignment fix ([libp2p/go-libp2p#1124](https://github.com/libp2p/go-libp2p/pull/1124))
356
+ - perf/basic_host: Don't handle address change if we hasn't anyone ([libp2p/go-libp2p#1115](https://github.com/libp2p/go-libp2p/pull/1115))
357
+- github.com/libp2p/go-libp2p-core (v0.8.5 -> v0.9.0):
358
+ - feat: remove unused metrics (#208) ([libp2p/go-libp2p-core#208](https://github.com/libp2p/go-libp2p-core/pull/208))
359
+ - feat: keep addresses for longer (#207) ([libp2p/go-libp2p-core#207](https://github.com/libp2p/go-libp2p-core/pull/207))
360
+ - remove deprecated key stretching struct / function (#203) ([libp2p/go-libp2p-core#203](https://github.com/libp2p/go-libp2p-core/pull/203))
361
+ - remove deprecated Bytes method from the Key interface (#204) ([libp2p/go-libp2p-core#204](https://github.com/libp2p/go-libp2p-core/pull/204))
362
+ - remove deprecated functions in the peer package (#205) ([libp2p/go-libp2p-core#205](https://github.com/libp2p/go-libp2p-core/pull/205))
363
+ - remove deprecated constructor for the insecure transport (#206) ([libp2p/go-libp2p-core#206](https://github.com/libp2p/go-libp2p-core/pull/206))
364
+ - feat: add helper functions for working with addr infos (#202) ([libp2p/go-libp2p-core#202](https://github.com/libp2p/go-libp2p-core/pull/202))
365
+ - fix: make timestamps strictly increasing (#201) ([libp2p/go-libp2p-core#201](https://github.com/libp2p/go-libp2p-core/pull/201))
366
+ - ci: use github-actions for compatibility testing (#200) ([libp2p/go-libp2p-core#200](https://github.com/libp2p/go-libp2p-core/pull/200))
367
+ - sync: update CI config files (#189) ([libp2p/go-libp2p-core#189](https://github.com/libp2p/go-libp2p-core/pull/189))
368
+ - remove minimum Go version from README (#199) ([libp2p/go-libp2p-core#199](https://github.com/libp2p/go-libp2p-core/pull/199))
369
+ - remove flaky tests (#194) ([libp2p/go-libp2p-core#194](https://github.com/libp2p/go-libp2p-core/pull/194))
370
+ - reduce default timeouts to 15s (#192) ([libp2p/go-libp2p-core#192](https://github.com/libp2p/go-libp2p-core/pull/192))
371
+ - fix benchmark of key verifications (#190) ([libp2p/go-libp2p-core#190](https://github.com/libp2p/go-libp2p-core/pull/190))
372
+ - fix staticcheck errors (#191) ([libp2p/go-libp2p-core#191](https://github.com/libp2p/go-libp2p-core/pull/191))
373
+ - doc: document Close on Transport (#188) ([libp2p/go-libp2p-core#188](https://github.com/libp2p/go-libp2p-core/pull/188))
374
+ - add a helper function to go directly from a string to an AddrInfo (#184) ([libp2p/go-libp2p-core#184](https://github.com/libp2p/go-libp2p-core/pull/184))
375
+- github.com/libp2p/go-libp2p-http (v0.2.0 -> v0.2.1):
376
+ - remove Makefile ([libp2p/go-libp2p-http#70](https://github.com/libp2p/go-libp2p-http/pull/70))
377
+ - fix staticcheck ([libp2p/go-libp2p-http#67](https://github.com/libp2p/go-libp2p-http/pull/67))
378
+ - Revert "increase buffer size"
379
+ - Increase read buffer size to reduce poll system calls ([libp2p/go-libp2p-http#66](https://github.com/libp2p/go-libp2p-http/pull/66))
380
+- github.com/libp2p/go-libp2p-kad-dht (v0.12.2 -> v0.13.1):
381
+ - Extract validation from ProtocolMessenger ([libp2p/go-libp2p-kad-dht#741](https://github.com/libp2p/go-libp2p-kad-dht/pull/741))
382
+ - remove codecov.yml ([libp2p/go-libp2p-kad-dht#742](https://github.com/libp2p/go-libp2p-kad-dht/pull/742))
383
+ - integrate some basic opentelemetry tracing ([libp2p/go-libp2p-kad-dht#734](https://github.com/libp2p/go-libp2p-kad-dht/pull/734))
384
+ - feat: delete GetValues ([libp2p/go-libp2p-kad-dht#728](https://github.com/libp2p/go-libp2p-kad-dht/pull/728))
385
+ - chore: skip flaky test when race detector is enabled ([libp2p/go-libp2p-kad-dht#731](https://github.com/libp2p/go-libp2p-kad-dht/pull/731))
386
+ - Dont count connection times in usefulness ([libp2p/go-libp2p-kad-dht#660](https://github.com/libp2p/go-libp2p-kad-dht/pull/660))
387
+ - Routing table refresh should NOT block ([libp2p/go-libp2p-kad-dht#705](https://github.com/libp2p/go-libp2p-kad-dht/pull/705))
388
+ - update bootstrapPeers to be func() []peer.AddrInfo (#716) ([libp2p/go-libp2p-kad-dht#716](https://github.com/libp2p/go-libp2p-kad-dht/pull/716))
389
+- github.com/libp2p/go-libp2p-noise (v0.2.0 -> v0.2.2):
390
+ - remove note about go modules in README ([libp2p/go-libp2p-noise#100](https://github.com/libp2p/go-libp2p-noise/pull/100))
391
+ - fix: remove deprecated call to pk.Bytes ([libp2p/go-libp2p-noise#99](https://github.com/libp2p/go-libp2p-noise/pull/99))
392
+- github.com/libp2p/go-libp2p-peerstore (v0.2.7 -> v0.2.8):
393
+ - Fix perfomance issue in updating addr book ([libp2p/go-libp2p-peerstore#141](https://github.com/libp2p/go-libp2p-peerstore/pull/141))
394
+ - Fix test flakes ([libp2p/go-libp2p-peerstore#164](https://github.com/libp2p/go-libp2p-peerstore/pull/164))
395
+ - Only remove records during GC ([libp2p/go-libp2p-peerstore#135](https://github.com/libp2p/go-libp2p-peerstore/pull/135))
396
+ - sync: update CI config files ([libp2p/go-libp2p-peerstore#160](https://github.com/libp2p/go-libp2p-peerstore/pull/160))
397
+ - fix: fix some race conditions in the ds address book ([libp2p/go-libp2p-peerstore#161](https://github.com/libp2p/go-libp2p-peerstore/pull/161))
398
+ - address lints and test failures ([libp2p/go-libp2p-peerstore#159](https://github.com/libp2p/go-libp2p-peerstore/pull/159))
399
+ - stop using the deprecated go-multiaddr-net package ([libp2p/go-libp2p-peerstore#158](https://github.com/libp2p/go-libp2p-peerstore/pull/158))
400
+- github.com/libp2p/go-libp2p-pubsub (v0.4.2 -> v0.5.4):
401
+ - make slowness a warning, with a user configurable threshold
402
+ - reduce log spam from empty heartbeat messages
403
+ - fix: code review
404
+ - add support for custom protocol matching function
405
+ - fix: remove deprecated Bytes call (#436) ([libp2p/go-libp2p-pubsub#436](https://github.com/libp2p/go-libp2p-pubsub/pull/436))
406
+ - cleanup: fix vet and staticcheck failures (#435) ([libp2p/go-libp2p-pubsub#435](https://github.com/libp2p/go-libp2p-pubsub/pull/435))
407
+ - Revert noisy newline changes
408
+ - fix: avoid panic when peer is blacklisted after connection
409
+ - release priority locks early when handling batches
410
+ - don't respawn writer if we fail to open a stream; declare it a peer error
411
+ - batch process dead peer notifications
412
+ - use a priority lock instead of a semaphore
413
+ - do the notification in a goroutine
414
+ - emit new peer notification without holding the semaphore
415
+ - use a semaphore for new peer notifications so that we don't block the event loop
416
+ - don't accumulate pending goroutines from new connections
417
+ - rename RawTracer's DroppedInSubscribe into UndeliverableMessage
418
+ - add a new RawTracer event to track messages dropped in Subscribe
419
+ - add an option to configure the Subscription output queue length
420
+ - fix some comments
421
+ - expose more events for RawTracer
422
+ - Make close concurrent safe
423
+ - Fix close of closed channel
424
+ - Update README to point to correct example directory (#424) ([libp2p/go-libp2p-pubsub#424](https://github.com/libp2p/go-libp2p-pubsub/pull/424))
425
+ - fix: remove deprecated and never used topic descriptors (#423) ([libp2p/go-libp2p-pubsub#423](https://github.com/libp2p/go-libp2p-pubsub/pull/423))
426
+ - Refactor Gossipsub Parameters To Make Them More Configurable (#421) ([libp2p/go-libp2p-pubsub#421](https://github.com/libp2p/go-libp2p-pubsub/pull/421))
427
+ - add tests for gs features and custom protocols
428
+ - add support for custom gossipsub protocols and feature tests
429
+ - RIP travis, Long Live CircleCI (#414) ([libp2p/go-libp2p-pubsub#414](https://github.com/libp2p/go-libp2p-pubsub/pull/414))
430
+ - Ignore transient connections (#412) ([libp2p/go-libp2p-pubsub#412](https://github.com/libp2p/go-libp2p-pubsub/pull/412))
431
+ - demote log spam to debug
432
+ - fix bug
433
+ - add last amount of validation
434
+ - add threshold validation
435
+ - strengthen validation
436
+ - rename checkSignature to checkSigningPolicy
437
+ - rename validation.Publish to PushLocal
438
+ - fix TestValidate, add TestValidate2
439
+ - skip flaky test until we can fix it
440
+ - implement synchronous validation for locally published messages
441
+ - expose internalTracer as RawTracer
442
+ - export rejection named string constants
443
+ - more intelligent handling of ip whitelist check
444
+ - remove obsolete explicit IP whitelisting in favor of subnets
445
+ - add subnet whitelisting for IPColocation
446
+- github.com/libp2p/go-libp2p-quic-transport (v0.11.2 -> v0.12.0):
447
+ - sync: update CI config files (#228) ([libp2p/go-libp2p-quic-transport#228](https://github.com/libp2p/go-libp2p-quic-transport/pull/228))
448
+ - fix closing of streams in example ([libp2p/go-libp2p-quic-transport#221](https://github.com/libp2p/go-libp2p-quic-transport/pull/221))
449
+ - close all UDP connections when the reuse is closed ([libp2p/go-libp2p-quic-transport#216](https://github.com/libp2p/go-libp2p-quic-transport/pull/216))
450
+ - fix staticcheck ([libp2p/go-libp2p-quic-transport#217](https://github.com/libp2p/go-libp2p-quic-transport/pull/217))
451
+ - sync: update CI config files (#214) ([libp2p/go-libp2p-quic-transport#214](https://github.com/libp2p/go-libp2p-quic-transport/pull/214))
452
+ - implement a Transport.Close that waits for the reuse's GC to finish ([libp2p/go-libp2p-quic-transport#211](https://github.com/libp2p/go-libp2p-quic-transport/pull/211))
453
+ - don't compare peer IDs when hole punching ([libp2p/go-libp2p-quic-transport#210](https://github.com/libp2p/go-libp2p-quic-transport/pull/210))
454
+ - add hole punching support (#194) ([libp2p/go-libp2p-quic-transport#194](https://github.com/libp2p/go-libp2p-quic-transport/pull/194))
455
+- github.com/libp2p/go-libp2p-swarm (v0.5.0 -> v0.5.3):
456
+ - sync: update CI config files ([libp2p/go-libp2p-swarm#263](https://github.com/libp2p/go-libp2p-swarm/pull/263))
457
+ - remove incorrect call to InterceptAddrDial ([libp2p/go-libp2p-swarm#260](https://github.com/libp2p/go-libp2p-swarm/pull/260))
458
+ - speed up the TestFDLimitUnderflow test ([libp2p/go-libp2p-swarm#262](https://github.com/libp2p/go-libp2p-swarm/pull/262))
459
+ - sync: update CI config files (#248) ([libp2p/go-libp2p-swarm#248](https://github.com/libp2p/go-libp2p-swarm/pull/248))
460
+- github.com/libp2p/go-libp2p-testing (v0.4.0 -> v0.4.2):
461
+ - fix deadlock in the transport's serve function ([libp2p/go-libp2p-testing#35](https://github.com/libp2p/go-libp2p-testing/pull/35))
462
+ - fix: cleanup transport suite ([libp2p/go-libp2p-testing#34](https://github.com/libp2p/go-libp2p-testing/pull/34))
463
+ - Address `go vet` and `saticcheck` issues ([libp2p/go-libp2p-testing#33](https://github.com/libp2p/go-libp2p-testing/pull/33))
464
+ - Defer closing stream for reading ([libp2p/go-libp2p-testing#32](https://github.com/libp2p/go-libp2p-testing/pull/32))
465
+- github.com/libp2p/go-libp2p-tls (v0.1.3 -> v0.2.0):
466
+ - fix: don't fail the handshake when the libp2p extension is critical ([libp2p/go-libp2p-tls#88](https://github.com/libp2p/go-libp2p-tls/pull/88))
467
+ - fix deprecated call to key.Bytes ([libp2p/go-libp2p-tls#86](https://github.com/libp2p/go-libp2p-tls/pull/86))
468
+ - fix usage of deprecated peer.IDB58Decode ([libp2p/go-libp2p-tls#77](https://github.com/libp2p/go-libp2p-tls/pull/77))
469
+ - remove setting of the TLS 1.3 GODEBUG flag ([libp2p/go-libp2p-tls#68](https://github.com/libp2p/go-libp2p-tls/pull/68))
470
+ - improve the error message returned when peer verification fails ([libp2p/go-libp2p-tls#57](https://github.com/libp2p/go-libp2p-tls/pull/57))
471
+ - update to Go 1.14 ([libp2p/go-libp2p-tls#54](https://github.com/libp2p/go-libp2p-tls/pull/54))
472
+ - Update deps and fix tests ([libp2p/go-libp2p-tls#43](https://github.com/libp2p/go-libp2p-tls/pull/43))
473
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.2 -> v0.4.6):
474
+ - chore: update deps ([libp2p/go-libp2p-transport-upgrader#78](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/78))
475
+ - fix typo in error message ([libp2p/go-libp2p-transport-upgrader#77](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/77))
476
+ - fix staticcheck ([libp2p/go-libp2p-transport-upgrader#74](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/74))
477
+ - don't listen on all interfaces in tests ([libp2p/go-libp2p-transport-upgrader#73](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/73))
478
+ - stop using the deprecated go-multiaddr-net ([libp2p/go-libp2p-transport-upgrader#72](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/72))
479
+- github.com/libp2p/go-libp2p-xor (v0.0.0-20200501025846-71e284145d58 -> v0.0.0-20210714161855-5c005aca55db):
480
+ - Add immutable remove operation ([libp2p/go-libp2p-xor#14](https://github.com/libp2p/go-libp2p-xor/pull/14))
481
+ - fix go vet and staticcheck ([libp2p/go-libp2p-xor#11](https://github.com/libp2p/go-libp2p-xor/pull/11))
482
+- github.com/libp2p/go-reuseport-transport (v0.0.4 -> v0.0.5):
483
+ - remove note about Go modules in README ([libp2p/go-reuseport-transport#32](https://github.com/libp2p/go-reuseport-transport/pull/32))
484
+ - stop using the deprecated go-multiaddr-net package ([libp2p/go-reuseport-transport#30](https://github.com/libp2p/go-reuseport-transport/pull/30))
485
+- github.com/libp2p/go-socket-activation (v0.0.2 -> v0.1.0):
486
+ - chore: stop using the deprecated go-multiaddr-net package ([libp2p/go-socket-activation#16](https://github.com/libp2p/go-socket-activation/pull/16))
487
+ - fix staticcheck ([libp2p/go-socket-activation#13](https://github.com/libp2p/go-socket-activation/pull/13))
488
+- github.com/libp2p/go-tcp-transport (v0.2.4 -> v0.2.8):
489
+ - disable metrics collection on Windows ([libp2p/go-tcp-transport#93](https://github.com/libp2p/go-tcp-transport/pull/93))
490
+ - sync: update CI config files (#90) ([libp2p/go-tcp-transport#90](https://github.com/libp2p/go-tcp-transport/pull/90))
491
+ - chore: update go-libp2p-transport-upgrader and go-reuseport-transport ([libp2p/go-tcp-transport#84](https://github.com/libp2p/go-tcp-transport/pull/84))
492
+- github.com/libp2p/go-ws-transport (v0.4.0 -> v0.5.0):
493
+ - chore: update go-libp2p-transport-upgrader and go-libp2p-core ([libp2p/go-ws-transport#103](https://github.com/libp2p/go-ws-transport/pull/103))
494
+ - remove deprecated type ([libp2p/go-ws-transport#102](https://github.com/libp2p/go-ws-transport/pull/102))
495
+ - sync: update CI config files ([libp2p/go-ws-transport#101](https://github.com/libp2p/go-ws-transport/pull/101))
496
+ - chore: various cleanups required to get vet/staticcheck/test to pass ([libp2p/go-ws-transport#100](https://github.com/libp2p/go-ws-transport/pull/100))
497
+- github.com/lucas-clemente/quic-go (v0.21.2 -> v0.23.0):
498
+ - update to Go 1.17.x ([lucas-clemente/quic-go#3258](https://github.com/lucas-clemente/quic-go/pull/3258))
499
+ - quicvarint: export Min and Max (#3253) ([lucas-clemente/quic-go#3253](https://github.com/lucas-clemente/quic-go/pull/3253))
500
+ - drop support for Go 1.15 ([lucas-clemente/quic-go#3247](https://github.com/lucas-clemente/quic-go/pull/3247))
501
+ - quicvarint: add Reader and Writer interfaces (#3233) ([lucas-clemente/quic-go#3233](https://github.com/lucas-clemente/quic-go/pull/3233))
502
+ - fix race when stream.Read and CancelRead are called concurrently ([lucas-clemente/quic-go#3241](https://github.com/lucas-clemente/quic-go/pull/3241))
503
+ - also count coalesced 0-RTT packets in the integration tests ([lucas-clemente/quic-go#3251](https://github.com/lucas-clemente/quic-go/pull/3251))
504
+ - remove draft versions 32 and 34 from README (#3244) ([lucas-clemente/quic-go#3244](https://github.com/lucas-clemente/quic-go/pull/3244))
505
+ - update Changelog ([lucas-clemente/quic-go#3245](https://github.com/lucas-clemente/quic-go/pull/3245))
506
+ - optimize hasOutstandingCryptoPackets in sentPacketHandler ([lucas-clemente/quic-go#3230](https://github.com/lucas-clemente/quic-go/pull/3230))
507
+ - permit underlying conn to implement batch interface directly ([lucas-clemente/quic-go#3237](https://github.com/lucas-clemente/quic-go/pull/3237))
508
+ - cancel the PTO timer when all Handshake packets are acknowledged ([lucas-clemente/quic-go#3231](https://github.com/lucas-clemente/quic-go/pull/3231))
509
+ - fix flaky INVALID_TOKEN server test ([lucas-clemente/quic-go#3223](https://github.com/lucas-clemente/quic-go/pull/3223))
510
+ - drop support for QUIC draft version 32 and 34 ([lucas-clemente/quic-go#3217](https://github.com/lucas-clemente/quic-go/pull/3217))
511
+ - fix flaky 0-RTT integration test ([lucas-clemente/quic-go#3224](https://github.com/lucas-clemente/quic-go/pull/3224))
512
+ - use batched reads ([lucas-clemente/quic-go#3142](https://github.com/lucas-clemente/quic-go/pull/3142))
513
+ - add a config option to disable sending of Version Negotiation packets ([lucas-clemente/quic-go#3216](https://github.com/lucas-clemente/quic-go/pull/3216))
514
+ - remove the RetireBugBackwardsCompatibilityMode ([lucas-clemente/quic-go#3213](https://github.com/lucas-clemente/quic-go/pull/3213))
515
+ - remove outdated ackhandler test case ([lucas-clemente/quic-go#3212](https://github.com/lucas-clemente/quic-go/pull/3212))
516
+ - remove unused StripGreasedVersions function ([lucas-clemente/quic-go#3214](https://github.com/lucas-clemente/quic-go/pull/3214))
517
+ - fix incorrect usage of errors.Is ([lucas-clemente/quic-go#3215](https://github.com/lucas-clemente/quic-go/pull/3215))
518
+ - return error on SendMessage when session is closed ([lucas-clemente/quic-go#3218](https://github.com/lucas-clemente/quic-go/pull/3218))
519
+ - remove a redundant error check ([lucas-clemente/quic-go#3210](https://github.com/lucas-clemente/quic-go/pull/3210))
520
+ - update golangci-lint to v1.41.1 ([lucas-clemente/quic-go#3205](https://github.com/lucas-clemente/quic-go/pull/3205))
521
+ - Update doc for dialer in http3.RoundTripper ([lucas-clemente/quic-go#3208](https://github.com/lucas-clemente/quic-go/pull/3208))
522
+- github.com/multiformats/go-multiaddr (v0.3.3 -> v0.4.0):
523
+ - remove forced dependency on deprecated go-maddr-filter ([multiformats/go-multiaddr#162](https://github.com/multiformats/go-multiaddr/pull/162))
524
+ - remove deprecated SwapToP2pMultiaddrs ([multiformats/go-multiaddr#161](https://github.com/multiformats/go-multiaddr/pull/161))
525
+ - remove Makefile ([multiformats/go-multiaddr#163](https://github.com/multiformats/go-multiaddr/pull/163))
526
+ - remove deprecated filter functions ([multiformats/go-multiaddr#157](https://github.com/multiformats/go-multiaddr/pull/157))
527
+ - remove deprecated NetCodec ([multiformats/go-multiaddr#159](https://github.com/multiformats/go-multiaddr/pull/159))
528
+ - add Noise ([multiformats/go-multiaddr#156](https://github.com/multiformats/go-multiaddr/pull/156))
529
+ - Add TLS protocol ([multiformats/go-multiaddr#153](https://github.com/multiformats/go-multiaddr/pull/153))
530
+- github.com/multiformats/go-multicodec (v0.2.0 -> v0.3.0):
531
+ - Export reserved range constants (#53) ([multiformats/go-multicodec#53](https://github.com/multiformats/go-multicodec/pull/53))
532
+ - make Code.Set accept valid code numbers
533
+ - replace Of with Code.Set, implementing flag.Value
534
+ - add multiformats/multicodec as a git submodule
535
+ - update the generator with the "status" CSV column
536
+ - Run `go generate` to generate the latest codecs
537
+ - Add lookup for multicodec code by string name ([multiformats/go-multicodec#40](https://github.com/multiformats/go-multicodec/pull/40))
538
+
539
+### Contributors
540
+
541
+| Contributor | Commits | Lines ± | Files Changed |
542
+|-------------|---------|---------|---------------|
543
+| Daniel Martí | 42 | +8549/-6587 | 170 |
544
+| Eric Myhre | 55 | +5883/-6715 | 395 |
545
+| Marten Seemann | 100 | +1814/-2028 | 275 |
546
+| Steven Allen | 80 | +1573/-1998 | 127 |
547
+| hannahhoward | 18 | +1721/-671 | 53 |
548
+| Will | 2 | +1114/-1217 | 18 |
549
+| Andrew Gillis | 2 | +1220/-720 | 14 |
550
+| gammazero | 3 | +43/-1856 | 10 |
551
+| Masih H. Derkani | 3 | +960/-896 | 8 |
552
+| Adin Schmahmann | 25 | +1458/-313 | 44 |
553
+| vyzo | 27 | +986/-353 | 60 |
554
+| Will Scott | 6 | +852/-424 | 16 |
555
+| Rod Vagg | 19 | +983/-255 | 66 |
556
+| Petar Maymounkov | 6 | +463/-179 | 22 |
557
+| web3-bot | 10 | +211/-195 | 24 |
558
+| adlrocha | 1 | +330/-75 | 15 |
559
+| RubenKelevra | 2 | +128/-210 | 2 |
560
+| Ian Davis | 3 | +200/-109 | 17 |
561
+| Cory Schwartz | 3 | +231/-33 | 7 |
562
+| Keenan Nemetz | 1 | +184/-71 | 2 |
563
+| Randy Reddig | 2 | +187/-53 | 8 |
564
+| Takashi Matsuda | 3 | +201/-2 | 7 |
565
+| guseggert | 4 | +161/-20 | 9 |
566
+| Lucas Molas | 5 | +114/-47 | 27 |
567
+| nisdas | 4 | +115/-45 | 7 |
568
+| Michael Muré | 6 | +107/-33 | 24 |
569
+| Richard Ramos | 2 | +113/-9 | 3 |
570
+| Marcin Rataj | 12 | +88/-24 | 13 |
571
+| Ondrej Prazak | 2 | +104/-6 | 4 |
572
+| Michal Dobaczewski | 2 | +77/-28 | 3 |
573
+| Jorropo | 3 | +9/-75 | 4 |
574
+| Andey Robins | 1 | +70/-3 | 3 |
575
+| Gus Eggert | 10 | +34/-31 | 12 |
576
+| noot | 1 | +54/-9 | 5 |
577
+| Maxim Merzhanov | 1 | +29/-24 | 1 |
578
+| Adrian Lanzafame | 1 | +30/-13 | 2 |
579
+| Bogdan Stirbat | 1 | +22/-16 | 2 |
580
+| Shad Sterling | 1 | +28/-3 | 1 |
581
+| Jesse Bouwman | 5 | +30/-0 | 5 |
582
+| Pavel Karpy | 1 | +19/-7 | 2 |
583
+| lasiar | 5 | +14/-10 | 5 |
584
+| Dennis Trautwein | 1 | +20/-4 | 2 |
585
+| Louis Thibault | 1 | +22/-1 | 2 |
586
+| whyrusleeping | 2 | +21/-1 | 2 |
587
+| aarshkshah1992 | 3 | +12/-8 | 3 |
588
+| Peter Rabbitson | 2 | +20/-0 | 2 |
589
+| bt90 | 2 | +17/-2 | 2 |
590
+| Dominic Della Valle | 1 | +13/-1 | 2 |
591
+| Audrius Butkevicius | 1 | +12/-1 | 1 |
592
+| Brian Strauch | 1 | +9/-3 | 1 |
593
+| Aarsh Shah | 2 | +1/-11 | 2 |
594
+| Whyrusleeping | 1 | +11/-0 | 1 |
595
+| Max | 1 | +7/-3 | 1 |
596
+| vallder | 1 | +3/-5 | 1 |
597
+| Michael Burns | 3 | +2/-6 | 3 |
598
+| Lasse Johnsen | 1 | +4/-4 | 2 |
599
+| snyh | 1 | +5/-2 | 1 |
600
+| Hector Sanjuan | 2 | +3/-2 | 2 |
601
+| 市川恭佑 (ebi) | 1 | +1/-3 | 1 |
602
+| godcong | 2 | +2/-1 | 2 |
603
+| Mathis Engelbart | 1 | +1/-2 | 1 |
604
+| folbrich | 1 | +1/-1 | 1 |
605
+| Med Mouine | 1 | +1/-1 | 1 |
docs/changelogs/v0.11.md
new
+830
@@ -0,0 +1,830 @@
1
+# go-ipfs changelog v0.11
2
+
3
+## v0.11.1 2022-04-08
4
+
5
+This patch release fixes a security issue wherein traversing some malformed DAGs can cause the node to panic.
6
+
7
+See also the security advisory: https://github.com/ipfs/go-ipfs/security/advisories/GHSA-mcq2-w56r-5w2w
8
+
9
+Note: the v0.11.1 patch release contains the Docker compose fix from v0.12.1 as well
10
+
11
+### Changelog
12
+
13
+<details>
14
+<summary>Full Changelog</summary>
15
+- github.com/ipld/go-codec-dagpb (v1.3.0 -> v1.3.2):
16
+ - fix: use protowire for Links bytes decoding
17
+</details>
18
+
19
+### ❤ Contributors
20
+
21
+| Contributor | Commits | Lines ± | Files Changed |
22
+|-------------|---------|---------|---------------|
23
+| Rod Vagg | 1 | +34/-19 | 2 |
24
+
25
+## v0.11.0 2021-12-08
26
+
27
+We're happy to announce go-ipfs 0.11.0. This release comes with improvements to the UnixFS Sharding and PubSub experiments as well as support for Circuit-Relay v2 which sets the network up for decentralized hole punching support.
28
+
29
+As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
30
+
31
+### 🛠 BREAKING CHANGES
32
+
33
+- UnixFS sharding is now automatic and enabled by default
34
+ - HAMT-based sharding is applied to large directories (i.e. those that would serialize into [block](https://docs.ipfs.io/concepts/glossary/#block) larger than ~256KiB)s. This means importing data via commands like `ipfs add -r <directory>` may result in different [CID](https://docs.ipfs.io/concepts/glossary/#cid)s due to the different [DAG](https://docs.ipfs.io/concepts/glossary/#dag) representations.
35
+ - Support for `Experimental.ShardingEnabled` is removed.
36
+- go-ipfs can no longer act as a [Circuit Relay](https://docs.ipfs.io/concepts/glossary/#circuit-relay) v1
37
+ - Node will refuse to start if `Swarm.EnableRelayHop` is set to `true`
38
+ - If you depend on v1 relay service provider, see "Removal of v1 relay service" section for available migration options.
39
+- HTTP RPC wire format for experimental commands at `/api/v0/pubsub` changed.
40
+ - If you use [js-ipfs-http-client](https://www.npmjs.com/package/ipfs-http-client) or [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client), just update to their latest version.
41
+ - If you use something else, see "Multibase in PubSub" section below for migration details.
42
+
43
+Keep reading to learn more details.
44
+
45
+### 🔦 Highlights
46
+
47
+#### 🗃 Automatic UnixFS sharding
48
+
49
+Truly big directories can have so many items, that the root block with all of their names is too big to be exchanged with other peers. This was partially solved by [HAMT-sharding](https://docs.ipfs.io/concepts/glossary/#hamt-sharding), which was introduced a while ago as opt-in. The main downside of the implementation was that it was a global flag that sharded all imported directories (big and small).
50
+
51
+This release solves that inconvenience by making UnixFS sharding smarter and applies it only to larger directories (i.e. directories that would be at least ~256KiB). This is now the default behavior in `ipfs add` and `ipfs files` commands, where UnixFS sharding works out-of-the-box.
52
+
53
+#### 🔁 Circuit Relay v2
54
+
55
+This release adds support for the [circuit relay v2](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md) protocol based on the reference implementation from [go-libp2p 0.16](https://github.com/libp2p/go-libp2p/releases/tag/v0.16.0).
56
+
57
+This is the cornerstone for maximizing p2p connections between IPFS peers. Every publicly dialable peer can now act as a limited relay v2, which can be used for [hole punching](https://docs.ipfs.io/concepts/glossary/#hole-punching) and other decentralized signaling protocols.
58
+
59
+##### Limited relay v2 configuration options
60
+
61
+go-ipfs can now be configured to act as a [`RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) that uses other peers for autorelay functionality when behind a NAT, or provide a limited [`RelayService`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayservice) to other peers on the network.
62
+
63
+Starting with go-ipfs v0.11 every publicly dialable go-ipfs (based on AutoNAT determination) will start a limited `RelayService`. `RelayClient` remains disabled by default for now, as we want the network to update and get enough v2 service providers first.
64
+
65
+Note: the limited Circuit Relay v2 provided with this release only allows low-bandwidth protocols (identify, ping, holepunch) over transient connections. If you want to relay things like bitswap sessions, you need to set up a v1 relay by some other means. See details below.
66
+
67
+##### Removal of unlimited v1 relay service provider
68
+
69
+Switching to v2 of the relay spec means removal or deprecation of configuration keys that were specific to v1.
70
+
71
+- Relay transport and client support circuit-relay v2:
72
+ - `Swarm.EnableAutoRelay` was replaced by `Swarm.RelayClient.Enabled`.
73
+ - `Swarm.DisableRelay` is deprecated, relay transport can be now disabled globally (both client and service) by setting `Swarm.Transports.Network.Relay` to `false`
74
+- Relay v1 service provider was replaced by v2:
75
+ - `Swarm.EnableRelayHop` no longer starts an unlimited v1 relay. If you have it set to `true` the node will refuse to start and display an error message.
76
+ - Existing users who choose to continue running a v1 relay should migrate their setups to relay v1 based on js-ipfs running in node, or the standalone [libp2p-relay-daemon](https://dist.ipfs.io/#libp2p-relay-daemon) [configured](https://github.com/libp2p/go-libp2p-relay-daemon/#configuration) with `RelayV1.Enabled` set to `true`. Be mindful that v1 relays are unlimited, and one may want to set up some ACL based either on PeerIDs or Subnets.
77
+
78
+#### 🕳 Decentralized Hole Punching (DCUtR protocol client)
79
+
80
+We are working towards enabling hole punching for NAT traversal when port forwarding is not possible.
81
+
82
+[go-libp2p 0.16](https://github.com/libp2p/go-libp2p/releases/tag/v0.16.0) provides an implementation of the [DCUtR (decentralized hole punching)](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) protocol. It is hidden behind the `Swarm.EnableHolePunching` configuration flag.
83
+
84
+When enabled, go-ipfs will coordinate with the counterparty using a [relayed v2 connection](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md), to [upgrade to a direct connection](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) through a NAT/firewall whenever possible.
85
+
86
+This feature is disabled by default in this release, but we hope to enable it by default as soon the network updates to go-ipfs v0.11 and gains a healthy set of limited v2 relays.
87
+
88
+#### 💬 Multibase in PubSub HTTP RPC API
89
+
90
+This release fixed some edge cases that were reported by users of the PubSub experiment, getting it closer to becoming a stable feature of go-ipfs. Some PubSub users will notice that the plaintext limitation is lifted: one can now use line breaks in messages published to non-ascii topic names, or even publish arbitrary bytes to arbitrary topics. It required a change to the wire format used when pubsub commands are executed over the HTTP RPC API at `/api/v0/pubsub/*`, and also modified the behavior of the `ipfs pubsub pub` command, which now is publishing only a single pubsub message with data read from a file or stdin.
91
+
92
+##### PubSub client migration tips
93
+
94
+If you use the HTTP RPC API with the [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client) library, make sure to update to the latest version. The next version of [js-ipfs-http-client](https://www.npmjs.com/package/ipfs-http-client) will use the new wire format as well, so you don't need to do anything.
95
+
96
+If you use `/api/v0/pubsub/*` directly or maintain your own client library, you must adjust your HTTP client code. Byte fields and URL args are now encoded in `base64url` [Multibase](https://docs.ipfs.io/concepts/glossary/#multibase). Encode/decode bytes using the `ipfs multibase --help` commands, or use the multiformats libraries ([js-multiformats](https://github.com/multiformats/js-multiformats#readme), [go-multibase](https://github.com/multiformats/go-multibase)).
97
+
98
+Low level changes:
99
+- `topic` passed as URL `arg` in requests to `/api/v0/pubsub/*` must be encoded in URL-safe multibase (`base64url`)
100
+- `data`, `from`, `seqno` and `topicIDs` returned in JSON responses are now encoded in multibase
101
+- Peer IDs returned in `from` now use the same default text representation from go-libp2p and peerid encoder/decoder from libp2p. This means the same text representation as in as in `swarm peers`, which makes it possible to compare them without decoding multibase.
102
+- `/api/v0/pubsub/pub` no longer accepts `data` to be passed as URL, it has to be sent as `multipart/form-data`. This removes size limitations based on URL length, and enables regular HTTP clients to publish data to PubSub topics. For example, to publish `some-file` to topic named `test-topic` using vanilla `curl`, one would execute: `curl -X POST -v -F "stdin=@some-file" 'http://127.0.0.1:5001/api/v0/pubsub/pub?arg=$(echo -n test-topic | ipfs multibase encode -b base64url)'`
103
+- `ipfs pubsub pub` on the command line no longer accepts variadic `data` arguments. Instead, it expects a single file input or stream of bytes from stdin. This ensures arbitrary stream of bytes can be published, removing limitation around messages that include `\n` or `\r\n`.
104
+
105
+#### ⚙ New configuration flags
106
+
107
+- [`Addresses.AppendAnnounce`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addressesappendannounce) is an array of multiaddrs, similar to `Addresses.Announce`, except it does not override inferred swarm addresses, but appends custom ones to the list.
108
+- Pubsub experiments can now be enabled via config, removing the need for CLI flag to be passed every time daemon starts:
109
+ - [`Pubsub.Enabled`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#pubsubenabled) enables the pubsub system.
110
+ - [`Ipns.UsePubsub`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#ipnsusepubsub) enables IPFS over pubsub experiment for publishing IPNS records in real time.
111
+
112
+#### 🔐 Support for DAG-JOSE IPLD codec
113
+
114
+JOSE is a [standard](https://datatracker.ietf.org/wg/jose/documents/) for signing and encrypting JSON objects. [DAG-JOSE](https://ipld.io/specs/codecs/dag-jose/spec/) is an IPLD codec based on JOSE and represented in CBOR. Upon encountering the `dag-jose` multicodec indicator, implementations can expect that the block contains dag-cbor encoded data which matches the IPLD schema from the [DAG-JOSE spec](https://ipld.io/specs/codecs/dag-jose/spec/).
115
+
116
+This work was [contributed](https://github.com/ipfs/go-ipfs/pull/8569) by [Ceramic](https://ceramic.network/) and acts as a template for future IPFS improvements driven by the real world needs of the IPFS community.
117
+
118
+### Changelog
119
+
120
+- github.com/ipfs/go-ipfs:
121
+ - docs: update changelog for v0.11.0
122
+ - Release v0.11.0-rc2
123
+ - fix(corehttp): adjust peer counting metrics (#8577) ([ipfs/go-ipfs#8577](https://github.com/ipfs/go-ipfs/pull/8577))
124
+ - Release v0.11.0-rc1
125
+ - feat: Swarm.EnableHolePunching flag (#8562) ([ipfs/go-ipfs#8562](https://github.com/ipfs/go-ipfs/pull/8562))
126
+ - feat: enabling pubsub and ipns-pubsub via config flags (#8510) ([ipfs/go-ipfs#8510](https://github.com/ipfs/go-ipfs/pull/8510))
127
+ - Integrate go-dag-jose plugin (#8569) ([ipfs/go-ipfs#8569](https://github.com/ipfs/go-ipfs/pull/8569))
128
+ - feat: Addresses.AppendAnnounce (#8177) ([ipfs/go-ipfs#8177](https://github.com/ipfs/go-ipfs/pull/8177))
129
+ - fix: multibase in pubsub http rpc (#8183) ([ipfs/go-ipfs#8183](https://github.com/ipfs/go-ipfs/pull/8183))
130
+ - refactor: remove dir-index-html submodule ([ipfs/go-ipfs#8555](https://github.com/ipfs/go-ipfs/pull/8555))
131
+ - feat: hard deprecation of IPFS_REUSEPORT
132
+ - feat: go-libp2p 0.16, UnixFS autosharding and go-datastore with contexts (#8563) ([ipfs/go-ipfs#8563](https://github.com/ipfs/go-ipfs/pull/8563))
133
+ - chore: fix link in README.md (#8551) ([ipfs/go-ipfs#8551](https://github.com/ipfs/go-ipfs/pull/8551))
134
+ - Updating release template based off some 0.10 learnings (#8491) ([ipfs/go-ipfs#8491](https://github.com/ipfs/go-ipfs/pull/8491))
135
+ - fix: multiple subdomain gateways on same domain (#8556) ([ipfs/go-ipfs#8556](https://github.com/ipfs/go-ipfs/pull/8556))
136
+ - Fix typos (#8548) ([ipfs/go-ipfs#8548](https://github.com/ipfs/go-ipfs/pull/8548))
137
+ - Add support for multiple files to `ipfs files rm`.
138
+ - add a docker-compose file (#8387) ([ipfs/go-ipfs#8387](https://github.com/ipfs/go-ipfs/pull/8387))
139
+ - fix(sharness): use -Q option instead of pipe to tail cmd
140
+ - Add Homebrew installation method. ([ipfs/go-ipfs#8545](https://github.com/ipfs/go-ipfs/pull/8545))
141
+ - docs: fix ipfs files cp examples (#8533) ([ipfs/go-ipfs#8533](https://github.com/ipfs/go-ipfs/pull/8533))
142
+ - fix(unixfs): check for errors before dereferencing the link ([ipfs/go-ipfs#8508](https://github.com/ipfs/go-ipfs/pull/8508))
143
+ - chore: replace go-merkledag walk with go-ipld-prime traversal for dag export (#8506) ([ipfs/go-ipfs#8506](https://github.com/ipfs/go-ipfs/pull/8506))
144
+ - test: add sharness test for reading ADLs with FUSE
145
+ - fix: allow the levelds compression level to be unspecified
146
+ - ([ipfs/go-ipfs#8457](https://github.com/ipfs/go-ipfs/pull/8457))
147
+ - ([ipfs/go-ipfs#8482](https://github.com/ipfs/go-ipfs/pull/8482))
148
+ - Added the missing heathcheck for the container (#8429) ([ipfs/go-ipfs#8429](https://github.com/ipfs/go-ipfs/pull/8429))
149
+ - chore: update dir-index-html to v1.2.2
150
+ - Update RELEASE_ISSUE_TEMPLATE.md
151
+ - Update RELEASE_ISSUE_TEMPLATE.md
152
+ - add more logging to flaky TestPeersTotal
153
+ - Update RELEASE_ISSUE_TEMPLATE.md
154
+ - Update RELEASE_ISSUE_TEMPLATE.md
155
+ - Updating chocolatey to reference go-ipfs
156
+ - chore: update changelog for v0.10.0
157
+ - add testground plans to bitswap on CI
158
+ - ci: move Docker image build to Actions (#8467) ([ipfs/go-ipfs#8467](https://github.com/ipfs/go-ipfs/pull/8467))
159
+ - fix(cli): object add-link: do not allow blocks over BS limit (#8414) ([ipfs/go-ipfs#8414](https://github.com/ipfs/go-ipfs/pull/8414))
160
+ - fuse: load unixfs adls as their dagpb substrates
161
+ - enable the legacy mDNS implementation
162
+ - change ipfs dag get flag name from format to output-codec ([ipfs/go-ipfs#8440](https://github.com/ipfs/go-ipfs/pull/8440))
163
+ - change names of ipfs dag put flags to make changes clearer ([ipfs/go-ipfs#8439](https://github.com/ipfs/go-ipfs/pull/8439))
164
+ - test: check behavior of loading UnixFS sharded directories with missing shards
165
+ - ([ipfs/go-ipfs#8432](https://github.com/ipfs/go-ipfs/pull/8432))
166
+ - feat: dag import --stats (#8237) ([ipfs/go-ipfs#8237](https://github.com/ipfs/go-ipfs/pull/8237))
167
+ - feat: ipfs-webui v2.13.0 (#8430) ([ipfs/go-ipfs#8430](https://github.com/ipfs/go-ipfs/pull/8430))
168
+ - feat(cli): add daemon option --agent-version-suffix (#8419) ([ipfs/go-ipfs#8419](https://github.com/ipfs/go-ipfs/pull/8419))
169
+ - feat: multibase transcode command (#8403) ([ipfs/go-ipfs#8403](https://github.com/ipfs/go-ipfs/pull/8403))
170
+ - fix: take the lock while listing peers
171
+ - feature: 'ipfs swarm peering' command (#8147) ([ipfs/go-ipfs#8147](https://github.com/ipfs/go-ipfs/pull/8147))
172
+ - chore: update IPFS Desktop testing steps (#8393) ([ipfs/go-ipfs#8393](https://github.com/ipfs/go-ipfs/pull/8393))
173
+ - add more buttons; remove some sections covered in the docs; general cleanup ([ipfs/go-ipfs#8274](https://github.com/ipfs/go-ipfs/pull/8274))
174
+ - Cosmetic fixups in examples (#8325) ([ipfs/go-ipfs#8325](https://github.com/ipfs/go-ipfs/pull/8325))
175
+ - perf: use performance-enhancing FUSE mount options
176
+ - ci: publish Docker images for bifrost-* branches
177
+ - chore: add comments to peerlog plugin about being unsupported
178
+ - test: add unit tests for peerlog config parsing
179
+ - ci: preload peerlog plugin, disable by default
180
+ - fix(mkreleaselog): specify the parent commit when diffing
181
+ - update version to v0.11.0-dev
182
+- github.com/ipfs/go-bitswap (v0.4.0 -> v0.5.1):
183
+ - Version 0.5.1
184
+ - Change incorrect function name in README (#541) ([ipfs/go-bitswap#541](https://github.com/ipfs/go-bitswap/pull/541))
185
+ - Version 0.5.0 (#540) ([ipfs/go-bitswap#540](https://github.com/ipfs/go-bitswap/pull/540))
186
+ - feat: plumb through contexts (#539) ([ipfs/go-bitswap#539](https://github.com/ipfs/go-bitswap/pull/539))
187
+ - sync: update CI config files (#538) ([ipfs/go-bitswap#538](https://github.com/ipfs/go-bitswap/pull/538))
188
+ - fix: optimize handling for peers with lots of tasks ([ipfs/go-bitswap#537](https://github.com/ipfs/go-bitswap/pull/537))
189
+ - Enable custom task prioritization logic ([ipfs/go-bitswap#535](https://github.com/ipfs/go-bitswap/pull/535))
190
+ - feat: cache the materialized wantlist ([ipfs/go-bitswap#530](https://github.com/ipfs/go-bitswap/pull/530))
191
+ - fix: reduce receive contention ([ipfs/go-bitswap#536](https://github.com/ipfs/go-bitswap/pull/536))
192
+ - Fix ProviderQueryManager test timings ([ipfs/go-bitswap#534](https://github.com/ipfs/go-bitswap/pull/534))
193
+ - fix: rename wiretap to tracer ([ipfs/go-bitswap#531](https://github.com/ipfs/go-bitswap/pull/531))
194
+ - fix: fix race on "responsive" check ([ipfs/go-bitswap#528](https://github.com/ipfs/go-bitswap/pull/528))
195
+ - fix: reduce log verbosity
196
+- github.com/ipfs/go-blockservice (v0.1.7 -> v0.2.1):
197
+ - Version 0.2.1
198
+ - Version 0.2.0 (#87) ([ipfs/go-blockservice#87](https://github.com/ipfs/go-blockservice/pull/87))
199
+ - feat: add context to interfaces (#86) ([ipfs/go-blockservice#86](https://github.com/ipfs/go-blockservice/pull/86))
200
+ - sync: update CI config files (#85) ([ipfs/go-blockservice#85](https://github.com/ipfs/go-blockservice/pull/85))
201
+ - chore: update log ([ipfs/go-blockservice#84](https://github.com/ipfs/go-blockservice/pull/84))
202
+- github.com/ipfs/go-cid (v0.0.7 -> v0.1.0):
203
+ - amend the CidFromReader slice extension math
204
+ - implement CidFromReader
205
+ - chore: fixups from running go vet, go fmt and staticcheck ([ipfs/go-cid#122](https://github.com/ipfs/go-cid/pull/122))
206
+ - s/characters/bytes
207
+ - Fix inaccurate comment for uvarint
208
+ - coverage: more tests for cid
209
+ - coverage: more tests for varint
210
+ - coverage: more tests for builder
211
+ - fix: make tests run with Go 1.15
212
+ - Add the dagjose multiformat
213
+- github.com/ipfs/go-datastore (v0.4.6 -> v0.5.1):
214
+ - Release v0.5.1
215
+ - chore: add lots of interface assertions
216
+ - fix: make NullDatastore satisfy the Batching interface again
217
+ - Update version.json (#183) ([ipfs/go-datastore#183](https://github.com/ipfs/go-datastore/pull/183))
218
+ - feat: add context to interfaces (#181) ([ipfs/go-datastore#181](https://github.com/ipfs/go-datastore/pull/181))
219
+ - sync: update CI config files ([ipfs/go-datastore#182](https://github.com/ipfs/go-datastore/pull/182))
220
+- github.com/ipfs/go-ds-badger (v0.2.7 -> v0.3.0):
221
+ - feat: plumb through contexts (#119) ([ipfs/go-ds-badger#119](https://github.com/ipfs/go-ds-badger/pull/119))
222
+- github.com/ipfs/go-ds-flatfs (v0.4.5 -> v0.5.1):
223
+ - Update version.json
224
+ - fix: add context to DiskUsage()
225
+ - Version 0.5.0 (#99) ([ipfs/go-ds-flatfs#99](https://github.com/ipfs/go-ds-flatfs/pull/99))
226
+ - feat: add contexts on datastore methods (#98) ([ipfs/go-ds-flatfs#98](https://github.com/ipfs/go-ds-flatfs/pull/98))
227
+ - sync: update CI config files (#97) ([ipfs/go-ds-flatfs#97](https://github.com/ipfs/go-ds-flatfs/pull/97))
228
+ - sync: update CI config files ([ipfs/go-ds-flatfs#96](https://github.com/ipfs/go-ds-flatfs/pull/96))
229
+ - fix staticcheck ([ipfs/go-ds-flatfs#92](https://github.com/ipfs/go-ds-flatfs/pull/92))
230
+ - fix typo in readme.go ([ipfs/go-ds-flatfs#89](https://github.com/ipfs/go-ds-flatfs/pull/89))
231
+- github.com/ipfs/go-ds-leveldb (v0.4.2 -> v0.5.0):
232
+ - Version 0.5.0 (#58) ([ipfs/go-ds-leveldb#58](https://github.com/ipfs/go-ds-leveldb/pull/58))
233
+ - feat: plumb through contexts (#57) ([ipfs/go-ds-leveldb#57](https://github.com/ipfs/go-ds-leveldb/pull/57))
234
+ - sync: update CI config files (#56) ([ipfs/go-ds-leveldb#56](https://github.com/ipfs/go-ds-leveldb/pull/56))
235
+ - fix closing of datastore in tests ([ipfs/go-ds-leveldb#52](https://github.com/ipfs/go-ds-leveldb/pull/52))
236
+ - fix staticcheck ([ipfs/go-ds-leveldb#49](https://github.com/ipfs/go-ds-leveldb/pull/49))
237
+ - fix typo in function documentation ([ipfs/go-ds-leveldb#46](https://github.com/ipfs/go-ds-leveldb/pull/46))
238
+- github.com/ipfs/go-ds-measure (v0.1.0 -> v0.2.0):
239
+ - Version 0.2.0 (#39) ([ipfs/go-ds-measure#39](https://github.com/ipfs/go-ds-measure/pull/39))
240
+ - feat: add contexts on datastore methods (#38) ([ipfs/go-ds-measure#38](https://github.com/ipfs/go-ds-measure/pull/38))
241
+ - sync: update CI config files (#37) ([ipfs/go-ds-measure#37](https://github.com/ipfs/go-ds-measure/pull/37))
242
+- github.com/ipfs/go-fetcher (v1.5.0 -> v1.6.1):
243
+ - Version 1.6.1
244
+ - Version 1.6.0 (#29) ([ipfs/go-fetcher#29](https://github.com/ipfs/go-fetcher/pull/29))
245
+ - feat: plumb through context changes (#28) ([ipfs/go-fetcher#28](https://github.com/ipfs/go-fetcher/pull/28))
246
+ - sync: update CI config files (#27) ([ipfs/go-fetcher#27](https://github.com/ipfs/go-fetcher/pull/27))
247
+ - add a fetcher constructor for the case where we already have a session ([ipfs/go-fetcher#26](https://github.com/ipfs/go-fetcher/pull/26))
248
+- github.com/ipfs/go-filestore (v0.0.3 -> v0.1.0):
249
+ - feat: plumb through context changes (#56) ([ipfs/go-filestore#56](https://github.com/ipfs/go-filestore/pull/56))
250
+- github.com/ipfs/go-graphsync (v0.8.0 -> v0.11.0):
251
+ - docs(CHANGELOG): update for v0.11.0 release
252
+ - Merge branch 'release/v0.10.6'
253
+ - update to context datastores (#275) ([ipfs/go-graphsync#275](https://github.com/ipfs/go-graphsync/pull/275))
254
+ - feat!(requestmanager): remove request allocation backpressure (#272) ([ipfs/go-graphsync#272](https://github.com/ipfs/go-graphsync/pull/272))
255
+ - message/pb: stop using gogo/protobuf (#277) ([ipfs/go-graphsync#277](https://github.com/ipfs/go-graphsync/pull/277))
256
+ - mark all test helper funcs via t.Helper (#276) ([ipfs/go-graphsync#276](https://github.com/ipfs/go-graphsync/pull/276))
257
+ - chore(queryexecutor): remove unused RunTraversal
258
+ - chore(responsemanager): remove unused workSignal
259
+ - chore(queryexecutor): fix tests for runtraversal refactor + clean up
260
+ - feat(queryexecutor): merge RunTraversal into QueryExecutor
261
+ - feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
262
+ - Merge branch 'release/v0.10.5'
263
+ - fix(responseassembler): dont hold block data reference in passed on subscribed block link (#268) ([ipfs/go-graphsync#268](https://github.com/ipfs/go-graphsync/pull/268))
264
+ - sync: update CI config files (#266) ([ipfs/go-graphsync#266](https://github.com/ipfs/go-graphsync/pull/266))
265
+ - Check IPLD context cancellation error type instead of string comparison
266
+ - Use `context.CancelFunc` instead of `func()` (#257) ([ipfs/go-graphsync#257](https://github.com/ipfs/go-graphsync/pull/257))
267
+ - fix: bail properly when budget exceeded
268
+ - feat(requestmanager): report inProgressRequestCount on OutgoingRequests event
269
+ - fix(requestmanager): remove failing racy test select block
270
+ - feat(requestmanager): add OutgoingRequeustProcessingListener
271
+ - Merge branch 'release/v0.10.4'
272
+ - fix(allocator): prevent buffer overflow (#248) ([ipfs/go-graphsync#248](https://github.com/ipfs/go-graphsync/pull/248))
273
+ - Merge branch 'release/v0.10.3'
274
+ - Configure message parameters (#247) ([ipfs/go-graphsync#247](https://github.com/ipfs/go-graphsync/pull/247))
275
+ - Stats! (#246) ([ipfs/go-graphsync#246](https://github.com/ipfs/go-graphsync/pull/246))
276
+ - Limit simultaneous incoming requests on a per peer basis (#245) ([ipfs/go-graphsync#245](https://github.com/ipfs/go-graphsync/pull/245))
277
+ - sync: update CI config files (#191) ([ipfs/go-graphsync#191](https://github.com/ipfs/go-graphsync/pull/191))
278
+ - Merge branch 'release/v0.10.2'
279
+ - test(responsemanager): fix flakiness TestCancellationViaCommand (#243) ([ipfs/go-graphsync#243](https://github.com/ipfs/go-graphsync/pull/243))
280
+ - Fix deadlock on notifications (#242) ([ipfs/go-graphsync#242](https://github.com/ipfs/go-graphsync/pull/242))
281
+ - Merge branch 'release/v0.10.1'
282
+ - Free memory on request finish (#240) ([ipfs/go-graphsync#240](https://github.com/ipfs/go-graphsync/pull/240))
283
+ - release: v1.10.0 ([ipfs/go-graphsync#238](https://github.com/ipfs/go-graphsync/pull/238))
284
+ - Add support for IPLD prime's budgets feature in selectors (#235) ([ipfs/go-graphsync#235](https://github.com/ipfs/go-graphsync/pull/235))
285
+ - feat(graphsync): add an index for blocks in the on new block hook (#234) ([ipfs/go-graphsync#234](https://github.com/ipfs/go-graphsync/pull/234))
286
+ - Do not send first blocks extension (#230) ([ipfs/go-graphsync#230](https://github.com/ipfs/go-graphsync/pull/230))
287
+ - Protect Libp2p Connections (#229) ([ipfs/go-graphsync#229](https://github.com/ipfs/go-graphsync/pull/229))
288
+ - test(responsemanager): remove check (#228) ([ipfs/go-graphsync#228](https://github.com/ipfs/go-graphsync/pull/228))
289
+ - feat(graphsync): give missing blocks a named error (#227) ([ipfs/go-graphsync#227](https://github.com/ipfs/go-graphsync/pull/227))
290
+ - Add request limits (#224) ([ipfs/go-graphsync#224](https://github.com/ipfs/go-graphsync/pull/224))
291
+ - Tech Debt Cleanup and Docs Update (#219) ([ipfs/go-graphsync#219](https://github.com/ipfs/go-graphsync/pull/219))
292
+ - Release/v0.9.3 ([ipfs/go-graphsync#218](https://github.com/ipfs/go-graphsync/pull/218))
293
+ - 0.9.2 release ([ipfs/go-graphsync#217](https://github.com/ipfs/go-graphsync/pull/217))
294
+ - fix(requestmanager): remove main thread block on allocation (#216) ([ipfs/go-graphsync#216](https://github.com/ipfs/go-graphsync/pull/216))
295
+ - feat(allocator): add debug logging (#213) ([ipfs/go-graphsync#213](https://github.com/ipfs/go-graphsync/pull/213))
296
+ - fix: spurious warn log (#210) ([ipfs/go-graphsync#210](https://github.com/ipfs/go-graphsync/pull/210))
297
+ - docs(CHANGELOG): update for v0.9.1 release (#212) ([ipfs/go-graphsync#212](https://github.com/ipfs/go-graphsync/pull/212))
298
+ - fix(message): fix dropping of response extensions (#211) ([ipfs/go-graphsync#211](https://github.com/ipfs/go-graphsync/pull/211))
299
+ - docs(CHANGELOG): update change log ([ipfs/go-graphsync#208](https://github.com/ipfs/go-graphsync/pull/208))
300
+ - docs(README): add notice about branch rename
301
+ - fix(graphsync): make sure linkcontext is passed (#207) ([ipfs/go-graphsync#207](https://github.com/ipfs/go-graphsync/pull/207))
302
+ - Merge final v0.6.x commit history, and 0.8.0 changelog (#205) ([ipfs/go-graphsync#205](https://github.com/ipfs/go-graphsync/pull/205))
303
+ - Fix broken link to IPLD selector documentation (#189) ([ipfs/go-graphsync#189](https://github.com/ipfs/go-graphsync/pull/189))
304
+ - fix: check errors before defering a close (#200) ([ipfs/go-graphsync#200](https://github.com/ipfs/go-graphsync/pull/200))
305
+ - chore: fix checks (#197) ([ipfs/go-graphsync#197](https://github.com/ipfs/go-graphsync/pull/197))
306
+ - Merge the v0.6.x commit history (#190) ([ipfs/go-graphsync#190](https://github.com/ipfs/go-graphsync/pull/190))
307
+ - Ready for universal CI (#187) ([ipfs/go-graphsync#187](https://github.com/ipfs/go-graphsync/pull/187))
308
+ - fix(requestmanager): pass through linksystem (#166) ([ipfs/go-graphsync#166](https://github.com/ipfs/go-graphsync/pull/166))
309
+ - fix missing word in section title (#179) ([ipfs/go-graphsync#179](https://github.com/ipfs/go-graphsync/pull/179))
310
+- github.com/ipfs/go-ipfs-blockstore (v0.1.6 -> v0.2.1):
311
+ - fix: revert back to go-ipfs-ds-help@v0.1.1 (#92) ([ipfs/go-ipfs-blockstore#92](https://github.com/ipfs/go-ipfs-blockstore/pull/92))
312
+ - feat: add context to interfaces & plumb through datastore contexts (#89) ([ipfs/go-ipfs-blockstore#89](https://github.com/ipfs/go-ipfs-blockstore/pull/89))
313
+- github.com/ipfs/go-ipfs-config (v0.16.0 -> v0.18.0):
314
+ - Release v0.18.0 (#159) ([ipfs/go-ipfs-config#159](https://github.com/ipfs/go-ipfs-config/pull/159))
315
+ - feat: add Addresses.AppendAnnounce (#135) ([ipfs/go-ipfs-config#135](https://github.com/ipfs/go-ipfs-config/pull/135))
316
+ - feat: omitempty Swarm.EnableRelayHop for circuit v1 migration (#157) ([ipfs/go-ipfs-config#157](https://github.com/ipfs/go-ipfs-config/pull/157))
317
+ - chore: omitempty Experimental.ShardingEnabled (#158) ([ipfs/go-ipfs-config#158](https://github.com/ipfs/go-ipfs-config/pull/158))
318
+ - chore: update comment to match struct
319
+ - Release v0.17.0 (#156) ([ipfs/go-ipfs-config#156](https://github.com/ipfs/go-ipfs-config/pull/156))
320
+ - feat: add a flag to enable the hole punching service (#155) ([ipfs/go-ipfs-config#155](https://github.com/ipfs/go-ipfs-config/pull/155))
321
+ - improve AutoRelay configuration, add config option for static relays ([ipfs/go-ipfs-config#154](https://github.com/ipfs/go-ipfs-config/pull/154))
322
+ - feat: Swarm.RelayService (circuit v2) (#146) ([ipfs/go-ipfs-config#146](https://github.com/ipfs/go-ipfs-config/pull/146))
323
+ - fix: String method on the OptionalString (#153) ([ipfs/go-ipfs-config#153](https://github.com/ipfs/go-ipfs-config/pull/153))
324
+ - sync: update CI config files (#152) ([ipfs/go-ipfs-config#152](https://github.com/ipfs/go-ipfs-config/pull/152))
325
+ - feat: OptionalString type and UnixFSShardingSizeThreshold (#149) ([ipfs/go-ipfs-config#149](https://github.com/ipfs/go-ipfs-config/pull/149))
326
+ - feat: pubsub and ipns pubsub flags (#145) ([ipfs/go-ipfs-config#145](https://github.com/ipfs/go-ipfs-config/pull/145))
327
+ - feat: add an OptionalDuration type (#148) ([ipfs/go-ipfs-config#148](https://github.com/ipfs/go-ipfs-config/pull/148))
328
+- github.com/ipfs/go-ipfs-exchange-interface (v0.0.1 -> v0.1.0):
329
+ - Update version.json (#20) ([ipfs/go-ipfs-exchange-interface#20](https://github.com/ipfs/go-ipfs-exchange-interface/pull/20))
330
+ - sync: update CI config files (#19) ([ipfs/go-ipfs-exchange-interface#19](https://github.com/ipfs/go-ipfs-exchange-interface/pull/19))
331
+ - feat: add context to interface (#18) ([ipfs/go-ipfs-exchange-interface#18](https://github.com/ipfs/go-ipfs-exchange-interface/pull/18))
332
+ - doc: add a lead maintainer
333
+- github.com/ipfs/go-ipfs-exchange-offline (v0.0.1 -> v0.1.1):
334
+ - Version 0.1.1
335
+ - Version 0.1.0 (#43) ([ipfs/go-ipfs-exchange-offline#43](https://github.com/ipfs/go-ipfs-exchange-offline/pull/43))
336
+ - feat: plumb through contexts (#42) ([ipfs/go-ipfs-exchange-offline#42](https://github.com/ipfs/go-ipfs-exchange-offline/pull/42))
337
+ - sync: update CI config files (#41) ([ipfs/go-ipfs-exchange-offline#41](https://github.com/ipfs/go-ipfs-exchange-offline/pull/41))
338
+ - fix staticcheck ([ipfs/go-ipfs-exchange-offline#35](https://github.com/ipfs/go-ipfs-exchange-offline/pull/35))
339
+ - chore(gx): remove gx
340
+- github.com/ipfs/go-ipfs-files (v0.0.8 -> v0.0.9):
341
+ - sync: update CI config files ([ipfs/go-ipfs-files#40](https://github.com/ipfs/go-ipfs-files/pull/40))
342
+ - fix: manually parse the content disposition to preserve directories ([ipfs/go-ipfs-files#42](https://github.com/ipfs/go-ipfs-files/pull/42))
343
+ - fix: round timestamps down by truncating them to seconds ([ipfs/go-ipfs-files#41](https://github.com/ipfs/go-ipfs-files/pull/41))
344
+ - sync: update CI config files ([ipfs/go-ipfs-files#34](https://github.com/ipfs/go-ipfs-files/pull/34))
345
+ - Fix test failure on Windows caused by nil `sys` in mock `FileInfo` ([ipfs/go-ipfs-files#39](https://github.com/ipfs/go-ipfs-files/pull/39))
346
+ - fix staticcheck ([ipfs/go-ipfs-files#35](https://github.com/ipfs/go-ipfs-files/pull/35))
347
+ - fix linters ([ipfs/go-ipfs-files#33](https://github.com/ipfs/go-ipfs-files/pull/33))
348
+- github.com/ipfs/go-ipfs-pinner (v0.1.2 -> v0.2.1):
349
+ - feat: plumb through context changes (#18) ([ipfs/go-ipfs-pinner#18](https://github.com/ipfs/go-ipfs-pinner/pull/18))
350
+- github.com/ipfs/go-ipfs-provider (v0.6.1 -> v0.7.1):
351
+ - Fix go vet and staticcheck ([ipfs/go-ipfs-provider#40](https://github.com/ipfs/go-ipfs-provider/pull/40))
352
+ - feat: plumb through datastore contexts (#39) ([ipfs/go-ipfs-provider#39](https://github.com/ipfs/go-ipfs-provider/pull/39))
353
+- github.com/ipfs/go-ipfs-routing (v0.1.0 -> v0.2.1):
354
+ - Version 0.2.1
355
+ - Bump version to 0.2.0 (#29) ([ipfs/go-ipfs-routing#29](https://github.com/ipfs/go-ipfs-routing/pull/29))
356
+ - feat: plumb through context changes (#28) ([ipfs/go-ipfs-routing#28](https://github.com/ipfs/go-ipfs-routing/pull/28))
357
+ - sync: update CI config files (#27) ([ipfs/go-ipfs-routing#27](https://github.com/ipfs/go-ipfs-routing/pull/27))
358
+ - fix staticcheck ([ipfs/go-ipfs-routing#24](https://github.com/ipfs/go-ipfs-routing/pull/24))
359
+- github.com/ipfs/go-merkledag (v0.4.0 -> v0.5.1):
360
+ - Version 0.5.1
361
+ - Version 0.5.0 (#79) ([ipfs/go-merkledag#79](https://github.com/ipfs/go-merkledag/pull/79))
362
+ - feat: plumb through contexts (#78) ([ipfs/go-merkledag#78](https://github.com/ipfs/go-merkledag/pull/78))
363
+ - sync: update CI config files (#77) ([ipfs/go-merkledag#77](https://github.com/ipfs/go-merkledag/pull/77))
364
+ - expose session construction to other callers
365
+ - fix RawNode incomplete stats
366
+- github.com/ipfs/go-mfs (v0.1.2 -> v0.2.1):
367
+ - Version 0.2.1
368
+ - Version 0.2.0 (#96) ([ipfs/go-mfs#96](https://github.com/ipfs/go-mfs/pull/96))
369
+ - support threshold based automatic sharding and unsharding of directories (#88) ([ipfs/go-mfs#88](https://github.com/ipfs/go-mfs/pull/88))
370
+ - sync: update CI config files (#94) ([ipfs/go-mfs#94](https://github.com/ipfs/go-mfs/pull/94))
371
+ - Fix lint errors ([ipfs/go-mfs#90](https://github.com/ipfs/go-mfs/pull/90))
372
+ - remove Makefile ([ipfs/go-mfs#89](https://github.com/ipfs/go-mfs/pull/89))
373
+- github.com/ipfs/go-namesys (v0.3.1 -> v0.4.0):
374
+ - Release v0.4.0
375
+ - feat: plumb through datastore contexts
376
+ - sync: update CI config files (#23) ([ipfs/go-namesys#23](https://github.com/ipfs/go-namesys/pull/23))
377
+- github.com/ipfs/go-path (v0.1.2 -> v0.2.1):
378
+ - Version 0.2.1
379
+ - Version 0.2.0 (#48) ([ipfs/go-path#48](https://github.com/ipfs/go-path/pull/48))
380
+ - feat: plumb through context changes (#47) ([ipfs/go-path#47](https://github.com/ipfs/go-path/pull/47))
381
+ - sync: update CI config files (#46) ([ipfs/go-path#46](https://github.com/ipfs/go-path/pull/46))
382
+ - Revert "feat: plumb through context changes"
383
+ - feat: plumb through context changes
384
+- github.com/ipfs/go-peertaskqueue (v0.4.0 -> v0.7.0):
385
+ - feat: optimize checking if a new task is "better" ([ipfs/go-peertaskqueue#19](https://github.com/ipfs/go-peertaskqueue/pull/19))
386
+ - Adds customizable prioritization logic for peertracker and peertaskqueue ([ipfs/go-peertaskqueue#17](https://github.com/ipfs/go-peertaskqueue/pull/17))
387
+ - When priority is equal, use FIFO ([ipfs/go-peertaskqueue#16](https://github.com/ipfs/go-peertaskqueue/pull/16))
388
+- github.com/ipfs/go-unixfs (v0.2.5 -> v0.3.1):
389
+ - Version 0.3.1
390
+ - Version 0.3.0 (#114) ([ipfs/go-unixfs#114](https://github.com/ipfs/go-unixfs/pull/114))
391
+ - feat: plumb through datastore context changes
392
+ - Size-based unsharding (#94) ([ipfs/go-unixfs#94](https://github.com/ipfs/go-unixfs/pull/94))
393
+ - sync: update CI config files (#112) ([ipfs/go-unixfs#112](https://github.com/ipfs/go-unixfs/pull/112))
394
+ - chore(deps): move bitfield to ipfs org ([ipfs/go-unixfs#98](https://github.com/ipfs/go-unixfs/pull/98))
395
+ - fix staticcheck ([ipfs/go-unixfs#95](https://github.com/ipfs/go-unixfs/pull/95))
396
+ - fix(directory): initialize size when computing it ([ipfs/go-unixfs#93](https://github.com/ipfs/go-unixfs/pull/93))
397
+ - fix: always return upgradeable instead of basic dir (#92) ([ipfs/go-unixfs#92](https://github.com/ipfs/go-unixfs/pull/92))
398
+ - feat: switch to HAMT based on size (#91) ([ipfs/go-unixfs#91](https://github.com/ipfs/go-unixfs/pull/91))
399
+ - go fmt
400
+ - fix: add pointer receiver
401
+ - add test
402
+ - feat: add UpgradeableDirectory
403
+- github.com/ipfs/interface-go-ipfs-core (v0.5.1 -> v0.5.2):
404
+ - fix: check errors by string ([ipfs/interface-go-ipfs-core#76](https://github.com/ipfs/interface-go-ipfs-core/pull/76))
405
+- github.com/ipfs/tar-utils (v0.0.1 -> v0.0.2):
406
+ - Release v0.0.2 (#8) ([ipfs/tar-utils#8](https://github.com/ipfs/tar-utils/pull/8))
407
+ - sync: update CI config files ([ipfs/tar-utils#7](https://github.com/ipfs/tar-utils/pull/7))
408
+ - sync: update CI config files (#6) ([ipfs/tar-utils#6](https://github.com/ipfs/tar-utils/pull/6))
409
+ - allow .. in file and directory names ([ipfs/tar-utils#5](https://github.com/ipfs/tar-utils/pull/5))
410
+- github.com/ipld/go-car (v0.3.1 -> v0.3.2):
411
+ - Expose selector traversal options for SelectiveCar ([ipld/go-car#251](https://github.com/ipld/go-car/pull/251))
412
+ - Implement API to allow replacing root CIDs in a CARv1 or CARv2
413
+ - blockstore: OpenReadWrite should not modify if it refuses to resume
414
+ - clarify the relation between StoreIdentityCIDs and SetFullyIndexed
415
+ - Implement options to handle `IDENTITY` CIDs gracefully
416
+ - Combine API options for simplicity and logical coherence
417
+ - Add test script for car verify (#236) ([ipld/go-car#236](https://github.com/ipld/go-car/pull/236))
418
+ - cmd/car: add first testscript tests
419
+ - integrate `car/` cli into `cmd/car` (#233) ([ipld/go-car#233](https://github.com/ipld/go-car/pull/233))
420
+ - Add `car get-dag` command (#232) ([ipld/go-car#232](https://github.com/ipld/go-car/pull/232))
421
+ - Separate CLI to separate module (#231) ([ipld/go-car#231](https://github.com/ipld/go-car/pull/231))
422
+ - add `get block` to car cli (#230) ([ipld/go-car#230](https://github.com/ipld/go-car/pull/230))
423
+ - use file size when loading from v1 car (#229) ([ipld/go-car#229](https://github.com/ipld/go-car/pull/229))
424
+ - add interface describing iteration (#228) ([ipld/go-car#228](https://github.com/ipld/go-car/pull/228))
425
+ - Add `list` and `filter` commands (#227) ([ipld/go-car#227](https://github.com/ipld/go-car/pull/227))
426
+ - Add `car split` command (#226) ([ipld/go-car#226](https://github.com/ipld/go-car/pull/226))
427
+ - Make `MultihashIndexSorted` the default index codec for CARv2
428
+ - Add carve utility for updating the index of a car{v1,v2} file (#219) ([ipld/go-car#219](https://github.com/ipld/go-car/pull/219))
429
+ - Ignore records with `IDENTITY` CID in `IndexSorted`
430
+ - Fix index GetAll infinite loop if function always returns `true`
431
+ - Expose the ability to iterate over records in `MultihasIndexSorted`
432
+ - avoid another alloc per read byte
433
+ - avoid allocating on every byte read
434
+ - Implement new index type that also includes mutltihash code
435
+ - Return `nil` as Index reader when reading indexless CARv2
436
+ - Assert `OpenReader` from file does not panic after closure
437
+ - Document performance caveats of `ExtractV1File` and address comments
438
+ - Implement utility to extract CARv1 from a CARv2
439
+ - v2/blockstore: add ReadWrite.Discard
440
+ - update LICENSE files to point to the new gateway
441
+ - re-add root LICENSE file
442
+ - v2: stop using a symlink for LICENSE.md
443
+ - Update the readme with link to examples
444
+ - update package godocs and root level README for v2
445
+ - blockstore: stop embedding ReadOnly in ReadWrite
446
+ - Implement version agnostic streaming CAR block iterator
447
+ - blockstore: use errors when API contracts are broken
448
+ - add the first read-only benchmarks
449
+ - Implement reader block iterator over CARv1 or CARv2
450
+ - Propagate async `blockstore.AllKeysChan` errors via context
451
+ - Add zero-length sections as EOF option to internal CARv1 reader
452
+ - Improve error handing in tests
453
+ - Allow `ReadOption`s to be set when getting or generating index
454
+ - Use `ioutil.TempFile` to simplify file creation in index example
455
+ - Avoid writing to files in testdata
456
+ - blockstore: implement UseWholeCIDs
457
+ - Merge wip-v2 into master (#178) ([ipld/go-car#178](https://github.com/ipld/go-car/pull/178))
458
+- github.com/ipld/go-ipld-prime (v0.12.2 -> v0.14.2):
459
+ - dagcbor: coerce undef to null. ([ipld/go-ipld-prime#308](https://github.com/ipld/go-ipld-prime/pull/308))
460
+ - fluent: add toInterface (#304) ([ipld/go-ipld-prime#304](https://github.com/ipld/go-ipld-prime/pull/304))
461
+ - traversal: s/Walk/WalkLocal/
462
+ - traversal: add a primitive walk function.
463
+ - Remove dependency to `go-wish`
464
+ - mark v0.14.0
465
+ - ([ipld/go-ipld-prime#279](https://github.com/ipld/go-ipld-prime/pull/279))
466
+ - Port `traversal` package tests to quicktest
467
+ - Port `codec` package tests to quicktest
468
+ - changelog: backfill.
469
+ - Gracefully handle `TypedNode` with `nil` type of kind `Map`
470
+ - Gracefully print typed nodes with `nil` type
471
+ - Implement handling of `Link` and `[]byte` in `printer` (#294) ([ipld/go-ipld-prime#294](https://github.com/ipld/go-ipld-prime/pull/294))
472
+ - changelog: backfill for the v0.12.x series.
473
+ - readme: introduce a migration guide.
474
+ - Port `fluent` package tests to quicktest
475
+ - Port `datamodel` package tests to quicktest
476
+ - Port `adl` package tests to quicktest
477
+ - Port `node` package tests to quicktest
478
+ - node/bindnode: support links in ProduceGoTypes
479
+ - bump CI to Go 1.16 and 1.17
480
+ - node/bindnode: support links in schema-type verification
481
+ - node/bindnode: export ProduceGoTypes
482
+ - all: fix "an" typos after the ipld->datamodel refactor
483
+ - node/bindnode: fix test code after two PR merges
484
+ - add LoadSchema APIs to the root package
485
+ - storage: add 'Has' feature. ([ipld/go-ipld-prime#276](https://github.com/ipld/go-ipld-prime/pull/276))
486
+ - node/bindnode: start verifying schema compatibility
487
+ - linking: add LoadRaw and LoadPlusRaw functions to LinkSystem. ([ipld/go-ipld-prime#267](https://github.com/ipld/go-ipld-prime/pull/267))
488
+ - node/bindnode: add support for lists behind kinded unions
489
+ - node/bindnode: also run TestPrototype with just schemas
490
+ - node/bindnode: polish a few TODO panics away
491
+ - node/bindnode: add support for all scalars behind kinded unions
492
+ - node/bindnode: get closer to passing the Links schema tests
493
+ - start using Rod's schema tests from ipld/ipld
494
+ - fully support parsing, encoding, and decoding the schema-schema
495
+ - node/bindnode: add native support for cid.Cid
496
+ - A more Featureful Approach to Storage APIs ([ipld/go-ipld-prime#265](https://github.com/ipld/go-ipld-prime/pull/265))
497
+ - Add a cidlink.Memory storage option (#266) ([ipld/go-ipld-prime#266](https://github.com/ipld/go-ipld-prime/pull/266))
498
+ - Improve docs for AssignNode; and datamodel.Copy function. ([ipld/go-ipld-prime#264](https://github.com/ipld/go-ipld-prime/pull/264))
499
+ - schemadsl: assign the struct representation.
500
+ - schema,tests,gen/go: more tests, gen union fixes. ([ipld/go-ipld-prime#257](https://github.com/ipld/go-ipld-prime/pull/257))
501
+ - fix: deal with LinkRevisit->LinkVisitOnlyOnce change
502
+ - traversal: the link-visit-only-once behavior should require opt-in, rather than defaulting to on.
503
+ - chore: add LinkRevisit:false traversal test
504
+ - traversal: track seen links, and revisit only if configured to do so.
505
+ - fix: use datamodel.Node selectors
506
+ - Revert encode round-trip to leave unencoded node test intact
507
+ - Add more walk tests, including tests for use of SkipMe
508
+ - Round-trip test nodes through custom codec to ensure stability
509
+ - Don't abort block processing when encountering SkipMe
510
+ - traversal: implement monotonically decrementing budgets. ([ipld/go-ipld-prime#260](https://github.com/ipld/go-ipld-prime/pull/260))
511
+ - Use datamodel.Node for "Common" selector variants
512
+ - schema/dmt: first pass at a parser ([ipld/go-ipld-prime#253](https://github.com/ipld/go-ipld-prime/pull/253))
513
+ - drop codectools.
514
+ - drop jst codec. It lives in https://github.com/warpfork/go-jst/ now.
515
+ - drop dagjson2.
516
+ - fix(traversal): properly wrap errors
517
+ - printer: empty maps and lists and structs should stay on one line.
518
+ - schema: turn TypeName into an alias
519
+ - schema/dmt: sync with schema-schema changes, finish Compile
520
+ - schema: add ways to set and access the ImplicitValue for a struct field.
521
+ - schema: accessor for TypeEnum.Representation.
522
+ - schema: finish minimum viable support for describing enum types.
523
+- github.com/libp2p/go-conn-security-multistream (v0.2.1 -> v0.3.0):
524
+ - use the new SecureTransport and SecureMuxer interfaces (#36) ([libp2p/go-conn-security-multistream#36](https://github.com/libp2p/go-conn-security-multistream/pull/36))
525
+ - fix go vet and staticcheck ([libp2p/go-conn-security-multistream#33](https://github.com/libp2p/go-conn-security-multistream/pull/33))
526
+- github.com/libp2p/go-libp2p (v0.15.0 -> v0.16.0):
527
+ - release v0.16.0 ([libp2p/go-libp2p#1246](https://github.com/libp2p/go-libp2p/pull/1246))
528
+ - allow the ping protocol on transient connections ([libp2p/go-libp2p#1244](https://github.com/libp2p/go-libp2p/pull/1244))
529
+ - make the Type field required in the HolePunch protobuf ([libp2p/go-libp2p#1241](https://github.com/libp2p/go-libp2p/pull/1241))
530
+ - reject hole punching attempts when we don't have any public addresses ([libp2p/go-libp2p#1214](https://github.com/libp2p/go-libp2p/pull/1214))
531
+ - refactor the AutoRelay code ([libp2p/go-libp2p#1240](https://github.com/libp2p/go-libp2p/pull/1240))
532
+ - remove dead API link in README ([libp2p/go-libp2p#1233](https://github.com/libp2p/go-libp2p/pull/1233))
533
+ - pass static relays to EnableAutoRelay, deprecate libp2p.StaticRelays and libp2p.DefaultStaticRelays ([libp2p/go-libp2p#1239](https://github.com/libp2p/go-libp2p/pull/1239))
534
+ - feat: plumb through peerstore context changes (#1237) ([libp2p/go-libp2p#1237](https://github.com/libp2p/go-libp2p/pull/1237))
535
+ - emit the EvtPeerConnectednessChanged event ([libp2p/go-libp2p#1230](https://github.com/libp2p/go-libp2p/pull/1230))
536
+ - update go-libp2p-swarm to v0.7.0 ([libp2p/go-libp2p#1226](https://github.com/libp2p/go-libp2p/pull/1226))
537
+ - sync: update CI config files (#1225) ([libp2p/go-libp2p#1225](https://github.com/libp2p/go-libp2p/pull/1225))
538
+ - simplify circuitv2 package structure ([libp2p/go-libp2p#1224](https://github.com/libp2p/go-libp2p/pull/1224))
539
+ - use a random string for the mDNS peer-name ([libp2p/go-libp2p#1222](https://github.com/libp2p/go-libp2p/pull/1222))
540
+ - remove {Un}RegisterNotifee functions from mDNS service ([libp2p/go-libp2p#1220](https://github.com/libp2p/go-libp2p/pull/1220))
541
+ - fix structured logging in holepunch coordination ([libp2p/go-libp2p#1213](https://github.com/libp2p/go-libp2p/pull/1213))
542
+ - fix flaky TestStBackpressureStreamWrite test ([libp2p/go-libp2p#1212](https://github.com/libp2p/go-libp2p/pull/1212))
543
+ - properly close hosts in mDNS tests ([libp2p/go-libp2p#1216](https://github.com/libp2p/go-libp2p/pull/1216))
544
+ - close the ObserverAddrManager when the ID service is closed ([libp2p/go-libp2p#1218](https://github.com/libp2p/go-libp2p/pull/1218))
545
+ - make it possible to pass options to a transport constructor ([libp2p/go-libp2p#1205](https://github.com/libp2p/go-libp2p/pull/1205))
546
+ - remove goprocess from the NATManager ([libp2p/go-libp2p#1193](https://github.com/libp2p/go-libp2p/pull/1193))
547
+ - add an option to start the relay v2 ([libp2p/go-libp2p#1197](https://github.com/libp2p/go-libp2p/pull/1197))
548
+ - fix flaky TestFastDisconnect identify test ([libp2p/go-libp2p#1200](https://github.com/libp2p/go-libp2p/pull/1200))
549
+ - chore: update go-tcp-transport to v0.3.0 ([libp2p/go-libp2p#1203](https://github.com/libp2p/go-libp2p/pull/1203))
550
+ - fix: skip variadic params in constructors ([libp2p/go-libp2p#1204](https://github.com/libp2p/go-libp2p/pull/1204))
551
+ - fix flaky BasicHost tests ([libp2p/go-libp2p#1202](https://github.com/libp2p/go-libp2p/pull/1202))
552
+ - remove dependency on github.com/ipfs/go-detect-race ([libp2p/go-libp2p#1201](https://github.com/libp2p/go-libp2p/pull/1201))
553
+ - fix flaky TestEndToEndSimConnect holepunching test ([libp2p/go-libp2p#1191](https://github.com/libp2p/go-libp2p/pull/1191))
554
+ - autorelay support for circuitv2 relays (#1198) ([libp2p/go-libp2p#1198](https://github.com/libp2p/go-libp2p/pull/1198))
555
+ - reject circuitv2 reservations with nonsensical expiration times ([libp2p/go-libp2p#1199](https://github.com/libp2p/go-libp2p/pull/1199))
556
+ - Tag relay hops in relay implementations ([libp2p/go-libp2p#1188](https://github.com/libp2p/go-libp2p/pull/1188))
557
+ - Add standalone implementation of v1 Relay (#1186) ([libp2p/go-libp2p#1186](https://github.com/libp2p/go-libp2p/pull/1186))
558
+ - remove the context from the libp2p and the Host constructor ([libp2p/go-libp2p#1190](https://github.com/libp2p/go-libp2p/pull/1190))
559
+ - don't use a context to shut down the circuitv2 ([libp2p/go-libp2p#1185](https://github.com/libp2p/go-libp2p/pull/1185))
560
+ - fix: remove v1 go-log dep ([libp2p/go-libp2p#1189](https://github.com/libp2p/go-libp2p/pull/1189))
561
+ - don't use the context to shut down the relay ([libp2p/go-libp2p#1184](https://github.com/libp2p/go-libp2p/pull/1184))
562
+ - Use circuitv2 code (#1183) ([libp2p/go-libp2p#1183](https://github.com/libp2p/go-libp2p/pull/1183))
563
+ - clean up badges in README ([libp2p/go-libp2p#1179](https://github.com/libp2p/go-libp2p/pull/1179))
564
+ - remove recommendation about Go module proxy from README ([libp2p/go-libp2p#1180](https://github.com/libp2p/go-libp2p/pull/1180))
565
+ - merge branch 'hole-punching'
566
+ - don't use a context for closing the ObservedAddrManager ([libp2p/go-libp2p#1175](https://github.com/libp2p/go-libp2p/pull/1175))
567
+ - move the circuit v2 code here ([libp2p/go-libp2p#1174](https://github.com/libp2p/go-libp2p/pull/1174))
568
+ - make QUIC a default transport ([libp2p/go-libp2p#1128](https://github.com/libp2p/go-libp2p/pull/1128))
569
+ - stop using jbenet/go-cienv ([libp2p/go-libp2p#1176](https://github.com/libp2p/go-libp2p/pull/1176))
570
+ - fix flaky TestObsAddrSet test ([libp2p/go-libp2p#1172](https://github.com/libp2p/go-libp2p/pull/1172))
571
+ - clean up messy defer logic in IDService.sendIdentifyResp ([libp2p/go-libp2p#1169](https://github.com/libp2p/go-libp2p/pull/1169))
572
+ - remove secio from README, add noise ([libp2p/go-libp2p#1165](https://github.com/libp2p/go-libp2p/pull/1165))
573
+- github.com/libp2p/go-libp2p-asn-util (v0.0.0-20200825225859-85005c6cf052 -> v0.1.0):
574
+ - Update from upstream and make regeneration easier (#17) ([libp2p/go-libp2p-asn-util#17](https://github.com/libp2p/go-libp2p-asn-util/pull/17))
575
+ - add license file so it can be found by go-licenses ([libp2p/go-libp2p-asn-util#10](https://github.com/libp2p/go-libp2p-asn-util/pull/10))
576
+ - refactor: rename ASN table files ([libp2p/go-libp2p-asn-util#9](https://github.com/libp2p/go-libp2p-asn-util/pull/9))
577
+ - Library for IP -> ASN mapping ([libp2p/go-libp2p-asn-util#1](https://github.com/libp2p/go-libp2p-asn-util/pull/1))
578
+- github.com/libp2p/go-libp2p-autonat (v0.4.2 -> v0.6.0):
579
+ - Version 0.6.0 (#112) ([libp2p/go-libp2p-autonat#112](https://github.com/libp2p/go-libp2p-autonat/pull/112))
580
+ - feat: plumb through contexts from peerstore (#111) ([libp2p/go-libp2p-autonat#111](https://github.com/libp2p/go-libp2p-autonat/pull/111))
581
+ - sync: update CI config files (#110) ([libp2p/go-libp2p-autonat#110](https://github.com/libp2p/go-libp2p-autonat/pull/110))
582
+ - remove context from constructor, implement a proper Close method ([libp2p/go-libp2p-autonat#109](https://github.com/libp2p/go-libp2p-autonat/pull/109))
583
+ - fix stream deadlines ([libp2p/go-libp2p-autonat#107](https://github.com/libp2p/go-libp2p-autonat/pull/107))
584
+ - disable failing integration test ([libp2p/go-libp2p-autonat#108](https://github.com/libp2p/go-libp2p-autonat/pull/108))
585
+ - fix staticcheck ([libp2p/go-libp2p-autonat#103](https://github.com/libp2p/go-libp2p-autonat/pull/103))
586
+- github.com/libp2p/go-libp2p-core (v0.9.0 -> v0.11.0):
587
+ - release v0.11.0 (#217) ([libp2p/go-libp2p-core#217](https://github.com/libp2p/go-libp2p-core/pull/217))
588
+ - remove the ConnHandler (#214) ([libp2p/go-libp2p-core#214](https://github.com/libp2p/go-libp2p-core/pull/214))
589
+ - sync: update CI config files (#216) ([libp2p/go-libp2p-core#216](https://github.com/libp2p/go-libp2p-core/pull/216))
590
+ - remove the Process from the Network interface (#212) ([libp2p/go-libp2p-core#212](https://github.com/libp2p/go-libp2p-core/pull/212))
591
+ - pass the peer ID to SecureInbound in the SecureTransport and SecureMuxer (#211) ([libp2p/go-libp2p-core#211](https://github.com/libp2p/go-libp2p-core/pull/211))
592
+ - save the role (client, server) in the simultaneous connect context (#210) ([libp2p/go-libp2p-core#210](https://github.com/libp2p/go-libp2p-core/pull/210))
593
+ - sync: update CI config files (#209) ([libp2p/go-libp2p-core#209](https://github.com/libp2p/go-libp2p-core/pull/209))
594
+- github.com/libp2p/go-libp2p-discovery (v0.5.1 -> v0.6.0):
595
+ - feat: plumb peerstore contexts changes through (#75) ([libp2p/go-libp2p-discovery#75](https://github.com/libp2p/go-libp2p-discovery/pull/75))
596
+ - remove deprecated types ([libp2p/go-libp2p-discovery#73](https://github.com/libp2p/go-libp2p-discovery/pull/73))
597
+- github.com/libp2p/go-libp2p-kad-dht (v0.13.1 -> v0.15.0):
598
+ - Bump version to 0.15.0 (#755) ([libp2p/go-libp2p-kad-dht#755](https://github.com/libp2p/go-libp2p-kad-dht/pull/755))
599
+ - sync: update CI config files (#754) ([libp2p/go-libp2p-kad-dht#754](https://github.com/libp2p/go-libp2p-kad-dht/pull/754))
600
+ - feat: plumb through datastore contexts (#753) ([libp2p/go-libp2p-kad-dht#753](https://github.com/libp2p/go-libp2p-kad-dht/pull/753))
601
+ - custom ProviderManager that brokers AddrInfos (#751) ([libp2p/go-libp2p-kad-dht#751](https://github.com/libp2p/go-libp2p-kad-dht/pull/751))
602
+ - feat: make compatible with go-libp2p 0.15 ([libp2p/go-libp2p-kad-dht#747](https://github.com/libp2p/go-libp2p-kad-dht/pull/747))
603
+ - sync: update CI config files ([libp2p/go-libp2p-kad-dht#743](https://github.com/libp2p/go-libp2p-kad-dht/pull/743))
604
+ - Disallow GetPublicKey when DisableValues is passed ([libp2p/go-libp2p-kad-dht#604](https://github.com/libp2p/go-libp2p-kad-dht/pull/604))
605
+- github.com/libp2p/go-libp2p-nat (v0.0.6 -> v0.1.0):
606
+ - remove Codecov config file ([libp2p/go-libp2p-nat#39](https://github.com/libp2p/go-libp2p-nat/pull/39))
607
+ - stop using goprocess for shutdown ([libp2p/go-libp2p-nat#38](https://github.com/libp2p/go-libp2p-nat/pull/38))
608
+ - chore: update go-log ([libp2p/go-libp2p-nat#37](https://github.com/libp2p/go-libp2p-nat/pull/37))
609
+ - remove unused field permanent from mapping ([libp2p/go-libp2p-nat#33](https://github.com/libp2p/go-libp2p-nat/pull/33))
610
+- github.com/libp2p/go-libp2p-noise (v0.2.2 -> v0.3.0):
611
+ - add the peer ID to SecureInbound ([libp2p/go-libp2p-noise#104](https://github.com/libp2p/go-libp2p-noise/pull/104))
612
+ - update go-libp2p-core, remove integration test ([libp2p/go-libp2p-noise#102](https://github.com/libp2p/go-libp2p-noise/pull/102))
613
+- github.com/libp2p/go-libp2p-peerstore (v0.2.8 -> v0.4.0):
614
+ - Update version.json (#178) ([libp2p/go-libp2p-peerstore#178](https://github.com/libp2p/go-libp2p-peerstore/pull/178))
615
+ - limit the number of protocols we store per peer ([libp2p/go-libp2p-peerstore#172](https://github.com/libp2p/go-libp2p-peerstore/pull/172))
616
+ - sync: update CI config files (#177) ([libp2p/go-libp2p-peerstore#177](https://github.com/libp2p/go-libp2p-peerstore/pull/177))
617
+ - feat: plumb through datastore contexts (#176) ([libp2p/go-libp2p-peerstore#176](https://github.com/libp2p/go-libp2p-peerstore/pull/176))
618
+ - remove leftover peerstore implementation in the root package ([libp2p/go-libp2p-peerstore#173](https://github.com/libp2p/go-libp2p-peerstore/pull/173))
619
+ - fix: replace deprecated call ([libp2p/go-libp2p-peerstore#168](https://github.com/libp2p/go-libp2p-peerstore/pull/168))
620
+ - feat: remove queue ([libp2p/go-libp2p-peerstore#166](https://github.com/libp2p/go-libp2p-peerstore/pull/166))
621
+ - remove deprecated types ([libp2p/go-libp2p-peerstore#165](https://github.com/libp2p/go-libp2p-peerstore/pull/165))
622
+- github.com/libp2p/go-libp2p-pubsub (v0.5.4 -> v0.6.0):
623
+ - feat: plumb through context changes (#459) ([libp2p/go-libp2p-pubsub#459](https://github.com/libp2p/go-libp2p-pubsub/pull/459))
624
+ - support MinTopicSize without a discovery mechanism
625
+ - clear peerPromises map when fullfilling a promise
626
+ - README: remove obsolete notice, fix example code for tracing.
627
+ - remove peer filter check from subscriptions (#453) ([libp2p/go-libp2p-pubsub#453](https://github.com/libp2p/go-libp2p-pubsub/pull/453))
628
+ - Create peer filter option
629
+- github.com/libp2p/go-libp2p-pubsub-router (v0.4.0 -> v0.5.0):
630
+ - Version 0.5.0
631
+ - feat: plumb through datastore contexts
632
+ - sync: update CI config files (#86) ([libp2p/go-libp2p-pubsub-router#86](https://github.com/libp2p/go-libp2p-pubsub-router/pull/86))
633
+ - Remove arbitrary sleeps from tests ([libp2p/go-libp2p-pubsub-router#87](https://github.com/libp2p/go-libp2p-pubsub-router/pull/87))
634
+ - cleanup: fix staticcheck failures ([libp2p/go-libp2p-pubsub-router#84](https://github.com/libp2p/go-libp2p-pubsub-router/pull/84))
635
+ - Add WithDatastore option. ([libp2p/go-libp2p-pubsub-router#82](https://github.com/libp2p/go-libp2p-pubsub-router/pull/82))
636
+- github.com/libp2p/go-libp2p-quic-transport (v0.12.0 -> v0.15.0):
637
+ - release v0.15.0 (#241) ([libp2p/go-libp2p-quic-transport#241](https://github.com/libp2p/go-libp2p-quic-transport/pull/241))
638
+ - reuse the same router until we change listeners ([libp2p/go-libp2p-quic-transport#240](https://github.com/libp2p/go-libp2p-quic-transport/pull/240))
639
+ - release v0.14.0 ([libp2p/go-libp2p-quic-transport#237](https://github.com/libp2p/go-libp2p-quic-transport/pull/237))
640
+ - fix error assertions in the tracer ([libp2p/go-libp2p-quic-transport#234](https://github.com/libp2p/go-libp2p-quic-transport/pull/234))
641
+ - sync: update CI config files (#235) ([libp2p/go-libp2p-quic-transport#235](https://github.com/libp2p/go-libp2p-quic-transport/pull/235))
642
+ - read the client option from the simultaneous connect context ([libp2p/go-libp2p-quic-transport#230](https://github.com/libp2p/go-libp2p-quic-transport/pull/230))
643
+- github.com/libp2p/go-libp2p-swarm (v0.5.3 -> v0.8.0):
644
+ - Version 0.8.0 (#292) ([libp2p/go-libp2p-swarm#292](https://github.com/libp2p/go-libp2p-swarm/pull/292))
645
+ - feat: plumb contexts through from peerstore (#290) ([libp2p/go-libp2p-swarm#290](https://github.com/libp2p/go-libp2p-swarm/pull/290))
646
+ - release v0.7.0 ([libp2p/go-libp2p-swarm#289](https://github.com/libp2p/go-libp2p-swarm/pull/289))
647
+ - update go-tcp-transport to v0.4.0 ([libp2p/go-libp2p-swarm#287](https://github.com/libp2p/go-libp2p-swarm/pull/287))
648
+ - remove the ConnHandler ([libp2p/go-libp2p-swarm#286](https://github.com/libp2p/go-libp2p-swarm/pull/286))
649
+ - sync: update CI config files (#288) ([libp2p/go-libp2p-swarm#288](https://github.com/libp2p/go-libp2p-swarm/pull/288))
650
+ - remove a lot of incorrect statements from the README ([libp2p/go-libp2p-swarm#284](https://github.com/libp2p/go-libp2p-swarm/pull/284))
651
+ - unexport the DialSync ([libp2p/go-libp2p-swarm#281](https://github.com/libp2p/go-libp2p-swarm/pull/281))
652
+ - add an error return value to the constructor ([libp2p/go-libp2p-swarm#280](https://github.com/libp2p/go-libp2p-swarm/pull/280))
653
+ - use functional options to configure the swarm ([libp2p/go-libp2p-swarm#279](https://github.com/libp2p/go-libp2p-swarm/pull/279))
654
+ - stop using goprocess to control teardown ([libp2p/go-libp2p-swarm#278](https://github.com/libp2p/go-libp2p-swarm/pull/278))
655
+ - read and use the direction from the simultaneous connect context ([libp2p/go-libp2p-swarm#277](https://github.com/libp2p/go-libp2p-swarm/pull/277))
656
+ - simplify the DialSync code ([libp2p/go-libp2p-swarm#272](https://github.com/libp2p/go-libp2p-swarm/pull/272))
657
+ - remove redundant self-dialing check, simplify starting of dialWorkerLoop ([libp2p/go-libp2p-swarm#273](https://github.com/libp2p/go-libp2p-swarm/pull/273))
658
+ - add a test case for the testing package ([libp2p/go-libp2p-swarm#276](https://github.com/libp2p/go-libp2p-swarm/pull/276))
659
+ - simplify limiter by removing the injected isFdConsumingFnc ([libp2p/go-libp2p-swarm#274](https://github.com/libp2p/go-libp2p-swarm/pull/274))
660
+ - update badges ([libp2p/go-libp2p-swarm#271](https://github.com/libp2p/go-libp2p-swarm/pull/271))
661
+ - remove unused context in Swarm.dialWorkerLoop ([libp2p/go-libp2p-swarm#268](https://github.com/libp2p/go-libp2p-swarm/pull/268))
662
+ - remove Codecov config ([libp2p/go-libp2p-swarm#270](https://github.com/libp2p/go-libp2p-swarm/pull/270))
663
+ - fix race condition in TestFailFirst ([libp2p/go-libp2p-swarm#269](https://github.com/libp2p/go-libp2p-swarm/pull/269))
664
+- github.com/libp2p/go-libp2p-testing (v0.4.2 -> v0.5.0):
665
+ - chore: update go-libp2p-core to v0.10.0 ([libp2p/go-libp2p-testing#38](https://github.com/libp2p/go-libp2p-testing/pull/38))
666
+ - sync: update CI config files (#37) ([libp2p/go-libp2p-testing#37](https://github.com/libp2p/go-libp2p-testing/pull/37))
667
+- github.com/libp2p/go-libp2p-tls (v0.2.0 -> v0.3.1):
668
+ - release v0.3.1 ([libp2p/go-libp2p-tls#101](https://github.com/libp2p/go-libp2p-tls/pull/101))
669
+ - set a random certificate subject ([libp2p/go-libp2p-tls#100](https://github.com/libp2p/go-libp2p-tls/pull/100))
670
+ - sync: update CI config files (#96) ([libp2p/go-libp2p-tls#96](https://github.com/libp2p/go-libp2p-tls/pull/96))
671
+ - add the peer ID to SecureInbound ([libp2p/go-libp2p-tls#94](https://github.com/libp2p/go-libp2p-tls/pull/94))
672
+ - sync: update CI config files ([libp2p/go-libp2p-tls#91](https://github.com/libp2p/go-libp2p-tls/pull/91))
673
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.6 -> v0.5.0):
674
+ - increase timeout in TestConnectionsClosedIfNotAccepted on CI ([libp2p/go-libp2p-transport-upgrader#85](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/85))
675
+ - add the peer ID to SecureInbound ([libp2p/go-libp2p-transport-upgrader#83](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/83))
676
+- github.com/libp2p/go-msgio (v0.0.6 -> v0.1.0):
677
+ - sync: update CI config files (#27) ([libp2p/go-msgio#27](https://github.com/libp2p/go-msgio/pull/27))
678
+ - remove .gxignore file ([libp2p/go-msgio#24](https://github.com/libp2p/go-msgio/pull/24))
679
+ - remove Codecov config ([libp2p/go-msgio#26](https://github.com/libp2p/go-msgio/pull/26))
680
+ - remove "Chan" type ([libp2p/go-msgio#23](https://github.com/libp2p/go-msgio/pull/23))
681
+- github.com/libp2p/go-nat (v0.0.5 -> v0.1.0):
682
+ - pass a context to DiscoverGateway ([libp2p/go-nat#23](https://github.com/libp2p/go-nat/pull/23))
683
+- github.com/libp2p/go-reuseport (v0.0.2 -> v0.1.0):
684
+ - stop using github.com/pkg/errors ([libp2p/go-reuseport#85](https://github.com/libp2p/go-reuseport/pull/85))
685
+ - sync: update CI config files (#84) ([libp2p/go-reuseport#84](https://github.com/libp2p/go-reuseport/pull/84))
686
+- github.com/libp2p/go-reuseport-transport (v0.0.5 -> v0.1.0):
687
+ - remove Codecov config file ([libp2p/go-reuseport-transport#36](https://github.com/libp2p/go-reuseport-transport/pull/36))
688
+ - chore: update go-log to v2 ([libp2p/go-reuseport-transport#35](https://github.com/libp2p/go-reuseport-transport/pull/35))
689
+ - sync: update CI config files ([libp2p/go-reuseport-transport#31](https://github.com/libp2p/go-reuseport-transport/pull/31))
690
+- github.com/libp2p/go-tcp-transport (v0.2.8 -> v0.4.0):
691
+ - release v0.4.0 ([libp2p/go-tcp-transport#108](https://github.com/libp2p/go-tcp-transport/pull/108))
692
+ - sync: update CI config files (#107) ([libp2p/go-tcp-transport#107](https://github.com/libp2p/go-tcp-transport/pull/107))
693
+ - remove the deprecated IPFS_REUSEPORT command line flag ([libp2p/go-tcp-transport#104](https://github.com/libp2p/go-tcp-transport/pull/104))
694
+ - add options to the constructor ([libp2p/go-tcp-transport#99](https://github.com/libp2p/go-tcp-transport/pull/99))
695
+ - remove the context from the libp2p constructor in README ([libp2p/go-tcp-transport#101](https://github.com/libp2p/go-tcp-transport/pull/101))
696
+ - don't use libp2p.ChainOption in README ([libp2p/go-tcp-transport#102](https://github.com/libp2p/go-tcp-transport/pull/102))
697
+ - remove incorrect statement about dns addresses in README ([libp2p/go-tcp-transport#100](https://github.com/libp2p/go-tcp-transport/pull/100))
698
+ - use the assigned role when upgrading a sim open connection ([libp2p/go-tcp-transport#95](https://github.com/libp2p/go-tcp-transport/pull/95))
699
+ - chore: update go-log to v2 ([libp2p/go-tcp-transport#97](https://github.com/libp2p/go-tcp-transport/pull/97))
700
+ - simplify dial timeout context ([libp2p/go-tcp-transport#94](https://github.com/libp2p/go-tcp-transport/pull/94))
701
+- github.com/libp2p/go-yamux/v2 (v2.2.0 -> v2.3.0):
702
+ - limit the number of concurrent incoming streams ([libp2p/go-yamux#66](https://github.com/libp2p/go-yamux/pull/66))
703
+ - drastically reduce allocations in ring buffer implementation (#64) ([libp2p/go-yamux#64](https://github.com/libp2p/go-yamux/pull/64))
704
+ - sync: update CI config files (#63) ([libp2p/go-yamux#63](https://github.com/libp2p/go-yamux/pull/63))
705
+ - remove call to asyncNotify in Stream.Read
706
+- github.com/libp2p/zeroconf/v2 (v2.0.0 -> v2.1.1):
707
+ - fix flaky TTL test ([libp2p/zeroconf#18](https://github.com/libp2p/zeroconf/pull/18))
708
+ - implement a clean shutdown of the probe method ([libp2p/zeroconf#16](https://github.com/libp2p/zeroconf/pull/16))
709
+ - remove dependency on the backoff library ([libp2p/zeroconf#17](https://github.com/libp2p/zeroconf/pull/17))
710
+ - Don't stop browsing after ~15min ([libp2p/zeroconf#13](https://github.com/libp2p/zeroconf/pull/13))
711
+ - fix delays when sending initial probe packets ([libp2p/zeroconf#14](https://github.com/libp2p/zeroconf/pull/14))
712
+ - improve starting of mDNS service in tests, stop using pkg/errors ([libp2p/zeroconf#15](https://github.com/libp2p/zeroconf/pull/15))
713
+ - update import path to include v2 in README ([libp2p/zeroconf#11](https://github.com/libp2p/zeroconf/pull/11))
714
+- github.com/lucas-clemente/quic-go (v0.23.0 -> v0.24.0):
715
+ - don't unlock the receive stream mutex for copying from STREAM frames ([lucas-clemente/quic-go#3290](https://github.com/lucas-clemente/quic-go/pull/3290))
716
+ - List projects using quic-go ([lucas-clemente/quic-go#3266](https://github.com/lucas-clemente/quic-go/pull/3266))
717
+ - disable Path MTU Discovery on Windows ([lucas-clemente/quic-go#3276](https://github.com/lucas-clemente/quic-go/pull/3276))
718
+ - enter the regular run loop if no undecryptable packet was processed ([lucas-clemente/quic-go#3268](https://github.com/lucas-clemente/quic-go/pull/3268))
719
+ - Allow use of custom port value in Alt-Svc header. ([lucas-clemente/quic-go#3272](https://github.com/lucas-clemente/quic-go/pull/3272))
720
+ - disable the goconst linter ([lucas-clemente/quic-go#3286](https://github.com/lucas-clemente/quic-go/pull/3286))
721
+ - use x/net/ipv{4,6} to construct oob info when writing packets (#3278) ([lucas-clemente/quic-go#3278](https://github.com/lucas-clemente/quic-go/pull/3278))
722
+ - run gofmt to add the new go:build tags ([lucas-clemente/quic-go#3277](https://github.com/lucas-clemente/quic-go/pull/3277))
723
+ - fix log string in client example ([lucas-clemente/quic-go#3264](https://github.com/lucas-clemente/quic-go/pull/3264))
724
+- github.com/multiformats/go-multiaddr (v0.4.0 -> v0.4.1):
725
+ - add the plaintextv2 protocol ([multiformats/go-multiaddr#165](https://github.com/multiformats/go-multiaddr/pull/165))
726
+- github.com/multiformats/go-multihash (v0.0.15 -> v0.1.0):
727
+ - bump version to v0.1.0 ([multiformats/go-multihash#151](https://github.com/multiformats/go-multihash/pull/151))
728
+ - add version.json per tooling convention.
729
+ - murmur3 support (#150) ([multiformats/go-multihash#150](https://github.com/multiformats/go-multihash/pull/150))
730
+ - Add variations of sha2 ([multiformats/go-multihash#149](https://github.com/multiformats/go-multihash/pull/149))
731
+ - don't use pointers for Multihash.String
732
+ - Add blake3 hash and sharness tests ([multiformats/go-multihash#147](https://github.com/multiformats/go-multihash/pull/147))
733
+ - remove Makefile ([multiformats/go-multihash#142](https://github.com/multiformats/go-multihash/pull/142))
734
+ - fix staticcheck ([multiformats/go-multihash#141](https://github.com/multiformats/go-multihash/pull/141))
735
+ - New SumStream function reads from io.Reader ([multiformats/go-multihash#138](https://github.com/multiformats/go-multihash/pull/138))
736
+- github.com/warpfork/go-testmark (v0.3.0 -> v0.9.0):
737
+ - testexec: will now always set up tmpdirs.
738
+ - testexec: fix typo in error message.
739
+ - testexec: subtest ("then-*") feature ([warpfork/go-testmark#7](https://github.com/warpfork/go-testmark/pull/7))
740
+ - testexec: quote error from child; attribution better via more t.Helper.
741
+ - Improve documentation of format.
742
+ - Rename Hunk.BlockTag -> InfoString.
743
+ - testexec: will now create tmpdirs and files for you if you have an 'fs' entry tree.
744
+ - testexec: getting exit codes correctly. ([warpfork/go-testmark#6](https://github.com/warpfork/go-testmark/pull/6))
745
+ - fix parsing CRLF files, part 3 ([warpfork/go-testmark#5](https://github.com/warpfork/go-testmark/pull/5))
746
+ - fix parsing CRLF files, part 2 ([warpfork/go-testmark#4](https://github.com/warpfork/go-testmark/pull/4))
747
+ - testexec: support both simple sequence and script mode.
748
+ - Proper tests for read function.
749
+ - avoid creeping extra linebreaks at the end of a patched document.
750
+ - refrain from making double linebreaks when patching with content that ends in a linebreak.
751
+ - Merge branch 'testexec'
752
+ - add support for parsing CRLF line endings ([warpfork/go-testmark#3](https://github.com/warpfork/go-testmark/pull/3))
753
+ - link to patch example code
754
+ - More readme; and, parsing recommendations document.
755
+ - Further improve readme.
756
+
757
+### ❤️ Contributors
758
+
759
+| Contributor | Commits | Lines ± | Files Changed |
760
+|-------------|---------|---------|---------------|
761
+| Will | 13 | +73226/-130481 | 43 |
762
+| Masih H. Derkani | 99 | +10549/-5799 | 489 |
763
+| hannahhoward | 43 | +5515/-3293 | 233 |
764
+| Daniel Martí | 60 | +5312/-2883 | 208 |
765
+| Marten Seemann | 175 | +4839/-3254 | 396 |
766
+| Eric Myhre | 73 | +3924/-3328 | 175 |
767
+| Jessica Schilling | 52 | +2709/-2386 | 75 |
768
+| Rod Vagg | 30 | +2719/-1703 | 79 |
769
+| vyzo | 10 | +3516/-177 | 87 |
770
+| Gus Eggert | 64 | +1677/-1416 | 147 |
771
+| Adin Schmahmann | 23 | +1708/-381 | 95 |
772
+| Lucas Molas | 14 | +1557/-365 | 48 |
773
+| Will Scott | 7 | +1846/-15 | 34 |
774
+| Steven Allen | 32 | +537/-897 | 56 |
775
+| Cory Schwartz | 3 | +614/-109 | 12 |
776
+| rht | 3 | +576/-4 | 7 |
777
+| Simon Zhu | 9 | +352/-51 | 16 |
778
+| Petar Maymounkov | 7 | +173/-167 | 23 |
779
+| RubenKelevra | 1 | +107/-188 | 1 |
780
+| jwh | 2 | +212/-80 | 7 |
781
+| longfeiW | 1 | +4/-249 | 10 |
782
+| guseggert | 5 | +230/-21 | 11 |
783
+| Kevin Neaton | 8 | +137/-80 | 13 |
784
+| Takashi Matsuda | 1 | +199/-0 | 5 |
785
+| Andrey Kostakov | 1 | +107/-49 | 2 |
786
+| Jesse Bouwman | 1 | +151/-0 | 7 |
787
+| web3-bot | 39 | +136/-3 | 52 |
788
+| Marcin Rataj | 16 | +62/-57 | 25 |
789
+| Marco Munizaga | 1 | +118/-0 | 2 |
790
+| Aaron Riekenberg | 4 | +64/-52 | 6 |
791
+| Ian Davis | 4 | +81/-32 | 7 |
792
+| Jorropo | 2 | +79/-19 | 6 |
793
+| Mohsin Zaidi | 1 | +89/-1 | 20 |
794
+| Andey Robins | 1 | +70/-3 | 3 |
795
+| gammazero | 3 | +40/-25 | 4 |
796
+| Steve Loeppky | 2 | +26/-27 | 3 |
797
+| Dimitris Apostolou | 1 | +25/-25 | 15 |
798
+| Sudarshan Reddy | 1 | +9/-40 | 1 |
799
+| Richard Littauer | 2 | +42/-1 | 3 |
800
+| pymq | 1 | +32/-8 | 2 |
801
+| Dirk McCormick | 2 | +23/-1 | 2 |
802
+| Nicholas Bollweg | 1 | +21/-0 | 1 |
803
+| anorth | 1 | +14/-6 | 2 |
804
+| Jack Loughran | 1 | +16/-0 | 2 |
805
+| whyrusleeping | 2 | +11/-2 | 2 |
806
+| bt90 | 1 | +13/-0 | 1 |
807
+| Yi Cao | 1 | +10/-0 | 1 |
808
+| Max | 1 | +7/-3 | 1 |
809
+| Juan Batiz-Benet | 2 | +8/-2 | 2 |
810
+| Keenan Nemetz | 1 | +8/-0 | 1 |
811
+| muXxer | 1 | +3/-3 | 1 |
812
+| galargh | 2 | +3/-3 | 3 |
813
+| Didrik Nordström | 1 | +2/-4 | 1 |
814
+| Ben Lubar | 1 | +3/-3 | 1 |
815
+| arjunraghurama | 1 | +5/-0 | 1 |
816
+| Whyrusleeping | 1 | +3/-2 | 1 |
817
+| TUSF | 1 | +3/-2 | 3 |
818
+| mathew-cf | 1 | +3/-1 | 2 |
819
+| Stephen Whitmore | 1 | +2/-2 | 1 |
820
+| Song Zhu | 1 | +2/-2 | 1 |
821
+| Michael Muré | 1 | +4/-0 | 1 |
822
+| Alex Good | 1 | +4/-0 | 2 |
823
+| aarshkshah1992 | 1 | +2/-1 | 1 |
824
+| susarlanikhilesh | 1 | +1/-1 | 1 |
825
+| falstack | 1 | +1/-1 | 1 |
826
+| Michael Vorburger ⛑️ | 1 | +1/-1 | 1 |
827
+| Ismail Khoffi | 1 | +1/-1 | 1 |
828
+| George Xie | 1 | +1/-1 | 1 |
829
+| Bryan Stenson | 1 | +1/-1 | 1 |
830
+| Lars Gierth | 1 | +1/-0 | 1 |
docs/changelogs/v0.12.md
new
+204
@@ -0,0 +1,204 @@
1
+# go-ipfs changelog v0.12
2
+
3
+## v0.12.2 2022-04-08
4
+
5
+This patch release fixes a security issue wherein traversing some malformed DAGs can cause the node to panic.
6
+
7
+See also the security advisory: https://github.com/ipfs/go-ipfs/security/advisories/GHSA-mcq2-w56r-5w2w
8
+
9
+Note: the v0.11.1 patch release contains the Docker compose fix from v0.12.1 as well
10
+
11
+### Changelog
12
+
13
+<details>
14
+<summary>Full Changelog</summary>
15
+
16
+- github.com/ipld/go-codec-dagpb (v1.3.0 -> v1.3.2):
17
+ - fix: use protowire for Links bytes decoding
18
+
19
+</details>
20
+
21
+### ❤ Contributors
22
+
23
+| Contributor | Commits | Lines ± | Files Changed |
24
+|-------------|---------|---------|---------------|
25
+| Rod Vagg | 1 | +34/-19 | 2 |
26
+
27
+## v0.12.1 2022-03-17
28
+
29
+This patch release [fixes](https://github.com/ipfs/go-ipfs/commit/816a128aaf963d72c4930852ce32b9a4e31924a1) a security issue with the `docker-compose.yaml` file in which the IPFS daemon API listens on all interfaces instead of only the loopback interface, which could allow remote callers to control your IPFS daemon. If you use the included `docker-compose.yaml` file, it is recommended to upgrade.
30
+
31
+See also the security advisory: https://github.com/ipfs/go-ipfs/security/advisories/GHSA-fx5p-f64h-93xc
32
+
33
+Thanks to @LynHyper for finding and disclosing this.
34
+
35
+### Changelog
36
+
37
+<details>
38
+<summary>Full Changelog</summary>
39
+
40
+- github.com/ipfs/go-ipfs:
41
+ - fix: listen on loopback for API and gateway ports in docker-compose.yaml
42
+
43
+</details>
44
+
45
+### ❤ Contributors
46
+
47
+| Contributor | Commits | Lines ± | Files Changed |
48
+|-------------|---------|---------|---------------|
49
+| guseggert | 1 | +10/-3 | 1 |
50
+
51
+## v0.12.0 2022-02-17
52
+
53
+We're happy to announce go-ipfs 0.12.0. This release switches the storage of IPLD blocks to be keyed by multihash instead of CID.
54
+
55
+As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
56
+
57
+### 🛠 BREAKING CHANGES
58
+
59
+- `ipfs refs local` will now list all blocks as if they were [raw]() CIDv1 instead of with whatever CID version and IPLD codecs they were stored with. All other functionality should remain the same.
60
+
61
+Note: This change also effects [ipfs-update](https://github.com/ipfs/ipfs-update) so if you use that tool to mange your go-ipfs installation then grab ipfs-update v1.8.0 from [dist](https://dist.ipfs.io/#ipfs-update).
62
+
63
+Keep reading to learn more details.
64
+
65
+#### 🔦 Highlights
66
+
67
+There is only one change since 0.11:
68
+
69
+##### Blockstore migration from full CID to Multihash keys
70
+
71
+We are switching the default low level [datastore](https://docs.ipfs.io/concepts/glossary/#datastore) to be keyed only by the [Multihash](https://docs.ipfs.io/concepts/glossary/#multihash) part of the [CID](https://docs.ipfs.io/concepts/glossary/#cid), and deduplicate some [blocks](https://docs.ipfs.io/concepts/glossary/#block) in the process. The blockstore will become [codec](https://docs.ipfs.io/concepts/glossary/#codec)-agnostic.
72
+
73
+###### Rationale
74
+
75
+The blockstore/datastore layers are not concerned with data interpretation, only with storage of binary blocks and verification that the Multihash they are addressed with (which comes from the CID), matches the block. In fact, different CIDs, with different codecs prefixes, may be carrying the same multihash, and referencing the same block. Carrying the CID abstraction so low on the stack means potentially fetching and storing the same blocks multiple times just because they are referenced by different CIDs. Prior to this change, a CIDv1 with a `dag-cbor` codec and a CIDv1 with a `raw` codec, both containing the same multihash, would result in two identical blocks stored. A CIDv0 and CIDv1 both being the same `dag-pb` block would also result in two copies.
76
+
77
+###### How migration works
78
+
79
+In order to perform the switch, and start referencing all blocks by their multihash, a migration will occur on update. This migration will take the repository version from 11 (current) to 12.
80
+
81
+One thing to note is that any content addressed CIDv0 (all the hashes that start with `Qm...`, the current default in go-ipfs), does not need any migration, as CIDv0 are raw multihashes already. This means the migration will be very lightweight for the majority of users.
82
+
83
+The migration process will take care of re-keying any CIDv1 block so that it is only addressed by its multihash. Large nodes with lots of CIDv1-addressed content will need to go through a heavier process as the migration happens. This is how the migration works:
84
+
85
+1. Phase 1: The migration script will perform a pass for every block in the datastore and will add all CIDv1s found to a file named `11-to-12-cids.txt`, in the go-ipfs configuration folder. Nothing is written in this first phase and it only serves to identify keys that will be migrated in phase 2.
86
+2. Phase 2: The migration script will perform a second pass where every CIDv1 block will be read and re-written with its raw-multihash as key. There is 1 worker performing this task, although more can be configured. Every 100MiB-worth of blocks (this is configurable), each worker will trigger a datastore "sync" (to ensure all written data is flushed to disk) and delete the CIDv1-addressed blocks that were just renamed. This provides a good compromise between speed and resources needed to run the migration.
87
+
88
+At every sync, the migration emits a log message showing how many blocks need to be rewritten and how far the process is.
89
+
90
+####### FlatFS specific migration
91
+
92
+For those using a single FlatFS datastore as their backing blockstore (i.e. the default behavior), the migration (but not reversion) will take advantage of the ability to easily move/rename the blocks to improve migration performance.
93
+
94
+Unfortunately, other common datastores do not support renames which is what makes this FlatFS specific. If you are running a large custom datastore that supports renames you may want to consider running a fork of [fs-repo-11-to-12](https://github.com/ipfs/fs-repo-migrations/tree/master/fs-repo-11-to-12) specific to your datastore.
95
+
96
+If you want to disable this behavior, set the environment variable `IPFS_FS_MIGRATION_11_TO_12_ENABLE_FLATFS_FASTPATH` to `false`.
97
+
98
+####### Migration configuration
99
+
100
+For those who want to tune the migration more precisely for their setups, there are two environment variables to configure:
101
+
102
+- `IPFS_FS_MIGRATION_11_TO_12_NWORKERS` : an integer describing the number of migration workers - defaults to 1
103
+- `IPFS_FS_MIGRATION_11_TO_12_SYNC_SIZE_BYTES` : an integer describing the number of bytes after which migration workers will sync - defaults to 104857600 (i.e. 100MiB)
104
+
105
+###### Migration caveats
106
+
107
+Large repositories with very large numbers of CIDv1s should be mindful of the migration process:
108
+
109
+* We recommend ensuring that IPFS runs with an appropriate (high) file-descriptor limit, particularly when Badger is use as datastore backend. Badger is known to open many tables when experiencing a high number of writes, which may trigger "too many files open" type of errors during the migrations. If this happens, the migration can be retried with a higher FD limit (see below).
110
+* Migrations using the Badger datastore may not immediately reclaim the space freed by the deletion of migrated blocks, thus space requirements may grow considerably. A periodic Badger-GC is run every 2 minutes, which will reclaim space used by deleted and de-duplicated blocks. The last portion of the space will only be reclaimed after go-ipfs starts (the Badger-GC cycle will trigger after 15 minutes).
111
+* While there is a revert process detailed below, we recommend keeping a backup of the repository, particularly for very large ones, in case an issue happens, so that the revert can happen immediately and cases of repository corruption due to crashes or unexpected circumstances are not catastrophic.
112
+
113
+###### Migration interruptions and retries
114
+
115
+If a problem occurs during the migration, it is be possible to simply re-start and retry it:
116
+
117
+1. Phase 1 will never overwrite the `11-to-12-cids.txt` file, but only append to it (so that a list of things we were supposed to have migrated during our first attempt is not lost - this is important for reverts, see below).
118
+2. Phase 2 will proceed to continue re-keying blocks that were not re-keyed during previous attempts.
119
+
120
+###### Migration reverts
121
+
122
+It is also possible to revert the migration after it has succeeded, for example to go to a previous go-ipfs version (<=[0.11](https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0)), even after starting and using go-ipfs in the new version (>=0.12). The revert process works as follows:
123
+
124
+1. The `11-to-12-cids.txt` file is read, which has the list of all the CIDv1s that had to be rewritten for the migration.
125
+2. A CIDv1-addressed block is written for every item on the list. This work is performed by 1 worker (configurable), syncing every 100MiB (configurable).
126
+3. It is ensured that every CIDv1 pin, and every CIDv1 reference in MFS, are also written as CIDV1-addressed blocks, regardless of whether they were part of the original migration or were added later.
127
+
128
+The revert process does not delete any blocks--it only makes sure that blocks that were accessible with CIDv1s before the migration are again keyed with CIDv1s. This may result in a datastore becoming twice as large (i.e. if all the blocks were CIDv1-addressed before the migration). This is however done this way to cover corner cases: user can add CIDv1s after migration, which may reference blocks that existed as CIDv0 before migration. The revert aims to ensure that no data becomes unavailable on downgrade.
129
+
130
+While go-ipfs will auto-run the migration for you, it will not run the reversion. To do so you can download the [latest migration binary](https://dist.ipfs.io/fs-repo-11-to-12) or use [ipfs-update](https://dist.ipfs.io/#ipfs-update).
131
+
132
+###### Custom datastores
133
+
134
+As with previous migrations if you work with custom datastores and want to leverage the migration you can run a fork of [fs-repo-11-to-12](https://github.com/ipfs/fs-repo-migrations/tree/master/fs-repo-11-to-12) specific to your datastore. The repo includes instructions on building for different datastores.
135
+
136
+For this migration, if your datastore has fast renames you may want to consider writing some code to leverage the particular efficiencies of your datastore similar to what was done for FlatFS.
137
+
138
+### Changelog
139
+
140
+- github.com/ipfs/go-ipfs:
141
+ - Release v0.12.0
142
+ - docs: v0.12.0 release notes
143
+ - chore: bump migrations dist.ipfs.io CID to contain fs-repo-11-to-12 v1.0.2
144
+ - feat: refactor Fetcher interface used for downloading migrations (#8728) ([ipfs/go-ipfs#8728](https://github.com/ipfs/go-ipfs/pull/8728))
145
+ - feat: log multifetcher errors
146
+ - Release v0.12.0-rc1
147
+ - chore: bump Go version to 1.16.12
148
+ - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs#6816](https://github.com/ipfs/go-ipfs/pull/6816))
149
+ - chore: add release template snippet for fetching artifact tarball
150
+ - chore: bump Go version to 1.16.11
151
+ - chore: add release steps for upgrading Go
152
+ - Merge branch 'release'
153
+ - fix(corehttp): adjust peer counting metrics (#8577) ([ipfs/go-ipfs#8577](https://github.com/ipfs/go-ipfs/pull/8577))
154
+ - chore: update version to v0.12.0-dev
155
+- github.com/ipfs/go-filestore (v0.1.0 -> v1.1.0):
156
+ - Version 1.1.0
157
+ - feat: plumb through context changes
158
+ - sync: update CI config files (#54) ([ipfs/go-filestore#54](https://github.com/ipfs/go-filestore/pull/54))
159
+ - fix staticcheck ([ipfs/go-filestore#48](https://github.com/ipfs/go-filestore/pull/48))
160
+ - Work with Multihashes directly (#21) ([ipfs/go-filestore#21](https://github.com/ipfs/go-filestore/pull/21))
161
+- github.com/ipfs/go-ipfs-blockstore (v0.2.1 -> v1.1.2):
162
+ - Release v1.1.2
163
+ - feat: per-cid locking
164
+ - Version 1.1.1
165
+ - fix: remove context from HashOnRead
166
+ - Version 1.1.0 (#91) ([ipfs/go-ipfs-blockstore#91](https://github.com/ipfs/go-ipfs-blockstore/pull/91))
167
+ - feat: add context to interfaces (#90) ([ipfs/go-ipfs-blockstore#90](https://github.com/ipfs/go-ipfs-blockstore/pull/90))
168
+ - sync: update CI config files (#88) ([ipfs/go-ipfs-blockstore#88](https://github.com/ipfs/go-ipfs-blockstore/pull/88))
169
+ - add constructor that doesnt mess with datastore keys ([ipfs/go-ipfs-blockstore#83](https://github.com/ipfs/go-ipfs-blockstore/pull/83))
170
+ - Use bloom filter in GetSize
171
+ - fix staticcheck ([ipfs/go-ipfs-blockstore#73](https://github.com/ipfs/go-ipfs-blockstore/pull/73))
172
+ - add BenchmarkARCCacheConcurrentOps ([ipfs/go-ipfs-blockstore#70](https://github.com/ipfs/go-ipfs-blockstore/pull/70))
173
+ - fix(arc): striped locking on last byte of CID ([ipfs/go-ipfs-blockstore#67](https://github.com/ipfs/go-ipfs-blockstore/pull/67))
174
+ - make idstore implement io.Closer. (#60) ([ipfs/go-ipfs-blockstore#60](https://github.com/ipfs/go-ipfs-blockstore/pull/60))
175
+ - add View() to all the various blockstores. (#59) ([ipfs/go-ipfs-blockstore#59](https://github.com/ipfs/go-ipfs-blockstore/pull/59))
176
+ - Optimize id store ([ipfs/go-ipfs-blockstore#56](https://github.com/ipfs/go-ipfs-blockstore/pull/56))
177
+ - add race fix for HashOnRead ([ipfs/go-ipfs-blockstore#50](https://github.com/ipfs/go-ipfs-blockstore/pull/50))
178
+ - Add test to maintain Put contract of calling Has first ([ipfs/go-ipfs-blockstore#47](https://github.com/ipfs/go-ipfs-blockstore/pull/47))
179
+ - Update readme and license ([ipfs/go-ipfs-blockstore#44](https://github.com/ipfs/go-ipfs-blockstore/pull/44))
180
+ - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs-blockstore#38](https://github.com/ipfs/go-ipfs-blockstore/pull/38))
181
+- github.com/ipfs/go-ipfs-ds-help (v0.1.1 -> v1.1.0):
182
+ - Update version.json (#38) ([ipfs/go-ipfs-ds-help#38](https://github.com/ipfs/go-ipfs-ds-help/pull/38))
183
+ - sync: update CI config files (#37) ([ipfs/go-ipfs-ds-help#37](https://github.com/ipfs/go-ipfs-ds-help/pull/37))
184
+ - feat: switch to raw multihashes for blocks ([ipfs/go-ipfs-ds-help#18](https://github.com/ipfs/go-ipfs-ds-help/pull/18))
185
+
186
+### ❤️ Contributors
187
+
188
+| Contributor | Commits | Lines ± | Files Changed |
189
+|-------------|---------|---------|---------------|
190
+| Gus Eggert | 10 | +333/-321 | 24 |
191
+| Steven Allen | 7 | +289/-190 | 13 |
192
+| Hector Sanjuan | 9 | +134/-109 | 18 |
193
+| Adin Schmahmann | 11 | +179/-55 | 21 |
194
+| Raúl Kripalani | 2 | +152/-42 | 5 |
195
+| Daniel Martí | 1 | +120/-1 | 1 |
196
+| frrist | 1 | +95/-13 | 2 |
197
+| Alex Trottier | 2 | +22/-11 | 4 |
198
+| Andrey Petrov | 1 | +32/-0 | 1 |
199
+| Lucas Molas | 1 | +18/-7 | 2 |
200
+| Marten Seemann | 2 | +11/-7 | 3 |
201
+| whyrusleeping | 1 | +10/-0 | 1 |
202
+| web3-bot | 3 | +9/-0 | 3 |
203
+| postables | 1 | +5/-3 | 1 |
204
+| Dr Ian Preston | 1 | +4/-0 | 1 |
docs/changelogs/v0.13.md
new
+1195
@@ -0,0 +1,1195 @@
1
+# go-ipfs changelog 2022
2
+
3
+## v0.13.1 2022-07-06
4
+
5
+<details>
6
+<summary>Full Changelog</summary>
7
+
8
+This release includes security fixes for various DOS vectors when importing untrusted user input with `ipfs dag import`
9
+and the [`v0/dag/import`](https://docs.ipfs.io/reference/http/api/#api-v0-dag-import) endpoint.
10
+
11
+View the linked [security advisory](https://github.com/ipfs/go-ipfs/security/advisories/GHSA-f2gr-7299-487h) for more information.
12
+
13
+</details>
14
+
15
+### Changelog
16
+
17
+- github.com/ipfs/go-ipfs:
18
+ - chore: update car
19
+- github.com/ipld/go-car (v0.3.2 -> v0.4.0) & (v2.1.1 -> v2.4.0):
20
+ - Bump version in prep for releasing go-car `v0`
21
+ - Revert changes to `insertionindex`
22
+ - Revert changes to `index.Index` while keeping most of security fixes
23
+ - Return error when section length is invalid `varint`
24
+ - Drop repeated package name from `CarStats`
25
+ - Benchmark `Reader.Inspect` with and without hash validation
26
+ - Use consistent CID mismatch error in `Inspect` and `BlockReader.Next`
27
+ - Use streaming APIs to verify the hash of blocks in CAR `Inspect`
28
+ - test: add fuzzing for reader#Inspect
29
+ - feat: add block hash validation to Inspect()
30
+ - feat: add Reader#Inspect() function to check basic validity of a CAR and return stats
31
+ - Remove support for `ForEach` enumeration from car-index-sorted
32
+ - Use a fix code as the multihash code for `CarIndexSorted`
33
+ - Fix testutil assertion logic and update index generation tests
34
+ - fix: tighter constraint of singleWidthIndex width, add index recommentation docs
35
+ - fix: explicitly disable serialization of insertionindex
36
+ - feat: MaxAllowed{Header,Section}Size option
37
+ - feat: MaxAllowedSectionSize default to 32M
38
+ - fix: use CidFromReader() which has overread and OOM protection
39
+ - fix: staticcheck catches
40
+ - fix: revert to internalio.NewOffsetReadSeeker in Reader#IndexReader
41
+ - fix index comparisons
42
+ - feat: Refactor indexes to put storage considerations on consumers
43
+ - test: v2 add fuzzing of the index
44
+ - fix: v2 don't divide by zero in width indexes
45
+ - fix: v2 don't allocate indexes too big
46
+ - test: v2 add fuzzing to Reader
47
+ - fix: v2 don't accept overflowing offsets while reading v2 headers
48
+ - test: v2 add fuzzing to BlockReader
49
+ - fix: v2 don't OOM if the header size is too big
50
+ - test: add fuzzing of NewCarReader
51
+ - fix: do bound check while checking for CIDv0
52
+ - fix: don't OOM if the header size is too big
53
+ - Add API to regenerate index from CARv1 or CARv2
54
+ - PrototypeChooser support (#305) ([ipld/go-car#305](https://github.com/ipld/go-car/pull/305))
55
+ - bump to newer blockstore err not found (#301) ([ipld/go-car#301](https://github.com/ipld/go-car/pull/301))
56
+ - Car command supports for `largebytes` nodes (#296) ([ipld/go-car#296](https://github.com/ipld/go-car/pull/296))
57
+ - fix(test): rootless fixture should have no roots, not null roots
58
+ - Allow extracton of a raw unixfs file (#284) ([ipld/go-car#284](https://github.com/ipld/go-car/pull/284))
59
+ - cmd/car: use a better install command in the README
60
+ - feat: --version selector for `car create` & update deps
61
+ - feat: add option to create blockstore that writes a plain CARv1 (#288) ([ipld/go-car#288](https://github.com/ipld/go-car/pull/288))
62
+ - add `car detach-index list` to list detached index contents (#287) ([ipld/go-car#287](https://github.com/ipld/go-car/pull/287))
63
+ - add `car root` command (#283) ([ipld/go-car#283](https://github.com/ipld/go-car/pull/283))
64
+ - make specification of root cid in get-dag command optional (#281) ([ipld/go-car#281](https://github.com/ipld/go-car/pull/281))
65
+ - Update `version.json` after manual tag push
66
+ - Update v2 to context datastores (#275) ([ipld/go-car#275](https://github.com/ipld/go-car/pull/275))
67
+ - update context datastore ([ipld/go-car#273](https://github.com/ipld/go-car/pull/273))
68
+ - Traversal-based car creation (#269) ([ipld/go-car#269](https://github.com/ipld/go-car/pull/269))
69
+ - Seek to start before index generation in `ReadOnly` blockstore
70
+ - support extraction of unixfs content stored in car files (#263) ([ipld/go-car#263](https://github.com/ipld/go-car/pull/263))
71
+ - Add a barebones readme to the car CLI (#262) ([ipld/go-car#262](https://github.com/ipld/go-car/pull/262))
72
+ - sync: update CI config files (#261) ([ipld/go-car#261](https://github.com/ipld/go-car/pull/261))
73
+ - fix!: use -version=n instead of -v1 for index command
74
+ - feat: fix get-dag and add version=1 option
75
+ - creation of car from file / directory (#246) ([ipld/go-car#246](https://github.com/ipld/go-car/pull/246))
76
+ - forEach iterates over index in stable order (#258) ([ipld/go-car#258](https://github.com/ipld/go-car/pull/258))
77
+- github.com/multiformats/go-multicodec (v0.4.1 -> v0.5.0):
78
+ - Bump version to 0.5.0
79
+ - Bump version to 0.4.2
80
+ - deps: update stringer version in go generate command
81
+ - docs(readme): improved usage examples (#66) ([multiformats/go-multicodec#66](https://github.com/multiformats/go-multicodec/pull/66))
82
+
83
+### ❤ Contributors
84
+
85
+| Contributor | Commits | Lines ± | Files Changed |
86
+|-------------|---------|---------|---------------|
87
+| Masih H. Derkani | 27 | +1494/-1446 | 100 |
88
+| Rod Vagg | 31 | +2021/-606 | 105 |
89
+| Will | 19 | +1898/-151 | 69 |
90
+| Jorropo | 27 | +1638/-248 | 76 |
91
+| Aayush Rajasekaran | 1 | +130/-100 | 10 |
92
+| whyrusleeping | 1 | +24/-22 | 4 |
93
+| Marcin Rataj | 1 | +27/-1 | 1 |
94
+
95
+## v0.13.0 2022-05-04
96
+
97
+We're happy to announce go-ipfs 0.13.0, packed full of changes and improvements!
98
+
99
+As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
100
+
101
+### Overview
102
+
103
+Below is an outline of all that is in this release, so you get a sense of all that's included.
104
+
105
+- [🛠 BREAKING CHANGES](#---breaking-changes)
106
+ * [`ipfs block put` command](#-ipfs-block-put--command)
107
+ * [`ipfs cid codecs` command](#-ipfs-cid-codecs--command)
108
+ * [`Swarm` configuration](#-swarm--configuration)
109
+ * [Circuit Relay V1 is deprecated](#circuit-relay-v1-is-deprecated)
110
+ * [`ls` requests for `/multistream/1.0.0` are removed](#-ls--requests-for---multistream-100--are-removed)
111
+ * [Gateway Items](#gateway-items)
112
+- [🔦 Highlights](#---highlights)
113
+ * [🧑💼 libp2p Network Resource Manager (`Swarm.ResourceMgr`)](#------libp2p-network-resource-manager---swarmresourcemgr--)
114
+ * [🔃 Relay V2 client with auto discovery (`Swarm.RelayClient`)](#---relay-v2-client-with-auto-discovery---swarmrelayclient--)
115
+ * [🌉 HTTP Gateway improvements](#---http-gateway-improvements)
116
+ + [🍱 Support for Block and CAR response formats](#---support-for-block-and-car-response-formats)
117
+ + [🐎 Fast listing generation for huge directories](#---fast-listing-generation-for-huge--directories)
118
+ + [🎫 Improved `Etag` and `If-None-Match` for bandwidth savings](#---improved--etag--and--if-none-match--for-bandwidth-savings)
119
+ + [⛓️ Added X-Ipfs-Roots for smarter HTTP caches](#---added-x-ipfs-roots-for-smarter-http-caches)
120
+ + [🌡️ Added metrics per response type](#----added-metrics-per-response-type)
121
+ * [🕵️ OpenTelemetry tracing](#----opentelemetry-tracing)
122
+ + [How to use Jaeger UI for visual tracing?](#how-to-use-jaeger-ui-for-visual-tracing-)
123
+ * [🩺 Built-in `ipfs diag profile` to ease debugging](#---built-in--ipfs-diag-profile--to-ease-debugging)
124
+ * [🔑 Support for PEM/PKCS8 for key import/export](#---support-for-pem-pkcs8-for-key-import-export)
125
+ * [🧹 Using standard IPLD codec names across the CLI/HTTP API](#---using-standard-ipld-codec-names-across-the-cli-http-api)
126
+ * [🐳 Custom initialization for Docker](#---custom-initialization-for-docker)
127
+ * [RPC API docs for experimental and deprecated commands](#rpc-api-docs-for-experimental-and-deprecated-commands)
128
+ * [Yamux over Mplex](#yamux-over-mplex)
129
+
130
+### 🛠 BREAKING CHANGES
131
+
132
+#### `ipfs block put` command
133
+
134
+`ipfs block put` command returns a CIDv1 with `raw` codec by default now.
135
+- `ipfs block put --cid-codec` makes `block put` return CID with alternative codec
136
+ - This impacts only the returned CID; it does not trigger any validation or data transformation.
137
+ - Retrieving a block with a different codec or CID version than it was put with is valid.
138
+ - Codec names are validated against tables from [go-multicodec](https://github.com/multiformats/go-multicodec) library.
139
+- `ipfs block put --format` is deprecated. It used incorrect codec names and should be avoided for new deployments. Use it only if you need the old, invalid behavior, namely:
140
+ - `ipfs block put --format=v0` will produce CIDv0 (implicit dag-pb)
141
+ - `ipfs block put --format=cbor` will produce CIDv1 with dag-cbor (!)
142
+ - `ipfs block put --format=protobuf` will produce CIDv1 with dag-pb (!)
143
+
144
+#### `ipfs cid codecs` command
145
+- Now lists codecs from [go-multicodec](https://github.com/multiformats/go-multicodec) library.
146
+- `ipfs cid codecs --supported` can be passed to only show codecs supported in various go-ipfs commands.
147
+
148
+#### `ipfs cid format` command
149
+- `--codec` was removed and replaced with `--mc` to ensure existing users are aware of the following changes:
150
+ - `--mc protobuf` now correctly points to code `0x50` (was `0x70`, which is `dab-pg`)
151
+ - `--mc cbor` now correctly points to code `0x51` (was `0x71`, which is `dag-cbor`)
152
+
153
+#### `Swarm` configuration
154
+- Daemon will refuse to start if long-deprecated RelayV1 config key `Swarm.EnableAutoRelay` or `Swarm.DisableRelay` is set to `true`.
155
+- If `Swarm.Transports.Network.Relay` is disabled, then `Swarm.RelayService` and `Swarm.RelayClient` are also disabled (unless they have been explicitly enabled).
156
+
157
+#### Circuit Relay V1 is deprecated
158
+- By default, `Swarm.RelayClient` does not use Circuit Relay V1. Circuit V1 support is only enabled when `Swarm.RelayClient.StaticRelays` are specified.
159
+
160
+#### `ls` requests for `/multistream/1.0.0` are removed
161
+- go-libp2p 0.19 removed support for undocumented `ls` command ([PR](https://github.com/multiformats/go-multistream/pull/76)). If you are still using it for internal testing, it is time to refactor ([example](https://github.com/ipfs/go-ipfs/commit/39047bcf61163096d1c965283d671c7c487c9173))
162
+
163
+#### Gateway Behavior
164
+Directory listings returned by the HTTP Gateway won't have size column if the directory is bigger than [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) config (default is 100).
165
+
166
+To understand the wider context why we made these changes, read *Highlights* below.
167
+
168
+### 🔦 Highlights
169
+
170
+#### 🧑💼 libp2p Network Resource Manager (`Swarm.ResourceMgr`)
171
+
172
+*You can now easily bound how much resource usage libp2p consumes! This aids in protecting nodes from consuming more resources then are available to them.*
173
+
174
+The [libp2p Network Resource Manager](https://github.com/libp2p/go-libp2p-resource-manager#readme) is disabled by default, but can be enabled via:
175
+
176
+`ipfs config --json Swarm.ResourceMgr.Enabled true`
177
+
178
+When enabled, it applies some safe defaults that can be inspected and adjusted with:
179
+
180
+- `ipfs swarm stats --help`
181
+- `ipfs swarm limit --help`
182
+
183
+User changes persist to config at [`Swarm.ResourceMgr`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmresourcemgr).
184
+
185
+The Resource Manager will be enabled by default in a future release.
186
+
187
+#### 🔃 Relay V2 client with auto discovery (`Swarm.RelayClient`)
188
+
189
+*All the pieces are enabled for [hole-punching](https://blog.ipfs.io/2022-01-20-libp2p-hole-punching/) by default, improving connecting with nodes behind NATs and Firewalls!*
190
+
191
+This release enables [`Swarm.RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) by default, along with circuit v2 relay discovery provided by go-libp2p [v0.19.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.19.0). This means:
192
+1. go-ipfs will coordinate with the counterparty using a [relayed connection](https://github.com/libp2p/specs/blob/master/relay/circuit-v2.md), to [upgrade to a direct connection](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) through a NAT/firewall whenever possible.
193
+2. go-ipfs daemon will automatically use [public relays](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayservice) if it detects that it cannot be reached from the public internet (e.g., it's behind a firewall). This results in a `/p2p-circuit` address from a public relay.
194
+
195
+**Notes:**
196
+- [`Swarm.RelayClient`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclient) does not use Circuit Relay V1 nodes any more. Circuit V1 support is only enabled when static relays are specified in [`Swarm.RelayClient.StaticRelays`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmrelayclientstaticrelays).
197
+- One can opt-out via [`Swarm.EnableHolePunching`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#swarmenableholepunching).
198
+
199
+
200
+#### 🌉 HTTP Gateway improvements
201
+
202
+HTTP Gateway enables seamless interop with the existing Web, clients, user agents, tools, frameworks and libraries.
203
+
204
+This release ships the first batch of improvements that enable creation of faster and smarter CDNs, and unblocks creation of light clients for Mobile and IoT.
205
+
206
+Details below.
207
+
208
+##### 🍱 Support for Block and CAR response formats
209
+
210
+*Alternative response formats from Gateway can be requested to avoid needing to trust a gateway.*
211
+
212
+For now, `{format}` is limited to two options:
213
+- `raw` – fetching single block
214
+- `car` – fetching entire DAG behind a CID as a [CARv1 stream](https://ipld.io/specs/transport/car/carv1/)
215
+
216
+When not set, the default UnixFS response is returned.
217
+
218
+*Why these two formats?* Requesting Block or CAR for `/ipfs/{cid}` allows a client to **use gateways in a trustless fashion**. These types of gateway responses can be verified locally and rejected if digest inside of requested CID does not match received bytes. This enables creation of "light IPFS clients" which use HTTP Gateways as inexpensive transport for [content-addressed](https://docs.ipfs.io/concepts/content-addressing/) data, unlocking use in Mobile and IoT contexts.
219
+
220
+
221
+Future releases will [add support for dag-json and dag-cbor responses](https://github.com/ipfs/go-ipfs/issues/8823).
222
+
223
+There are two ways for requesting CID specific response format:
224
+1. HTTP header: `Accept: application/vnd.ipld.{format}`
225
+- Examples: [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car), [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw)
226
+2. URL paramerer: `?format=`
227
+- Useful for creating "Download CAR" links.
228
+
229
+*Usage examples:*
230
+
231
+1. Downloading a single raw Block and manually importing it to the local datastore:
232
+
233
+```console
234
+$ curl -H 'Accept: application/vnd.ipld.raw' "http://127.0.0.1:8080/ipfs/QmZULkCELmmk5XNfCgTnCyFgAVxBRBXyDHGGMVoLFLiXEN" --output block.bin
235
+$ cat block.bin | ipfs block put
236
+$ ipfs cat QmZULkCELmmk5XNfCgTnCyFgAVxBRBXyDHGGMVoLFLiXEN
237
+hello
238
+```
239
+
240
+2. Downloading entire DAG as a CAR file and importing it:
241
+
242
+```console
243
+$ ipfs resolve -r /ipns/webui.ipfs.io
244
+/ipfs/bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu
245
+$ curl -H 'Accept: application/vnd.ipld.car' "http://127.0.0.1:8080/ipfs/bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu" --output webui.car
246
+$ ipfs dag import webui.car
247
+$ ipfs dag stat bafybeiednzu62vskme5wpoj4bjjikeg3xovfpp4t7vxk5ty2jxdi4mv4bu --offline
248
+Size: 27684934, NumBlocks: 394
249
+```
250
+
251
+See also:
252
+
253
+- [Content Addressable aRchives (CAR / .car) Specifications](https://ipld.io/specs/transport/car/)
254
+- [IANA media type](https://www.iana.org/assignments/media-types/media-types.xhtml) definitions: [application/vnd.ipld.car](https://www.iana.org/assignments/media-types/application/vnd.ipld.car), [application/vnd.ipld.raw](https://www.iana.org/assignments/media-types/application/vnd.ipld.raw)
255
+- [ipfs-car](https://www.npmjs.com/package/ipfs-car) - CLI tool for verifying and unpacking CAR files
256
+- [go-car](https://github.com/ipld/go-car), [js-car](https://github.com/ipld/js-car/) – CAR libraries for GO and JS
257
+
258
+##### 🐎 Fast listing generation for huge directories
259
+
260
+*Added [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) configuration, which allows for fast listings of big directories, without the linear slowdown caused by reading size metadata from child nodes.*
261
+
262
+As an example, the CID `bafybeiggvykl7skb2ndlmacg2k5modvudocffxjesexlod2pfvg5yhwrqm` represents UnixFS directory with over 10k (10100) of files.
263
+
264
+Opening it with go-ipfs 0.12 would require fetching size information of each file, which would take a long long time, most likely causing timeout in the browser or CDN, and introducing unnecessary burden on the gateway node.
265
+
266
+go-ipfs 0.13 opens it instantly, because the number of items is bigger than the default [`Gateway.FastDirIndexThreshold`](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#gatewayfastdirindexthreshold) and only the root UnixFS node needs to be resolved before the HTML Dir Index is returned to the user.
267
+
268
+Notes:
269
+- The default threshold is 100 items.
270
+- Setting to 0 will enable fast listings for all directories.
271
+- CLI users will note that this is equivalent to running `ipfs ls -s --size=false --resolve-type=false /ipfs/bafybeiggvykl7skb2ndlmacg2k5modvudocffxjesexlod2pfvg5yhwrqm`. Now the same speed is available on the gateways.
272
+
273
+##### 🎫 Improved `Etag` and `If-None-Match` for bandwidth savings
274
+
275
+*Every response type has an unique [`Etag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) which can be used by the client or CDN to save bandwidth, as a gateway does not need to resend a full response if the content was not changed.*
276
+
277
+Gateway evaluates Etags sent by a client in [`If-None-Match`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match) and returns status code 304 (Not Modified) on strong or weak match ([RFC 7232, 2.3](https://datatracker.ietf.org/doc/html/rfc7232#section-2.3)).
278
+
279
+##### ⛓️ Added X-Ipfs-Roots for smarter HTTP caches
280
+
281
+`X-Ipfs-Roots` is now returned with every Gateway response. It is a way to indicate all CIDs required for resolving path segments from `X-Ipfs-Path`. Together, these two headers are meant to improve interop with existing HTTP software (load-balancers, caches, CDNs).
282
+
283
+This additional information allows HTTP caches and CDNs to make better decisions around cache invalidation: not just invalidate everything under specific IPNS website when the root changes, but do more fine-grained cache invalidation by detecting when only a specific subdirectory (branch of a [DAG](https://docs.ipfs.io/concepts/glossary/#dag)) changes.
284
+
285
+##### 🌡️ Added metrics per response type
286
+
287
+New metrics can be found at `/debug/metrics/prometheus` on the RPC API port (`127.0.0.1:5001` is the default):
288
+
289
+- `gw_first_content_block_get_latency_seconds` – the time until the first content block is received on GET from the gateway (no matter the content or response types)
290
+- `gw_unixfs_file_get_duration_seconds` – the time to serve an entire UnixFS file from the gateway
291
+- `gw_unixfs_gen_dir_listing_get_duration_seconds` – the time to serve a generated UnixFS HTML directory listing from the gateway
292
+- `gw_car_stream_get_duration_seconds` – the time to GET an entire CAR stream from the gateway
293
+- `gw_raw_block_get_duration_seconds` – The time to GET an entire raw Block from the gateway
294
+
295
+
296
+#### 🕵️ OpenTelemetry tracing
297
+
298
+*Opt-in tracing support with many spans for tracing the duration of specific tasks performed by go-ipfs.*
299
+
300
+See [Tracing](https://github.com/ipfs/go-ipfs/blob/master/docs/environment-variables.md#tracing) for details.
301
+
302
+We will continue to add tracing instrumentation throughout IPFS subcomponents over time.
303
+
304
+##### How to use Jaeger UI for visual tracing?
305
+
306
+One can use the `jaegertracing/all-in-one` Docker image to run a full Jaeger stack and configure go-ipfs to publish traces to it (here, in an ephemeral container):
307
+
308
+```console
309
+$ docker run --rm -it --name jaeger \
310
+ -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
311
+ -p 5775:5775/udp \
312
+ -p 6831:6831/udp \
313
+ -p 6832:6832/udp \
314
+ -p 5778:5778 \
315
+ -p 16686:16686 \
316
+ -p 14268:14268 \
317
+ -p 14250:14250 \
318
+ -p 9411:9411 \
319
+ jaegertracing/all-in-one
320
+```
321
+
322
+Then, in other terminal, start go-ipfs with Jaeger tracing enabled:
323
+```
324
+$ OTEL_TRACES_EXPORTER=jaeger ipfs daemon
325
+```
326
+
327
+Finally, the [Jaeger UI](https://github.com/jaegertracing/jaeger-ui#readme) is available at http://localhost:16686
328
+
329
+Below are examples of visual tracing for Gateway requests. (Note: this a preview how useful this insight is. Details may look different now, as we are constantly improving tracing annotations across the go-ipfs codebase.)
330
+
331
+| CAR | Block | File | Directory |
332
+| ---- | ---- | ---- | ---- |
333
+|  |  |  |  |
334
+
335
+#### 🩺 Built-in `ipfs diag profile` to ease debugging
336
+The `diag profile` command has been expanded to include all information that was previously included in the `collect-profiles.sh` script, and the script has been removed. Profiles are now collected in parallel, so that profile collection is much faster. Specific profiles can also be selected for targeted debugging.
337
+
338
+See `ipfs diag profile --help` for more details.
339
+
340
+For general debugging information, see [the debug guide](https://github.com/ipfs/go-ipfs/blob/master/docs/debug-guide.md).
341
+
342
+#### 🔑 Support for PEM/PKCS8 for key import/export
343
+
344
+It is now possible to import or export private keys wrapped in interoperable [PEM PKCS8](https://en.wikipedia.org/wiki/PKCS_8) by passing `--format=pem-pkcs8-cleartext` to `ipfs key import` and `export` commands.
345
+
346
+This improved interop allows for key generation outside of the IPFS node:
347
+
348
+```console
349
+$ openssl genpkey -algorithm ED25519 > ed25519.pem
350
+$ ipfs key import test-openssl -f pem-pkcs8-cleartext ed25519.pem
351
+```
352
+
353
+Or using external tools like the standard `openssl` to get a PEM file with the public key:
354
+```console
355
+ $ ipfs key export testkey --format=pem-pkcs8-cleartext -o privkey.pem
356
+ $ openssl pkey -in privkey.pem -pubout > pubkey.pem
357
+```
358
+
359
+#### 🧹 Using standard IPLD codec names across the CLI/HTTP API
360
+
361
+This release makes necessary (breaking) changes in effort to use canonical codec names from [multicodec/table.csv](https://github.com/multiformats/multicodec/blob/master/table.csv). We also switched to CIDv1 in `block put`. The breaking changes are discussed above.
362
+
363
+
364
+#### 🐳 Custom initialization for Docker
365
+
366
+Docker images published at https://hub.docker.com/r/ipfs/go-ipfs/ now support custom initialization by mounting scripts in the `/container-init.d` directory in the container. Scripts can set custom configuration using `ipfs config`, or otherwise customize the container before the daemon is started.
367
+
368
+Scripts are executed sequentially and in lexicographic order, before the IPFS daemon is started and after `ipfs init` is run and the swarm keys are copied (if the IPFS repo needs initialization).
369
+
370
+For more information, see:
371
+- Documentation: [ Run IPFS inside Docker](https://docs.ipfs.io/how-to/run-ipfs-inside-docker/) <!-- TODO: needs https://github.com/ipfs/ipfs-docs/pull/1115/files -->
372
+- Examples in [ipfs-shipyard/go-ipfs-docker-examples](https://github.com/ipfs-shipyard/go-ipfs-docker-examples).
373
+
374
+#### RPC API docs for experimental and deprecated commands
375
+
376
+https://docs.ipfs.io/reference/http/api/ now includes separate sections for _experimental_ and _deprecated_ commands.
377
+
378
+We also display a warning in the command line:
379
+
380
+```console
381
+$ ipfs name pubsub state --help
382
+WARNING: EXPERIMENTAL, command may change in future releases
383
+```
384
+
385
+#### Yamux over Mplex
386
+
387
+The more fully featured yamux stream multiplexer is now prioritized over mplex for outgoing connections.
388
+
389
+### Changelog
390
+
391
+<details>
392
+<summary>Full Changelog</summary>
393
+
394
+- github.com/ipfs/go-ipfs:
395
+ - feat: upgrade to go-libp2p-kad-dht@v0.16.0 (#9005) ([ipfs/go-ipfs#9005](https://github.com/ipfs/go-ipfs/pull/9005))
396
+ - docs: fix typo in the `swarm/peering` help text
397
+ - feat: disable resource manager by default (#9003) ([ipfs/go-ipfs#9003](https://github.com/ipfs/go-ipfs/pull/9003))
398
+ - fix: adjust rcmgr limits for accelerated DHT client rt refresh (#8982) ([ipfs/go-ipfs#8982](https://github.com/ipfs/go-ipfs/pull/8982))
399
+ - fix(ci): make go-ipfs-as-a-library work without external peers (#8978) ([ipfs/go-ipfs#8978](https://github.com/ipfs/go-ipfs/pull/8978))
400
+ - feat: log when resource manager limits are exceeded (#8980) ([ipfs/go-ipfs#8980](https://github.com/ipfs/go-ipfs/pull/8980))
401
+ - fix: JS caching via Access-Control-Expose-Headers (#8984) ([ipfs/go-ipfs#8984](https://github.com/ipfs/go-ipfs/pull/8984))
402
+ - docs: fix abstractions typo
403
+ - fix: hanging goroutine in get fileArchive handler
404
+ - fix(node/libp2p): disable rcmgr checkImplicitDefaults ([ipfs/go-ipfs#8965](https://github.com/ipfs/go-ipfs/pull/8965))
405
+ - pubsub multibase encoding (#8933) ([ipfs/go-ipfs#8933](https://github.com/ipfs/go-ipfs/pull/8933))
406
+ - 'pin rm' helptext: rewrite description as object is not removed from local storage (immediately) ([ipfs/go-ipfs#8947](https://github.com/ipfs/go-ipfs/pull/8947))
407
+ - ([ipfs/go-ipfs#8934](https://github.com/ipfs/go-ipfs/pull/8934))
408
+ - Add instructions to resolve repo migration error (#8946) ([ipfs/go-ipfs#8946](https://github.com/ipfs/go-ipfs/pull/8946))
409
+ - fix: use path instead of filepath for asset embeds to support Windows
410
+ - Release v0.13.0-rc1
411
+ - docs: v0.13.0 changelog ([ipfs/go-ipfs#8941](https://github.com/ipfs/go-ipfs/pull/8941))
412
+ - chore: build with go 1.18.1 ([ipfs/go-ipfs#8932](https://github.com/ipfs/go-ipfs/pull/8932))
413
+ - docs(tracing): update env var docs for new tracing env vars
414
+ - feat: enable Resource Manager by default
415
+ - chore: Update test/dependencies to match go-ipfs dependencies. (#8928) ([ipfs/go-ipfs#8928](https://github.com/ipfs/go-ipfs/pull/8928))
416
+ - chore: fix linting errors (#8930) ([ipfs/go-ipfs#8930](https://github.com/ipfs/go-ipfs/pull/8930))
417
+ - docs: Swarm.ResourceMgr.Limits
418
+ - feat: EnableHolePunching by default ([ipfs/go-ipfs#8748](https://github.com/ipfs/go-ipfs/pull/8748))
419
+ - ci: add more golang strictness checks ([ipfs/go-ipfs#8931](https://github.com/ipfs/go-ipfs/pull/8931))
420
+ - feat(gateway): Gateway.FastDirIndexThreshold (#8853) ([ipfs/go-ipfs#8853](https://github.com/ipfs/go-ipfs/pull/8853))
421
+ - docs: replace all git.io links with their actual URLs
422
+ - feat: relay v2 discovery (go-libp2p v0.19.0) (#8868) ([ipfs/go-ipfs#8868](https://github.com/ipfs/go-ipfs/pull/8868))
423
+ - fix(cmds): add: reject files with different import dir
424
+ - chore: mark 'log tail' experimental (#8912) ([ipfs/go-ipfs#8912](https://github.com/ipfs/go-ipfs/pull/8912))
425
+ - feat: persist limits to Swarm.ResourceMgr.Limits (#8901) ([ipfs/go-ipfs#8901](https://github.com/ipfs/go-ipfs/pull/8901))
426
+ - fix: build after Go 1.17 and Prometheus upgrades (#8916) ([ipfs/go-ipfs#8916](https://github.com/ipfs/go-ipfs/pull/8916))
427
+ - feat(tracing): use OpenTelemetry env vars where possible (#8875) ([ipfs/go-ipfs#8875](https://github.com/ipfs/go-ipfs/pull/8875))
428
+ - feat(cmds): allow to set the configuration file path ([ipfs/go-ipfs#8634](https://github.com/ipfs/go-ipfs/pull/8634))
429
+ - chore: deprecate /api/v0/dns (#8893) ([ipfs/go-ipfs#8893](https://github.com/ipfs/go-ipfs/pull/8893))
430
+ - fix(cmds): CIDv1 and correct multicodecs in 'block put' and 'cid codecs' (#8568) ([ipfs/go-ipfs#8568](https://github.com/ipfs/go-ipfs/pull/8568))
431
+ - feat(gw): improved If-None-Match support (#8891) ([ipfs/go-ipfs#8891](https://github.com/ipfs/go-ipfs/pull/8891))
432
+ - Update Go version to 1.17 (#8815) ([ipfs/go-ipfs#8815](https://github.com/ipfs/go-ipfs/pull/8815))
433
+ - chore(gw): extract logical functions to improve readability (#8885) ([ipfs/go-ipfs#8885](https://github.com/ipfs/go-ipfs/pull/8885))
434
+ - feat(docker): /container-init.d for advanced initialization (#6577) ([ipfs/go-ipfs#6577](https://github.com/ipfs/go-ipfs/pull/6577))
435
+ - feat: port collect-profiles.sh to 'ipfs diag profile' (#8786) ([ipfs/go-ipfs#8786](https://github.com/ipfs/go-ipfs/pull/8786))
436
+ - fix: assets: correctly use the argument err in the WalkDirFunc Hashing Files
437
+ - Change `assets.Asset` from a `func` to the embed.FS
438
+ - Remove gobindata
439
+ - fix: fix context plumbing in gateway handlers (#8871) ([ipfs/go-ipfs#8871](https://github.com/ipfs/go-ipfs/pull/8871))
440
+ - fix(gw): missing return if dir fails to finalize (#8806) ([ipfs/go-ipfs#8806](https://github.com/ipfs/go-ipfs/pull/8806))
441
+ - fix(gw): update metrics only when payload data sent (#8827) ([ipfs/go-ipfs#8827](https://github.com/ipfs/go-ipfs/pull/8827))
442
+ - Merge branch 'release'
443
+ - feat: detect changes in go-libp2p-resource-manager (#8857) ([ipfs/go-ipfs#8857](https://github.com/ipfs/go-ipfs/pull/8857))
444
+ - feat: opt-in Swarm.ResourceMgr (go-libp2p v0.18) (#8680) ([ipfs/go-ipfs#8680](https://github.com/ipfs/go-ipfs/pull/8680))
445
+ - feat(cmds): add support for CAR v2 imports (#8854) ([ipfs/go-ipfs#8854](https://github.com/ipfs/go-ipfs/pull/8854))
446
+ - docs(logging): environment variables (#8833) ([ipfs/go-ipfs#8833](https://github.com/ipfs/go-ipfs/pull/8833))
447
+ - fix: unknown fetcher type error (#8830) ([ipfs/go-ipfs#8830](https://github.com/ipfs/go-ipfs/pull/8830))
448
+ - chore: deprecate tar commands (#8849) ([ipfs/go-ipfs#8849](https://github.com/ipfs/go-ipfs/pull/8849))
449
+ - chore: bump go-ipld-format v0.4.0 and fix related sharness tests ([ipfs/go-ipfs#8838](https://github.com/ipfs/go-ipfs/pull/8838))
450
+ - feat: add basic gateway tracing (#8595) ([ipfs/go-ipfs#8595](https://github.com/ipfs/go-ipfs/pull/8595))
451
+ - fix(cli): ipfs add with multiple files of same name (#8493) ([ipfs/go-ipfs#8493](https://github.com/ipfs/go-ipfs/pull/8493))
452
+ - fix(gw): validate requested CAR version (#8835) ([ipfs/go-ipfs#8835](https://github.com/ipfs/go-ipfs/pull/8835))
453
+ - feat: re-enable docker sharness tests (#8808) ([ipfs/go-ipfs#8808](https://github.com/ipfs/go-ipfs/pull/8808))
454
+ - docs: gateway.md (#8825) ([ipfs/go-ipfs#8825](https://github.com/ipfs/go-ipfs/pull/8825))
455
+ - fix(core/commands): do not cache config (#8824) ([ipfs/go-ipfs#8824](https://github.com/ipfs/go-ipfs/pull/8824))
456
+ - remove unused import (#8787) ([ipfs/go-ipfs#8787](https://github.com/ipfs/go-ipfs/pull/8787))
457
+ - feat(cmds): document deprecated RPC API commands (#8802) ([ipfs/go-ipfs#8802](https://github.com/ipfs/go-ipfs/pull/8802))
458
+ - fix(fsrepo): deep merge when setting config ([ipfs/go-ipfs#8793](https://github.com/ipfs/go-ipfs/pull/8793))
459
+ - feat: add gateway histogram metrics (#8443) ([ipfs/go-ipfs#8443](https://github.com/ipfs/go-ipfs/pull/8443))
460
+ - ErrNotFound changes: bubble tagged libraries. ([ipfs/go-ipfs#8803](https://github.com/ipfs/go-ipfs/pull/8803))
461
+ - Fix typos
462
+ ([ipfs/go-ipfs#8757](https://github.com/ipfs/go-ipfs/pull/8757))
463
+ - feat(gateway): Block and CAR response formats (#8758) ([ipfs/go-ipfs#8758](https://github.com/ipfs/go-ipfs/pull/8758))
464
+ - fix: allow ipfs-companion browser extension to access RPC API (#8690) ([ipfs/go-ipfs#8690](https://github.com/ipfs/go-ipfs/pull/8690))
465
+ - fix(core/node): unwrap fx error in node construction ([ipfs/go-ipfs#8638](https://github.com/ipfs/go-ipfs/pull/8638))
466
+ - Update PATCH_RELEASE_TEMPLATE.md
467
+ - feat: add full goroutine stack dump (#8790) ([ipfs/go-ipfs#8790](https://github.com/ipfs/go-ipfs/pull/8790))
468
+ - feat(cmds): extend block size check for dag|block put (#8751) ([ipfs/go-ipfs#8751](https://github.com/ipfs/go-ipfs/pull/8751))
469
+ - feat: add endpoint for enabling block profiling (#8469) ([ipfs/go-ipfs#8469](https://github.com/ipfs/go-ipfs/pull/8469))
470
+ - fix(cmds): option for progress bar in cat/get (#8686) ([ipfs/go-ipfs#8686](https://github.com/ipfs/go-ipfs/pull/8686))
471
+ - docs: note the default reprovider strategy as all (#8603) ([ipfs/go-ipfs#8603](https://github.com/ipfs/go-ipfs/pull/8603))
472
+ - fix: listen on loopback for API and gateway ports in docker-compose.yaml (#8773) ([ipfs/go-ipfs#8773](https://github.com/ipfs/go-ipfs/pull/8773))
473
+ - fix(discovery): fix daemon not starting due to mdns startup failure (#8704) ([ipfs/go-ipfs#8704](https://github.com/ipfs/go-ipfs/pull/8704))
474
+ ([ipfs/go-ipfs#8756](https://github.com/ipfs/go-ipfs/pull/8756))
475
+ - feat: ipfs-webui v2.15 (#8712) ([ipfs/go-ipfs#8712](https://github.com/ipfs/go-ipfs/pull/8712))
476
+ - feat: X-Ipfs-Roots for smarter HTTP caches (#8720) ([ipfs/go-ipfs#8720](https://github.com/ipfs/go-ipfs/pull/8720))
477
+ - chore: add instructions for Chocolatey release
478
+ - fix prioritization of stream muxers ([ipfs/go-ipfs#8750](https://github.com/ipfs/go-ipfs/pull/8750))
479
+ - fix(cmds/keystore): do not allow to import keys we don't generate (#8733) ([ipfs/go-ipfs#8733](https://github.com/ipfs/go-ipfs/pull/8733))
480
+ - docs: add Internal.UnixFSShardingSizeThreshold (#8723) ([ipfs/go-ipfs#8723](https://github.com/ipfs/go-ipfs/pull/8723))
481
+ - feat(cmd): add silent option for repo gc (#7147) ([ipfs/go-ipfs#7147](https://github.com/ipfs/go-ipfs/pull/7147))
482
+ - docs(changelog): update v0.12.0 release notes
483
+ - Merge branch 'release'
484
+ - fix: installation without sudo (#8715) ([ipfs/go-ipfs#8715](https://github.com/ipfs/go-ipfs/pull/8715))
485
+ - Fix typos (#8726) ([ipfs/go-ipfs#8726](https://github.com/ipfs/go-ipfs/pull/8726))
486
+ - fix(build): Recognize Go Beta versions in makefile (#8677) ([ipfs/go-ipfs#8677](https://github.com/ipfs/go-ipfs/pull/8677))
487
+ - chore(cmds): encapsulate ipfs rm logic in another function (#8574) ([ipfs/go-ipfs#8574](https://github.com/ipfs/go-ipfs/pull/8574))
488
+ - feat: warn user when 'pin remote add' while offline (#8621) ([ipfs/go-ipfs#8621](https://github.com/ipfs/go-ipfs/pull/8621))
489
+ - chore(gateway): debug logging for the http requests (#8518) ([ipfs/go-ipfs#8518](https://github.com/ipfs/go-ipfs/pull/8518))
490
+ - docker: build for arm cpu (#8633) ([ipfs/go-ipfs#8633](https://github.com/ipfs/go-ipfs/pull/8633))
491
+ - feat: refactor Fetcher interface used for downloading migrations (#8728) ([ipfs/go-ipfs#8728](https://github.com/ipfs/go-ipfs/pull/8728))
492
+ - feat: log multifetcher errors
493
+ - docs: optionalInteger|String|Duration (#8729) ([ipfs/go-ipfs#8729](https://github.com/ipfs/go-ipfs/pull/8729))
494
+ - feat: DNS.MaxCacheTTL for DNS-over-HTTPS resolvers (#8615) ([ipfs/go-ipfs#8615](https://github.com/ipfs/go-ipfs/pull/8615))
495
+ - feat(cmds): ipfs id: support --offline option (#8626) ([ipfs/go-ipfs#8626](https://github.com/ipfs/go-ipfs/pull/8626))
496
+ - feat(cmds): add cleartext PEM/PKCS8 for key import/export (#8616) ([ipfs/go-ipfs#8616](https://github.com/ipfs/go-ipfs/pull/8616))
497
+ - docs: update badger section in config.md (#8662) ([ipfs/go-ipfs#8662](https://github.com/ipfs/go-ipfs/pull/8662))
498
+ - docs: fix typo
499
+ - Adding PowerShell to Minimal Go Installation
500
+ - Fixed typos in docs/config.md
501
+ - docs: add Snap note about customizing IPFS_PATH (#8584) ([ipfs/go-ipfs#8584](https://github.com/ipfs/go-ipfs/pull/8584))
502
+ - Fix typo ([ipfs/go-ipfs#8625](https://github.com/ipfs/go-ipfs/pull/8625))
503
+ - chore: update version to v0.13.0-dev
504
+- github.com/ipfs/go-bitswap (v0.5.1 -> v0.6.0):
505
+ - v0.6.0
506
+ - Use ipld.ErrNotFound
507
+ - feat: add peer block filter option (#549) ([ipfs/go-bitswap#549](https://github.com/ipfs/go-bitswap/pull/549))
508
+ - configurable target message size ([ipfs/go-bitswap#546](https://github.com/ipfs/go-bitswap/pull/546))
509
+- github.com/ipfs/go-blockservice (v0.2.1 -> v0.3.0):
510
+ - v0.3.0
511
+ - s/log/logger
512
+ - Use ipld.ErrNotFound instead of ErrNotFound
513
+- github.com/ipfs/go-cid (v0.1.0 -> v0.2.0):
514
+ - fix: remove invalid multicodec2string mappings (#137) ([ipfs/go-cid#137](https://github.com/ipfs/go-cid/pull/137))
515
+ - sync: update CI config files (#136) ([ipfs/go-cid#136](https://github.com/ipfs/go-cid/pull/136))
516
+ - Benchmark existing ways to check for `IDENTITY` CIDs
517
+ - avoid double alloc in NewCidV1
518
+ - sync: update CI config files ([ipfs/go-cid#131](https://github.com/ipfs/go-cid/pull/131))
519
+- github.com/ipfs/go-cidutil (v0.0.2 -> v0.1.0):
520
+ ([ipfs/go-cidutil#36](https://github.com/ipfs/go-cidutil/pull/36))
521
+ - sync: update CI config files ([ipfs/go-cidutil#35](https://github.com/ipfs/go-cidutil/pull/35))
522
+ - sync: update CI config files (#34) ([ipfs/go-cidutil#34](https://github.com/ipfs/go-cidutil/pull/34))
523
+ - fix staticcheck ([ipfs/go-cidutil#31](https://github.com/ipfs/go-cidutil/pull/31))
524
+ - add license file so it can be found by go-licenses ([ipfs/go-cidutil#27](https://github.com/ipfs/go-cidutil/pull/27))
525
+ - test: fix for base32 switch ([ipfs/go-cidutil#16](https://github.com/ipfs/go-cidutil/pull/16))
526
+ - doc: add a lead maintainer
527
+- github.com/ipfs/go-filestore (v1.1.0 -> v1.2.0):
528
+ - v1.2.0
529
+ - refactor: follow the happy left practice in Filestore.DeleteBlock
530
+ - Use ipld.ErrNotFound
531
+- github.com/ipfs/go-graphsync (v0.11.0 -> v0.13.1):
532
+ - docs(CHANGELOG): update for v0.13.1
533
+ - feat(ipld): wrap bindnode with panic protection (#368) ([ipfs/go-graphsync#368](https://github.com/ipfs/go-graphsync/pull/368))
534
+ - docs(CHANGELOG): update for v0.13.0 (#366) ([ipfs/go-graphsync#366](https://github.com/ipfs/go-graphsync/pull/366))
535
+ - fix(impl): delete file
536
+ - Minimal alternate metadata type support (#365) ([ipfs/go-graphsync#365](https://github.com/ipfs/go-graphsync/pull/365))
537
+ - Fix unixfs fetch (#364) ([ipfs/go-graphsync#364](https://github.com/ipfs/go-graphsync/pull/364))
538
+ - [Feature] UUIDs, protocol versioning, v2 protocol w/ dag-cbor messaging (#332) ([ipfs/go-graphsync#332](https://github.com/ipfs/go-graphsync/pull/332))
539
+ - feat(CHANGELOG): update for v0.12.0
540
+ - Use do not send blocks for pause/resume & prevent processing of blocks on cancelled requests (#333) ([ipfs/go-graphsync#333](https://github.com/ipfs/go-graphsync/pull/333))
541
+ - Support unixfs reification in default linksystem (#329) ([ipfs/go-graphsync#329](https://github.com/ipfs/go-graphsync/pull/329))
542
+ - Don't run hooks on blocks we didn't have (#331) ([ipfs/go-graphsync#331](https://github.com/ipfs/go-graphsync/pull/331))
543
+ - feat(responsemanager): trace full messages via links to responses (#325) ([ipfs/go-graphsync#325](https://github.com/ipfs/go-graphsync/pull/325))
544
+ - chore(requestmanager): rename processResponses internals for consistency (#328) ([ipfs/go-graphsync#328](https://github.com/ipfs/go-graphsync/pull/328))
545
+ - Response message tracing (#327) ([ipfs/go-graphsync#327](https://github.com/ipfs/go-graphsync/pull/327))
546
+ - fix(testutil): fix tracing span collection (#324) ([ipfs/go-graphsync#324](https://github.com/ipfs/go-graphsync/pull/324))
547
+ - docs(CHANGELOG): update for v0.11.5 release
548
+ - feat(requestmanager): add tracing for response messages & block processing (#322) ([ipfs/go-graphsync#322](https://github.com/ipfs/go-graphsync/pull/322))
549
+ - ipldutil: simplify state synchronization, add docs (#300) ([ipfs/go-graphsync#300](https://github.com/ipfs/go-graphsync/pull/300))
550
+ - docs(CHANGELOG): update for v0.11.4 release
551
+ - Scrub response errors (#320) ([ipfs/go-graphsync#320](https://github.com/ipfs/go-graphsync/pull/320))
552
+ - fix(responsemanager): remove unused maxInProcessRequests parameter (#319) ([ipfs/go-graphsync#319](https://github.com/ipfs/go-graphsync/pull/319))
553
+ - feat(responsemanager): allow ctx augmentation via queued request hook
554
+ - make go test with coverpkg=./...
555
+ - docs(CHANGELOG): update for v0.11.3
556
+ - Merge tag 'v0.10.9'
557
+ - feat: add basic tracing for responses (#291) ([ipfs/go-graphsync#291](https://github.com/ipfs/go-graphsync/pull/291))
558
+ - fix(impl): remove accidental legacy field (#310) ([ipfs/go-graphsync#310](https://github.com/ipfs/go-graphsync/pull/310))
559
+ - docs(CHANGELOG): update for v0.11.2
560
+ - Merge branch 'release/v0.10.8'
561
+ - feat(taskqueue): fix race on peer state gather (#303) ([ipfs/go-graphsync#303](https://github.com/ipfs/go-graphsync/pull/303))
562
+ - feat(responsemanager): clarify response completion (#304) ([ipfs/go-graphsync#304](https://github.com/ipfs/go-graphsync/pull/304))
563
+ - docs(CHANGELOG): update for v0.11.1
564
+ - Merge branch 'release/v0.10.7'
565
+ - Expose task queue diagnostics (#302) ([ipfs/go-graphsync#302](https://github.com/ipfs/go-graphsync/pull/302))
566
+ - chore: short-circuit unnecessary message processing
567
+ - Add a bit of logging (#301) ([ipfs/go-graphsync#301](https://github.com/ipfs/go-graphsync/pull/301))
568
+ - Peer Stats function (#298) ([ipfs/go-graphsync#298](https://github.com/ipfs/go-graphsync/pull/298))
569
+ - fix: use sync.Cond to handle no-task blocking wait (#299) ([ipfs/go-graphsync#299](https://github.com/ipfs/go-graphsync/pull/299))
570
+ - ipldutil: use chooser APIs from dagpb and basicnode (#292) ([ipfs/go-graphsync#292](https://github.com/ipfs/go-graphsync/pull/292))
571
+ - testutil/chaintypes: simplify maintenance of codegen (#294) ([ipfs/go-graphsync#294](https://github.com/ipfs/go-graphsync/pull/294))
572
+ - fix(test): increase 1s timeouts to 2s for slow CI (#289) ([ipfs/go-graphsync#289](https://github.com/ipfs/go-graphsync/pull/289))
573
+ - docs(tests): document tracing test helper utilities
574
+ - feat: add basic OT tracing for incoming requests
575
+ - fix(responsemanager): make fix more global
576
+ - fix(responsemanager): fix flaky tests
577
+ - feat: add WorkerTaskQueue#WaitForNoActiveTasks() for tests (#284) ([ipfs/go-graphsync#284](https://github.com/ipfs/go-graphsync/pull/284))
578
+- github.com/ipfs/go-ipfs-blockstore (v1.1.2 -> v1.2.0):
579
+ - v0.2.0 ([ipfs/go-ipfs-blockstore#98](https://github.com/ipfs/go-ipfs-blockstore/pull/98))
580
+ - s/log/logger
581
+ - Use ipld.ErrNotFound for NotFound errors
582
+- github.com/ipfs/go-ipfs-cmds (v0.6.0 -> v0.8.1):
583
+ - fix(cli/parse): extract dir before name ([ipfs/go-ipfs-cmds#230](https://github.com/ipfs/go-ipfs-cmds/pull/230))
584
+ - Version 0.8.0 ([ipfs/go-ipfs-cmds#228](https://github.com/ipfs/go-ipfs-cmds/pull/228))
585
+ - fix(cli): use NewSliceDirectory for duplicate file paths ([ipfs/go-ipfs-cmds#220](https://github.com/ipfs/go-ipfs-cmds/pull/220))
586
+ - chore: release v0.7.0 ([ipfs/go-ipfs-cmds#227](https://github.com/ipfs/go-ipfs-cmds/pull/227))
587
+ - feat(Command): add status for the helptext ([ipfs/go-ipfs-cmds#225](https://github.com/ipfs/go-ipfs-cmds/pull/225))
588
+ - allow header and set header in client ([ipfs/go-ipfs-cmds#226](https://github.com/ipfs/go-ipfs-cmds/pull/226))
589
+ - sync: update CI config files (#221) ([ipfs/go-ipfs-cmds#221](https://github.com/ipfs/go-ipfs-cmds/pull/221))
590
+ - fix: chanResponseEmitter cancel being ineffective
591
+ - add: tests for postrun execution
592
+ - fix: postrun's run condition in Execute
593
+ - fix: exec deadlock when emitter is not Typer intf
594
+ - sync: update CI config files ([ipfs/go-ipfs-cmds#207](https://github.com/ipfs/go-ipfs-cmds/pull/207))
595
+ - fix: preserve windows file paths ([ipfs/go-ipfs-cmds#214](https://github.com/ipfs/go-ipfs-cmds/pull/214))
596
+ - Resolve `staticcheck` issue in prep for unified CI ([ipfs/go-ipfs-cmds#212](https://github.com/ipfs/go-ipfs-cmds/pull/212))
597
+- github.com/ipfs/go-ipfs-exchange-offline (v0.1.1 -> v0.2.0):
598
+ - v0.2.0
599
+ - Improve NotFound error description
600
+- github.com/ipfs/go-ipfs-files (v0.0.9 -> v0.1.1):
601
+ - Release v0.1.1
602
+ - fix: add dragonfly build option for filewriter flags
603
+ - fix: add freebsd build option for filewriter flags
604
+ - Release v0.1.0
605
+ - docs: fix community CONTRIBUTING.md link (#45) ([ipfs/go-ipfs-files#45](https://github.com/ipfs/go-ipfs-files/pull/45))
606
+ - chore(filewriter): cleanup writes (#43) ([ipfs/go-ipfs-files#43](https://github.com/ipfs/go-ipfs-files/pull/43))
607
+ - sync: update CI config files (#44) ([ipfs/go-ipfs-files#44](https://github.com/ipfs/go-ipfs-files/pull/44))
608
+- github.com/ipfs/go-ipld-format (v0.2.0 -> v0.4.0):
609
+ - chore: release version v0.4.0
610
+ - feat: use new more clearer format in ErrNotFound
611
+ - chore: bump version to 0.3.1
612
+ - fix: make Undef ErrNotFound string consistent with Def version
613
+ - Version 0.3.0
614
+ - ErrNotFound: change error string ([ipfs/go-ipld-format#69](https://github.com/ipfs/go-ipld-format/pull/69))
615
+ - Revert "Revert "Add IsErrNotFound() method"" ([ipfs/go-ipld-format#68](https://github.com/ipfs/go-ipld-format/pull/68))
616
+ - sync: update CI config files (#67) ([ipfs/go-ipld-format#67](https://github.com/ipfs/go-ipld-format/pull/67))
617
+ - ignore statticheck error for EndOfDag ([ipfs/go-ipld-format#62](https://github.com/ipfs/go-ipld-format/pull/62))
618
+ - remove Makefile ([ipfs/go-ipld-format#59](https://github.com/ipfs/go-ipld-format/pull/59))
619
+ - fix staticcheck ([ipfs/go-ipld-format#60](https://github.com/ipfs/go-ipld-format/pull/60))
620
+ - Allowing custom NavigableNode implementations ([ipfs/go-ipld-format#58](https://github.com/ipfs/go-ipld-format/pull/58))
621
+- github.com/ipfs/go-ipld-legacy (v0.1.0 -> v0.1.1):
622
+ - feat(node): add json.Marshaller method ([ipfs/go-ipld-legacy#7](https://github.com/ipfs/go-ipld-legacy/pull/7))
623
+- github.com/ipfs/go-log/v2 (v2.3.0 -> v2.5.1):
624
+ - feat: add logger option to skip a number of stack frames ([ipfs/go-log#132](https://github.com/ipfs/go-log/pull/132))
625
+ - release v2.5.0 (#131) ([ipfs/go-log#131](https://github.com/ipfs/go-log/pull/131))
626
+ - config inspection (#129) ([ipfs/go-log#129](https://github.com/ipfs/go-log/pull/129))
627
+ - release v2.4.0 (#127) ([ipfs/go-log#127](https://github.com/ipfs/go-log/pull/127))
628
+ - sync: update CI config files (#125) ([ipfs/go-log#125](https://github.com/ipfs/go-log/pull/125))
629
+ - fix: cannot call SetPrimaryCore after using a Tee logger ([ipfs/go-log#121](https://github.com/ipfs/go-log/pull/121))
630
+ - Document environment variables ([ipfs/go-log#120](https://github.com/ipfs/go-log/pull/120))
631
+ - sync: update CI config files (#119) ([ipfs/go-log#119](https://github.com/ipfs/go-log/pull/119))
632
+ - Add WithStacktrace untility ([ipfs/go-log#118](https://github.com/ipfs/go-log/pull/118))
633
+ - In addition to StdOut/Err check the outfile for TTYness ([ipfs/go-log#117](https://github.com/ipfs/go-log/pull/117))
634
+- github.com/ipfs/go-merkledag (v0.5.1 -> v0.6.0):
635
+ - v0.6.0
636
+ - Improve ErrNotFound
637
+- github.com/ipfs/go-namesys (v0.4.0 -> v0.5.0):
638
+ - Version 0.5.0
639
+ - fix: CIDv1 error with go-libp2p 0.19 (#32) ([ipfs/go-namesys#32](https://github.com/ipfs/go-namesys/pull/32))
640
+ - feat: add tracing (#30) ([ipfs/go-namesys#30](https://github.com/ipfs/go-namesys/pull/30))
641
+ - fix(publisher): fix garbled code output (#28) ([ipfs/go-namesys#28](https://github.com/ipfs/go-namesys/pull/28))
642
+- github.com/ipfs/go-path (v0.2.1 -> v0.3.0):
643
+ - Release v0.3.0 ([ipfs/go-path#55](https://github.com/ipfs/go-path/pull/55))
644
+ - Resolver: convert to interface. ([ipfs/go-path#53](https://github.com/ipfs/go-path/pull/53))
645
+ - Release v0.2.2 (#52) ([ipfs/go-path#52](https://github.com/ipfs/go-path/pull/52))
646
+ - chore: improve error message for invalid ipfs paths ([ipfs/go-path#51](https://github.com/ipfs/go-path/pull/51))
647
+- github.com/ipfs/go-peertaskqueue (v0.7.0 -> v0.7.1):
648
+ - Add topic inspector ([ipfs/go-peertaskqueue#20](https://github.com/ipfs/go-peertaskqueue/pull/20))
649
+- github.com/ipfs/go-pinning-service-http-client (v0.1.0 -> v0.1.1):
650
+ - chore: release v0.1.1
651
+ - fix: error handling while enumerating pins
652
+ - sync: update CI config files (#15) ([ipfs/go-pinning-service-http-client#15](https://github.com/ipfs/go-pinning-service-http-client/pull/15))
653
+ - Resolve lint issues prior to CI integration
654
+- github.com/ipfs/go-unixfsnode (v1.1.3 -> v1.4.0):
655
+ - 1.4.0 release ([ipfs/go-unixfsnode#29](https://github.com/ipfs/go-unixfsnode/pull/29))
656
+ - Partial file test ([ipfs/go-unixfsnode#26](https://github.com/ipfs/go-unixfsnode/pull/26))
657
+ - Add unixfs to UnixFS path selector tail ([ipfs/go-unixfsnode#28](https://github.com/ipfs/go-unixfsnode/pull/28))
658
+ - release v1.3.0 ([ipfs/go-unixfsnode#25](https://github.com/ipfs/go-unixfsnode/pull/25))
659
+ - add AsLargeBytes support to unixfs files (#24) ([ipfs/go-unixfsnode#24](https://github.com/ipfs/go-unixfsnode/pull/24))
660
+ - fix: add extra test to span the shard/no-shard boundary
661
+ - fix: more Tsize fixes, fix HAMT and make it match go-unixfs output
662
+ - fix: encode Tsize correctly everywhere (using wraped LinkSystem)
663
+ - docs(version): tag 1.2.0
664
+ - Update deps for ADL selectors ([ipfs/go-unixfsnode#20](https://github.com/ipfs/go-unixfsnode/pull/20))
665
+ - add license (#17) ([ipfs/go-unixfsnode#17](https://github.com/ipfs/go-unixfsnode/pull/17))
666
+ - handle empty files (#15) ([ipfs/go-unixfsnode#15](https://github.com/ipfs/go-unixfsnode/pull/15))
667
+ - Add ADL/single-node-view of a full unixFS file. (#14) ([ipfs/go-unixfsnode#14](https://github.com/ipfs/go-unixfsnode/pull/14))
668
+ - sync: update CI config files (#13) ([ipfs/go-unixfsnode#13](https://github.com/ipfs/go-unixfsnode/pull/13))
669
+ - Add builder for unixfs dags (#12) ([ipfs/go-unixfsnode#12](https://github.com/ipfs/go-unixfsnode/pull/12))
670
+- github.com/ipfs/interface-go-ipfs-core (v0.5.2 -> v0.7.0):
671
+ - refactor(block): CIDv1 and BlockPutSettings CidPrefix (#80) ([ipfs/interface-go-ipfs-core#80](https://github.com/ipfs/interface-go-ipfs-core/pull/80))
672
+ - chore: release v0.6.2
673
+ - fix: use IPLD.ErrNotFound instead of string comparison in tests
674
+ - fix: document error (#74) ([ipfs/interface-go-ipfs-core#74](https://github.com/ipfs/interface-go-ipfs-core/pull/74))
675
+ - version: release 0.6.1
676
+ - v0.6.0
677
+ - Update tests to use ipld.IsNotFound to check for notfound errors
678
+ - sync: update CI config files (#79) ([ipfs/interface-go-ipfs-core#79](https://github.com/ipfs/interface-go-ipfs-core/pull/79))
679
+- github.com/ipld/go-codec-dagpb (v1.3.2 -> v1.4.0):
680
+ - bump to v1.4.0 given that we updated ipld-prime
681
+ - add a decode-then-encode roundtrip fuzzer
682
+ - 1.3.1
683
+ - fix: use protowire for Links bytes decoding
684
+ - delete useless code
685
+ - sync: update CI config files (#33) ([ipld/go-codec-dagpb#33](https://github.com/ipld/go-codec-dagpb/pull/33))
686
+- github.com/ipld/go-ipld-prime (v0.14.2 -> v0.16.0):
687
+ - mark v0.16.0
688
+ - node/bindnode: enforce pointer requirement for nullable maps
689
+ - Implement WalkTransforming traversal (#376) ([ipld/go-ipld-prime#376](https://github.com/ipld/go-ipld-prime/pull/376))
690
+ - docs(datamodel): add comment to LargeBytesNode
691
+ - Add partial-match traversal of large bytes (#375) ([ipld/go-ipld-prime#375](https://github.com/ipld/go-ipld-prime/pull/375))
692
+ - Implement option to start traversals at a path ([ipld/go-ipld-prime#358](https://github.com/ipld/go-ipld-prime/pull/358))
693
+ - add top-level "go value with schema" example
694
+ - Support optional `LargeBytesNode` interface (#372) ([ipld/go-ipld-prime#372](https://github.com/ipld/go-ipld-prime/pull/372))
695
+ - node/bindnode: support pointers to datamodel.Node to bind with Any
696
+ - fix(bindnode): tuple struct iterator should handle absent fields properly
697
+ - node/bindnode: make AssignNode work at the repr level
698
+ - node/bindnode: add support for unsigned integers
699
+ - node/bindnode: cover even more edge case panics
700
+ - node/bindnode: polish some more AsT panics
701
+ - schema/dmt: stop using a fake test to generate code ([ipld/go-ipld-prime#356](https://github.com/ipld/go-ipld-prime/pull/356))
702
+ - schema: remove one review note; add another.
703
+ - fix: minor EncodedLength fixes, add tests to fully exercise
704
+ - feat: add dagcbor.EncodedLength(Node) to calculate length without encoding
705
+ - chore: rename Garbage() to Generate()
706
+ - fix: minor garbage nits
707
+ - fix: Garbage() takes rand parameter, tweak algorithms, improve docs
708
+ - feat: add Garbage() Node generator
709
+ - node/bindnode: introduce an assembler that always errors
710
+ - node/bindnode: polish panics on invalid AssignT calls
711
+ - datamodel: don't panic when stringifying an empty KindSet
712
+ - node/bindnode: start using ipld.LoadSchema APIs
713
+ - selectors: fix for edge case around recursion clauses with an immediate edge. ([ipld/go-ipld-prime#334](https://github.com/ipld/go-ipld-prime/pull/334))
714
+ - node/bindnode: improve support for pointer types
715
+ - node/bindnode: subtract all absents in Length at the repr level
716
+ - fix(codecs): error when encoding maps whose lengths don't match entry count
717
+ - schema: avoid alloc and copy in Struct and Enum methods
718
+ - node/bindnode: allow mapping int-repr enums with Go integers
719
+ - schema,node/bindnode: add support for Any
720
+ - signaling ADLs in selectors (#301) ([ipld/go-ipld-prime#301](https://github.com/ipld/go-ipld-prime/pull/301))
721
+ - node/bindnode: add support for enums
722
+ - schema/...: add support for enum int representations
723
+ - node/bindnode: allow binding cidlink.Link to links
724
+ - Update to context datastores (#312) ([ipld/go-ipld-prime#312](https://github.com/ipld/go-ipld-prime/pull/312))
725
+ - schema: add support for struct tuple reprs
726
+ - Allow parsing padding in dag-json bytes fields (#309) ([ipld/go-ipld-prime#309](https://github.com/ipld/go-ipld-prime/pull/309))
727
+- github.com/libp2p/go-doh-resolver (v0.3.1 -> v0.4.0):
728
+ - Release v0.4.0 (#16) ([libp2p/go-doh-resolver#16](https://github.com/libp2p/go-doh-resolver/pull/16))
729
+ - sync: update CI config files (#14) ([libp2p/go-doh-resolver#14](https://github.com/libp2p/go-doh-resolver/pull/14))
730
+ - Add a max TTL for cached entries ([libp2p/go-doh-resolver#12](https://github.com/libp2p/go-doh-resolver/pull/12))
731
+ - Perform test locally instead of using a live dns resolution ([libp2p/go-doh-resolver#13](https://github.com/libp2p/go-doh-resolver/pull/13))
732
+ - sync: update CI config files (#7) ([libp2p/go-doh-resolver#7](https://github.com/libp2p/go-doh-resolver/pull/7))
733
+ - fix staticcheck ([libp2p/go-doh-resolver#6](https://github.com/libp2p/go-doh-resolver/pull/6))
734
+- github.com/libp2p/go-libp2p (v0.16.0 -> v0.19.4):
735
+ - update go-yamux to v3.1.2, release v0.19.4 (#1590) ([libp2p/go-libp2p#1590](https://github.com/libp2p/go-libp2p/pull/1590))
736
+ - update quic-go to v0.27.1, release v0.19.3 (#1518) ([libp2p/go-libp2p#1518](https://github.com/libp2p/go-libp2p/pull/1518))
737
+ - release v0.19.2
738
+ - holepunch: fix incorrect message type for the SYNC message (#1478) ([libp2p/go-libp2p#1478](https://github.com/libp2p/go-libp2p/pull/1478))
739
+ - fix race condition in holepunch service, release v0.19.1 ([libp2p/go-libp2p#1474](https://github.com/libp2p/go-libp2p/pull/1474))
740
+ - release v0.19.0 (#1408) ([libp2p/go-libp2p#1408](https://github.com/libp2p/go-libp2p/pull/1408))
741
+ - Close resource manager when host closes (#1343) ([libp2p/go-libp2p#1343](https://github.com/libp2p/go-libp2p/pull/1343))
742
+ - fix flaky reconnect test (#1406) ([libp2p/go-libp2p#1406](https://github.com/libp2p/go-libp2p/pull/1406))
743
+ - make sure to not oversubscribe to relays (#1404) ([libp2p/go-libp2p#1404](https://github.com/libp2p/go-libp2p/pull/1404))
744
+ - rewrite the reconnect test (#1399) ([libp2p/go-libp2p#1399](https://github.com/libp2p/go-libp2p/pull/1399))
745
+ - don't try to reconnect to already connected relays (#1401) ([libp2p/go-libp2p#1401](https://github.com/libp2p/go-libp2p/pull/1401))
746
+ - reduce flakiness of AutoRelay TestBackoff test (#1400) ([libp2p/go-libp2p#1400](https://github.com/libp2p/go-libp2p/pull/1400))
747
+ - improve AutoRelay v1 handling ([libp2p/go-libp2p#1396](https://github.com/libp2p/go-libp2p/pull/1396))
748
+ - remove note about gx from README (#1385) ([libp2p/go-libp2p#1385](https://github.com/libp2p/go-libp2p/pull/1385))
749
+ - use the vcs information from ReadBuildInfo in Go 1.18 ([libp2p/go-libp2p#1381](https://github.com/libp2p/go-libp2p/pull/1381))
750
+ - fix race condition in AutoRelay candidate handling (#1383) ([libp2p/go-libp2p#1383](https://github.com/libp2p/go-libp2p/pull/1383))
751
+ - implement relay v2 discovery ([libp2p/go-libp2p#1368](https://github.com/libp2p/go-libp2p/pull/1368))
752
+ - fix go vet error in proxy example (#1377) ([libp2p/go-libp2p#1377](https://github.com/libp2p/go-libp2p/pull/1377))
753
+ - Resolve addresses when creating a new stream (#1342) ([libp2p/go-libp2p#1342](https://github.com/libp2p/go-libp2p/pull/1342))
754
+ - remove mplex from the list of default muxers (#1344) ([libp2p/go-libp2p#1344](https://github.com/libp2p/go-libp2p/pull/1344))
755
+ - refactor the holepunching code ([libp2p/go-libp2p#1355](https://github.com/libp2p/go-libp2p/pull/1355))
756
+ - speed up the connmgr tests (#1354) ([libp2p/go-libp2p#1354](https://github.com/libp2p/go-libp2p/pull/1354))
757
+ - update go-libp2p-resource manager, release v0.18.0 (#1361) ([libp2p/go-libp2p#1361](https://github.com/libp2p/go-libp2p/pull/1361))
758
+ - fix flaky BackoffConnector test (#1353) ([libp2p/go-libp2p#1353](https://github.com/libp2p/go-libp2p/pull/1353))
759
+ - release v0.18.0-rc6 (#1350) ([libp2p/go-libp2p#1350](https://github.com/libp2p/go-libp2p/pull/1350))
760
+ - release v0.18.0-rc5 ([libp2p/go-libp2p#1341](https://github.com/libp2p/go-libp2p/pull/1341))
761
+ - update README (#1330) ([libp2p/go-libp2p#1330](https://github.com/libp2p/go-libp2p/pull/1330))
762
+ - fix parsing of IP addresses for zeroconf initialization (#1338) ([libp2p/go-libp2p#1338](https://github.com/libp2p/go-libp2p/pull/1338))
763
+ - fix flaky TestBackoffConnector test (#1328) ([libp2p/go-libp2p#1328](https://github.com/libp2p/go-libp2p/pull/1328))
764
+ - release v0.18.0-rc4 ([libp2p/go-libp2p#1327](https://github.com/libp2p/go-libp2p/pull/1327))
765
+ - fix (and speed up) flaky TestBackoffConnector test (#1316) ([libp2p/go-libp2p#1316](https://github.com/libp2p/go-libp2p/pull/1316))
766
+ - fix flaky TestAutoRelay test (#1322) ([libp2p/go-libp2p#1322](https://github.com/libp2p/go-libp2p/pull/1322))
767
+ - deflake resource manager tests, take 2 ([libp2p/go-libp2p#1318](https://github.com/libp2p/go-libp2p/pull/1318))
768
+ - fix race condition causing TestAutoNATServiceDialError test failure (#1312) ([libp2p/go-libp2p#1312](https://github.com/libp2p/go-libp2p/pull/1312))
769
+ - disable flaky relay example test on CI (#1219) ([libp2p/go-libp2p#1219](https://github.com/libp2p/go-libp2p/pull/1219))
770
+ - fix flaky resource manager tests ([libp2p/go-libp2p#1315](https://github.com/libp2p/go-libp2p/pull/1315))
771
+ - update deps, fixing nil peer scope pointer issues in connection upgrading ([libp2p/go-libp2p#1309](https://github.com/libp2p/go-libp2p/pull/1309))
772
+ - release v0.18.0-rc2 ([libp2p/go-libp2p#1306](https://github.com/libp2p/go-libp2p/pull/1306))
773
+ - add semaphore to control push/delta concurrency ([libp2p/go-libp2p#1305](https://github.com/libp2p/go-libp2p/pull/1305))
774
+ - release v0.18.0-rc1 ([libp2p/go-libp2p#1300](https://github.com/libp2p/go-libp2p/pull/1300))
775
+ - default connection manager ([libp2p/go-libp2p#1299](https://github.com/libp2p/go-libp2p/pull/1299))
776
+ - Basic resource manager integration tests ([libp2p/go-libp2p#1296](https://github.com/libp2p/go-libp2p/pull/1296))
777
+ - use the resource manager ([libp2p/go-libp2p#1275](https://github.com/libp2p/go-libp2p/pull/1275))
778
+ - move the go-libp2p-connmgr here ([libp2p/go-libp2p#1297](https://github.com/libp2p/go-libp2p/pull/1297))
779
+ - move go-libp2p-discovery here ([libp2p/go-libp2p#1291](https://github.com/libp2p/go-libp2p/pull/1291))
780
+ - speed up identify tests ([libp2p/go-libp2p#1294](https://github.com/libp2p/go-libp2p/pull/1294))
781
+ - don't close the connection when opening the identify stream fails ([libp2p/go-libp2p#1293](https://github.com/libp2p/go-libp2p/pull/1293))
782
+ - use the netutil package that was moved to go-libp2p-testing (#1263) ([libp2p/go-libp2p#1263](https://github.com/libp2p/go-libp2p/pull/1263))
783
+ - speed up the autorelay test, fix flaky TestAutoRelay test ([libp2p/go-libp2p#1272](https://github.com/libp2p/go-libp2p/pull/1272))
784
+ - fix flaky TestStreamsStress test (#1288) ([libp2p/go-libp2p#1288](https://github.com/libp2p/go-libp2p/pull/1288))
785
+ - add an option for the swarm dial timeout ([libp2p/go-libp2p#1271](https://github.com/libp2p/go-libp2p/pull/1271))
786
+ - use the transport.Upgrader interface ([libp2p/go-libp2p#1277](https://github.com/libp2p/go-libp2p/pull/1277))
787
+ - fix typo in options.go (#1274) ([libp2p/go-libp2p#1274](https://github.com/libp2p/go-libp2p/pull/1274))
788
+ - remove direct dependency on libp2p/go-addr-util ([libp2p/go-libp2p#1279](https://github.com/libp2p/go-libp2p/pull/1279))
789
+ - fix flaky TestNotifications test ([libp2p/go-libp2p#1278](https://github.com/libp2p/go-libp2p/pull/1278))
790
+ - move go-libp2p-autonat to p2p/host/autonat ([libp2p/go-libp2p#1273](https://github.com/libp2p/go-libp2p/pull/1273))
791
+ - require the expiration field of the circuit v2 Reservation protobuf ([libp2p/go-libp2p#1269](https://github.com/libp2p/go-libp2p/pull/1269))
792
+ - run reconnect test using QUIC ([libp2p/go-libp2p#1268](https://github.com/libp2p/go-libp2p/pull/1268))
793
+ - remove goprocess from the mock package ([libp2p/go-libp2p#1266](https://github.com/libp2p/go-libp2p/pull/1266))
794
+ - release v0.17.0 (#1265) ([libp2p/go-libp2p#1265](https://github.com/libp2p/go-libp2p/pull/1265))
795
+ - use the new network.ConnStats ([libp2p/go-libp2p#1262](https://github.com/libp2p/go-libp2p/pull/1262))
796
+ - move the peerstoremanager to the host ([libp2p/go-libp2p#1258](https://github.com/libp2p/go-libp2p/pull/1258))
797
+ - reduce the default stream protocol negotiation timeout (#1254) ([libp2p/go-libp2p#1254](https://github.com/libp2p/go-libp2p/pull/1254))
798
+ - Doc: QUIC is default when no transports set (#1250) ([libp2p/go-libp2p#1250](https://github.com/libp2p/go-libp2p/pull/1250))
799
+ - exclude web3-bot from mkreleaselog ([libp2p/go-libp2p#1248](https://github.com/libp2p/go-libp2p/pull/1248))
800
+ - identify: also match observed against listening addresses ([libp2p/go-libp2p#1255](https://github.com/libp2p/go-libp2p/pull/1255))
801
+ - make it possible to run the auto relays tests multiple times ([libp2p/go-libp2p#1253](https://github.com/libp2p/go-libp2p/pull/1253))
802
+- github.com/libp2p/go-libp2p-asn-util (v0.1.0 -> v0.2.0):
803
+ - Release 0.2.0 (#21) ([libp2p/go-libp2p-asn-util#21](https://github.com/libp2p/go-libp2p-asn-util/pull/21))
804
+ - perf: replace the ipv6 map by an array of struct (#20) ([libp2p/go-libp2p-asn-util#20](https://github.com/libp2p/go-libp2p-asn-util/pull/20))
805
+ - sync: update CI config files (#18) ([libp2p/go-libp2p-asn-util#18](https://github.com/libp2p/go-libp2p-asn-util/pull/18))
806
+- github.com/libp2p/go-libp2p-blankhost (v0.2.0 -> v0.3.0):
807
+ - add a WithEventBus constructor option ([libp2p/go-libp2p-blankhost#61](https://github.com/libp2p/go-libp2p-blankhost/pull/61))
808
+ - emit the EvtPeerConnectednessChanged event ([libp2p/go-libp2p-blankhost#58](https://github.com/libp2p/go-libp2p-blankhost/pull/58))
809
+ - chore: update go-log to v2 ([libp2p/go-libp2p-blankhost#59](https://github.com/libp2p/go-libp2p-blankhost/pull/59))
810
+ - Remove invalid links ([libp2p/go-libp2p-blankhost#57](https://github.com/libp2p/go-libp2p-blankhost/pull/57))
811
+ - fix go vet ([libp2p/go-libp2p-blankhost#53](https://github.com/libp2p/go-libp2p-blankhost/pull/53))
812
+- github.com/libp2p/go-libp2p-circuit (v0.4.0 -> v0.6.0):
813
+ - release v0.6.0 (#151) ([libp2p/go-libp2p-circuit#151](https://github.com/libp2p/go-libp2p-circuit/pull/151))
814
+ - chore: update go-log to v2 (#147) ([libp2p/go-libp2p-circuit#147](https://github.com/libp2p/go-libp2p-circuit/pull/147))
815
+ - release v0.5.0 (#150) ([libp2p/go-libp2p-circuit#150](https://github.com/libp2p/go-libp2p-circuit/pull/150))
816
+ - use the resource manager ([libp2p/go-libp2p-circuit#148](https://github.com/libp2p/go-libp2p-circuit/pull/148))
817
+ - use the transport.Upgrader interface ([libp2p/go-libp2p-circuit#149](https://github.com/libp2p/go-libp2p-circuit/pull/149))
818
+ - sync: update CI config files (#144) ([libp2p/go-libp2p-circuit#144](https://github.com/libp2p/go-libp2p-circuit/pull/144))
819
+ - ([libp2p/go-libp2p-circuit#143](https://github.com/libp2p/go-libp2p-circuit/pull/143))
820
+ - add a Close method, remove the context from the constructor ([libp2p/go-libp2p-circuit#141](https://github.com/libp2p/go-libp2p-circuit/pull/141))
821
+ - chore: update go-libp2p-core, go-libp2p-swarm ([libp2p/go-libp2p-circuit#140](https://github.com/libp2p/go-libp2p-circuit/pull/140))
822
+ - remove the circuit v2 code ([libp2p/go-libp2p-circuit#139](https://github.com/libp2p/go-libp2p-circuit/pull/139))
823
+ - implement circuit v2 ([libp2p/go-libp2p-circuit#136](https://github.com/libp2p/go-libp2p-circuit/pull/136))
824
+ - remove deprecated types ([libp2p/go-libp2p-circuit#135](https://github.com/libp2p/go-libp2p-circuit/pull/135))
825
+ - fix race condition in TestActiveRelay ([libp2p/go-libp2p-circuit#133](https://github.com/libp2p/go-libp2p-circuit/pull/133))
826
+ - minor staticcheck fixes ([libp2p/go-libp2p-circuit#126](https://github.com/libp2p/go-libp2p-circuit/pull/126))
827
+ - Timeout Stream Read ([libp2p/go-libp2p-circuit#124](https://github.com/libp2p/go-libp2p-circuit/pull/124))
828
+- github.com/libp2p/go-libp2p-core (v0.11.0 -> v0.15.1):
829
+ - release v0.15.1 (#246) ([libp2p/go-libp2p-core#246](https://github.com/libp2p/go-libp2p-core/pull/246))
830
+ - feat: harden encoding/decoding functions against panics (#243) ([libp2p/go-libp2p-core#243](https://github.com/libp2p/go-libp2p-core/pull/243))
831
+ - release v0.15.0 (#242) ([libp2p/go-libp2p-core#242](https://github.com/libp2p/go-libp2p-core/pull/242))
832
+ - sync: update CI config files (#241) ([libp2p/go-libp2p-core#241](https://github.com/libp2p/go-libp2p-core/pull/241))
833
+ - fix: switch to go-multicodec mappings (#240) ([libp2p/go-libp2p-core#240](https://github.com/libp2p/go-libp2p-core/pull/240))
834
+ - chore: add `String()` method to `IDSlice` type (#238) ([libp2p/go-libp2p-core#238](https://github.com/libp2p/go-libp2p-core/pull/238))
835
+ - release v0.14.0 (#235) ([libp2p/go-libp2p-core#235](https://github.com/libp2p/go-libp2p-core/pull/235))
836
+ - Network Resource Manager interface (#229) ([libp2p/go-libp2p-core#229](https://github.com/libp2p/go-libp2p-core/pull/229))
837
+ - introduce a transport.Upgrader interface (#232) ([libp2p/go-libp2p-core#232](https://github.com/libp2p/go-libp2p-core/pull/232))
838
+ - remove the transport.AcceptTimeout (#231) ([libp2p/go-libp2p-core#231](https://github.com/libp2p/go-libp2p-core/pull/231))
839
+ - remove the DialTimeout (#230) ([libp2p/go-libp2p-core#230](https://github.com/libp2p/go-libp2p-core/pull/230))
840
+ - remove duplicate io.Closer on Network interface (#228) ([libp2p/go-libp2p-core#228](https://github.com/libp2p/go-libp2p-core/pull/228))
841
+ - release v0.13.0 (#227) ([libp2p/go-libp2p-core#227](https://github.com/libp2p/go-libp2p-core/pull/227))
842
+ - rename network.Stat to Stats, introduce ConnStats (#226) ([libp2p/go-libp2p-core#226](https://github.com/libp2p/go-libp2p-core/pull/226))
843
+ - release v0.12.0 (#223) ([libp2p/go-libp2p-core#223](https://github.com/libp2p/go-libp2p-core/pull/223))
844
+ - generate ecdsa public key from an input public key (#219) ([libp2p/go-libp2p-core#219](https://github.com/libp2p/go-libp2p-core/pull/219))
845
+ - add RemovePeer method to PeerMetadata, Metrics, ProtoBook and Keybook (#218) ([libp2p/go-libp2p-core#218](https://github.com/libp2p/go-libp2p-core/pull/218))
846
+- github.com/libp2p/go-libp2p-kad-dht (v0.15.0 -> v0.16.0):
847
+ - Version 0.16.0 (#774) ([libp2p/go-libp2p-kad-dht#774](https://github.com/libp2p/go-libp2p-kad-dht/pull/774))
848
+ - feat: add error log when resource manager throttles crawler (#772) ([libp2p/go-libp2p-kad-dht#772](https://github.com/libp2p/go-libp2p-kad-dht/pull/772))
849
+ - fix: incorrect format handling ([libp2p/go-libp2p-kad-dht#771](https://github.com/libp2p/go-libp2p-kad-dht/pull/771))
850
+ - Upgrade to go-libp2p v0.16.0 (#756) ([libp2p/go-libp2p-kad-dht#756](https://github.com/libp2p/go-libp2p-kad-dht/pull/756))
851
+ - sync: update CI config files ([libp2p/go-libp2p-kad-dht#758](https://github.com/libp2p/go-libp2p-kad-dht/pull/758))
852
+- github.com/libp2p/go-libp2p-mplex (v0.4.1 -> v0.7.0):
853
+ - release v0.7.0 (#36) ([libp2p/go-libp2p-mplex#36](https://github.com/libp2p/go-libp2p-mplex/pull/36))
854
+ - release v0.6.0 (#32) ([libp2p/go-libp2p-mplex#32](https://github.com/libp2p/go-libp2p-mplex/pull/32))
855
+ - update mplex (#31) ([libp2p/go-libp2p-mplex#31](https://github.com/libp2p/go-libp2p-mplex/pull/31))
856
+ - release v0.5.0 (#30) ([libp2p/go-libp2p-mplex#30](https://github.com/libp2p/go-libp2p-mplex/pull/30))
857
+ - implement the new network.MuxedConn interface (#29) ([libp2p/go-libp2p-mplex#29](https://github.com/libp2p/go-libp2p-mplex/pull/29))
858
+ - sync: update CI config files (#28) ([libp2p/go-libp2p-mplex#28](https://github.com/libp2p/go-libp2p-mplex/pull/28))
859
+ - remove Makefile ([libp2p/go-libp2p-mplex#25](https://github.com/libp2p/go-libp2p-mplex/pull/25))
860
+- github.com/libp2p/go-libp2p-noise (v0.3.0 -> v0.4.0):
861
+ - release v0.4.0 (#112) ([libp2p/go-libp2p-noise#112](https://github.com/libp2p/go-libp2p-noise/pull/112))
862
+ - catch panics during the handshake (#111) ([libp2p/go-libp2p-noise#111](https://github.com/libp2p/go-libp2p-noise/pull/111))
863
+ - sync: update CI config files (#106) ([libp2p/go-libp2p-noise#106](https://github.com/libp2p/go-libp2p-noise/pull/106))
864
+ - update README to reflect that Noise is enabled by default ([libp2p/go-libp2p-noise#101](https://github.com/libp2p/go-libp2p-noise/pull/101))
865
+- github.com/libp2p/go-libp2p-peerstore (v0.4.0 -> v0.6.0):
866
+ - release v0.6.0 ([libp2p/go-libp2p-peerstore#189](https://github.com/libp2p/go-libp2p-peerstore/pull/189))
867
+ - remove the pstoremanager (will be moved to the Host) ([libp2p/go-libp2p-peerstore#188](https://github.com/libp2p/go-libp2p-peerstore/pull/188))
868
+ - release v0.5.0 (#187) ([libp2p/go-libp2p-peerstore#187](https://github.com/libp2p/go-libp2p-peerstore/pull/187))
869
+ - remove metadata interning ([libp2p/go-libp2p-peerstore#185](https://github.com/libp2p/go-libp2p-peerstore/pull/185))
870
+ - when passed an event bus, automatically clean up disconnected peers ([libp2p/go-libp2p-peerstore#184](https://github.com/libp2p/go-libp2p-peerstore/pull/184))
871
+ - implement the RemovePeer method ([libp2p/go-libp2p-peerstore#174](https://github.com/libp2p/go-libp2p-peerstore/pull/174))
872
+ - chore: update go-log to v2 (#179) ([libp2p/go-libp2p-peerstore#179](https://github.com/libp2p/go-libp2p-peerstore/pull/179))
873
+- github.com/libp2p/go-libp2p-pubsub (v0.6.0 -> v0.6.1):
874
+ - add tests for clearing the peerPromises map
875
+ - properly clear the peerPromises map
876
+ - more info
877
+ - add to MinTopicSize godoc re topic size
878
+- github.com/libp2p/go-libp2p-quic-transport (v0.15.0 -> v0.17.0):
879
+ - release v0.17.0 (#269) ([libp2p/go-libp2p-quic-transport#269](https://github.com/libp2p/go-libp2p-quic-transport/pull/269))
880
+ - update quic-go to v0.27.0 (#264) ([libp2p/go-libp2p-quic-transport#264](https://github.com/libp2p/go-libp2p-quic-transport/pull/264))
881
+ - release v0.16.1 (#261) ([libp2p/go-libp2p-quic-transport#261](https://github.com/libp2p/go-libp2p-quic-transport/pull/261))
882
+ - Prevent data race in allowWindowIncrease (#259) ([libp2p/go-libp2p-quic-transport#259](https://github.com/libp2p/go-libp2p-quic-transport/pull/259))
883
+ - release v0.16.0 (#258) ([libp2p/go-libp2p-quic-transport#258](https://github.com/libp2p/go-libp2p-quic-transport/pull/258))
884
+ - use the Resource Manager ([libp2p/go-libp2p-quic-transport#249](https://github.com/libp2p/go-libp2p-quic-transport/pull/249))
885
+ - don't start a Go routine for every connection dialed ([libp2p/go-libp2p-quic-transport#252](https://github.com/libp2p/go-libp2p-quic-transport/pull/252))
886
+ - migrate to standard Go tests, stop using Ginkgo ([libp2p/go-libp2p-quic-transport#250](https://github.com/libp2p/go-libp2p-quic-transport/pull/250))
887
+ - chore: remove Codecov config (#251) ([libp2p/go-libp2p-quic-transport#251](https://github.com/libp2p/go-libp2p-quic-transport/pull/251))
888
+ - reduce the maximum number of incoming streams to 256 (#243) ([libp2p/go-libp2p-quic-transport#243](https://github.com/libp2p/go-libp2p-quic-transport/pull/243))
889
+ - chore: update go-log to v2 (#242) ([libp2p/go-libp2p-quic-transport#242](https://github.com/libp2p/go-libp2p-quic-transport/pull/242))
890
+- github.com/libp2p/go-libp2p-swarm (v0.8.0 -> v0.10.2):
891
+ - bump version to v0.10.2 ([libp2p/go-libp2p-swarm#316](https://github.com/libp2p/go-libp2p-swarm/pull/316))
892
+ - Refactor dial worker loop into an object and fix bug ([libp2p/go-libp2p-swarm#315](https://github.com/libp2p/go-libp2p-swarm/pull/315))
893
+ - release v0.10.1 ([libp2p/go-libp2p-swarm#313](https://github.com/libp2p/go-libp2p-swarm/pull/313))
894
+ - release the stream scope if the conn fails to open a new stream ([libp2p/go-libp2p-swarm#312](https://github.com/libp2p/go-libp2p-swarm/pull/312))
895
+ - release v0.10.0 (#311) ([libp2p/go-libp2p-swarm#311](https://github.com/libp2p/go-libp2p-swarm/pull/311))
896
+ - add support for the resource manager ([libp2p/go-libp2p-swarm#308](https://github.com/libp2p/go-libp2p-swarm/pull/308))
897
+ - use the transport.Upgrader interface ([libp2p/go-libp2p-swarm#309](https://github.com/libp2p/go-libp2p-swarm/pull/309))
898
+ - remove dependency on go-addr-util ([libp2p/go-libp2p-swarm#300](https://github.com/libp2p/go-libp2p-swarm/pull/300))
899
+ - stop using transport.DialTimeout in tests (#307) ([libp2p/go-libp2p-swarm#307](https://github.com/libp2p/go-libp2p-swarm/pull/307))
900
+ - increment active dial counter in dial worker loop ([libp2p/go-libp2p-swarm#305](https://github.com/libp2p/go-libp2p-swarm/pull/305))
901
+ - speed up the dial tests ([libp2p/go-libp2p-swarm#301](https://github.com/libp2p/go-libp2p-swarm/pull/301))
902
+ - stop using the deprecated libp2p/go-maddr-filter ([libp2p/go-libp2p-swarm#303](https://github.com/libp2p/go-libp2p-swarm/pull/303))
903
+ - add constructor options for timeout, stop using transport.DialTimeout ([libp2p/go-libp2p-swarm#302](https://github.com/libp2p/go-libp2p-swarm/pull/302))
904
+ - release v0.9.0 (#299) ([libp2p/go-libp2p-swarm#299](https://github.com/libp2p/go-libp2p-swarm/pull/299))
905
+ - count the number of streams on a connection for the stats ([libp2p/go-libp2p-swarm#298](https://github.com/libp2p/go-libp2p-swarm/pull/298))
906
+ - chore: update go-log to v2 (#294) ([libp2p/go-libp2p-swarm#294](https://github.com/libp2p/go-libp2p-swarm/pull/294))
907
+- github.com/libp2p/go-libp2p-testing (v0.5.0 -> v0.9.2):
908
+ - release v0.9.2 (#56) ([libp2p/go-libp2p-testing#56](https://github.com/libp2p/go-libp2p-testing/pull/56))
909
+ - fix memory allocation check in SubtestStreamReset (#55) ([libp2p/go-libp2p-testing#55](https://github.com/libp2p/go-libp2p-testing/pull/55))
910
+ - release v0.9.1 (#54) ([libp2p/go-libp2p-testing#54](https://github.com/libp2p/go-libp2p-testing/pull/54))
911
+ - remove stray debug statements for memory allocations
912
+ - release v0.9.0 (#53) ([libp2p/go-libp2p-testing#53](https://github.com/libp2p/go-libp2p-testing/pull/53))
913
+ - add tests for memory management ([libp2p/go-libp2p-testing#52](https://github.com/libp2p/go-libp2p-testing/pull/52))
914
+ - release v0.8.0 (#50) ([libp2p/go-libp2p-testing#50](https://github.com/libp2p/go-libp2p-testing/pull/50))
915
+ - use io.ReadFull in muxer test, use require.Equal to compare buffers (#49) ([libp2p/go-libp2p-testing#49](https://github.com/libp2p/go-libp2p-testing/pull/49))
916
+ - release v0.7.0 (#47) ([libp2p/go-libp2p-testing#47](https://github.com/libp2p/go-libp2p-testing/pull/47))
917
+ - add mocks for the resource manager ([libp2p/go-libp2p-testing#46](https://github.com/libp2p/go-libp2p-testing/pull/46))
918
+ - merge libp2p/go-libp2p-netutil into this repo ([libp2p/go-libp2p-testing#45](https://github.com/libp2p/go-libp2p-testing/pull/45))
919
+ - reduce the number of connections in the stream muxer stress test (#44) ([libp2p/go-libp2p-testing#44](https://github.com/libp2p/go-libp2p-testing/pull/44))
920
+ - release v0.6.0 (#42) ([libp2p/go-libp2p-testing#42](https://github.com/libp2p/go-libp2p-testing/pull/42))
921
+ - expose a map, not a slice, of muxer tests (#41) ([libp2p/go-libp2p-testing#41](https://github.com/libp2p/go-libp2p-testing/pull/41))
922
+ - sync: update CI config files (#40) ([libp2p/go-libp2p-testing#40](https://github.com/libp2p/go-libp2p-testing/pull/40))
923
+- github.com/libp2p/go-libp2p-tls (v0.3.1 -> v0.4.1):
924
+ - release v0.4.1 (#112) ([libp2p/go-libp2p-tls#112](https://github.com/libp2p/go-libp2p-tls/pull/112))
925
+ - feat: catch panics in TLS negotiation ([libp2p/go-libp2p-tls#111](https://github.com/libp2p/go-libp2p-tls/pull/111))
926
+ - release v0.4.0 (#110) ([libp2p/go-libp2p-tls#110](https://github.com/libp2p/go-libp2p-tls/pull/110))
927
+ - use tls.Conn.HandshakeContext instead of tls.Conn.Handshake (#106) ([libp2p/go-libp2p-tls#106](https://github.com/libp2p/go-libp2p-tls/pull/106))
928
+ - remove paragraph about Go modules from README (#104) ([libp2p/go-libp2p-tls#104](https://github.com/libp2p/go-libp2p-tls/pull/104))
929
+ - migrate to standard Go tests, stop using Ginkgo ([libp2p/go-libp2p-tls#105](https://github.com/libp2p/go-libp2p-tls/pull/105))
930
+ - chore: remove Codecov config (#103) ([libp2p/go-libp2p-tls#103](https://github.com/libp2p/go-libp2p-tls/pull/103))
931
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.5.0 -> v0.7.1):
932
+ - release v0.7.1 ([libp2p/go-libp2p-transport-upgrader#105](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/105))
933
+ - Fix nil peer scope issues ([libp2p/go-libp2p-transport-upgrader#104](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/104))
934
+ - release v0.7.0 (#103) ([libp2p/go-libp2p-transport-upgrader#103](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/103))
935
+ - use the Resource Manager ([libp2p/go-libp2p-transport-upgrader#99](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/99))
936
+ - rename the package to upgrader ([libp2p/go-libp2p-transport-upgrader#101](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/101))
937
+ - use the new transport.Upgrader interface ([libp2p/go-libp2p-transport-upgrader#100](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/100))
938
+ - reset the temporary error catcher delay after successful accept ([libp2p/go-libp2p-transport-upgrader#97](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/97))
939
+ - make the accept timeout configurable, stop using transport.AcceptTimeout ([libp2p/go-libp2p-transport-upgrader#98](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/98))
940
+ - release v0.6.0 (#95) ([libp2p/go-libp2p-transport-upgrader#95](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/95))
941
+ - remove note about go.mod and Go 1.11 in README (#94) ([libp2p/go-libp2p-transport-upgrader#94](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/94))
942
+ - fix flaky TestAcceptQueueBacklogged test ([libp2p/go-libp2p-transport-upgrader#96](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/96))
943
+ - chore: remove Codecov config (#93) ([libp2p/go-libp2p-transport-upgrader#93](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/93))
944
+ - use the new network.ConnStats ([libp2p/go-libp2p-transport-upgrader#92](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/92))
945
+ - sync: update CI config files (#89) ([libp2p/go-libp2p-transport-upgrader#89](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/89))
946
+ - chore: update go-log ([libp2p/go-libp2p-transport-upgrader#88](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/88))
947
+- github.com/libp2p/go-libp2p-yamux (v0.6.0 -> v0.9.1):
948
+ - release v0.9.1 (#55) ([libp2p/go-libp2p-yamux#55](https://github.com/libp2p/go-libp2p-yamux/pull/55))
949
+ - release v0.9.0 (#53) ([libp2p/go-libp2p-yamux#53](https://github.com/libp2p/go-libp2p-yamux/pull/53))
950
+ - release v0.8.2 (#50) ([libp2p/go-libp2p-yamux#50](https://github.com/libp2p/go-libp2p-yamux/pull/50))
951
+ - disable the incoming streams limit (#49) ([libp2p/go-libp2p-yamux#49](https://github.com/libp2p/go-libp2p-yamux/pull/49))
952
+ - Release v0.8.1 ([libp2p/go-libp2p-yamux#48](https://github.com/libp2p/go-libp2p-yamux/pull/48))
953
+ - release v0.8.0 (#47) ([libp2p/go-libp2p-yamux#47](https://github.com/libp2p/go-libp2p-yamux/pull/47))
954
+ - pass the PeerScope to yamux (satifiying its MemoryManger interface) (#46) ([libp2p/go-libp2p-yamux#46](https://github.com/libp2p/go-libp2p-yamux/pull/46))
955
+ - release v0.7.0 (#43) ([libp2p/go-libp2p-yamux#43](https://github.com/libp2p/go-libp2p-yamux/pull/43))
956
+ - sync: update CI config files (#42) ([libp2p/go-libp2p-yamux#42](https://github.com/libp2p/go-libp2p-yamux/pull/42))
957
+ - reduce the number of max incoming stream to 256 ([libp2p/go-libp2p-yamux#41](https://github.com/libp2p/go-libp2p-yamux/pull/41))
958
+- github.com/libp2p/go-mplex (v0.3.0 -> v0.7.0):
959
+ - release v0.7.0 (#112) ([libp2p/go-mplex#112](https://github.com/libp2p/go-mplex/pull/112))
960
+ - catch panics in handleIncoming and handleOutgoing (#109) ([libp2p/go-mplex#109](https://github.com/libp2p/go-mplex/pull/109))
961
+ - remove benchmark tests (#111) ([libp2p/go-mplex#111](https://github.com/libp2p/go-mplex/pull/111))
962
+ - release v0.6.0 (#105) ([libp2p/go-mplex#105](https://github.com/libp2p/go-mplex/pull/105))
963
+ - fix incorrect reset of timer fired variable (#104) ([libp2p/go-mplex#104](https://github.com/libp2p/go-mplex/pull/104))
964
+ - Mplex salvage operations, part II (#102) ([libp2p/go-mplex#102](https://github.com/libp2p/go-mplex/pull/102))
965
+ - release v0.5.0 (#100) ([libp2p/go-mplex#100](https://github.com/libp2p/go-mplex/pull/100))
966
+ - Salvage mplex in the age of resource management (#99) ([libp2p/go-mplex#99](https://github.com/libp2p/go-mplex/pull/99))
967
+ - release v0.4.0 (#97) ([libp2p/go-mplex#97](https://github.com/libp2p/go-mplex/pull/97))
968
+ - add a MemoryManager interface to control memory allocations ([libp2p/go-mplex#96](https://github.com/libp2p/go-mplex/pull/96))
969
+ - sync: update CI config files (#93) ([libp2p/go-mplex#93](https://github.com/libp2p/go-mplex/pull/93))
970
+ - chore: update go-log to v2 ([libp2p/go-mplex#92](https://github.com/libp2p/go-mplex/pull/92))
971
+ - chore: remove Codecov config ([libp2p/go-mplex#91](https://github.com/libp2p/go-mplex/pull/91))
972
+ - sync: update CI config files (#90) ([libp2p/go-mplex#90](https://github.com/libp2p/go-mplex/pull/90))
973
+ - multiplex: add (*Multiplex).CloseChan ([libp2p/go-mplex#89](https://github.com/libp2p/go-mplex/pull/89))
974
+ - add a Go Reference badge to the README ([libp2p/go-mplex#88](https://github.com/libp2p/go-mplex/pull/88))
975
+ - sync: update CI config files ([libp2p/go-mplex#85](https://github.com/libp2p/go-mplex/pull/85))
976
+ - Fixup tests & vet ([libp2p/go-mplex#84](https://github.com/libp2p/go-mplex/pull/84))
977
+ - Bump lodash from 4.17.19 to 4.17.21 in /interop/js ([libp2p/go-mplex#83](https://github.com/libp2p/go-mplex/pull/83))
978
+- github.com/libp2p/go-msgio (v0.1.0 -> v0.2.0):
979
+ - release v0.2.0 (#34) ([libp2p/go-msgio#34](https://github.com/libp2p/go-msgio/pull/34))
980
+ - print recovered panics to stderr (#33) ([libp2p/go-msgio#33](https://github.com/libp2p/go-msgio/pull/33))
981
+ - catch panics when reading / writing protobuf messages (#31) ([libp2p/go-msgio#31](https://github.com/libp2p/go-msgio/pull/31))
982
+ - remove outdated section about channels from README (#32) ([libp2p/go-msgio#32](https://github.com/libp2p/go-msgio/pull/32))
983
+ - sync: update CI config files (#28) ([libp2p/go-msgio#28](https://github.com/libp2p/go-msgio/pull/28))
984
+- github.com/libp2p/go-netroute (v0.1.6 -> v0.2.0):
985
+ - release v0.2.0 (#21) ([libp2p/go-netroute#21](https://github.com/libp2p/go-netroute/pull/21))
986
+ - move some functions from go-sockaddr here, remove go-sockaddr dependency ([libp2p/go-netroute#22](https://github.com/libp2p/go-netroute/pull/22))
987
+ - ignore the error on the RouteMessage on Darwin ([libp2p/go-netroute#20](https://github.com/libp2p/go-netroute/pull/20))
988
+ - sync: update CI config files (#19) ([libp2p/go-netroute#19](https://github.com/libp2p/go-netroute/pull/19))
989
+ - sync: update CI config files (#18) ([libp2p/go-netroute#18](https://github.com/libp2p/go-netroute/pull/18))
990
+ - skip loopback addr as indication of v6 routes ([libp2p/go-netroute#17](https://github.com/libp2p/go-netroute/pull/17))
991
+ - fix staticcheck lint issues ([libp2p/go-netroute#15](https://github.com/libp2p/go-netroute/pull/15))
992
+- github.com/libp2p/go-stream-muxer-multistream (v0.3.0 -> v0.4.0):
993
+ - release v0.4.0 (#23) ([libp2p/go-stream-muxer-multistream#23](https://github.com/libp2p/go-stream-muxer-multistream/pull/23))
994
+ - implement the new Multiplexer.NewConn interface ([libp2p/go-stream-muxer-multistream#22](https://github.com/libp2p/go-stream-muxer-multistream/pull/22))
995
+ - sync: update CI config files (#19) ([libp2p/go-stream-muxer-multistream#19](https://github.com/libp2p/go-stream-muxer-multistream/pull/19))
996
+- github.com/libp2p/go-tcp-transport (v0.4.0 -> v0.5.1):
997
+ - release v0.5.1 (#116) ([libp2p/go-tcp-transport#116](https://github.com/libp2p/go-tcp-transport/pull/116))
998
+ - fix: drop raw EINVAL (from keepalives) errors as well (#115) ([libp2p/go-tcp-transport#115](https://github.com/libp2p/go-tcp-transport/pull/115))
999
+ - release v0.5.0 (#114) ([libp2p/go-tcp-transport#114](https://github.com/libp2p/go-tcp-transport/pull/114))
1000
+ - use the ResourceManager ([libp2p/go-tcp-transport#110](https://github.com/libp2p/go-tcp-transport/pull/110))
1001
+ - use the transport.Upgrader interface ([libp2p/go-tcp-transport#111](https://github.com/libp2p/go-tcp-transport/pull/111))
1002
+ - describe how to use options in README ([libp2p/go-tcp-transport#105](https://github.com/libp2p/go-tcp-transport/pull/105))
1003
+- github.com/libp2p/go-ws-transport (v0.5.0 -> v0.6.0):
1004
+ - release v0.6.0 (#113) ([libp2p/go-ws-transport#113](https://github.com/libp2p/go-ws-transport/pull/113))
1005
+ - use the resource manager ([libp2p/go-ws-transport#109](https://github.com/libp2p/go-ws-transport/pull/109))
1006
+ - chore: remove Codecov config (#112) ([libp2p/go-ws-transport#112](https://github.com/libp2p/go-ws-transport/pull/112))
1007
+ - remove contexts from libp2p constructors in README (#111) ([libp2p/go-ws-transport#111](https://github.com/libp2p/go-ws-transport/pull/111))
1008
+ - use the transport.Upgrader interface ([libp2p/go-ws-transport#110](https://github.com/libp2p/go-ws-transport/pull/110))
1009
+ - sync: update CI config files (#108) ([libp2p/go-ws-transport#108](https://github.com/libp2p/go-ws-transport/pull/108))
1010
+ - sync: update CI config files (#106) ([libp2p/go-ws-transport#106](https://github.com/libp2p/go-ws-transport/pull/106))
1011
+- github.com/lucas-clemente/quic-go (v0.24.0 -> v0.27.1):
1012
+ - don't send path MTU probe packets on a timer
1013
+ - stop using the deprecated net.Error.Temporary, update golangci-lint to v1.45.2 ([lucas-clemente/quic-go#3367](https://github.com/lucas-clemente/quic-go/pull/3367))
1014
+ - add support for serializing Extended CONNECT requests (#3360) ([lucas-clemente/quic-go#3360](https://github.com/lucas-clemente/quic-go/pull/3360))
1015
+ - improve the error thrown when building with an unsupported Go version ([lucas-clemente/quic-go#3364](https://github.com/lucas-clemente/quic-go/pull/3364))
1016
+ - remove nextdns from list of projects using quic-go (#3363) ([lucas-clemente/quic-go#3363](https://github.com/lucas-clemente/quic-go/pull/3363))
1017
+ - rename the Session to Connection ([lucas-clemente/quic-go#3361](https://github.com/lucas-clemente/quic-go/pull/3361))
1018
+ - respect the request context when dialing ([lucas-clemente/quic-go#3359](https://github.com/lucas-clemente/quic-go/pull/3359))
1019
+ - update HTTP/3 Datagram to draft-ietf-masque-h3-datagram-07 (#3355) ([lucas-clemente/quic-go#3355](https://github.com/lucas-clemente/quic-go/pull/3355))
1020
+ - add support for the Extended CONNECT method (#3357) ([lucas-clemente/quic-go#3357](https://github.com/lucas-clemente/quic-go/pull/3357))
1021
+ - remove the SkipSchemeCheck RoundTripOpt (#3353) ([lucas-clemente/quic-go#3353](https://github.com/lucas-clemente/quic-go/pull/3353))
1022
+ - remove parser logic for HTTP/3 DUPLICATE_PUSH frame (#3356) ([lucas-clemente/quic-go#3356](https://github.com/lucas-clemente/quic-go/pull/3356))
1023
+ - improve code coverage of random number generator test (#3358) ([lucas-clemente/quic-go#3358](https://github.com/lucas-clemente/quic-go/pull/3358))
1024
+ - advertise multiple listeners via Alt-Svc and improve perf of SetQuicHeaders (#3352) ([lucas-clemente/quic-go#3352](https://github.com/lucas-clemente/quic-go/pull/3352))
1025
+ - avoid recursion when skipping unknown HTTP/3 frames (#3354) ([lucas-clemente/quic-go#3354](https://github.com/lucas-clemente/quic-go/pull/3354))
1026
+ - Implement http3.Server.ServeListener (#3349) ([lucas-clemente/quic-go#3349](https://github.com/lucas-clemente/quic-go/pull/3349))
1027
+ - update for Go 1.18 ([lucas-clemente/quic-go#3345](https://github.com/lucas-clemente/quic-go/pull/3345))
1028
+ - don't print a receive buffer warning for closed connections (#3346) ([lucas-clemente/quic-go#3346](https://github.com/lucas-clemente/quic-go/pull/3346))
1029
+ - move set DF implementation to separate files & avoid the need for OOBCapablePacketConn (#3334) ([lucas-clemente/quic-go#3334](https://github.com/lucas-clemente/quic-go/pull/3334))
1030
+ - add env to disable the receive buffer warning (#3339) ([lucas-clemente/quic-go#3339](https://github.com/lucas-clemente/quic-go/pull/3339))
1031
+ - fix typo (#3333) ([lucas-clemente/quic-go#3333](https://github.com/lucas-clemente/quic-go/pull/3333))
1032
+ - sendQueue: ignore "datagram too large" error (#3328) ([lucas-clemente/quic-go#3328](https://github.com/lucas-clemente/quic-go/pull/3328))
1033
+ - add OONI Probe to list of projects in README (#3324) ([lucas-clemente/quic-go#3324](https://github.com/lucas-clemente/quic-go/pull/3324))
1034
+ - remove build status badges from README (#3325) ([lucas-clemente/quic-go#3325](https://github.com/lucas-clemente/quic-go/pull/3325))
1035
+ - add a AllowConnectionWindowIncrease config option ([lucas-clemente/quic-go#3317](https://github.com/lucas-clemente/quic-go/pull/3317))
1036
+ - Update README.md (#3315) ([lucas-clemente/quic-go#3315](https://github.com/lucas-clemente/quic-go/pull/3315))
1037
+ - fix some typos in documentation and tests
1038
+ - remove unneeded calls to goimports when generating mocks ([lucas-clemente/quic-go#3313](https://github.com/lucas-clemente/quic-go/pull/3313))
1039
+ - fix comment about congestionWindow value (#3310) ([lucas-clemente/quic-go#3310](https://github.com/lucas-clemente/quic-go/pull/3310))
1040
+ - fix typo *connections (#3309) ([lucas-clemente/quic-go#3309](https://github.com/lucas-clemente/quic-go/pull/3309))
1041
+ - add support for Go 1.18 ([lucas-clemente/quic-go#3298](https://github.com/lucas-clemente/quic-go/pull/3298))
1042
+- github.com/multiformats/go-base32 (v0.0.3 -> v0.0.4):
1043
+ - optimize encode ([multiformats/go-base32#1](https://github.com/multiformats/go-base32/pull/1))
1044
+ - Fix `staticcheck` issue
1045
+- github.com/multiformats/go-multiaddr (v0.4.1 -> v0.5.0):
1046
+ - release v0.5.0 (#171) ([multiformats/go-multiaddr#171](https://github.com/multiformats/go-multiaddr/pull/171))
1047
+ - remove wrong (and redundant) IsIpv6LinkLocal ([multiformats/go-multiaddr#170](https://github.com/multiformats/go-multiaddr/pull/170))
1048
+ - move ResolveUnspecifiedAddress(es) and FilterAddrs here from libp2p/go-addr-util ([multiformats/go-multiaddr#168](https://github.com/multiformats/go-multiaddr/pull/168))
1049
+ - sync: update CI config files (#167) ([multiformats/go-multiaddr#167](https://github.com/multiformats/go-multiaddr/pull/167))
1050
+- github.com/multiformats/go-multicodec (v0.3.0 -> v0.4.1):
1051
+ - Version v0.4.1 ([multiformats/go-multicodec#64](https://github.com/multiformats/go-multicodec/pull/64))
1052
+ - update table with new codecs ([multiformats/go-multicodec#63](https://github.com/multiformats/go-multicodec/pull/63))
1053
+ - bump version to v0.4.0
1054
+ - sync: update CI config files (#60) ([multiformats/go-multicodec#60](https://github.com/multiformats/go-multicodec/pull/60))
1055
+ - add Code.Tag method
1056
+ - add the KnownCodes API
1057
+ - use "go run pkg@version" assuming Go 1.17 or later
1058
+ - update submodule and re-generate
1059
+ - update to newer multicodec table ([multiformats/go-multicodec#57](https://github.com/multiformats/go-multicodec/pull/57))
1060
+ - Update `multicodec` submodule to `1bcdc08` for CARv2 index codec
1061
+- github.com/multiformats/go-multistream (v0.2.2 -> v0.3.0):
1062
+ - release v0.3.0 (#82) ([multiformats/go-multistream#82](https://github.com/multiformats/go-multistream/pull/82))
1063
+ - catch panics (#81) ([multiformats/go-multistream#81](https://github.com/multiformats/go-multistream/pull/81))
1064
+ - sync: update CI config files (#78) ([multiformats/go-multistream#78](https://github.com/multiformats/go-multistream/pull/78))
1065
+ - reduce the maximum read buffer size from 64 to 1 kB ([multiformats/go-multistream#77](https://github.com/multiformats/go-multistream/pull/77))
1066
+ - remove unused ls command ([multiformats/go-multistream#76](https://github.com/multiformats/go-multistream/pull/76))
1067
+ - chore: remove empty file cases.md ([multiformats/go-multistream#75](https://github.com/multiformats/go-multistream/pull/75))
1068
+ - chore: remove .gx ([multiformats/go-multistream#72](https://github.com/multiformats/go-multistream/pull/72))
1069
+ - don't commit the fuzzing binary ([multiformats/go-multistream#74](https://github.com/multiformats/go-multistream/pull/74))
1070
+ - sync: update CI config files (#71) ([multiformats/go-multistream#71](https://github.com/multiformats/go-multistream/pull/71))
1071
+ - remove Makefile ([multiformats/go-multistream#67](https://github.com/multiformats/go-multistream/pull/67))
1072
+
1073
+</details>
1074
+
1075
+### ❤ Contributors
1076
+| Contributor | Commits | Lines ± | Files Changed |
1077
+|-------------|---------|---------|---------------|
1078
+| Marten Seemann | 347 | +14453/-12552 | 842 |
1079
+| Rod Vagg | 28 | +8848/-4033 | 214 |
1080
+| vyzo | 133 | +7959/-1783 | 231 |
1081
+| hannahhoward | 40 | +3761/-1652 | 175 |
1082
+| Will Scott | 39 | +2885/-1784 | 93 |
1083
+| Daniel Martí | 32 | +3043/-969 | 103 |
1084
+| Adin Schmahmann | 48 | +3439/-536 | 121 |
1085
+| Gus Eggert | 29 | +2644/-788 | 123 |
1086
+| Steven Allen | 87 | +2417/-840 | 135 |
1087
+| Marcin Rataj | 29 | +2312/-942 | 75 |
1088
+| Will | 11 | +2520/-62 | 56 |
1089
+| Lucas Molas | 28 | +1602/-578 | 90 |
1090
+| Raúl Kripalani | 18 | +1519/-271 | 38 |
1091
+| Brian Tiger Chow | 20 | +833/-379 | 40 |
1092
+| Masih H. Derkani | 5 | +514/-460 | 8 |
1093
+| Jeromy Johnson | 53 | +646/-302 | 83 |
1094
+| Łukasz Magiera | 26 | +592/-245 | 43 |
1095
+| Artem Mikheev | 2 | +616/-120 | 5 |
1096
+| Franky W | 2 | +49/-525 | 9 |
1097
+| Laurent Senta | 3 | +468/-82 | 52 |
1098
+| Hector Sanjuan | 32 | +253/-187 | 62 |
1099
+| Juan Batiz-Benet | 8 | +285/-80 | 18 |
1100
+| Justin Johnson | 2 | +181/-88 | 2 |
1101
+| Thibault Meunier | 5 | +216/-28 | 8 |
1102
+| James Wetter | 2 | +234/-1 | 2 |
1103
+| web3-bot | 36 | +158/-66 | 62 |
1104
+| gammazero | 7 | +140/-84 | 12 |
1105
+| Rachel Chen | 2 | +165/-57 | 17 |
1106
+| Jorropo | 18 | +108/-99 | 26 |
1107
+| Toby | 2 | +107/-86 | 11 |
1108
+| Antonio Navarro Perez | 4 | +82/-103 | 9 |
1109
+| Dominic Della Valle | 4 | +148/-33 | 6 |
1110
+| Ian Davis | 2 | +152/-28 | 6 |
1111
+| Kyle Huntsman | 2 | +172/-6 | 5 |
1112
+| huoju | 4 | +127/-41 | 6 |
1113
+| Jeromy | 19 | +71/-58 | 31 |
1114
+| Lars Gierth | 12 | +63/-54 | 20 |
1115
+| Eric Myhre | 3 | +95/-15 | 8 |
1116
+| Caian Benedicto | 1 | +69/-12 | 6 |
1117
+| Raúl Kripalani | 2 | +63/-13 | 2 |
1118
+| Anton Petrov | 1 | +73/-0 | 1 |
1119
+| hunjixin | 2 | +67/-2 | 5 |
1120
+| odanado | 1 | +61/-0 | 1 |
1121
+| Andrew Gillis | 2 | +61/-0 | 3 |
1122
+| Kevin Atkinson | 6 | +21/-34 | 7 |
1123
+| Richard Ramos | 1 | +51/-0 | 2 |
1124
+| Manuel Alonso | 1 | +42/-9 | 2 |
1125
+| Jakub Sztandera | 10 | +37/-13 | 13 |
1126
+| Aarsh Shah | 1 | +39/-5 | 2 |
1127
+| Dave Justice | 1 | +32/-4 | 2 |
1128
+| Tommi Virtanen | 3 | +23/-9 | 4 |
1129
+| tarekbadr | 1 | +30/-1 | 1 |
1130
+| whyrusleeping | 1 | +26/-4 | 3 |
1131
+| Petar Maymounkov | 2 | +30/-0 | 4 |
1132
+| rht | 3 | +17/-10 | 4 |
1133
+| Miguel Mota | 1 | +23/-0 | 1 |
1134
+| Manfred Touron | 1 | +21/-2 | 2 |
1135
+| watjurk | 1 | +17/-5 | 1 |
1136
+| SukkaW | 1 | +11/-11 | 5 |
1137
+| Nicholas Bollweg | 1 | +21/-0 | 1 |
1138
+| Ho-Sheng Hsiao | 2 | +11/-10 | 6 |
1139
+| chblodg | 1 | +18/-2 | 1 |
1140
+| Friedel Ziegelmayer | 2 | +18/-0 | 2 |
1141
+| Shu Shen | 2 | +15/-2 | 3 |
1142
+| Peter Rabbitson | 1 | +15/-2 | 1 |
1143
+| galargh | 2 | +15/-0 | 2 |
1144
+| ᴍᴀᴛᴛ ʙᴇʟʟ | 3 | +13/-1 | 4 |
1145
+| aarshkshah1992 | 3 | +12/-2 | 3 |
1146
+| RubenKelevra | 4 | +5/-8 | 5 |
1147
+| Feiran Yang | 1 | +11/-0 | 2 |
1148
+| zramsay | 2 | +0/-10 | 2 |
1149
+| Teran McKinney | 1 | +8/-2 | 1 |
1150
+| Richard Littauer | 2 | +5/-5 | 5 |
1151
+| Elijah | 1 | +10/-0 | 1 |
1152
+| Dimitris Apostolou | 2 | +5/-5 | 5 |
1153
+| Michael Avila | 3 | +8/-1 | 4 |
1154
+| siiky | 3 | +4/-4 | 3 |
1155
+| Somajit | 1 | +4/-4 | 1 |
1156
+| Sherod Taylor | 1 | +0/-8 | 2 |
1157
+| Eclésio Junior | 1 | +8/-0 | 1 |
1158
+| godcong | 3 | +4/-3 | 3 |
1159
+| Piotr Galar | 3 | +3/-4 | 3 |
1160
+| jwh | 1 | +6/-0 | 2 |
1161
+| dependabot[bot] | 1 | +3/-3 | 1 |
1162
+| Volker Mische | 1 | +4/-2 | 1 |
1163
+| Aayush Rajasekaran | 1 | +3/-3 | 1 |
1164
+| rene | 2 | +3/-2 | 2 |
1165
+| keks | 1 | +5/-0 | 1 |
1166
+| Hlib | 1 | +4/-1 | 2 |
1167
+| Arash Payan | 1 | +5/-0 | 1 |
1168
+| Wayback Archiver | 1 | +2/-2 | 1 |
1169
+| T Mo | 1 | +2/-2 | 1 |
1170
+| Ju Huo | 1 | +2/-2 | 1 |
1171
+| Ivan | 2 | +2/-2 | 2 |
1172
+| Ettore Di Giacinto | 2 | +3/-1 | 2 |
1173
+| Christian Couder | 1 | +3/-1 | 1 |
1174
+| ningmingxiao | 1 | +0/-3 | 1 |
1175
+| 市川恭佑 (ebi) | 1 | +1/-1 | 1 |
1176
+| star | 1 | +0/-2 | 1 |
1177
+| alliswell | 1 | +0/-2 | 1 |
1178
+| Preston Van Loon | 1 | +2/-0 | 1 |
1179
+| Nguyễn Gia Phong | 1 | +1/-1 | 1 |
1180
+| Nato Boram | 1 | +1/-1 | 1 |
1181
+| Mildred Ki'Lya | 1 | +2/-0 | 2 |
1182
+| Michael Burns | 1 | +1/-1 | 1 |
1183
+| Glenn | 1 | +1/-1 | 1 |
1184
+| George Antoniadis | 1 | +1/-1 | 1 |
1185
+| David Florness | 1 | +1/-1 | 1 |
1186
+| Daniel Norman | 1 | +1/-1 | 1 |
1187
+| Coenie Beyers | 1 | +1/-1 | 1 |
1188
+| Benedikt Spies | 1 | +1/-1 | 1 |
1189
+| Abdul Rauf | 1 | +1/-1 | 1 |
1190
+| makeworld | 1 | +1/-0 | 1 |
1191
+| ignoramous | 1 | +0/-1 | 1 |
1192
+| Omicron166 | 1 | +0/-1 | 1 |
1193
+| Jan Winkelmann | 1 | +1/-0 | 1 |
1194
+| Dr Ian Preston | 1 | +1/-0 | 1 |
1195
+| Baptiste Jonglez | 1 | +1/-0 | 1 |
docs/changelogs/v0.2.md
new
+17
@@ -0,0 +1,17 @@
1
+# go-ipfs changelog v0.2
2
+
3
+## 0.2.3 - 2015-03-01
4
+
5
+* Alpha Release
6
+
7
+## 2015-01-31:
8
+
9
+* bootstrap addresses now have .../ipfs/... in format
10
+ config file Bootstrap field changed accordingly. users
11
+ can upgrade cleanly with:
12
+
13
+ ipfs bootstrap >boostrap_peers
14
+ ipfs bootstrap rm --all
15
+ <install new ipfs>
16
+ <manually add .../ipfs/... to addrs in bootstrap_peers>
17
+ ipfs bootstrap add <bootstrap_peers
docs/changelogs/v0.3.md
new
+409
@@ -0,0 +1,409 @@
1
+# go-ipfs changelog 2015
2
+
3
+## v0.3.11 - 2016-01-12
4
+
5
+This is the final ipfs version before the transition to v0.4.0.
6
+It introduces a few stability improvements, bugfixes, and increased
7
+test coverage.
8
+
9
+* Features
10
+ * Add 'get' and 'patch' to the allowed gateway commands (@whyrusleeping)
11
+ * Updated webui version (@dignifiedquire)
12
+
13
+* BugFixes
14
+ * Fix path parsing for add command (@djdv)
15
+ * namesys: Make paths with multiple segments work. Fixes #2059 (@Kubuxu)
16
+ * Fix up panic catching in http handler funcs (@whyrusleeping)
17
+ * Add correct access control headers to the default api config (@dignifiedquire)
18
+ * Fix closenotify by not sending empty file set (@whyrusleeping)
19
+
20
+* Tool Changes
21
+ * Have install.sh use the full path to ipfs binary if detected (@jedahan)
22
+ * Install daemon system-wide if on El Capitan (@jedahan)
23
+ * makefile: add -ldflags to install and nofuse tasks (@lgierth)
24
+
25
+* General Codebase
26
+ * Clean up http client code (@whyrusleeping)
27
+ * Move api version check to header (@rht)
28
+
29
+* Documentation
30
+ * Improved release checklist (@jbenet)
31
+ * Added quotes around command in long description (@RichardLitt)
32
+ * Added a shutdown note to daemon description (@RichardLitt)
33
+
34
+* Testing
35
+ * t0080: improve last tests (@chriscool)
36
+ * t0080: improve 'ipfs refs --unique' test (@chriscool)
37
+ * Fix t.Fatal usage in goroutines (@chriscool)
38
+ * Add docker testing support to sharness (@chriscool)
39
+ * sharness: add t0300-docker-image.sh (@chriscool)
40
+ * Included more namesys tests. (@Kubuxu)
41
+ * Add sharness test to verify requests look good (@whyrusleeping)
42
+ * Re-enable ipns sharness test now that iptb is fixed (@whyrusleeping)
43
+ * Force use of ipv4 in test (@whyrusleeping)
44
+ * Travis-CI: use go 1.5.2 (@jbenet)
45
+
46
+## v0.3.10 - 2015-12-07
47
+
48
+This patch update introduces the 'ipfs update' command which will be used for
49
+future ipfs updates along with a few other bugfixes and documentation
50
+improvements.
51
+
52
+
53
+* Features
54
+ * support for 'ipfs update' to call external binary (@whyrusleeping)
55
+ * cache ipns entries to speed things up a little (@whyrusleeping)
56
+ * add option to version command to print repo version (@whyrusleeping)
57
+ * Add in some more notifications to help profile queries (@whyrusleeping)
58
+ * gateway: add path prefix for directory listings (@lgierth)
59
+ * gateway: add CurrentCommit to /version (@lgierth)
60
+
61
+* BugFixes
62
+ * set data and links nil if not present (@whyrusleeping)
63
+ * fix log hanging issue, and implement close-notify for commands (@whyrusleeping)
64
+ * fix dial backoff (@whyrusleeping)
65
+ * proper ndjson implementation (@whyrusleeping)
66
+ * seccat: fix secio context (@lgierth)
67
+ * Add newline to end of the output for a few commands. (@nham)
68
+ * Add fixed period repo GC + test (@rht)
69
+
70
+* Tool Changes
71
+ * Allow `ipfs cat` on ipns path (@rht)
72
+
73
+* General Codebase
74
+ * rewrite of backoff mechanism (@whyrusleeping)
75
+ * refactor net code to use transports, in rough accordance with libp2p (@whyrusleeping)
76
+ * disable building fuse stuff on windows (@whyrusleeping)
77
+ * repo: remove Log config (@lgierth)
78
+ * commands: fix description of --api (@lgierth)
79
+
80
+* Documentation
81
+ * --help: Add a note on using IPFS_PATH to the footer of the helptext. (@sahib)
82
+ * Moved email juan to ipfs/contribute (@richardlitt)
83
+ * Added commit sign off section (@richardlitt)
84
+ * Added a security section (@richardlitt)
85
+ * Moved TODO doc to issue #1929 (@richardlitt)
86
+
87
+* Testing
88
+ * gateway: add tests for /version (@lgierth)
89
+ * Add gc auto test (@rht)
90
+ * t0020: cleanup dir with bad perms (@chriscool)
91
+
92
+Note: this commit introduces fixed-period repo gc, which will trigger gc
93
+after a fixed period of time. This feature is introduced now, disabled by
94
+default, and can be enabled with `ipfs daemon --enable-gc`. If all goes well,
95
+in the future, it will be enabled by default.
96
+
97
+## v0.3.9 - 2015-10-30
98
+
99
+This patch update includes a good number of bugfixes, notably, it fixes
100
+builds on windows, and puts newlines between streaming json objects for a
101
+proper ndjson format.
102
+
103
+* Features
104
+ * Writable gateway enabled again (@cryptix)
105
+
106
+* Bugfixes
107
+ * fix windows builds (@whyrusleeping)
108
+ * content type on command responses default to text (@whyrusleeping)
109
+ * add check to makefile to ensure windows builds don't fail silently (@whyrusleeping)
110
+ * put newlines between streaming json output objects (@whyrusleeping)
111
+ * fix streaming output to flush per write (@whyrusleeping)
112
+ * purposely fail builds pre go1.5 (@whyrusleeping)
113
+ * fix ipfs id <self> (@whyrusleeping)
114
+ * fix a few race conditions in mocknet (@whyrusleeping)
115
+ * fix makefile failing when not in a git repo (@whyrusleeping)
116
+ * fix cli flag orders (long, short) (@rht)
117
+ * fix races in http cors (@miolini)
118
+ * small webui update (some bugfixes) (@jbenet)
119
+
120
+* Tool Changes
121
+ * make swarm connect return an error when it fails (@whyrusleeping)
122
+ * Add short flag for `ipfs ls --headers` (v for verbose) (@rht)
123
+
124
+* General Codebase
125
+ * bitswap: clean log printf and humanize dup data count (@cryptix)
126
+ * config: update pluto's peerID (@lgierth)
127
+ * config: update bootstrap list hostname (@lgierth)
128
+
129
+* Documentation
130
+ * Pared down contribute to link to new go guidelines (@richardlitt)
131
+
132
+* Testing
133
+ * t0010: add tests for 'ipfs commands --flags' (@chriscool)
134
+ * ipns_test: fix namesys.NewNameSystem() call (@chriscool)
135
+ * t0060: fail if no nc (@chriscool)
136
+
137
+## v0.3.8 - 2015-10-09
138
+
139
+This patch update includes changes to make ipns more consistent and reliable,
140
+symlink support in unixfs, mild performance improvements, new tooling features,
141
+a plethora of bugfixes, and greatly improved tests.
142
+
143
+NOTICE: Version 0.3.8 also requires golang version 1.5.1 or higher.
144
+
145
+* Bugfixes
146
+ * refactor ipns to be more consistent and reliable (@whyrusleeping)
147
+ * fix 'ipfs refs' json output (@whyrusleeping)
148
+ * fix setting null config maps (@rht)
149
+ * fix output of dht commands (@whyrusleeping)
150
+ * fix NAT spam dialing (@whyrusleeping)
151
+ * fix random panics on 32 bit systems (@whyrusleeping)
152
+ * limit total number of network fd's (@whyrusleeping)
153
+ * fix http api content type (@WeMeetAgain)
154
+ * fix writing of api file for port zero daemons (@whyrusleeping)
155
+ * windows connection refused fixes (@mjanczyk)
156
+ * use go1.5's built in trailers, no more failures (@whyrusleeping)
157
+ * fix random bitswap hangs (@whyrusleeping)
158
+ * rate limit fd usage (@whyrusleeping)
159
+ * fix panic in bitswap ratelimiting (@whyrusleeping)
160
+
161
+* Tool Changes
162
+ * --empty-repo option for init (@prusnak)
163
+ * implement symlinks (@whyrusleeping)
164
+ * improve cmds lib files processing (@rht)
165
+ * properly return errors through commands (@whyrusleeping)
166
+ * bitswap unwant command (@whyrusleeping)
167
+ * tar add/cat commands (@whyrusleeping)
168
+ * fix gzip compression in get (@klauspost)
169
+ * bitswap stat logs wasted bytes (@whyrusleeping)
170
+ * resolve command now uses core.Resolve (@rht)
171
+ * add `--local` flag to 'name resolve' (@whyrusleeping)
172
+ * add `ipfs diag sys` command for debugging help (@whyrusleeping)
173
+
174
+* General Codebase
175
+ * improvements to dag editor (@whyrusleeping)
176
+ * swarm IPv6 in default config (Baptiste Jonglez)
177
+ * improve dir listing css (@rht)
178
+ * removed elliptic.P224 usage (@prusnak)
179
+ * improve bitswap providing speed (@jbenet)
180
+ * print panics that occur in cmds lib (@whyrusleeping)
181
+ * ipfs api check test fixes (@rht)
182
+ * update peerstream and datastore (@whyrusleeping)
183
+ * cleaned up tar-reader code (@jbenet)
184
+ * write context into coreunix.Cat (@rht)
185
+ * move assets to separate repo (@rht)
186
+ * fix proc/ctx wiring in bitswap (@jbenet)
187
+ * rabin fingerprinting chunker (@whyrusleeping)
188
+ * better notification on daemon ready (@rht)
189
+ * coreunix cat cleanup (@rht)
190
+ * extract logging into go-log (@whyrusleeping)
191
+ * blockservice.New no longer errors (@whyrusleeping)
192
+ * refactor ipfs get (@rht)
193
+ * readonly api on gateway (@rht)
194
+ * cleanup context usage all over (@rht)
195
+ * add xml decoding to 'object put' (@ForrestWeston)
196
+ * replace nodebuilder with NewNode method (@whyrusleeping)
197
+ * add metrics to http handlers (@lgierth)
198
+ * rm blockservice workers (@whyrusleeping)
199
+ * decompose maybeGzWriter (@rht)
200
+ * makefile sets git commit sha on build (@CaioAlonso)
201
+
202
+* Documentation
203
+ * add contribute file (@RichardLitt)
204
+ * add go devel guide to contribute.md (@whyrusleeping)
205
+
206
+* Testing
207
+ * fix mock notifs test (@whyrusleeping)
208
+ * test utf8 with object cmd (@chriscool)
209
+ * make mocknet conn close idempotent (@jbenet)
210
+ * fix fuse tests (@pnelson)
211
+ * improve sharness test quoting (@chriscool)
212
+ * sharness tests for chunker and add-cat (@rht)
213
+ * generalize peerid check in sharness (@chriscool)
214
+ * test_cmp argument cleanup (@chriscool)
215
+
216
+## v0.3.7 - 2015-08-02
217
+
218
+This patch update fixes a problem we introduced in 0.3.6 and did not
219
+catch: the webui failed to work with out-of-the-box CORS configs.
220
+This has been fixed and now should work correctly. @jbenet
221
+
222
+## v0.3.6 - 2015-07-30
223
+
224
+This patch improves the resource consumption of go-ipfs,
225
+introduces a few new options on the CLI, and also
226
+fixes (yet again) windows builds.
227
+
228
+* Resource consumption:
229
+ * fixed goprocess memory leak @rht
230
+ * implement batching on datastore @whyrusleeping
231
+ * Fix bitswap memory leak @whyrusleeping
232
+ * let bitswap ignore temporary write errors @whyrusleeping
233
+ * remove logging to disk in favor of api endpoint @whyrusleeping
234
+ * --only-hash option for add to skip writing to disk @whyrusleeping
235
+
236
+* Tool changes
237
+ * improved `ipfs daemon` output with all addresses @jbenet
238
+ * improved `ipfs id -f` output, added `<addrs>` and `\n \t` support @jbenet
239
+ * `ipfs swarm addrs local` now shows the local node's addrs @jbenet
240
+ * improved config json parsing @rht
241
+ * improved Dockerfile to use alpine linux @Luzifer @lgierth
242
+ * improved bash completion @MichaelMure
243
+ * Improved 404 for gateway @cryptix
244
+ * add unixfs ls to list correct filesizes @wking
245
+ * ignore hidden files by default @gatesvp
246
+ * global --timeout flag @whyrusleeping
247
+ * fix random API failures by closing resp bodies @whyrusleeping
248
+ * ipfs swarm filters @whyrusleeping
249
+ * api returns errors in http trailers @whyrusleeping @jbenet
250
+ * `ipfs patch` learned to create intermediate nodes @whyrusleeping
251
+ * `ipfs object stat` now shows Hash @whyrusleeping
252
+ * `ipfs cat` now clears progressbar on exit @rht
253
+ * `ipfs add -w -r <dir>` now wraps directories @jbenet
254
+ * `ipfs add -w <file1> <file2>` now wraps with one dir @jbenet
255
+ * API + Gateway now support arbitrary HTTP Headers from config @jbenet
256
+ * API now supports CORS properly from config @jbenet
257
+ * **Deprecated:** `API_ORIGIN` env var (use config, see `ipfs daemon --help`) @jbenet
258
+
259
+* General Codebase
260
+ * `nofuse` tag for windows @Luzifer
261
+ * improved `ipfs add` code @gatesvp
262
+ * started requiring license trailers @chriscool @jbenet
263
+ * removed CtxCloser for goprocess @rht
264
+ * remove deadcode @lgierth @whyrusleeping
265
+ * reduced number of logging libs to 2 (soon to be 1) @rht
266
+ * dial address filtering @whyrusleeping
267
+ * prometheus metrics @lgierth
268
+ * new index page for gateway @krl @cryptix
269
+ * move ping to separate protocol @whyrusleeping
270
+ * add events to bitswap for a dashboard @whyrusleeping
271
+ * add latency and bandwidth options to mocknet @heems
272
+ * levenshtein distance cmd autosuggest @sbruce
273
+ * refactor/cleanup of cmds http handler @whyrusleeping
274
+ * cmds http stream reports errors in trailers @whyrusleeping
275
+
276
+* Bugfixes
277
+ * fixed path resolution and validation @rht
278
+ * fixed `ipfs get -C` output and progress bar @rht
279
+ * Fixed install pkg dist bug @jbenet @Luzifer
280
+ * Fix `ipfs get` silent failure @whyrusleeping
281
+ * `ipfs get` tarx no longer times out @jbenet
282
+ * `ipfs refs -r -u` is now correct @gatesvp
283
+ * Fix `ipfs add -w -r <dir>` wrapping bugs @jbenet
284
+ * Fixed FUSE unmount failures @jbenet
285
+ * Fixed `ipfs log tail` command (api + cli) @whyrusleeping
286
+
287
+* Testing
288
+ * sharness updates @chriscool
289
+ * ability to disable secio for testing @jbenet
290
+ * fixed many random test failures, more reliable CI @whyrusleeping
291
+ * Fixed racey notifier failures @whyrusleeping
292
+ * `ipfs refs -r -u` test cases @jbenet
293
+ * Fix failing pinning test @jbenet
294
+ * Better CORS + Referer tests @jbenet
295
+ * Added reversible gc test @rht
296
+ * Fixed bugs in FUSE IPNS tests @whyrusleeping
297
+ * Fixed bugs in FUSE IPFS tests @jbenet
298
+ * Added `random-files` tool for easier sharness tests @jbenet
299
+
300
+* Documentation
301
+ * Add link to init system examples @slang800
302
+ * Add CORS documentation to daemon init @carver (Note: this will change soon)
303
+
304
+## v0.3.5 - 2015-06-11
305
+
306
+This patch improves overall stability and performance
307
+
308
+* added 'object patch' and 'object new' commands @whyrusleeping
309
+* improved symmetric NAT avoidance @jbenet
310
+* move util.Key to blocks.Key @whyrusleeping
311
+* fix memory leak in provider store @whyrusleeping
312
+* updated webui to 0.2.0 @krl
313
+* improved bitswap performance @whyrusleeping
314
+* update fuse lib @cryptix
315
+* fix path resolution @wking
316
+* implement test_seq() in sharness @chriscool
317
+* improve parsing of stdin for commands @chriscool
318
+* fix 'ipfs refs' failing silently @whyrusleeping
319
+* fix serial dialing bug @jbenet
320
+* improved testing @chriscool @rht @jbenet
321
+* fixed domain resolving @luzifer
322
+* fix parsing of unwanted stdin @lgierth
323
+* added CORS handlers to gateway @NodeGuy
324
+* added `ipfs daemon --unrestricted-api` option @krl
325
+* general cleanup of dependencies
326
+
327
+## v0.3.4 - 2015-05-10
328
+
329
+* fix ipns append bug @whyrusleeping
330
+* fix out of memory panic @whyrusleeping
331
+* add in expvar metrics @tv42
332
+* bitswap improvements @whyrusleeping
333
+* fix write-cache in blockstore @tv42
334
+* vendoring cleanup @cryptix
335
+* added `launchctl` plist for OSX @grncdr
336
+* improved Dockerfile, changed root and mount paths @ehd
337
+* improved `pin ls` output to show types @vitorbaptista
338
+
339
+## v0.3.3 - 2015-04-28
340
+
341
+This patch update fixes various issues, in particular:
342
+- windows support (0.3.0 had broken it)
343
+- commandline parses spaces correctly.
344
+
345
+* much improved commandline parsing by @AtnNn
346
+* improved dockerfile by @luzifer
347
+* add cmd cleanup by @wking
348
+* fix flatfs windows support by @tv42 and @gatesvp
349
+* test case improvements by @chriscool
350
+* ipns resolution timeout bug fix by @whyrusleeping
351
+* new cluster tests with iptb by @whyrusleeping
352
+* fix log callstack printing bug by @whyrusleeping
353
+* document bash completion by @dylanPowers
354
+
355
+## v0.3.2 - 2015-04-22
356
+
357
+This patch update implements multicast dns as well as fxing a few test issues.
358
+
359
+* implement mdns peer discovery @whyrusleeping
360
+* fix mounting issues in sharness tests @chriscool
361
+
362
+## v0.3.1 - 2015-04-21
363
+
364
+This patch update fixes a few bugs:
365
+
366
+* harden shutdown logic by @torarnv
367
+* daemon locking fixes by @travisperson
368
+* don't re-add entire dirs by @whyrusleeping
369
+* tests now wait for graceful shutdown by @jbenet
370
+* default key size is now 2048 by @jbenet
371
+
372
+## v0.3.0 - 2015-04-20
373
+
374
+We've just released version 0.3.0, which contains many
375
+performance improvements, bugfixes, and new features.
376
+Perhaps the most noticeable change is moving block storage
377
+from leveldb to flat files in the filesystem.
378
+
379
+What to expect:
380
+
381
+* _much faster_ performance
382
+
383
+* Repo format 2
384
+ * moved default location from ~/.go-ipfs -> ~/.ipfs
385
+ * renamed lock filename daemon.lock -> repo.lock
386
+ * now using a flat-file datastore for local blocks
387
+
388
+* Fixed lots of bugs
389
+ * proper ipfs-path in various commands
390
+ * fixed two pinning bugs (recursive pins)
391
+ * increased yamux streams window (for speed)
392
+ * increased bitswap workers (+ env var)
393
+ * fixed memory leaks
394
+ * ipfs add error returns
395
+ * daemon exit bugfix
396
+ * set proper UID and GID on fuse mounts
397
+
398
+* Gateway
399
+ * Added support for HEAD requests
400
+
401
+* configuration
402
+ * env var to turn off SO_REUSEPORT: IPFS_REUSEPORT=false
403
+ * env var to increase bitswap workers: IPFS_BITSWAP_TASK_WORKERS=n
404
+
405
+* other
406
+ * bash completion is now available
407
+ * ipfs stats bw -- bandwidth meetering
408
+
409
+And many more things.
docs/changelogs/v0.4.md
new
+4057
@@ -0,0 +1,4057 @@
1
+# go-ipfs changelog v0.4
2
+
3
+## v0.4.23 2020-01-29
4
+
5
+Given the large number of fixes merged since 0.4.22, we've decided to cut another patch release.
6
+
7
+This release contains critical fixes. Please upgrade ASAP. Importantly, we're strongly considering switching to TLS by default in go-ipfs 0.5.0 and dropping SECIO support. However, the current TLS transport in go-ipfs 0.4.22 has a bug that can cause connections to spontaneously disconnect during the handshake.
8
+
9
+This release fixes that bug, among many other issues. Users that _don't_ upgrade may experience connectivity issues when the network upgrades to go-ipfs 0.5.0.
10
+
11
+### Highlights
12
+
13
+* Fixes build on go 1.13
14
+* Fixes an issue where we may not connect to providers in bitswap.
15
+* Fixes an issue on the TLS transport where we may abort a handshake unintentionally.
16
+* Fixes a common panic in the websocket transport.
17
+* Adds support for recursively resolving dnsaddrs (makes go-ipfs compatible with the new bootstrappers).
18
+* Fixes several potential panics/crashes.
19
+* Switches to using pre-defined autorelays instead of trying to find them in the DHT:
20
+ * Avoids selecting random, potentially poor, relays.
21
+ * Avoids spamming the DHT with requests trying to find relays.
22
+ * Reduces the impact of accidentally enabling AutoRelay + RelayHop. I.e., the network won't try to DoS you.
23
+* Modifies the connection manager to not count connections in the grace period towards the connection limit.
24
+ * Pro: New connections don't cause us to close useful, existing connections.
25
+ * Con: Libp2p will keep more connections. Consider reducing your HighWater after applying this patch.
26
+* Improved peer usefulness tracking in bitswap. Frequently used peers will be marked as "important" and the connection manager will avoid closing connections to these peers.
27
+* Includes a new version of the WebUI to fix some issues with the peers map.
28
+
29
+### Changelog
30
+
31
+- github.com/ipfs/go-ipfs:
32
+ - feat: update the webui to fix some performance issues ([ipfs/go-ipfs#6844](https://github.com/ipfs/go-ipfs/pull/6844))
33
+ - fix: limit SW registration to content root ([ipfs/go-ipfs#6801](https://github.com/ipfs/go-ipfs/pull/6801))
34
+ - fix issue 6760, adding with hash-only, high CPU usage. ([ipfs/go-ipfs#6764](https://github.com/ipfs/go-ipfs/pull/6764))
35
+ - fix(coreapi/add): close the fake repo used when adding with hash-only ([ipfs/go-ipfs#6747](https://github.com/ipfs/go-ipfs/pull/6747))
36
+ - fix bug 6748 ([ipfs/go-ipfs#6754](https://github.com/ipfs/go-ipfs/pull/6754))
37
+ - fix(pin): wait till after fetching to remove direct pin ([ipfs/go-ipfs#6708](https://github.com/ipfs/go-ipfs/pull/6708))
38
+ - pin: fix pin update X Y where X==Y ([ipfs/go-ipfs#6669](https://github.com/ipfs/go-ipfs/pull/6669))
39
+ - namesys: set the correct cache TTL on publish ([ipfs/go-ipfs#6667](https://github.com/ipfs/go-ipfs/pull/6667))
40
+ - build: fix golangci again ([ipfs/go-ipfs#6641](https://github.com/ipfs/go-ipfs/pull/6641))
41
+ - make: move all test deps to a separate module ([ipfs/go-ipfs#6637](https://github.com/ipfs/go-ipfs/pull/6637))
42
+ - fix: close peerstore on stop ([ipfs/go-ipfs#6629](https://github.com/ipfs/go-ipfs/pull/6629))
43
+ - build: fix build when we don't have a full git tree ([ipfs/go-ipfs#6626](https://github.com/ipfs/go-ipfs/pull/6626))
44
+- github.com/ipfs/go-bitswap (v0.0.8-cbb485998356 -> v0.0.8-e37498cf10d6):
45
+ - fix: wait until we finish connecting before we cancel the context ([ipfs/go-bitswap#226](https://github.com/ipfs/go-bitswap/pull/226))
46
+ - engine: tag peers based on usefulness ([ipfs/go-bitswap#191](https://github.com/ipfs/go-bitswap/pull/191))
47
+- github.com/ipfs/go-cid (v0.0.2 -> v0.0.4):
48
+ - fix parsing issues and nits ([ipfs/go-cid#97](https://github.com/ipfs/go-cid/pull/97))
49
+ - Verify that prefix is correct v0 prefix ([ipfs/go-cid#96](https://github.com/ipfs/go-cid/pull/96))
50
+- github.com/multiformats/go-multihash (v0.0.5 -> v0.0.10):
51
+ - Ensure that length of multihash is properly handled ([multiformats/go-multihash#119](https://github.com/multiformats/go-multihash/pull/119))
52
+ - fix murmur3 name ([multiformats/go-multihash#115](https://github.com/multiformats/go-multihash/pull/115))
53
+ - rename ID to IDENTITY ([multiformats/go-multihash#113](https://github.com/multiformats/go-multihash/pull/113))
54
+ ([multiformats/go-multihash#119](https://github.com/multiformats/go-multihash/pull/119))
55
+- github.com/libp2p/go-flow-metrics (v0.0.1 -> v0.0.3):
56
+ - fix bug in meter traversal logic ([libp2p/go-flow-metrics#11](https://github.com/libp2p/go-flow-metrics/pull/11))
57
+- github.com/libp2p/go-libp2p (v0.0.28 -> v0.0.32):
58
+ - options to configure known relays for autorelay ([libp2p/go-libp2p#705](https://github.com/libp2p/go-libp2p/pull/705))
59
+ - feat(host): recursively resolve addresses ([libp2p/go-libp2p#764](https://github.com/libp2p/go-libp2p/pull/764))
60
+ - mdns: always use interface addresses ([libp2p/go-libp2p#667](https://github.com/libp2p/go-libp2p/pull/667))
61
+- github.com/libp2p/go-libp2p-connmgr (v0.0.6 -> v0.2.1):
62
+ - don't count connections in the grace period against the limit ([libp2p/go-libp2p-connmgr#50](https://github.com/libp2p/go-libp2p-connmgr/pull/50))
63
+- github.com/libp2p/go-libp2p-kad-dht (v0.0.13 -> v0.0.15):
64
+ - metrics: fix memory leak ([libp2p/go-libp2p-kad-dht#390](https://github.com/libp2p/go-libp2p-kad-dht/pull/390))
65
+- github.com/libp2p/go-libp2p-tls (v0.0.1 -> v0.0.2):
66
+ - close the underlying connection when the handshake fails ([libp2p/go-libp2p-tls#39](https://github.com/libp2p/go-libp2p-tls/pull/39))
67
+ - make the error check for not receiving a public key more explicit ([libp2p/go-libp2p-tls#34](https://github.com/libp2p/go-libp2p-tls/pull/34))
68
+ - Fix: Connection Closed after handshake ([libp2p/go-libp2p-tls#37](https://github.com/libp2p/go-libp2p-tls/pull/37))
69
+- github.com/libp2p/go-libp2p-swarm (v0.0.6 -> v0.0.7):
70
+ - fix: don't assume that transports implement stringer ([libp2p/go-libp2p-swarm#134](https://github.com/libp2p/go-libp2p-swarm/pull/134))
71
+- github.com/libp2p/go-ws-transport (v0.0.4 -> v0.0.6):
72
+ - Add mutex for write/close ([libp2p/go-ws-transport#65](https://github.com/libp2p/go-ws-transport/pull/65))
73
+
74
+Other:
75
+
76
+Update bloom filter libraries to remove unsound usage of the `unsafe` package.
77
+
78
+### Contributors
79
+
80
+| Contributor | Commits | Lines ± | Files Changed |
81
+|-------------|---------|---------|---------------|
82
+| Steven Allen | 52 | +1866/-578 | 102 |
83
+| vyzo | 12 | +167/-90 | 22 |
84
+| whyrusleeping | 5 | +136/-52 | 7 |
85
+| Roman Proskuryakov | 7 | +94/-7 | 10 |
86
+| Jakub Sztandera | 3 | +58/-13 | 7 |
87
+| hcg1314 | 2 | +31/-11 | 2 |
88
+| Raúl Kripalani | 2 | +7/-33 | 6 |
89
+| Marten Seemann | 3 | +27/-10 | 5 |
90
+| Marcin Rataj | 2 | +26/-0 | 5 |
91
+| b5 | 1 | +2/-22 | 1 |
92
+| Hector Sanjuan | 1 | +11/-0 | 1 |
93
+| Yusef Napora | 1 | +4/-0 | 1 |
94
+
95
+## v0.4.22 2019-08-06
96
+
97
+We're releasing a PATCH release of go-ipfs based on 0.4.21 containing some critical fixes.
98
+
99
+The IPFS network has scaled to the point where small changes can have a
100
+wide-reaching impact on the entire network. To keep this situation from
101
+escalating, we've put a hold on releasing new features until we can improve our
102
+[release process](https://github.com/ipfs/go-ipfs/blob/master/docs/releases.md)
103
+(which we've trialed in this release) and [testing
104
+procedures](https://github.com/ipfs/go-ipfs/issues/6483).
105
+
106
+This release includes fixes for the following regressions:
107
+
108
+1. A major bitswap throughput regression introduced in 0.4.21
109
+ ([ipfs/go-ipfs#6442](https://github.com/ipfs/go-ipfs/issues/6442)).
110
+2. High bitswap CPU usage when connected to many (e.g. 10,000) peers. See
111
+ [ipfs/go-bitswap#154](https://github.com/ipfs/go-bitswap/issues/154).
112
+2. The local network discovery service sometimes initializes before the
113
+ networking module, causing it to announce the wrong addresses and sometimes
114
+ complain about not being able to determine the IP address
115
+ ([ipfs/go-ipfs#6415](https://github.com/ipfs/go-ipfs/pull/6415)).
116
+
117
+It also includes fixes for:
118
+
119
+1. Pins not being persisted after `ipfs block add --pin`
120
+ ([ipfs/go-ipfs#6441](https://github.com/ipfs/go-ipfs/pull/6441)).
121
+2. Panic due to concurrent map access when adding and listing pins at the same
122
+ time ([ipfs/go-ipfs#6419](https://github.com/ipfs/go-ipfs/pull/6419)).
123
+3. Potential pin-set corruption given a concurrent `ipfs repo gc` and `ipfs pin
124
+ rm` ([ipfs/go-ipfs#6444](https://github.com/ipfs/go-ipfs/pull/6444)).
125
+4. Build failure due to a deleted git tag in one of our dependencies
126
+ ([ipfs/go-ds-badger#64](https://github.com/ipfs/go-ds-badger/pull/65)).
127
+
128
+Thanks to:
129
+
130
+* [@hannahhoward](https://github.com/hannahhoward) for fixing both bitswap issues.
131
+* [@sanderpick](https://github.com/sanderpick) for catching and fixing the local
132
+ discovery bug.
133
+* [@campoy](https://github.com/campoy) for fixing the build issue.
134
+
135
+## v0.4.21 2019-05-30
136
+
137
+We're happy to announce go-ipfs 0.4.21. This release has some critical bug fixes
138
+and a handful of new features so every user should upgrade.
139
+
140
+Key bug fixes:
141
+
142
+* Too many open file descriptors/too many peers
143
+ ([#6237](https://github.com/ipfs/go-ipfs/issues/6237)).
144
+* Adding multiple files at the same time doesn't work
145
+ ([#6254](https://github.com/ipfs/go-ipfs/pull/6255)).
146
+* CPU utilization spikes and then holds at 100%
147
+ ([#5613](https://github.com/ipfs/go-ipfs/issues/5613)).
148
+
149
+Key features:
150
+
151
+* Experimental TLS1.3 support (to eventually replace secio).
152
+* OpenSSL support for SECIO handshakes (performance improvement).
153
+
154
+**IMPORTANT:** This release fixes a bug in our security transport that could
155
+potentially drop data from the channel. Note: This issue affects neither the
156
+privacy nor the integrity of the data with respect to a third-party attacker.
157
+Only the peer sending us data could trigger this bug.
158
+
159
+**ALL USERS MUST UPGRADE.** We intended to introduce a feature this release that,
160
+unfortunately, [reliably triggered this bug][secio-bug]. To avoid partitioning
161
+the network, we've decided to postpone this feature for a release or two.
162
+
163
+Specifically, we're going to provide a minimum _one month_ upgrade period. After
164
+that, we'll start testing the impact of deploying the proposed changes.
165
+
166
+If you're running the mainline go-ipfs, please upgrade ASAP. If you're building
167
+a separate app or working on a forked go-ipfs, make sure to upgrade
168
+github.com/libp2p/go-libp2p-secio to _at least_ v0.0.3.
169
+
170
+[secio-bug]: https://github.com/libp2p/go-libp2p/issues/644
171
+
172
+### Contributors
173
+
174
+First off, we'd like to give a shout-out to all contributors that participated
175
+in this release (including contributions to ipld, libp2p, and multiformats):
176
+
177
+| Contributor | Commits | Lines ± | Files Changed |
178
+|----------------------------|---------|-------------|---------------|
179
+| Steven Allen | 220 | +6078/-4211 | 520 |
180
+| Łukasz Magiera | 53 | +5039/-4557 | 274 |
181
+| vyzo | 179 | +2929/-1704 | 238 |
182
+| Raúl Kripalani | 44 | +757/-1895 | 134 |
183
+| hannahhoward | 11 | +755/-1005 | 49 |
184
+| Marten Seemann | 16 | +862/-203 | 44 |
185
+| keks | 10 | +359/-110 | 12 |
186
+| Jan Winkelmann | 8 | +368/-26 | 16 |
187
+| Jakub Sztandera | 4 | +361/-8 | 7 |
188
+| Adrian Lanzafame | 1 | +287/-18 | 5 |
189
+| Erik Ingenito | 4 | +247/-28 | 8 |
190
+| Reid 'arrdem' McKenzie | 1 | +220/-20 | 3 |
191
+| Yusef Napora | 26 | +98/-130 | 26 |
192
+| Michael Avila | 3 | +116/-59 | 8 |
193
+| Raghav Gulati | 13 | +145/-26 | 13 |
194
+| tg | 1 | +41/-33 | 1 |
195
+| Matt Joiner | 6 | +41/-30 | 7 |
196
+| Cole Brown | 1 | +37/-25 | 1 |
197
+| Dominic Della Valle | 2 | +12/-40 | 4 |
198
+| Overbool | 1 | +50/-0 | 2 |
199
+| Christopher Buesser | 3 | +29/-16 | 10 |
200
+| myself659 | 1 | +38/-5 | 2 |
201
+| Alex Browne | 3 | +30/-8 | 3 |
202
+| jmank88 | 1 | +27/-4 | 2 |
203
+| Vikram | 1 | +25/-1 | 2 |
204
+| MollyM | 7 | +17/-9 | 7 |
205
+| Marcin Rataj | 1 | +17/-1 | 1 |
206
+| requilence | 1 | +11/-4 | 1 |
207
+| Teran McKinney | 1 | +8/-2 | 1 |
208
+| Oli Evans | 1 | +5/-5 | 1 |
209
+| Masashi Salvador Mitsuzawa | 1 | +5/-1 | 1 |
210
+| chenminjian | 1 | +4/-0 | 1 |
211
+| Edgar Lee | 1 | +3/-1 | 1 |
212
+| Dirk McCormick | 1 | +2/-2 | 2 |
213
+| ia | 1 | +1/-1 | 1 |
214
+| Alan Shaw | 1 | +1/-1 | 1 |
215
+
216
+### Bug Fixes And Enhancements
217
+
218
+This release includes quite a number of critical bug fixes and
219
+performance/reliability enhancements.
220
+
221
+#### Error when adding multiple files
222
+
223
+The last release broke the simple command `ipfs add file1 file2`. It turns out
224
+we simply lacked a test case for this. Both of these issues (the bug and the
225
+lack of a test case) have now been fixed.
226
+
227
+#### SECIO
228
+
229
+As noted above, we've fixed a bug that could cause data to be dropped from a
230
+SECIO connection on read. Specifically, this happens when:
231
+
232
+1. The capacity of the read buffer is greater than the length.
233
+2. The remote peer sent more than the length but less than the capacity in a
234
+ single secio "frame".
235
+
236
+In this case, we'd fill the read buffer to it's capacity instead of its length.
237
+
238
+#### Too many open files, too many peers, etc.
239
+
240
+Go-ipfs automatically closes the least useful connections when it accumulates
241
+too many connections. Unfortunately, some relayed connections were blocking in
242
+`Close()`, halting the entire process.
243
+
244
+#### Out of control CPU usage
245
+
246
+Many users noted out of control CPU usage this release. This turned out to be a
247
+long-standing issue with how the DHT handled provider records (records recording
248
+which peers have what content):
249
+
250
+1. It wasn't removing provider records for content until the set of providers
251
+ completely emptied.
252
+2. It was loading every provider record into memory whenever we updated the set
253
+ of providers.
254
+
255
+Combined, these two issues were trashing the provider record cache, forcing the
256
+DHT to repeatedly load and discard provider records.
257
+
258
+#### More Reliable Connection Management
259
+
260
+Go-ipfs has a subsystem called the "connection manager" to close the
261
+least-useful connections when go-ipfs runs low on resources.
262
+
263
+Unfortunately, other IPFS subsystems may learn about connections _before_ the
264
+connection manager. Previously, if some IPFS subsystem tried to mark a
265
+connection as useful before the connection manager learned about it, the
266
+connection manager would discard this information. We believe this was causing
267
+[#6271](https://github.com/ipfs/go-ipfs/issues/6271). [It no longer does
268
+that](https://github.com/libp2p/go-libp2p-connmgr/pull/39).
269
+
270
+#### Improved Bitswap Connection Management
271
+
272
+Bitswap now uses the connection manager to mark all peers downloading blocks as
273
+important (while downloading). Previously, it only marked peers from which _it_
274
+was downloading blocks.
275
+
276
+#### Reduced Memory Usage
277
+
278
+The most noticeable memory reduction in this release comes from fixing connection
279
+closing. However, we've made a few additional improvements:
280
+
281
+* Bitswap's "work queue" no longer remembers every peer it has seen
282
+ indefinitely.
283
+* The peerstore now interns protocol names.
284
+* The per-peer goroutine count has been reduced.
285
+* The DHT now wastes less memory on idle peers by pooling buffered writers and
286
+ returning them to the pool when not actively using them.
287
+
288
+#### Increased File Descriptor Limit
289
+
290
+The default file descriptor limit has been raised to 8192 (from 2048).
291
+Unfortunately, go-ipfs behaves poorly when it runs out of file descriptors and
292
+it uses a _lot_ of file descriptors.
293
+
294
+Luckily, most modern kernels can handle thousands of file descriptors without
295
+any difficulty.
296
+
297
+#### Decreased Connection Handshake Latency
298
+
299
+Libp2p now shaves off a couple of round trips when initiating connections by
300
+beginning the protocol negotiation before the remote peer responds to the
301
+initial handshake message.
302
+
303
+In the optimal case (when the target peer speaks our preferred protocol), this
304
+reduces the number of handshake round-trips from 6 to 4 (including the TCP
305
+handshake).
306
+
307
+### Commands
308
+
309
+This release brings no new commands but does introduce a few changes, bugfixes,
310
+and enhancements. This section is hardly complete but it lists the most
311
+noticeable changes.
312
+
313
+Take note: this release also introduces a few breaking changes.
314
+
315
+#### [DEPRECATION] The URLStore Command Deprecated
316
+
317
+The experimental `ipfs urlstore` command is now deprecated. Please use `ipfs add
318
+--nocopy URL` instead.
319
+
320
+#### [BREAKING] The DHT Command Base64 Encodes Values
321
+
322
+When responding to an `ipfs dht get` command, the daemon now encodes the
323
+returned value using base64. The `ipfs` command will automatically decode this
324
+value before returning it to the user so this change should only affect those
325
+using the HTTP API directly.
326
+
327
+Unfortunately, this change was necessary as DHT records are arbitrary binary
328
+blobs which can't be directly stored in JSON strings.
329
+
330
+#### [BREAKING] Base32 Encoded v1 CIDs By Default
331
+
332
+Both js-ipfs and go-ipfs now encode CIDv1 CIDs using base32 by default, instead
333
+of base58. Unfortunately, base58 is case-sensitive and doesn't play well with
334
+browsers (see [#4143](https://github.com/ipfs/go-ipfs/issues/4143).
335
+
336
+#### Human Readable Numbers
337
+
338
+The `ipfs bitswap stat` and and `ipfs object stat` commands now support a
339
+`--humanize` flag that formats numbers with human-readable units (GiB, MiB,
340
+etc.).
341
+
342
+#### Improved Errors
343
+
344
+This release improves two types of errors:
345
+
346
+1. Commands that take paths/multiaddrs now include the path/multiaddr in the
347
+ error message when it fails to parse.
348
+2. `ipfs swarm connect` now returns a detailed error describing which addresses
349
+ were tried and why the dial failed.
350
+
351
+#### Ping Improvements
352
+
353
+The ping command has received some small improvements and fixes:
354
+
355
+1. It now exits with a non-zero exit status on failure.
356
+2. It no longer succeeds with zero successful pings if we have a zombie but
357
+ non-functional connection to the peer being pinged
358
+ ([#6298](https://github.com/ipfs/go-ipfs/issues/6298)).
359
+3. It now prints out the average latency when canceled with `^C` (like the unix
360
+ `ping` command).
361
+
362
+#### Improved Help Text
363
+
364
+Go-ipfs now intelligently wraps help text for easier reading. On an 80 character
365
+wide terminal,
366
+
367
+**Before**
368
+
369
+```
370
+USAGE
371
+ ipfs add <path>... - Add a file or directory to ipfs.
372
+
373
+SYNOPSIS
374
+ ipfs add [--recursive | -r] [--dereference-args] [--stdin-name=<stdin-name>] [
375
+--hidden | -H] [--quiet | -q] [--quieter | -Q] [--silent] [--progress | -p] [--t
376
+rickle | -t] [--only-hash | -n] [--wrap-with-directory | -w] [--chunker=<chunker
377
+> | -s] [--pin=false] [--raw-leaves] [--nocopy] [--fscache] [--cid-version=<cid-
378
+version>] [--hash=<hash>] [--inline] [--inline-limit=<inline-limit>] [--] <path>
379
+...
380
+
381
+ARGUMENTS
382
+
383
+ <path>... - The path to a file to be added to ipfs.
384
+
385
+OPTIONS
386
+
387
+ -r, --recursive bool - Add directory paths recursive
388
+ly.
389
+ --dereference-args bool - Symlinks supplied in argument
390
+s are dereferenced.
391
+ --stdin-name string - Assign a name if the file sou
392
+rce is stdin.
393
+ -H, --hidden bool - Include files that are hidden
394
+. Only takes effect on recursive add.
395
+ -q, --quiet bool - Write minimal output.
396
+ -Q, --quieter bool - Write only final hash.
397
+ --silent bool - Write no output.
398
+ -p, --progress bool - Stream progress data.
399
+ -t, --trickle bool - Use trickle-dag format for da
400
+g generation.
401
+ -n, --only-hash bool - Only chunk and hash - do not
402
+write to disk.
403
+ -w, --wrap-with-directory bool - Wrap files with a directory o
404
+bject.
405
+ -s, --chunker string - Chunking algorithm, size-[byt
406
+es] or rabin-[min]-[avg]-[max]. Default: size-262144.
407
+ --pin bool - Pin this object when adding.
408
+Default: true.
409
+ --raw-leaves bool - Use raw blocks for leaf nodes
410
+. (experimental).
411
+ --nocopy bool - Add the file using filestore.
412
+ Implies raw-leaves. (experimental).
413
+ --fscache bool - Check the filestore for pre-e
414
+xisting blocks. (experimental).
415
+ --cid-version int - CID version. Defaults to 0 un
416
+less an option that depends on CIDv1 is passed. (experimental).
417
+ --hash string - Hash function to use. Implies
418
+ CIDv1 if not sha2-256. (experimental). Default: sha2-256.
419
+ --inline bool - Inline small blocks into CIDs
420
+. (experimental).
421
+ --inline-limit int - Maximum block size to inline.
422
+ (experimental). Default: 32.
423
+
424
+```
425
+
426
+
427
+**After**
428
+
429
+```
430
+USAGE
431
+ ipfs add <path>... - Add a file or directory to ipfs.
432
+
433
+SYNOPSIS
434
+ ipfs add [--recursive | -r] [--dereference-args] [--stdin-name=<stdin-name>]
435
+ [--hidden | -H] [--quiet | -q] [--quieter | -Q] [--silent]
436
+ [--progress | -p] [--trickle | -t] [--only-hash | -n]
437
+ [--wrap-with-directory | -w] [--chunker=<chunker> | -s] [--pin=false]
438
+ [--raw-leaves] [--nocopy] [--fscache] [--cid-version=<cid-version>]
439
+ [--hash=<hash>] [--inline] [--inline-limit=<inline-limit>] [--]
440
+ <path>...
441
+
442
+ARGUMENTS
443
+
444
+ <path>... - The path to a file to be added to ipfs.
445
+
446
+OPTIONS
447
+
448
+ -r, --recursive bool - Add directory paths recursively.
449
+ --dereference-args bool - Symlinks supplied in arguments are
450
+ dereferenced.
451
+ --stdin-name string - Assign a name if the file source is stdin.
452
+ -H, --hidden bool - Include files that are hidden. Only takes
453
+ effect on recursive add.
454
+ -q, --quiet bool - Write minimal output.
455
+ -Q, --quieter bool - Write only final hash.
456
+ --silent bool - Write no output.
457
+ -p, --progress bool - Stream progress data.
458
+ -t, --trickle bool - Use trickle-dag format for dag generation.
459
+ -n, --only-hash bool - Only chunk and hash - do not write to
460
+ disk.
461
+ -w, --wrap-with-directory bool - Wrap files with a directory object.
462
+ -s, --chunker string - Chunking algorithm, size-[bytes] or
463
+ rabin-[min]-[avg]-[max]. Default:
464
+ size-262144.
465
+ --pin bool - Pin this object when adding. Default:
466
+ true.
467
+ --raw-leaves bool - Use raw blocks for leaf nodes.
468
+ (experimental).
469
+ --nocopy bool - Add the file using filestore. Implies
470
+ raw-leaves. (experimental).
471
+ --fscache bool - Check the filestore for pre-existing
472
+ blocks. (experimental).
473
+ --cid-version int - CID version. Defaults to 0 unless an
474
+ option that depends on CIDv1 is passed.
475
+ (experimental).
476
+ --hash string - Hash function to use. Implies CIDv1 if
477
+ not sha2-256. (experimental). Default:
478
+ sha2-256.
479
+ --inline bool - Inline small blocks into CIDs.
480
+ (experimental).
481
+ --inline-limit int - Maximum block size to inline.
482
+ (experimental). Default: 32.
483
+```
484
+
485
+### Features
486
+
487
+This release is primarily a bug fix release but it still includes two nice
488
+features from libp2p.
489
+
490
+#### Experimental TLS1.3 support
491
+
492
+Go-ipfs now has experimental TLS1.3 support. Currently, libp2p (IPFS's
493
+networking library) uses a custom TLS-like protocol we call SECIO. However, the
494
+conventional wisdom concerning custom security transports is "just don't" so we
495
+are working on replacing it with TLS1.3
496
+
497
+To choose this protocol by default, set the `Experimental.PreferTLS` config
498
+variable:
499
+
500
+```bash
501
+> ipfs config --bool Experimental.PreferTLS true
502
+```
503
+
504
+Why TLS1.3 and not X (noise, etc.)?
505
+
506
+1. Libp2p allows negotiating transports so there's no reason not to add noise
507
+ support to libp2p as well.
508
+2. TLS has wide language support which should make implementing libp2p for new
509
+ languages significantly simpler.
510
+
511
+#### OpenSSL Support
512
+
513
+Go-ipfs can now (optionally) be built with OpenSSL support for improved
514
+performance when establishing connections. This is primarily useful for nodes
515
+receiving multiple inbound connections per second.
516
+
517
+To enable openssl support, rebuild go-ipfs with:
518
+
519
+```bash
520
+> make build GOTAGS=openssl
521
+```
522
+
523
+### CoreAPI
524
+
525
+The CoreAPI refactor is still underway and we've made significant progress
526
+towards a usable ipfs-as-a-library constructor. Specifically, we've integrated
527
+the [fx](https://go.uber.org/fx) dependency injection system and are
528
+now working on cleaning up our initialization logic. This should make it easier
529
+to inject new services into a go-ipfs process without messing with the core
530
+internals.
531
+
532
+### Build: `GOCC` Environment Variable
533
+
534
+Build system now uses `GOCC` environment variable allowing for use of specific
535
+go versions during builds.
536
+
537
+### Changelog
538
+
539
+- github.com/ipfs/go-ipfs:
540
+ - fix: use http.Error for sending errors ([ipfs/go-ipfs#6379](https://github.com/ipfs/go-ipfs/pull/6379))
541
+ - core: call app.Stop once ([ipfs/go-ipfs#6380](https://github.com/ipfs/go-ipfs/pull/6380))
542
+ - explain what dhtclient does ([ipfs/go-ipfs#6375](https://github.com/ipfs/go-ipfs/pull/6375))
543
+ - ci: actually enable golangci-lint ([ipfs/go-ipfs#6362](https://github.com/ipfs/go-ipfs/pull/6362))
544
+ - commands/swarm(fix): handle empty multiaddrs ([ipfs/go-ipfs#6355](https://github.com/ipfs/go-ipfs/pull/6355))
545
+ - feat: improve errors when a path fails to parse ([ipfs/go-ipfs#6346](https://github.com/ipfs/go-ipfs/pull/6346))
546
+ - fix vendoring dependencies when building the source tarball ([ipfs/go-ipfs#6349](https://github.com/ipfs/go-ipfs/pull/6349))
547
+ - core: Use correct default for connmgr lowWater ([ipfs/go-ipfs#6352](https://github.com/ipfs/go-ipfs/pull/6352))
548
+ - doc: remove out of date documentation ([ipfs/go-ipfs#6345](https://github.com/ipfs/go-ipfs/pull/6345))
549
+ - Add generation of dependency changes to mkreleaselog ([ipfs/go-ipfs#6348](https://github.com/ipfs/go-ipfs/pull/6348))
550
+ - readme: remove mention of DCO ([ipfs/go-ipfs#6344](https://github.com/ipfs/go-ipfs/pull/6344))
551
+ - Add golangci-lint ([ipfs/go-ipfs#6321](https://github.com/ipfs/go-ipfs/pull/6321))
552
+ - docs+mk: update guidance for unsupported platforms ([ipfs/go-ipfs#6338](https://github.com/ipfs/go-ipfs/pull/6338))
553
+ - fix formatting in object get ([ipfs/go-ipfs#6340](https://github.com/ipfs/go-ipfs/pull/6340))
554
+ - fail start when loading a plugin fails ([ipfs/go-ipfs#6339](https://github.com/ipfs/go-ipfs/pull/6339))
555
+ - fix a typo in the issue template ([ipfs/go-ipfs#6335](https://github.com/ipfs/go-ipfs/pull/6335))
556
+ - github: turn issue template into a multiple-choice question ([ipfs/go-ipfs#6333](https://github.com/ipfs/go-ipfs/pull/6333))
557
+ - object put: Allow empty objects ([ipfs/go-ipfs#6330](https://github.com/ipfs/go-ipfs/pull/6330))
558
+ - Update fuse.md ([ipfs/go-ipfs#6332](https://github.com/ipfs/go-ipfs/pull/6332))
559
+ - work towards fixing dht commands ([ipfs/go-ipfs#6277](https://github.com/ipfs/go-ipfs/pull/6277))
560
+ - fix setting ulimit ([ipfs/go-ipfs#6319](https://github.com/ipfs/go-ipfs/pull/6319))
561
+ - switch to base32 by default for CIDv1 ([ipfs/go-ipfs#6300](https://github.com/ipfs/go-ipfs/pull/6300))
562
+ - cmdkit -> cmds ([ipfs/go-ipfs#6318](https://github.com/ipfs/go-ipfs/pull/6318))
563
+ - raise default fd limit to 8192 ([ipfs/go-ipfs#6266](https://github.com/ipfs/go-ipfs/pull/6266))
564
+ - pin: don't walk all pinned blocks when removing a non-existent pin ([ipfs/go-ipfs#6311](https://github.com/ipfs/go-ipfs/pull/6311))
565
+ - ping: fix a bunch of issues ([ipfs/go-ipfs#6312](https://github.com/ipfs/go-ipfs/pull/6312))
566
+ - test(coreapi): use a thread-safe datastore everywhere ([ipfs/go-ipfs#6222](https://github.com/ipfs/go-ipfs/pull/6222))
567
+ - fix(Dockerfile): Allow ipfs mount in Docker container ([ipfs/go-ipfs#5560](https://github.com/ipfs/go-ipfs/pull/5560))
568
+ - docs: fix Routing section ([ipfs/go-ipfs#6309](https://github.com/ipfs/go-ipfs/pull/6309))
569
+ - License update to dual MIT and Apache 2 ([ipfs/go-ipfs#6301](https://github.com/ipfs/go-ipfs/pull/6301))
570
+ - Go test fix ([ipfs/go-ipfs#6293](https://github.com/ipfs/go-ipfs/pull/6293))
571
+ - commands(pin update): return resolved CIDs instead of paths ([ipfs/go-ipfs#6275](https://github.com/ipfs/go-ipfs/pull/6275))
572
+ - core: fix autonat construction ([ipfs/go-ipfs#6289](https://github.com/ipfs/go-ipfs/pull/6289))
573
+ - Test and fix GC/pin bug ([ipfs/go-ipfs#6288](https://github.com/ipfs/go-ipfs/pull/6288))
574
+ - GOCC implementation & fix in make & build scripts ([ipfs/go-ipfs#6282](https://github.com/ipfs/go-ipfs/pull/6282))
575
+ - gc: cancel context ([ipfs/go-ipfs#6281](https://github.com/ipfs/go-ipfs/pull/6281))
576
+ - fix: windows friendly daemon help ([ipfs/go-ipfs#6278](https://github.com/ipfs/go-ipfs/pull/6278))
577
+ - Invert constructor config handling ([ipfs/go-ipfs#6276](https://github.com/ipfs/go-ipfs/pull/6276))
578
+ - docs: document environment variables ([ipfs/go-ipfs#6268](https://github.com/ipfs/go-ipfs/pull/6268))
579
+ - add: Return error from iterator ([ipfs/go-ipfs#6272](https://github.com/ipfs/go-ipfs/pull/6272))
580
+ - commands(feat): use the coreapi in the urlstore command ([ipfs/go-ipfs#6259](https://github.com/ipfs/go-ipfs/pull/6259))
581
+ - humanize for ipfs bitswap stat ([ipfs/go-ipfs#6258](https://github.com/ipfs/go-ipfs/pull/6258))
582
+ - Revert "raise default fd limit to 8192" ([ipfs/go-ipfs#6265](https://github.com/ipfs/go-ipfs/pull/6265))
583
+ - raise default fd limit to 8192 ([ipfs/go-ipfs#6261](https://github.com/ipfs/go-ipfs/pull/6261))
584
+ - Fix AutoNAT service for private network ([ipfs/go-ipfs#6251](https://github.com/ipfs/go-ipfs/pull/6251))
585
+ - add: Fix adding multiple files ([ipfs/go-ipfs#6255](https://github.com/ipfs/go-ipfs/pull/6255))
586
+ - reprovider: Use goprocess ([ipfs/go-ipfs#6248](https://github.com/ipfs/go-ipfs/pull/6248))
587
+ - core/corehttp/gateway_handler: pass a request ctx instead of the node ([ipfs/go-ipfs#6244](https://github.com/ipfs/go-ipfs/pull/6244))
588
+ - constructor: cleanup some things ([ipfs/go-ipfs#6246](https://github.com/ipfs/go-ipfs/pull/6246))
589
+ - Support --human flag in cmd/object-stat ([ipfs/go-ipfs#6241](https://github.com/ipfs/go-ipfs/pull/6241))
590
+ - build: fix macos build with fuse ([ipfs/go-ipfs#6235](https://github.com/ipfs/go-ipfs/pull/6235))
591
+ - add an experiment to prefer TLS 1.3 over secio ([ipfs/go-ipfs#6229](https://github.com/ipfs/go-ipfs/pull/6229))
592
+ - fix two small nits in the go-ipfs constructor ([ipfs/go-ipfs#6234](https://github.com/ipfs/go-ipfs/pull/6234))
593
+ - DI-based core.NewNode ([ipfs/go-ipfs#6162](https://github.com/ipfs/go-ipfs/pull/6162))
594
+ - coreapi: Drop error from ParsePath ([ipfs/go-ipfs#6122](https://github.com/ipfs/go-ipfs/pull/6122))
595
+ - fix the wrong path configuration in root redirection ([ipfs/go-ipfs#6215](https://github.com/ipfs/go-ipfs/pull/6215))
596
+- github.com/ipfs/go-bitswap (v0.0.4 -> v0.0.7):
597
+ - feat(engine): tag peers with requests ([ipfs/go-bitswap#128](https://github.com/ipfs/go-bitswap/pull/128))
598
+ - fix(network): add mutex to avoid data race ([ipfs/go-bitswap#127](https://github.com/ipfs/go-bitswap/pull/127))
599
+ - Change bitswap provide toggle to not be static ([ipfs/go-bitswap#124](https://github.com/ipfs/go-bitswap/pull/124))
600
+ - Use shared peer task queue with Graphsync ([ipfs/go-bitswap#119](https://github.com/ipfs/go-bitswap/pull/119))
601
+ - Add missing godoc comments, refactor to avoid confusion ([ipfs/go-bitswap#117](https://github.com/ipfs/go-bitswap/pull/117))
602
+ - fix(decision): cleanup request queues ([ipfs/go-bitswap#116](https://github.com/ipfs/go-bitswap/pull/116))
603
+ - Control provider workers with experiment flag ([ipfs/go-bitswap#110](https://github.com/ipfs/go-bitswap/pull/110))
604
+ - connmgr: give peers more weight when actively participating in a session ([ipfs/go-bitswap#111](https://github.com/ipfs/go-bitswap/pull/111))
605
+ - make the WantlistManager own the PeerHandler ([ipfs/go-bitswap#78](https://github.com/ipfs/go-bitswap/pull/78))
606
+ - remove IPFS_LOW_MEM flag support ([ipfs/go-bitswap#115](https://github.com/ipfs/go-bitswap/pull/115))
607
+- github.com/ipfs/go-cid (v0.0.1 -> v0.0.2):
608
+ - default cidv1 to base32 ([ipfs/go-cid#85](https://github.com/ipfs/go-cid/pull/85))
609
+- github.com/ipfs/go-cidutil (v0.0.1 -> v0.0.2):
610
+ - default cidv1 to base32 ([ipfs/go-cidutil#13](https://github.com/ipfs/go-cidutil/pull/13))
611
+- github.com/ipfs/go-datastore (v0.0.3 -> v0.0.5):
612
+ - MapDatastore: obey KeysOnly ([ipfs/go-datastore#130](https://github.com/ipfs/go-datastore/pull/130))
613
+ - fix the keytransform datastore's query implementation ([ipfs/go-datastore#127](https://github.com/ipfs/go-datastore/pull/127))
614
+ - sync: apply entire query while locked ([ipfs/go-datastore#129](https://github.com/ipfs/go-datastore/pull/129))
615
+ - filter: values are now always bytes ([ipfs/go-datastore#126](https://github.com/ipfs/go-datastore/pull/126))
616
+ - autobatch: batch deletes ([ipfs/go-datastore#128](https://github.com/ipfs/go-datastore/pull/128))
617
+- github.com/ipfs/go-ipfs-cmds (v0.0.5 -> v0.0.8):
618
+ - fix: use golang's http.Error to send errors ([ipfs/go-ipfs-cmds#167](https://github.com/ipfs/go-ipfs-cmds/pull/167))
619
+ - improve help text on narrow terminals ([ipfs/go-ipfs-cmds#140](https://github.com/ipfs/go-ipfs-cmds/pull/140))
620
+ - chore: remove an old hack ([ipfs/go-ipfs-cmds#165](https://github.com/ipfs/go-ipfs-cmds/pull/165))
621
+ - http: use the request context ([ipfs/go-ipfs-cmds#163](https://github.com/ipfs/go-ipfs-cmds/pull/163))
622
+ - merge in go-ipfs-cmdkit ([ipfs/go-ipfs-cmds#164](https://github.com/ipfs/go-ipfs-cmds/pull/164))
623
+ - fix: return the correct error ([ipfs/go-ipfs-cmds#162](https://github.com/ipfs/go-ipfs-cmds/pull/162))
624
+- github.com/ipfs/go-ipfs-config (v0.0.1 -> v0.0.3):
625
+ - Closes: #6284 Add appropriate IPv6 ranges to defaultServerFilters ([ipfs/go-ipfs-config#34](https://github.com/ipfs/go-ipfs-config/pull/34))
626
+ - add an experiment to prefer TLS 1.3 over secio ([ipfs/go-ipfs-config#32](https://github.com/ipfs/go-ipfs-config/pull/32))
627
+- github.com/ipfs/go-ipfs-files (v0.0.2 -> v0.0.3):
628
+ - webfile: make Size() work before Read ([ipfs/go-ipfs-files#18](https://github.com/ipfs/go-ipfs-files/pull/18))
629
+ - check http status code during WebFile reads and return error for non-2XX ([ipfs/go-ipfs-files#17](https://github.com/ipfs/go-ipfs-files/pull/17))
630
+- github.com/ipfs/go-ipld-cbor (v0.0.1 -> v0.0.2):
631
+ - switch to base32 by default ([ipfs/go-ipld-cbor#62](https://github.com/ipfs/go-ipld-cbor/pull/62))
632
+- github.com/ipfs/go-ipld-git (v0.0.1 -> v0.0.2):
633
+ - switch to base32 by default ([ipfs/go-ipld-git#40](https://github.com/ipfs/go-ipld-git/pull/40))
634
+- github.com/ipfs/go-mfs (v0.0.4 -> v0.0.7):
635
+ - Fix directory mv and add tests ([ipfs/go-mfs#76](https://github.com/ipfs/go-mfs/pull/76))
636
+ - fix: not remove file by mistakes ([ipfs/go-mfs#73](https://github.com/ipfs/go-mfs/pull/73))
637
+- github.com/ipfs/go-path (v0.0.3 -> v0.0.4):
638
+ - include the path in path errors ([ipfs/go-path#28](https://github.com/ipfs/go-path/pull/28))
639
+- github.com/ipfs/go-unixfs (v0.0.4 -> v0.0.6):
640
+ - chore: remove URL field ([ipfs/go-unixfs#72](https://github.com/ipfs/go-unixfs/pull/72))
641
+- github.com/ipfs/interface-go-ipfs-core (v0.0.6 -> v0.0.8):
642
+ - switch to base32 cidv1 by default ([ipfs/interface-go-ipfs-core#29](https://github.com/ipfs/interface-go-ipfs-core/pull/29))
643
+ - path: drop error from ParsePath ([ipfs/interface-go-ipfs-core#22](https://github.com/ipfs/interface-go-ipfs-core/pull/22))
644
+ - tests: fix a bunch of small test lints/issues ([ipfs/interface-go-ipfs-core#28](https://github.com/ipfs/interface-go-ipfs-core/pull/28))
645
+ - Update Pin.RmRecursive docs to clarify shared indirect pins are not removed ([ipfs/interface-go-ipfs-core#26](https://github.com/ipfs/interface-go-ipfs-core/pull/26))
646
+- github.com/libp2p/go-buffer-pool (v0.0.1 -> v0.0.2):
647
+ - feat: add buffered writer ([libp2p/go-buffer-pool#9](https://github.com/libp2p/go-buffer-pool/pull/9))
648
+- github.com/libp2p/go-conn-security-multistream (v0.0.1 -> v0.0.2):
649
+ - block while writing ([libp2p/go-conn-security-multistream#10](https://github.com/libp2p/go-conn-security-multistream/pull/10))
650
+- github.com/libp2p/go-libp2p (v0.0.12 -> v0.0.28):
651
+ - Close the connection manager ([libp2p/go-libp2p#639](https://github.com/libp2p/go-libp2p/pull/639))
652
+ - Frequent Relay Advertisements ([libp2p/go-libp2p#637](https://github.com/libp2p/go-libp2p/pull/637))
653
+ - ping: return a stream of results ([libp2p/go-libp2p#626](https://github.com/libp2p/go-libp2p/pull/626))
654
+ - Use cancelable background context in identify ([libp2p/go-libp2p#624](https://github.com/libp2p/go-libp2p/pull/624))
655
+ - avoid intermediate allocation in relayAddrs ([libp2p/go-libp2p#609](https://github.com/libp2p/go-libp2p/pull/609))
656
+ - cache relayAddrs for a short period of time ([libp2p/go-libp2p#608](https://github.com/libp2p/go-libp2p/pull/608))
657
+ - autorelay: break findRelays into multiple functions and avoid the goto ([libp2p/go-libp2p#606](https://github.com/libp2p/go-libp2p/pull/606))
658
+ - autorelay: curtail addrsplosion ([libp2p/go-libp2p#598](https://github.com/libp2p/go-libp2p/pull/598))
659
+ - Periodically schedule identify push if the address set has changed ([libp2p/go-libp2p#597](https://github.com/libp2p/go-libp2p/pull/597))
660
+ - Replace peer addresses in identify ([libp2p/go-libp2p#599](https://github.com/libp2p/go-libp2p/pull/599))
661
+- github.com/libp2p/go-libp2p-circuit (v0.0.4 -> v0.0.8):
662
+ - call Stream.Reset instead of Stream.Close ([libp2p/go-libp2p-circuit#76](https://github.com/libp2p/go-libp2p-circuit/pull/76))
663
+ - Tag the hop relay when creating stop streams ([libp2p/go-libp2p-circuit#77](https://github.com/libp2p/go-libp2p-circuit/pull/77))
664
+ - Tag peers with live hop streams ([libp2p/go-libp2p-circuit#75](https://github.com/libp2p/go-libp2p-circuit/pull/75))
665
+ - Hard Limit the number of hop stream goroutines ([libp2p/go-libp2p-circuit#74](https://github.com/libp2p/go-libp2p-circuit/pull/74))
666
+ - set deadline for stop handshake ([libp2p/go-libp2p-circuit#73](https://github.com/libp2p/go-libp2p-circuit/pull/73))
667
+- github.com/libp2p/go-libp2p-connmgr (v0.0.1 -> v0.0.6):
668
+ - Background trimming ([libp2p/go-libp2p-connmgr#43](https://github.com/libp2p/go-libp2p-connmgr/pull/43))
669
+ - Implement UpsertTag ([libp2p/go-libp2p-connmgr#38](https://github.com/libp2p/go-libp2p-connmgr/pull/38))
670
+ - Add peer protection capability (implementation) ([libp2p/go-libp2p-connmgr#36](https://github.com/libp2p/go-libp2p-connmgr/pull/36))
671
+- github.com/libp2p/go-libp2p-crypto (v0.0.1 -> v0.0.2):
672
+ - add openssl support ([libp2p/go-libp2p-crypto#61](https://github.com/libp2p/go-libp2p-crypto/pull/61))
673
+- github.com/libp2p/go-libp2p-discovery (v0.0.1 -> v0.0.4):
674
+ - More consistent use of options ([libp2p/go-libp2p-discovery#25](https://github.com/libp2p/go-libp2p-discovery/pull/25))
675
+ - Use 3hrs as routing advertisement ttl ([libp2p/go-libp2p-discovery#23](https://github.com/libp2p/go-libp2p-discovery/pull/23))
676
+- github.com/libp2p/go-libp2p-interface-connmgr (v0.0.1 -> v0.0.5):
677
+ - Add Close method to the ConnManager interface ([libp2p/go-libp2p-interface-connmgr#18](https://github.com/libp2p/go-libp2p-interface-connmgr/pull/18))
678
+ - Add UpsertTag to the interface ([libp2p/go-libp2p-interface-connmgr#17](https://github.com/libp2p/go-libp2p-interface-connmgr/pull/17))
679
+ - Fix NullConnMgr to respect ConnManager interface ([libp2p/go-libp2p-interface-connmgr#15](https://github.com/libp2p/go-libp2p-interface-connmgr/pull/15))
680
+ - Add peer protection capability ([libp2p/go-libp2p-interface-connmgr#14](https://github.com/libp2p/go-libp2p-interface-connmgr/pull/14))
681
+- github.com/libp2p/go-libp2p-kad-dht (v0.0.7 -> v0.0.13):
682
+ - fix: reduce memory used by buffered writers ([libp2p/go-libp2p-kad-dht#332](https://github.com/libp2p/go-libp2p-kad-dht/pull/332))
683
+ - query: fix a goroutine leak when the routing table is empty ([libp2p/go-libp2p-kad-dht#329](https://github.com/libp2p/go-libp2p-kad-dht/pull/329))
684
+ - query: fix error "leak" ([libp2p/go-libp2p-kad-dht#328](https://github.com/libp2p/go-libp2p-kad-dht/pull/328))
685
+ - providers: run datastore GC concurrently ([libp2p/go-libp2p-kad-dht#326](https://github.com/libp2p/go-libp2p-kad-dht/pull/326))
686
+ - fix(providers): gc ([libp2p/go-libp2p-kad-dht#325](https://github.com/libp2p/go-libp2p-kad-dht/pull/325))
687
+ - Remove the old protocol from the defaults ([libp2p/go-libp2p-kad-dht#320](https://github.com/libp2p/go-libp2p-kad-dht/pull/320))
688
+ - Fix some provider subsystem performance issues ([libp2p/go-libp2p-kad-dht#319](https://github.com/libp2p/go-libp2p-kad-dht/pull/319))
689
+- github.com/libp2p/go-libp2p-peerstore (v0.0.2 -> v0.0.6):
690
+ - segment the memory peerstore + granular locks ([libp2p/go-libp2p-peerstore#78](https://github.com/libp2p/go-libp2p-peerstore/pull/78))
691
+ - don't delete under the read lock ([libp2p/go-libp2p-peerstore#76](https://github.com/libp2p/go-libp2p-peerstore/pull/76))
692
+ - Read/Write locking ([libp2p/go-libp2p-peerstore#74](https://github.com/libp2p/go-libp2p-peerstore/pull/74))
693
+ - optimize peerstore memory ([libp2p/go-libp2p-peerstore#71](https://github.com/libp2p/go-libp2p-peerstore/pull/71))
694
+ - fix unmarshalling of peer IDs ([libp2p/go-libp2p-peerstore#72](https://github.com/libp2p/go-libp2p-peerstore/pull/72))
695
+ - fix error handling in UpdateAddrs: return on error ([libp2p/go-libp2p-peerstore#70](https://github.com/libp2p/go-libp2p-peerstore/pull/70))
696
+- github.com/libp2p/go-libp2p-pubsub (v0.0.1 -> v0.0.3):
697
+ - rework validator pipeline ([libp2p/go-libp2p-pubsub#176](https://github.com/libp2p/go-libp2p-pubsub/pull/176))
698
+ - Test adversarial signing ([libp2p/go-libp2p-pubsub#181](https://github.com/libp2p/go-libp2p-pubsub/pull/181))
699
+ - Strict message signing by default ([libp2p/go-libp2p-pubsub#180](https://github.com/libp2p/go-libp2p-pubsub/pull/180))
700
+- github.com/libp2p/go-libp2p-secio (v0.0.1 -> v0.0.3):
701
+ - fix buffer size check ([libp2p/go-libp2p-secio#44](https://github.com/libp2p/go-libp2p-secio/pull/44))
702
+- github.com/libp2p/go-libp2p-swarm (v0.0.2 -> v0.0.6):
703
+ - dial: return a nice custom dial error ([libp2p/go-libp2p-swarm#121](https://github.com/libp2p/go-libp2p-swarm/pull/121))
704
+- github.com/libp2p/go-libp2p-tls (null -> v0.0.1):
705
+ - implement the new handshake ([libp2p/go-libp2p-tls#20](https://github.com/libp2p/go-libp2p-tls/pull/20))
706
+ - use a prefix when signing the public key ([libp2p/go-libp2p-tls#26](https://github.com/libp2p/go-libp2p-tls/pull/26))
707
+ - use ChaCha if one of the peers doesn't have AES hardware support ([libp2p/go-libp2p-tls#23](https://github.com/libp2p/go-libp2p-tls/pull/23))
708
+ - improve peer verification ([libp2p/go-libp2p-tls#17](https://github.com/libp2p/go-libp2p-tls/pull/17))
709
+ - add an example (mainly for development) ([libp2p/go-libp2p-tls#14](https://github.com/libp2p/go-libp2p-tls/pull/14))
710
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.0.1 -> v0.0.4):
711
+ - improve correctness of closing connections on failure ([libp2p/go-libp2p-transport-upgrader#19](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/19))
712
+- github.com/libp2p/go-maddr-filter (v0.0.1 -> v0.0.4):
713
+ - fix filter listing ([libp2p/go-maddr-filter#13](https://github.com/libp2p/go-maddr-filter/pull/13))
714
+ - Reinstate deprecated Remove() method to reverse breakage ([libp2p/go-maddr-filter#12](https://github.com/libp2p/go-maddr-filter/pull/12))
715
+ - Implement support for whitelists, default-deny/allow ([libp2p/go-maddr-filter#8](https://github.com/libp2p/go-maddr-filter/pull/8))
716
+- github.com/libp2p/go-mplex (v0.0.1 -> v0.0.4):
717
+ - disable write coalescing ([libp2p/go-mplex#61](https://github.com/libp2p/go-mplex/pull/61))
718
+ - fix SetDeadline error conditions ([libp2p/go-mplex#59](https://github.com/libp2p/go-mplex/pull/59))
719
+ - don't use contexts for deadlines ([libp2p/go-mplex#58](https://github.com/libp2p/go-mplex/pull/58))
720
+ - don't reset on pathologies, just ignore the data ([libp2p/go-mplex#57](https://github.com/libp2p/go-mplex/pull/57))
721
+ - coalesce writes ([libp2p/go-mplex#54](https://github.com/libp2p/go-mplex/pull/54))
722
+ - read as much as we can in one go ([libp2p/go-mplex#53](https://github.com/libp2p/go-mplex/pull/53))
723
+ - use timeouts when sending messages for stream open, close, and reset. ([libp2p/go-mplex#52](https://github.com/libp2p/go-mplex/pull/52))
724
+ - fix: reset a stream even if closed remotely ([libp2p/go-mplex#50](https://github.com/libp2p/go-mplex/pull/50))
725
+ - downgrade Error log to Warning ([libp2p/go-mplex#46](https://github.com/libp2p/go-mplex/pull/46))
726
+ - Fix race condition by adding a mutex for deadline access ([libp2p/go-mplex#41](https://github.com/libp2p/go-mplex/pull/41))
727
+- github.com/libp2p/go-msgio (v0.0.1 -> v0.0.2):
728
+ - fix: never claim to read more than read ([libp2p/go-msgio#12](https://github.com/libp2p/go-msgio/pull/12))
729
+- github.com/libp2p/go-ws-transport (v0.0.2 -> v0.0.4):
730
+ - dep: import go-smux-* into the libp2p org ([libp2p/go-ws-transport#43](https://github.com/libp2p/go-ws-transport/pull/43))
731
+ - replace gx instructions with note about gomod ([libp2p/go-ws-transport#42](https://github.com/libp2p/go-ws-transport/pull/42))
732
+
733
+
734
+## v0.4.20 2019-04-16
735
+
736
+We're happy to release go-ipfs 0.4.20. This release includes some critical
737
+performance and stability fixes so all users should upgrade ASAP.
738
+
739
+This is also the first release to use go modules instead of GX. While GX has
740
+been a great way to dogfood an IPFS-based package manager, building and
741
+maintaining a custom package manager is a _lot_ of work and we haven't been able
742
+to dedicate enough time to bring the user experience of gx to an acceptable
743
+level. You can read [#5850](https://github.com/ipfs/go-ipfs/issues/5850) for
744
+some discussion on this matter.
745
+
746
+### Docker
747
+
748
+As of this release, it's now much easier to run arbitrary IPFS commands within
749
+the docker container:
750
+
751
+```bash
752
+> docker run --name my-ipfs ipfs/go-ipfs:v0.4.20 config profile apply server # apply the server profile
753
+> docker start my-ipfs # start the daemon
754
+```
755
+
756
+This release also [reverts](https://github.com/ipfs/go-ipfs/pull/6040) a change that
757
+caused some significant trouble in 0.4.19. If you've been running into Docker
758
+permission errors in 0.4.19, please upgrade.
759
+
760
+### WebUI
761
+
762
+This release contains a major
763
+[WebUI](https://github.com/ipfs-shipyard/ipfs-webui) release with some
764
+significant improvements to the file browser and new opt-in, privately hosted,
765
+anonymous usage analytics.
766
+
767
+### Commands
768
+
769
+As usual, we've made several changes and improvements to our commands. The most
770
+notable changes are listed in this section.
771
+
772
+#### New: `ipfs version deps`
773
+
774
+This release includes a new command, `ipfs version deps`, to list all
775
+dependencies (with versions) of the current go-ipfs build. This should make it
776
+easy to tell exactly how go-ipfs was built when tracking down issues.
777
+
778
+#### New: `ipfs add URL`
779
+
780
+The `ipfs add` command has gained support for URLs. This means you can:
781
+
782
+1. Add files with `ipfs add URL` instead of downloading the file first.
783
+2. Replace all uses of the `ipfs urlstore` command with a call to `ipfs add
784
+ --nocopy`. The `ipfs urlstore` command will be deprecated in a future
785
+ release.
786
+
787
+
788
+#### Changed: `ipfs swarm connect`
789
+
790
+The `ipfs swarm connect` command has a few new features:
791
+
792
+It now marks the newly created connection as "important". This should ensure
793
+that the connection manager won't come along later and close the connection if
794
+it doesn't think it's being used.
795
+
796
+It can now resolve `/dnsaddr` addresses that _don't_ end in a peer ID. For
797
+example, you can now run `ipfs swarm connect /dnsaddr/bootstrap.libp2p.io` to
798
+connect to one of the bootstrap peers at random. NOTE: This could connect you to
799
+an _arbitrary_ peer as DNS is not secure (by default). Please do not rely on
800
+this except for testing or unless you know what you're doing.
801
+
802
+Finally, `ipfs swarm connect` now returns _all_ errors on failure. This should
803
+make it much easier to debug connectivity issues. For example, one might see an
804
+error like:
805
+
806
+```
807
+Error: connect QmYou failure: dial attempt failed: 6 errors occurred:
808
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip4/127.0.0.1/tcp/4001) dial attempt failed: dial tcp4 127.0.0.1:4001: connect: connection refused
809
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip6/::1/tcp/4001) dial attempt failed: dial tcp6 [::1]:4001: connect: connection refused
810
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip6/2604::1/tcp/4001) dial attempt failed: dial tcp6 [2604::1]:4001: connect: network is unreachable
811
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip6/2602::1/tcp/4001) dial attempt failed: dial tcp6 [2602::1]:4001: connect: network is unreachable
812
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip4/150.0.1.2/tcp/4001) dial attempt failed: dial tcp4 0.0.0.0:4001->150.0.1.2:4001: i/o timeout
813
+ * <peer.ID Qm*Me> --> <peer.ID Qm*You> (/ip4/200.0.1.2/tcp/4001) dial attempt failed: dial tcp4 0.0.0.0:4001->200.0.1.2:4001: i/o timeout
814
+```
815
+
816
+#### Changed: `ipfs bitswap stat`
817
+
818
+`ipfs bitswap stat` no longer lists bitswap partners unless the `-v` flag is
819
+passed. That is, it will now return:
820
+
821
+```
822
+> ipfs bitswap stat
823
+bitswap status
824
+ provides buffer: 0 / 256
825
+ blocks received: 0
826
+ blocks sent: 79
827
+ data received: 0
828
+ data sent: 672706
829
+ dup blocks received: 0
830
+ dup data received: 0 B
831
+ wantlist [0 keys]
832
+ partners [197]
833
+```
834
+
835
+Instead of:
836
+
837
+```
838
+> ipfs bitswap stat -v
839
+bitswap status
840
+ provides buffer: 0 / 256
841
+ blocks received: 0
842
+ blocks sent: 79
843
+ data received: 0
844
+ data sent: 672706
845
+ dup blocks received: 0
846
+ dup data received: 0 B
847
+ wantlist [0 keys]
848
+ partners [203]
849
+ QmNQTTTRCDpCYCiiu6TYWCqEa7ShAUo9jrZJvWngfSu1mL
850
+ QmNWaxbqERvdcgoWpqAhDMrbK2gKi3SMGk3LUEvfcqZcf4
851
+ QmNgSVpgZVEd41pBX6DyCaHRof8UmUJLqQ3XH2qNL9xLvN
852
+ ... omitting 200 lines ...
853
+```
854
+
855
+#### Changed: `ipfs repo stat --human`
856
+
857
+The `--human` flag in the `ipfs repo stat` command now intelligently picks a
858
+size unit instead of always using MiB.
859
+
860
+#### Changed: `ipfs resolve` (`ipfs dns`, `ipfs name resolve`)
861
+
862
+All of the resolve commands now:
863
+
864
+1. Resolve _recursively_ (up to 32 steps) by default to better match user
865
+ expectations (these commands used to be non-recursive by default). To turn
866
+ recursion off, pass `-r false`.
867
+2. When resolving non-recursively, these commands no longer fail when partially
868
+ resolving a name. Instead, they simply return the intermediate result.
869
+
870
+#### Changed: `ipfs files flush`
871
+
872
+The `ipfs files flush` command now returns the CID of the flushed file.
873
+
874
+### Performance And Reliability
875
+
876
+This release has the usual collection of performance and reliability
877
+improvements.
878
+
879
+#### Badger Memory Usage
880
+
881
+Those of you using the badger datastore should notice reduced memory usage in
882
+this release due to some upstream changes. Badger still uses significantly more
883
+memory than the default datastore configuration but this will hopefully continue
884
+to improve.
885
+
886
+#### Bitswap
887
+
888
+We fixed some critical CPU utilization regressions in bitswap for this release.
889
+If you've been noticing CPU _regressions_ in go-ipfs 0.4.19, especially when
890
+running a public gateway, upgrading to 0.4.20 will likely fix them.
891
+
892
+#### Relays
893
+
894
+After AutoRelay was introduced in go-ipfs 0.4.19, the number of peers connecting
895
+through relays skyrocketed to over 120K concurrent peers. This highlighted some
896
+performance issues that we've now fixed in this release. Specifically:
897
+
898
+* We've significantly reduced the amount of memory allocated per-peer.
899
+* We've fixed a bug where relays might, in rare cases, try to actively dial a
900
+ peer to relay traffic. By default, relays only forward traffic between peers
901
+ already connected to the relay.
902
+* We've fixed quite a number of performance issues that only show up when
903
+ rapidly forming new connections. This will actually help _all_ nodes but will
904
+ especially help relays.
905
+
906
+If you've enabled relay _hop_ (`Swarm.EnableRelayHop`) in go-ipfs 0.4.19 and it
907
+hasn't burned down your machine yet, this release should improve things
908
+significantly. However, relays are still under heavy load so running an open
909
+relay will continue to be resource intensive.
910
+
911
+We're continuing to investigate this issue and have a few more patches on the
912
+way that, unfortunately, won't make it into this release.
913
+
914
+#### Panics
915
+
916
+We've fixed two notable panics in this release:
917
+
918
+* We've fixed a frequent panic in the DHT.
919
+* We've fixed an occasional panic in the experimental QUIC transport.
920
+
921
+### Content Routing
922
+
923
+IPFS announces and finds content by sending and retrieving content routing
924
+("provider") records to and from the DHT. Unfortunately, sending out these
925
+records can be quite resource intensive.
926
+
927
+This release has two changes to alleviate this: a reduced number of initial
928
+provide workers and a persistent provider queue.
929
+
930
+We've reduced the number of parallel initial provide workers (workers that send
931
+out provider records when content is initially added to go-ipfs) from 512 to 6.
932
+Each provide request (currently, due to some issues in our DHT) tries to
933
+establish hundreds of connections, significantly impacting the performance of
934
+go-ipfs and [crashing some
935
+routers](https://github.com/ipfs/go-ipfs/issues/3320).
936
+
937
+We've introduced a new persistent provider queue for files added via `ipfs add`
938
+and `ipfs pin add`. When new directory trees are added to go-ipfs, go-ipfs will
939
+add the root/final CID to this queue. Then, in the background, go-ipfs will walk
940
+the queue, sequentially sending out provider records for each CID.
941
+
942
+This ensures that root CIDs are sent out as soon as possible and are sent even
943
+when files are added when the go-ipfs daemon isn't running.
944
+
945
+By example, let's add a directory tree to go-ipfs:
946
+
947
+```bash
948
+> # We're going to do this in "online" mode first so let's start the daemon.
949
+> ipfs daemon &
950
+...
951
+Daemon is ready
952
+> # Now, we're going to create a directory to add.
953
+> mkdir foo
954
+> for i in {0..1000}; do echo do echo $i > foo/$i; done
955
+> # finally, we're going to add it.
956
+> ipfs add -r foo
957
+added QmUQcSjQx2bg4cSe2rUZyQi6F8QtJFJb74fWL7D784UWf9 foo/0
958
+...
959
+added QmQac2chFyJ24yfG2Dfuqg1P5gipLcgUDuiuYkQ5ExwGap foo/990
960
+added QmQWwz9haeQ5T2QmQeXzqspKdowzYELShBCLzLJjVa2DuV foo/991
961
+added QmQ5D4MtHUN4LTS4n7mgyHyaUukieMMyCfvnzXQAAbgTJm foo/992
962
+added QmZq4n4KRNq3k1ovzxJ4qdQXZSrarfJjnoLYPR3ztHd7EY foo/993
963
+added QmdtrsuVf8Nf1s1MaSjLAd54iNqrn1KN9VoFNgKGnLgjbt foo/994
964
+added QmbstvU9mnW2hsE94WFmw5WbrXdLTu2Sf9kWWSozrSDscL foo/995
965
+added QmXFd7f35gAnmisjfFmfYKkjA3F3TSpvUYB9SXr6tLsdg8 foo/996
966
+added QmV5BxS1YQ9V227Np2Cq124cRrFDAyBXNMqHHa6kpJ9cr6 foo/997
967
+added QmcXsccUtwKeQ1SuYC3YgyFUeYmAR9CXwGGnT3LPeCg5Tx foo/998
968
+added Qmc4mcQcpaNzyDQxQj5SyxwFg9ZYz5XBEeEZAuH4cQirj9 foo/999
969
+added QmXpXzUhcS9edmFBuVafV5wFXKjfXkCQcjAUZsTs7qFf3G foo
970
+```
971
+
972
+In 0.4.19, we would have sent out provider records for files `foo/{0..1000}`
973
+_before_ sending out a provider record for `foo`. If you were ask a friend to
974
+download /ipfs/QmUQcSjQx2bg4cSe2rUZyQi6F8QtJFJb74fWL7D784UWf9, they would
975
+(baring other issues) be able to find it pretty quickly as this is the first CID
976
+you'll have announced to the network. However, if you ask your friend to
977
+download /ipfs/QmXpXzUhcS9edmFBuVafV5wFXKjfXkCQcjAUZsTs7qFf3G/0, they'll have to
978
+wait for you to finish telling the network about every file in `foo` first.
979
+
980
+In 0.4.20, we _immediately_ tell the network about
981
+`QmXpXzUhcS9edmFBuVafV5wFXKjfXkCQcjAUZsTs7qFf3G` (the `foo` directory) as soon
982
+as we finish adding the directory to go-ipfs _without_ waiting to finish
983
+announcing `foo/{0..1000}`. This is especially important in this release
984
+because we've drastically reduced the number of provide workers.
985
+
986
+The second benefit is that this queue is persistent. That means go-ipfs won't
987
+forget to send out this record, even if it was offline when the content was
988
+initially added. NOTE: go-ipfs _does_ continuously _re_-send provider records in
989
+the background twice a day, it just might be a while before it gets around to
990
+sending one out any specific one.
991
+
992
+### Bitswap
993
+
994
+Bitswap now periodically re-sends its wantlist to connected peers. This should
995
+help work around some race conditions we've seen in bitswap where one node wants
996
+a block but the other doesn't know for some reason.
997
+
998
+You can track this issue here: https://github.com/ipfs/go-ipfs/issues/5183.
999
+
1000
+### Improved NAT Traversal
1001
+
1002
+While NATs are still p2p enemy #1, this release includes slightly improved
1003
+support for traversing them.
1004
+
1005
+Specifically, this release now:
1006
+
1007
+1. Better detects the "gateway" NAT, even when multiple devices on the network
1008
+ _claim_ to be NATs.
1009
+2. Better guesses the external IP address when port mapping, even when the
1010
+ gateway lies.
1011
+
1012
+### Reduced AutoRelay Boot Time
1013
+
1014
+The experimental AutoRelay feature can now detect NATs _much_ faster as we've
1015
+reduced initial NAT detection delay to 15 seconds. There's still room for
1016
+improvement but this should make nodes that have enabled this feature dialable
1017
+earlier on start.
1018
+
1019
+### Changelogs
1020
+
1021
+- github.com/ipfs/go-ipfs:
1022
+ - gitattributes: avoid normalizing known binary files ([ipfs/go-ipfs#6209](https://github.com/ipfs/go-ipfs/pull/6209))
1023
+ - gitattributes: default to LF ([ipfs/go-ipfs#6198](https://github.com/ipfs/go-ipfs/pull/6198))
1024
+ - Fix level db panic ([ipfs/go-ipfs#6186](https://github.com/ipfs/go-ipfs/pull/6186))
1025
+ - Dockerfile: Remove 2 year old deprecation warning ([ipfs/go-ipfs#6188](https://github.com/ipfs/go-ipfs/pull/6188))
1026
+ - align output for the command ipfs object stat ([ipfs/go-ipfs#6189](https://github.com/ipfs/go-ipfs/pull/6189))
1027
+ - provider queue: don't repeatedly retry the same item if we fail ([ipfs/go-ipfs#6187](https://github.com/ipfs/go-ipfs/pull/6187))
1028
+ - test: remove version/deps from ro commands test ([ipfs/go-ipfs#6185](https://github.com/ipfs/go-ipfs/pull/6185))
1029
+ - feat: add version deps command [modversion] ([ipfs/go-ipfs#6115](https://github.com/ipfs/go-ipfs/pull/6115))
1030
+ - readme: update for go modules ([ipfs/go-ipfs#6180](https://github.com/ipfs/go-ipfs/pull/6180))
1031
+ - Switch to Go 1.12 ([ipfs/go-ipfs#6144](https://github.com/ipfs/go-ipfs/pull/6144))
1032
+ - ci: avoid interleaving output from different sharness tests ([ipfs/go-ipfs#6175](https://github.com/ipfs/go-ipfs/pull/6175))
1033
+ - fix two bugs where the repo may not properly be closed ([ipfs/go-ipfs#6176](https://github.com/ipfs/go-ipfs/pull/6176))
1034
+ - fix error check in swarm connect ([ipfs/go-ipfs#6174](https://github.com/ipfs/go-ipfs/pull/6174))
1035
+ - feat(coreapi): tag all explicit connect requests in the connection manager ([ipfs/go-ipfs#6171](https://github.com/ipfs/go-ipfs/pull/6171))
1036
+ - chore: remove CODEOWNERS ([ipfs/go-ipfs#6172](https://github.com/ipfs/go-ipfs/pull/6172))
1037
+ - feat: update to IPFS Web UI 2.4.4 ([ipfs/go-ipfs#6169](https://github.com/ipfs/go-ipfs/pull/6169))
1038
+ - fix add error handling ([ipfs/go-ipfs#6156](https://github.com/ipfs/go-ipfs/pull/6156))
1039
+ - chore: remove waffle ([ipfs/go-ipfs#6157](https://github.com/ipfs/go-ipfs/pull/6157))
1040
+ - chore: fix a bunch of issues caught by golangci-lint ([ipfs/go-ipfs#6140](https://github.com/ipfs/go-ipfs/pull/6140))
1041
+ - docs/experimental-features.md: link to ipfs-ds-convert ([ipfs/go-ipfs#6154](https://github.com/ipfs/go-ipfs/pull/6154))
1042
+ - interrupt: fix send on closed ([ipfs/go-ipfs#6147](https://github.com/ipfs/go-ipfs/pull/6147))
1043
+ - docs: document Gateway.Writable not Gateway.Writeable ([ipfs/go-ipfs#6151](https://github.com/ipfs/go-ipfs/pull/6151))
1044
+ - Fuse fixes ([ipfs/go-ipfs#6135](https://github.com/ipfs/go-ipfs/pull/6135))
1045
+ - Remove duplicate blockstore from the package list ([ipfs/go-ipfs#6138](https://github.com/ipfs/go-ipfs/pull/6138))
1046
+ - Query for provider head/tail ([ipfs/go-ipfs#6125](https://github.com/ipfs/go-ipfs/pull/6125))
1047
+ - Remove dead link from ISSUE_TEMPLATE.md ([ipfs/go-ipfs#6128](https://github.com/ipfs/go-ipfs/pull/6128))
1048
+ - coreapi: remove Unixfs.Wrap ([ipfs/go-ipfs#6123](https://github.com/ipfs/go-ipfs/pull/6123))
1049
+ - coreapi unixfs: change Wrap logic to make more sense ([ipfs/go-ipfs#6019](https://github.com/ipfs/go-ipfs/pull/6019))
1050
+ - deps: switch back to jbenet go-is-domain ([ipfs/go-ipfs#6119](https://github.com/ipfs/go-ipfs/pull/6119))
1051
+ - command repo stat: add human flag tests to t0080-repo.sh ([ipfs/go-ipfs#6116](https://github.com/ipfs/go-ipfs/pull/6116))
1052
+ - gc: fix a potential deadlock ([ipfs/go-ipfs#6112](https://github.com/ipfs/go-ipfs/pull/6112))
1053
+ - fix config options in osxfuse error messages ([ipfs/go-ipfs#6105](https://github.com/ipfs/go-ipfs/pull/6105))
1054
+ - Command repo stat: improve human flag behavior ([ipfs/go-ipfs#6106](https://github.com/ipfs/go-ipfs/pull/6106))
1055
+ - Provide root node immediately on add and pin add ([ipfs/go-ipfs#6068](https://github.com/ipfs/go-ipfs/pull/6068))
1056
+ - gomod: Update Dockerfile, remove Dockerfile.fast ([ipfs/go-ipfs#6100](https://github.com/ipfs/go-ipfs/pull/6100))
1057
+ - Return CID from 'ipfs files flush' ([ipfs/go-ipfs#6102](https://github.com/ipfs/go-ipfs/pull/6102))
1058
+ - resolve: fix recursion ([ipfs/go-ipfs#6087](https://github.com/ipfs/go-ipfs/pull/6087))
1059
+ - fix(swarm): add dnsaddr support in swarm connect ([ipfs/go-ipfs#5535](https://github.com/ipfs/go-ipfs/pull/5535))
1060
+ - make in-memory datastore thread-safe ([ipfs/go-ipfs#6085](https://github.com/ipfs/go-ipfs/pull/6085))
1061
+ - Update package table to remove broken jenkins links ([ipfs/go-ipfs#6084](https://github.com/ipfs/go-ipfs/pull/6084))
1062
+ - mk: fix maketarball to work with gomod ([ipfs/go-ipfs#6078](https://github.com/ipfs/go-ipfs/pull/6078))
1063
+ - fix ls command to use the new coreinterface types ([ipfs/go-ipfs#6051](https://github.com/ipfs/go-ipfs/pull/6051))
1064
+ - mk: remove install_unsupported, leave a note ([ipfs/go-ipfs#6063](https://github.com/ipfs/go-ipfs/pull/6063))
1065
+ - mk: change git-hash command to include information about modifications ([ipfs/go-ipfs#6060](https://github.com/ipfs/go-ipfs/pull/6060))
1066
+ - mk: fix make install by not setting GOBIN ([ipfs/go-ipfs#6059](https://github.com/ipfs/go-ipfs/pull/6059))
1067
+ - go: require Golang 1.11.4 ([ipfs/go-ipfs#6057](https://github.com/ipfs/go-ipfs/pull/6057))
1068
+ - yamux: increase yamux window size to 8MiB. ([ipfs/go-ipfs#6049](https://github.com/ipfs/go-ipfs/pull/6049))
1069
+ - Introduce go modules [yey] ([ipfs/go-ipfs#6038](https://github.com/ipfs/go-ipfs/pull/6038))
1070
+ - cleanup daemon online logic ([ipfs/go-ipfs#6050](https://github.com/ipfs/go-ipfs/pull/6050))
1071
+ - ci: test on 32bit os ([ipfs/go-ipfs#5429](https://github.com/ipfs/go-ipfs/pull/5429))
1072
+ - feat/cmds: hide peers info default in bitswap stat ([ipfs/go-ipfs#5820](https://github.com/ipfs/go-ipfs/pull/5820))
1073
+ - Improve CLI help pages ([ipfs/go-ipfs#6013](https://github.com/ipfs/go-ipfs/pull/6013))
1074
+ - Close #6044 ([ipfs/go-ipfs#6045](https://github.com/ipfs/go-ipfs/pull/6045))
1075
+ - commands(dht): return final error ([ipfs/go-ipfs#6034](https://github.com/ipfs/go-ipfs/pull/6034))
1076
+ - Revert "Really run as non-root user in docker container" ([ipfs/go-ipfs#6040](https://github.com/ipfs/go-ipfs/pull/6040))
1077
+- github.com/ipfs/go-bitswap:
1078
+ - feat(messagequeue): rebroadcast wantlist ([ipfs/go-bitswap#106](https://github.com/ipfs/go-bitswap/pull/106))
1079
+ - reduce provide workers to 6 ([ipfs/go-bitswap#93](https://github.com/ipfs/go-bitswap/pull/93))
1080
+ - Reduce memory allocation ([ipfs/go-bitswap#103](https://github.com/ipfs/go-bitswap/pull/103))
1081
+ - refactor(messagequeue): remove dead code ([ipfs/go-bitswap#98](https://github.com/ipfs/go-bitswap/pull/98))
1082
+ - fix: limit use of custom context type ([ipfs/go-bitswap#89](https://github.com/ipfs/go-bitswap/pull/89))
1083
+ - fix: remove non-error log message ([ipfs/go-bitswap#91](https://github.com/ipfs/go-bitswap/pull/91))
1084
+ - fix(messagequeue): Remove second run loop ([ipfs/go-bitswap#94](https://github.com/ipfs/go-bitswap/pull/94))
1085
+- github.com/ipfs/go-blockservice:
1086
+ - Revert "Remove verifcid as it is handled in go-cid" ([ipfs/go-blockservice#25](https://github.com/ipfs/go-blockservice/pull/25))
1087
+ - Remove verifcid as it is handled in go-cid ([ipfs/go-blockservice#23](https://github.com/ipfs/go-blockservice/pull/23))
1088
+- github.com/ipfs/go-datastore:
1089
+ - cleanup and optimize naive query filters ([ipfs/go-datastore#125](https://github.com/ipfs/go-datastore/pull/125))
1090
+ - Fix – sorted limited offset mount queries ([ipfs/go-datastore#124](https://github.com/ipfs/go-datastore/pull/124))
1091
+ - Fix function comments based on best practices from Effective Go ([ipfs/go-datastore#122](https://github.com/ipfs/go-datastore/pull/122))
1092
+ - remove ThreadSafeDatastore ([ipfs/go-datastore#120](https://github.com/ipfs/go-datastore/pull/120))
1093
+ - Splinter TTLDatastore interface into TTL + Datastore ([ipfs/go-datastore#118](https://github.com/ipfs/go-datastore/pull/118))
1094
+- github.com/ipfs/go-ds-badger:
1095
+ - tweak the default options ([ipfs/go-ds-badger#52](https://github.com/ipfs/go-ds-badger/pull/52))
1096
+ - remove thread-safe assertion ([ipfs/go-ds-badger#55](https://github.com/ipfs/go-ds-badger/pull/55))
1097
+ - make memory-safe against concurrent closure/operations ([ipfs/go-ds-badger#53](https://github.com/ipfs/go-ds-badger/pull/53))
1098
+ - make badger use our logging framework ([ipfs/go-ds-badger#50](https://github.com/ipfs/go-ds-badger/pull/50))
1099
+- github.com/ipfs/go-ds-flatfs:
1100
+ - remove thread-safe assertion ([ipfs/go-ds-flatfs#53](https://github.com/ipfs/go-ds-flatfs/pull/53))
1101
+- github.com/ipfs/go-ds-leveldb:
1102
+ - Fast reverse query ([ipfs/go-ds-leveldb#28](https://github.com/ipfs/go-ds-leveldb/pull/28))
1103
+ - remove thread-safe assertion ([ipfs/go-ds-leveldb#27](https://github.com/ipfs/go-ds-leveldb/pull/27))
1104
+- github.com/ipfs/go-ipfs-cmdkit:
1105
+ - Extract files package ([ipfs/go-ipfs-cmdkit#31](https://github.com/ipfs/go-ipfs-cmdkit/pull/31))
1106
+- github.com/ipfs/go-ipfs-cmds:
1107
+ - sync: add yet another sync error ([ipfs/go-ipfs-cmds#161](https://github.com/ipfs/go-ipfs-cmds/pull/161))
1108
+ - Removed broken link from readme ([ipfs/go-ipfs-cmds#159](https://github.com/ipfs/go-ipfs-cmds/pull/159))
1109
+ - Fix broken link in readme ([ipfs/go-ipfs-cmds#160](https://github.com/ipfs/go-ipfs-cmds/pull/160))
1110
+ - set WebFile fpath to URL base ([ipfs/go-ipfs-cmds#158](https://github.com/ipfs/go-ipfs-cmds/pull/158))
1111
+ - Handle stdin name in cli/parse ([ipfs/go-ipfs-cmds#157](https://github.com/ipfs/go-ipfs-cmds/pull/157))
1112
+ - support url paths as files.WebFile ([ipfs/go-ipfs-cmds#154](https://github.com/ipfs/go-ipfs-cmds/pull/154))
1113
+ - typed encoder: improve pointer reflection ([ipfs/go-ipfs-cmds#155](https://github.com/ipfs/go-ipfs-cmds/pull/155))
1114
+ - cli: don't sync output to NUL on Windows ([ipfs/go-ipfs-cmds#153](https://github.com/ipfs/go-ipfs-cmds/pull/153))
1115
+- github.com/ipfs/go-ipfs-files:
1116
+ - return url as AbsPath from WebFile to implement FileInfo ([ipfs/go-ipfs-files#13](https://github.com/ipfs/go-ipfs-files/pull/13))
1117
+ - fix the content disposition header ([ipfs/go-ipfs-files#14](https://github.com/ipfs/go-ipfs-files/pull/14))
1118
+ - go format ([ipfs/go-ipfs-files#15](https://github.com/ipfs/go-ipfs-files/pull/15))
1119
+ - simplify content type checking ([ipfs/go-ipfs-files#9](https://github.com/ipfs/go-ipfs-files/pull/9))
1120
+ - remove extra webfile test code ([ipfs/go-ipfs-files#12](https://github.com/ipfs/go-ipfs-files/pull/12))
1121
+- github.com/ipfs/go-merkledag:
1122
+ - add function to marshal raw nodes to json ([ipfs/go-merkledag#36](https://github.com/ipfs/go-merkledag/pull/36))
1123
+ - fix some performance regressions when reading protobuf nodes ([ipfs/go-merkledag#34](https://github.com/ipfs/go-merkledag/pull/34))
1124
+- github.com/ipfs/go-metrics-interface:
1125
+ - update the counter interface to match prometheus ([ipfs/go-metrics-interface#2](https://github.com/ipfs/go-metrics-interface/pull/2))
1126
+- github.com/ipfs/go-mfs:
1127
+ - Return node from FlushPath ([ipfs/go-mfs#72](https://github.com/ipfs/go-mfs/pull/72))
1128
+ - Wire up context to FlushPath ([ipfs/go-mfs#70](https://github.com/ipfs/go-mfs/pull/70))
1129
+- github.com/ipfs/interface-go-ipfs-core:
1130
+ - don't close the top-level addr ([ipfs/interface-go-ipfs-core#25](https://github.com/ipfs/interface-go-ipfs-core/pull/25))
1131
+ - fix a bunch of small test "bugs" ([ipfs/interface-go-ipfs-core#24](https://github.com/ipfs/interface-go-ipfs-core/pull/24))
1132
+ - remove Wrap ([ipfs/interface-go-ipfs-core#21](https://github.com/ipfs/interface-go-ipfs-core/pull/21))
1133
+ - Unixfs.Wrap Fixes ([ipfs/interface-go-ipfs-core#10](https://github.com/ipfs/interface-go-ipfs-core/pull/10))
1134
+ - tweak the Ls interface ([ipfs/interface-go-ipfs-core#14](https://github.com/ipfs/interface-go-ipfs-core/pull/14))
1135
+- github.com/libp2p/go-buffer-pool:
1136
+ - Enable tests ([libp2p/go-buffer-pool#6](https://github.com/libp2p/go-buffer-pool/pull/6))
1137
+- github.com/libp2p/go-flow-metrics:
1138
+ - Just repair spelling mistake ([libp2p/go-flow-metrics#3](https://github.com/libp2p/go-flow-metrics/pull/3))
1139
+- github.com/libp2p/go-libp2p:
1140
+ - Deprecate gx in readme & link to workspace repo ([libp2p/go-libp2p#591](https://github.com/libp2p/go-libp2p/pull/591))
1141
+ - Respect nodial option in routed host ([libp2p/go-libp2p#590](https://github.com/libp2p/go-libp2p/pull/590))
1142
+ - fix panic in observed address activation check ([libp2p/go-libp2p#586](https://github.com/libp2p/go-libp2p/pull/586))
1143
+ - Improve observed address handling ([libp2p/go-libp2p#585](https://github.com/libp2p/go-libp2p/pull/585))
1144
+ - identify: avoid parsing/printing multiaddrs ([libp2p/go-libp2p#583](https://github.com/libp2p/go-libp2p/pull/583))
1145
+ - move things outside of the lock in obsaddr ([libp2p/go-libp2p#582](https://github.com/libp2p/go-libp2p/pull/582))
1146
+ - identify: be more careful about the addresses we store ([libp2p/go-libp2p#577](https://github.com/libp2p/go-libp2p/pull/577))
1147
+ - relay: turn autorelay into a service and always filter out relay addresses ([libp2p/go-libp2p#578](https://github.com/libp2p/go-libp2p/pull/578))
1148
+ - chore: fail in the libp2p constructor if we fail to store the key ([libp2p/go-libp2p#576](https://github.com/libp2p/go-libp2p/pull/576))
1149
+ - Fix broken link in README.md ([libp2p/go-libp2p#580](https://github.com/libp2p/go-libp2p/pull/580))
1150
+ - Link to docs & discuss in readme ([libp2p/go-libp2p#571](https://github.com/libp2p/go-libp2p/pull/571))
1151
+ - Reduce autorelay boot delay and correctly handle private->public transition ([libp2p/go-libp2p#570](https://github.com/libp2p/go-libp2p/pull/570))
1152
+ - reduce nat error level ([libp2p/go-libp2p#568](https://github.com/libp2p/go-libp2p/pull/568))
1153
+ - relay: simplify declaration of multiaddr var ([libp2p/go-libp2p#563](https://github.com/libp2p/go-libp2p/pull/563))
1154
+ - Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address ([libp2p/go-libp2p#561](https://github.com/libp2p/go-libp2p/pull/561))
1155
+ - Remove jenkins column from package table ([libp2p/go-libp2p#562](https://github.com/libp2p/go-libp2p/pull/562))
1156
+ - Fix typos in p2p/net/README.md ([libp2p/go-libp2p#555](https://github.com/libp2p/go-libp2p/pull/555))
1157
+ - better nat mapping ([libp2p/go-libp2p#549](https://github.com/libp2p/go-libp2p/pull/549))
1158
+- github.com/libp2p/go-libp2p-autonat:
1159
+ - fully close the autonat client stream ([libp2p/go-libp2p-autonat#21](https://github.com/libp2p/go-libp2p-autonat/pull/21))
1160
+ - parallelize dialbacks ([libp2p/go-libp2p-autonat#20](https://github.com/libp2p/go-libp2p-autonat/pull/20))
1161
+ - Pacify the race detector ([libp2p/go-libp2p-autonat#17](https://github.com/libp2p/go-libp2p-autonat/pull/17))
1162
+- github.com/libp2p/go-libp2p-autonat-svc:
1163
+ - full close the autonat stream ([libp2p/go-libp2p-autonat-svc#20](https://github.com/libp2p/go-libp2p-autonat-svc/pull/20))
1164
+ - reduce dialback timeout to 15s ([libp2p/go-libp2p-autonat-svc#17](https://github.com/libp2p/go-libp2p-autonat-svc/pull/17))
1165
+- github.com/libp2p/go-libp2p-circuit:
1166
+ - use buffer pool in newDelimitedReader ([libp2p/go-libp2p-circuit#71](https://github.com/libp2p/go-libp2p-circuit/pull/71))
1167
+ - Use NoDial option when opening hop streams for non-active relays ([libp2p/go-libp2p-circuit#70](https://github.com/libp2p/go-libp2p-circuit/pull/70))
1168
+ - use io.CopyBuffer with explicitly allocated buffers ([libp2p/go-libp2p-circuit#69](https://github.com/libp2p/go-libp2p-circuit/pull/69))
1169
+ - docs and nits ([libp2p/go-libp2p-circuit#66](https://github.com/libp2p/go-libp2p-circuit/pull/66))
1170
+- github.com/libp2p/go-libp2p-kad-dht:
1171
+ - dialQueue: start the control loop later ([libp2p/go-libp2p-kad-dht#312](https://github.com/libp2p/go-libp2p-kad-dht/pull/312))
1172
+ - make it work in wasm ([libp2p/go-libp2p-kad-dht#310](https://github.com/libp2p/go-libp2p-kad-dht/pull/310))
1173
+ - Revert "GoModules: Checksum mismatch:" ([libp2p/go-libp2p-kad-dht#309](https://github.com/libp2p/go-libp2p-kad-dht/pull/309))
1174
+ - defer dialqueue action until initial peers have been added ([libp2p/go-libp2p-kad-dht#301](https://github.com/libp2p/go-libp2p-kad-dht/pull/301))
1175
+- github.com/libp2p/go-libp2p-nat:
1176
+ - switch to libp2p's go-nat fork ([libp2p/go-libp2p-nat#16](https://github.com/libp2p/go-libp2p-nat/pull/16))
1177
+ - remove all uses of multiaddrs ([libp2p/go-libp2p-nat#14](https://github.com/libp2p/go-libp2p-nat/pull/14))
1178
+- github.com/libp2p/go-libp2p-net:
1179
+ - fix WithNoDial to return the context ([libp2p/go-libp2p-net#43](https://github.com/libp2p/go-libp2p-net/pull/43))
1180
+ - NoDial context option ([libp2p/go-libp2p-net#42](https://github.com/libp2p/go-libp2p-net/pull/42))
1181
+- github.com/libp2p/go-libp2p-peer:
1182
+ - Let ID implement encoding.Binary[Un]Marshaler and encoding.Text[Un]Marshaler ([libp2p/go-libp2p-peer#44](https://github.com/libp2p/go-libp2p-peer/pull/44))
1183
+- github.com/libp2p/go-libp2p-peerstore:
1184
+ - keep temp addresses for 2 minutes ([libp2p/go-libp2p-peerstore#67](https://github.com/libp2p/go-libp2p-peerstore/pull/67))
1185
+ - migrate to multiformats/go-base32 ([libp2p/go-libp2p-peerstore#61](https://github.com/libp2p/go-libp2p-peerstore/pull/61))
1186
+- github.com/libp2p/go-libp2p-protocol:
1187
+ - update readme ([libp2p/go-libp2p-protocol#6](https://github.com/libp2p/go-libp2p-protocol/pull/6))
1188
+ - Enable standard Travis CI tests. ([libp2p/go-libp2p-protocol#5](https://github.com/libp2p/go-libp2p-protocol/pull/5))
1189
+ - Fix go get address. ([libp2p/go-libp2p-protocol#4](https://github.com/libp2p/go-libp2p-protocol/pull/4))
1190
+ - Add MIT license ([libp2p/go-libp2p-protocol#3](https://github.com/libp2p/go-libp2p-protocol/pull/3))
1191
+ - Standardized Readme ([libp2p/go-libp2p-protocol#2](https://github.com/libp2p/go-libp2p-protocol/pull/2))
1192
+- github.com/libp2p/go-libp2p-pubsub-router:
1193
+ - gx publish 0.5.17 ([libp2p/go-libp2p-pubsub-router#26](https://github.com/libp2p/go-libp2p-pubsub-router/pull/26))
1194
+- github.com/libp2p/go-libp2p-quic-transport:
1195
+ - update quic-go to v0.11.0 ([libp2p/go-libp2p-quic-transport#54](https://github.com/libp2p/go-libp2p-quic-transport/pull/54))
1196
+- github.com/libp2p/go-libp2p-routing-helpers:
1197
+ - fix(put): fail if any router fails ([libp2p/go-libp2p-routing-helpers#19](https://github.com/libp2p/go-libp2p-routing-helpers/pull/19))
1198
+- github.com/libp2p/go-libp2p-swarm:
1199
+ - Add context option to disable dialing when opening a new stream ([libp2p/go-libp2p-swarm#116](https://github.com/libp2p/go-libp2p-swarm/pull/116))
1200
+ - return all dial errors if dial has failed ([libp2p/go-libp2p-swarm#115](https://github.com/libp2p/go-libp2p-swarm/pull/115))
1201
+ - Differentiate no addresses error from no good addresses ([libp2p/go-libp2p-swarm#113](https://github.com/libp2p/go-libp2p-swarm/pull/113))
1202
+- github.com/libp2p/go-libp2p-transport:
1203
+ - tests: constrain concurrency with race detector. ([libp2p/go-libp2p-transport#47](https://github.com/libp2p/go-libp2p-transport/pull/47))
1204
+ - pick test timeout from env var if available. ([libp2p/go-libp2p-transport#46](https://github.com/libp2p/go-libp2p-transport/pull/46))
1205
+ - increase test timeout. ([libp2p/go-libp2p-transport#45](https://github.com/libp2p/go-libp2p-transport/pull/45))
1206
+- github.com/libp2p/go-msgio:
1207
+ - Improve test coverage ([libp2p/go-msgio#10](https://github.com/libp2p/go-msgio/pull/10))
1208
+- github.com/libp2p/go-reuseport:
1209
+ - fix: add wasm build tag to wasm module ([libp2p/go-reuseport#70](https://github.com/libp2p/go-reuseport/pull/70))
1210
+- github.com/libp2p/go-reuseport-transport:
1211
+ - don't set linger to 0 ([libp2p/go-reuseport-transport#14](https://github.com/libp2p/go-reuseport-transport/pull/14))
1212
+- github.com/libp2p/go-tcp-transport:
1213
+ - set linger to 0 for both inbound and outbound connections ([libp2p/go-tcp-transport#36](https://github.com/libp2p/go-tcp-transport/pull/36))
1214
+- github.com/libp2p/go-ws-transport:
1215
+ - modernize request handling ([libp2p/go-ws-transport#41](https://github.com/libp2p/go-ws-transport/pull/41))
1216
+
1217
+## v0.4.19 2019-03-01
1218
+
1219
+We're happy to announce go 0.4.19. This release contains a bunch of important
1220
+fixes and a slew of new and improved features. Get pumped and upgrade ASAP to benefit from all the new goodies! 🎁
1221
+
1222
+### Features
1223
+
1224
+#### 🔌 Initializing With Random Ports
1225
+
1226
+Go-ipfs can now be configured to listen on a random but _stable_ port (across
1227
+restarts) using the new `randomports` configuration profile. This should be
1228
+helpful when testing and/or running multiple go-ipfs instances on a single
1229
+machine.
1230
+
1231
+To initialize a go-ipfs instance with a randomly chosen port, run:
1232
+
1233
+```bash
1234
+> ipfs init --profile=randomports
1235
+```
1236
+
1237
+#### 👂 Gateway Directory Listing
1238
+
1239
+IPNS (and/or DNSLink) directory listings on the gateway, e.g.
1240
+https://ipfs.io/ipns/dist.ipfs.io/go-ipfs/, will now display the _ipfs_ hash of
1241
+the current directory. This way users can more easily create permanent links to
1242
+otherwise mutable data.
1243
+
1244
+#### 📡 AutoRelay and AutoNAT
1245
+
1246
+This release introduces two new experimental features (courtesy of libp2p):
1247
+AutoRelay and AutoNAT.
1248
+
1249
+AutoRelay is a new service that automatically chooses a public relay when it
1250
+detects that the go-ipfs node is behind a NAT. While relaying connections
1251
+through a third-party node isn't the most efficient way to route around NATs,
1252
+it's a reliable fallback.
1253
+
1254
+To enable AutoRelay, set the `Swarm.EnableAutoRelay` option in the config.
1255
+
1256
+AutoNAT is the service AutoRelay uses to detect if the node is behind a NAT. You
1257
+don't have to set any special config flags to enable it.
1258
+
1259
+In this same config section, you may also notice options like `EnableRelayHop`,
1260
+`EnableAutoNATService`, etc. You _do not_ need to enable these:
1261
+
1262
+* `EnableRelayHop` -- Allow _other_ nodes to use _your_ node as a relay
1263
+ (disabled by default).
1264
+* `EnableAutoNATService` -- Help _other_ nodes detect if they're behind a NAT
1265
+ (disabled by default).
1266
+
1267
+#### 📵 Offline Operation
1268
+
1269
+There are two new "offline" features in this release: a global `--offline` flag
1270
+and an option to configure the gateway to not fetch files.
1271
+
1272
+Most go-ipfs commands now support the `--offline` flag. This causes IPFS to avoid
1273
+network operations when performing the requested operation. If you've ever used
1274
+the `--local` flag, the `--offline` flag is the (almost) universally supported
1275
+replacement.
1276
+
1277
+For example:
1278
+
1279
+* If the daemon is started with `ipfs daemon --offline`, it won't even _connect_
1280
+ to the network. (note: this feature isn't new, just an example).
1281
+* `ipfs add --offline some_file` won't send out provider records.
1282
+* `ipfs cat --offline Qm...` won't fetch any blocks from the network.
1283
+* `ipfs block stat --offline Qm...` is a great way to tell if a block is locally
1284
+ available.
1285
+
1286
+Note: It doesn't _yet_ work with the `refs`, `urlstore`, or `tar` commands
1287
+([#6002](https://github.com/ipfs/go-ipfs/issues/6002)).
1288
+
1289
+On to the gateway, there's a new `Gateway.NoFetch` option to configure the
1290
+gateway to only serve locally present files. This makes it possible to run an
1291
+IPFS node as a gateway to serve content of _your_ choosing without acting like a
1292
+public proxy. 🤫
1293
+
1294
+#### 📍 Adding And Pinning Content
1295
+
1296
+There's a new `--pin` flag for both `ipfs block put` and `ipfs urlstore add` to
1297
+match the `--pin` flag in `ipfs add`. This allows one to atomically add and pin
1298
+content with these APIs.
1299
+
1300
+**NOTE 1:** For `ipfs urlstore add`, `--pin` has been enabled _by default_ to
1301
+match the behavior in `ipfs add`. However, `ipfs block put` _does not_ pin by
1302
+default to match the _current_ behavior.
1303
+
1304
+**NOTE 2:** If you had previously used the urlstore and _weren't_ explicitly
1305
+pinning content after adding it, it isn't pinned and running the garbage
1306
+collector will delete it. While technically documented in the `ipfs urlstore
1307
+add` helptext, this behavior was non-obvious and bears mentioning.
1308
+
1309
+#### 🗂 File Listing
1310
+
1311
+The `ipfs ls` command has two significant changes this release: it reports
1312
+_file_ sizes instead of _dag_ sizes and has gained a new `--stream` flag.
1313
+
1314
+First up, `ipfs ls` now reports _file_ sizes instead of _dag_ sizes. Previously,
1315
+for historical reasons, `ipfs ls` would report the size of a file/directory as
1316
+seen by IPFS _including_ all the filesystem datastructures and metadata.
1317
+However, this meant that `ls -l` and `ipfs ls` would print _different_ sizes:
1318
+
1319
+```bash
1320
+> ipfs ls /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
1321
+
1322
+QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V 1688 about
1323
+QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y 200 contact
1324
+QmY5heUM5qgRubMDD1og9fhCPA6QdkMp3QCwd4s7gJsyE7 322 help
1325
+QmejvEPop4D7YUadeGqYWmZxHhLc4JBUCzJJHWMzdcMe2y 12 ping
1326
+QmXgqKTbzdh83pQtKFb19SpMCpDDcKR2ujqk3pKph9aCNF 1692 quick-start
1327
+QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB 1102 readme
1328
+QmQ5vhrL7uv6tuoN9KeVBwd4PwfQkXdVVmDLUZuTNxqgvm 1173 security-notes
1329
+
1330
+> ipfs get /ipfs/QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
1331
+Saving file(s) to QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
1332
+ 6.39 KiB / 6.39 KiB [================================] 100.00% 0s
1333
+
1334
+> ls -l QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv
1335
+total 28
1336
+-rw------- 1 user group 1677 Feb 14 17:03 about
1337
+-rw------- 1 user group 189 Feb 14 17:03 contact
1338
+-rw------- 1 user group 311 Feb 14 17:03 help
1339
+-rw------- 1 user group 4 Feb 14 17:03 ping
1340
+-rw------- 1 user group 1681 Feb 14 17:03 quick-start
1341
+-rw------- 1 user group 1091 Feb 14 17:03 readme
1342
+-rw------- 1 user group 1162 Feb 14 17:03 security-notes
1343
+```
1344
+
1345
+This is now no longer the case. `ipfs ls` and `ls -l` now return the _same_
1346
+sizes. 🙌
1347
+
1348
+Second up, `ipfs ls` now has a new `--stream` flag. In IPFS, very large
1349
+directories (e.g., Wikipedia) are split up into multiple chunks (shards) as
1350
+there are too many entries to fit in a single block. Unfortunately, `ipfs ls`
1351
+buffers the _entire_ file list in memory and then sorts it. This means that
1352
+`ipfs ls /ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki` (wikipedia)
1353
+will take a _very_ long time to return anything (it'll also use quite a bit of
1354
+memory).
1355
+
1356
+However, the new `--stream` flag makes it possible to stream a directory listing
1357
+as new chunks are fetched from the network. To test this, you can run `ipfs ls
1358
+--stream --size=false --resolve-type=false
1359
+/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki`. You probably won't
1360
+want to wait for that command to finish, Wikipedia has a _lot_ of entries. 😉
1361
+
1362
+#### 🔁 HTTP Proxy
1363
+
1364
+This release sees a new (experimental) feature contributed by our friends at
1365
+[Peergos](https://peergos.org): HTTP proxy over libp2p. When enabled, the local
1366
+gateway can act as an HTTP proxy and forward HTTP requests to libp2p peers. When
1367
+combined with the `ipfs p2p` command, users can use this to expose HTTP services
1368
+to other go-ipfs nodes via their gateways. For details, check out the
1369
+[documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#p2p-http-proxy).
1370
+
1371
+### Performance And Reliability
1372
+
1373
+This release introduces quite a few performance/reliability improvements and, as
1374
+usual, fixes several memory leaks. Below is a non-exhaustive list of noticeable changes.
1375
+
1376
+#### 📞 DHT
1377
+
1378
+This release includes an important DHT fix that should significantly:
1379
+
1380
+1. Reduce dialing.
1381
+2. Speed up DHT queries.
1382
+3. Improve performance of the gateways.
1383
+
1384
+Basically, in the worst case, a DHT query would turn into a random walk of the
1385
+entire IPFS network. Yikes!
1386
+
1387
+Relevant PR: https://github.com/libp2p/go-libp2p-kad-dht/pull/237
1388
+
1389
+#### 🕸 Bitswap
1390
+
1391
+Bitswap sessions have improved and are now used for _all_ requests. Sessions
1392
+allow us to group related content and ask peers most likely to _have_ the
1393
+content instead of broadcasting the request to all connected peers. This gives
1394
+us two significant benefits:
1395
+
1396
+1. Less wasted upload bandwidth. Instead of broadcasting which blocks we want to
1397
+ everyone, we can ask fewer peers thus reducing the number of requests we send
1398
+ out.
1399
+2. Less wasted download bandwidth. Because we _know_ which peers likely have
1400
+ content, we can ask an individual peer for a block and expect to get an
1401
+ answer. In the past, we'd ask every peer at the same time to optimize for
1402
+ latency at the expense of bandwidth (getting the same block from multiple
1403
+ peers). We had to do this because we had to assume that _most_ peers didn't
1404
+ have the requested block.
1405
+
1406
+#### ‼️ Pubsub
1407
+
1408
+This release includes some significant reliability improvements in pubsub
1409
+subscription handling. If you've previously had issues with connected pubsub
1410
+peers _not_ seeing each-other's messages, please upgrade ASAP.
1411
+
1412
+#### ♻️ Reuseport
1413
+
1414
+In this release, we've rewritten our previously error-prone `go-reuseport`
1415
+library to _not_ duplicate a significant portion of Go's low-level networking
1416
+code. This was made possible by Go's new `Control`
1417
+[`net.Dialer`](https://golang.org/pkg/net/#Dialer) option.
1418
+
1419
+In the past, our first suggestion to anyone experiencing weird resource or
1420
+connectivity issues was to disable `REUSEPORT` (set `IPFS_REUSEPORT` to false).
1421
+This should no longer be necessary.
1422
+
1423
+#### 🐺 Badger Datastore
1424
+
1425
+[Badger has reached 1.0][badger-release]. This release brings an audit and
1426
+numerous reliability fixes. We are now reasonably confident that badger will
1427
+become the default datastore in a future release. 👍
1428
+
1429
+[badger-release]: https://blog.dgraph.io/post/releasing-v1.0/
1430
+
1431
+This release also adds a new `Truncate` configuration option for the badger
1432
+datastore (enabled by default for new IPFS nodes). When enabled, badger will
1433
+_delete_ any un-synced data on start instead of simply refusing to start. This
1434
+should be safe on all filesystems where the `sync` operation is safe and removes
1435
+the need for manual intervention when restarting an IPFS node after a crash.
1436
+
1437
+Assuming you initialized your badger repo with `ipfs init --profile=badgerds`,
1438
+you can enable truncate on an existing repo by running: `ipfs config --json
1439
+"Datastore.Spec.child.truncate" true`.
1440
+
1441
+### Refactors and Endeavors
1442
+
1443
+#### 🕹 Commands Library
1444
+
1445
+The legacy commands library shim has now been completely removed. This won't
1446
+mean much for many users but the go-ipfs team is happy to have this behind them.
1447
+
1448
+#### 🌐 Base32 CIDs
1449
+
1450
+This release can now encode CIDs in responses in bases other than base58. This
1451
+is primarily useful for web-browser integration as it allows us to (a) encode
1452
+CIDs in a lower-case base (e.g., base32) and then use them in the _origin_ part
1453
+of URLs. The take away is: this release brings us a step closer to better
1454
+browser integration.
1455
+
1456
+Specifically, this release adds two flags:
1457
+
1458
+1. `--cid-base`: When specified, the IPFS CLI will encode all CIDv1 CIDs using the
1459
+ requested base.
1460
+2. `--upgrade-cidv0-in-output`: When specified, the IPFS CLI will _upgrade_ CIDv0
1461
+ CIDs to CIDv1 CIDs when returning them to the user. This upgrade is necessary
1462
+ because CIDv0 doesn't support multibase however, it's off by default as it
1463
+ changes the _binary_ representation of the CIDs (which could have unintended
1464
+ consequences).
1465
+
1466
+#### 🎛 CoreAPI
1467
+
1468
+The work on the CoreAPI refactor ([ipfs/go-ipfs#4498][]) has progressed leaps and
1469
+bounds this release. The CoreAPI is a comprehensive programmatic interface
1470
+designed to allow go-ipfs be used as a daemon or a library interchangeably.
1471
+
1472
+As of this release, go-ipfs now has:
1473
+
1474
+* External interface definitions in [ipfs/interface-go-ipfs-core][].
1475
+* A work-in-progress implementation ([ipfs/go-ipfs-http-client][]) of these
1476
+ interfaces that uses the IPFS HTTP API. This will replace the
1477
+ ([ipfs/go-ipfs-api][]) library.
1478
+* A new plugin type ["Daemon"][daemon-plugin]. Daemon plugins are started and
1479
+ stopped along with the go-ipfs daemon and are instantiated with a copy of the
1480
+ CoreAPI. This allows them to control and extend the go-ipfs daemon from within
1481
+ the daemon itself.
1482
+
1483
+The next steps are:
1484
+
1485
+1. Finishing the remaining API surface area. At the moment, the two key missing
1486
+ parts are:
1487
+ 1. Config manipulation.
1488
+ 2. The `ipfs files` API.
1489
+1. Finalizing the [ipfs/go-ipfs-http-client][] implementation.
1490
+2. Creating a simple way to construct and initialize a go-ipfs node when using
1491
+ go-ipfs as a library.
1492
+
1493
+[ipfs/go-ipfs#4498]: https://github.com/ipfs/go-ipfs/issues/4498
1494
+[ipfs/interface-go-ipfs-core]: https://github.com/ipfs/interface-go-ipfs-core
1495
+[ipfs/go-ipfs-http-client]: https://github.com/ipfs/go-ipfs-http-client
1496
+[ipfs/go-ipfs-api]: https://github.com/ipfs/go-ipfs-http-client
1497
+[daemon-plugin]: https://github.com/ipfs/go-ipfs/blob/master/docs/plugins.md#daemon
1498
+
1499
+### Changelogs
1500
+
1501
+- github.com/ipfs/go-ipfs:
1502
+ - fix: show interactive output from install.sh ([ipfs/go-ipfs#6024](https://github.com/ipfs/go-ipfs/pull/6024))
1503
+ - fix: return the shortest, completely resolved path in the resolve command ([ipfs/go-ipfs#5704](https://github.com/ipfs/go-ipfs/pull/5704))
1504
+ - fix a few interop test issues ([ipfs/go-ipfs#6004](https://github.com/ipfs/go-ipfs/pull/6004))
1505
+ - fix HAMT bookmark ln ([ipfs/go-ipfs#6005](https://github.com/ipfs/go-ipfs/pull/6005))
1506
+ - docs: document Gateway.NoFetch ([ipfs/go-ipfs#5999](https://github.com/ipfs/go-ipfs/pull/5999))
1507
+ - Improve "name publish" ttl option documentation ([ipfs/go-ipfs#5979](https://github.com/ipfs/go-ipfs/pull/5979))
1508
+ - fix(cmd/mv): dst filename error ([ipfs/go-ipfs#5964](https://github.com/ipfs/go-ipfs/pull/5964))
1509
+ - coreapi: extract interface ([ipfs/go-ipfs#5978](https://github.com/ipfs/go-ipfs/pull/5978))
1510
+ - coreapi: cleanup non-gx references ([ipfs/go-ipfs#5976](https://github.com/ipfs/go-ipfs/pull/5976))
1511
+ - coreapi: fix seek test on http impl ([ipfs/go-ipfs#5971](https://github.com/ipfs/go-ipfs/pull/5971))
1512
+ - block put --pin ([ipfs/go-ipfs#5969](https://github.com/ipfs/go-ipfs/pull/5969))
1513
+ - Port `ipfs ls` to CoreAPI ([ipfs/go-ipfs#5962](https://github.com/ipfs/go-ipfs/pull/5962))
1514
+ - docs: duplicate default helptext in `name publish` ([ipfs/go-ipfs#5960](https://github.com/ipfs/go-ipfs/pull/5960))
1515
+ - plugin: add a daemon plugin with access to the CoreAPI ([ipfs/go-ipfs#5955](https://github.com/ipfs/go-ipfs/pull/5955))
1516
+ - coreapi: add some seeker tests ([ipfs/go-ipfs#5934](https://github.com/ipfs/go-ipfs/pull/5934))
1517
+ - Refactor ipfs get to use CoreAPI ([ipfs/go-ipfs#5943](https://github.com/ipfs/go-ipfs/pull/5943))
1518
+ - refact(cmd/init): change string option to const ([ipfs/go-ipfs#5949](https://github.com/ipfs/go-ipfs/pull/5949))
1519
+ - cmds/pin: use coreapi/pin ([ipfs/go-ipfs#5843](https://github.com/ipfs/go-ipfs/pull/5843))
1520
+ - Only perform DNSLink lookups on fully qualified domain names (FQDN) ([ipfs/go-ipfs#5950](https://github.com/ipfs/go-ipfs/pull/5950))
1521
+ - Fix DontCheckOSXFUSE config command example ([ipfs/go-ipfs#5951](https://github.com/ipfs/go-ipfs/pull/5951))
1522
+ - refact(cmd/config): change string option to const ([ipfs/go-ipfs#5948](https://github.com/ipfs/go-ipfs/pull/5948))
1523
+ - clarification the document of --resolve flag in name.publish ([ipfs/go-ipfs#5651](https://github.com/ipfs/go-ipfs/pull/5651))
1524
+ - Drop some coreunix code ([ipfs/go-ipfs#5938](https://github.com/ipfs/go-ipfs/pull/5938))
1525
+ - commands: fix verbose flag ([ipfs/go-ipfs#5940](https://github.com/ipfs/go-ipfs/pull/5940))
1526
+ - Fixes #4558 ([ipfs/go-ipfs#5937](https://github.com/ipfs/go-ipfs/pull/5937))
1527
+ - Port dag commansds to CoreAPI ([ipfs/go-ipfs#5939](https://github.com/ipfs/go-ipfs/pull/5939))
1528
+ - mfs: make sure to flush after mv and chcid ([ipfs/go-ipfs#5936](https://github.com/ipfs/go-ipfs/pull/5936))
1529
+ - docs/code-flow : Add code flow documentation for add cmd. ([ipfs/go-ipfs#5864](https://github.com/ipfs/go-ipfs/pull/5864))
1530
+ - coreapi: few more error check fixes ([ipfs/go-ipfs#5935](https://github.com/ipfs/go-ipfs/pull/5935))
1531
+ - Fixed and cleaned up TestIpfsStressRead ([ipfs/go-ipfs#5920](https://github.com/ipfs/go-ipfs/pull/5920))
1532
+ - Clarify that chunker sizes are in bytes ([ipfs/go-ipfs#5923](https://github.com/ipfs/go-ipfs/pull/5923))
1533
+ - refact(cmd/patch): change string to const ([ipfs/go-ipfs#5931](https://github.com/ipfs/go-ipfs/pull/5931))
1534
+ - refact(cmd/object): change option string to const ([ipfs/go-ipfs#5932](https://github.com/ipfs/go-ipfs/pull/5932))
1535
+ - coreapi: replace coreiface.DagAPI with ipld.DAGService ([ipfs/go-ipfs#5922](https://github.com/ipfs/go-ipfs/pull/5922))
1536
+ - Add global option to specify the multibase encoding (server side) ([ipfs/go-ipfs#5789](https://github.com/ipfs/go-ipfs/pull/5789))
1537
+ - coreapi: Adjust some tests for go-ipfs-http-api ([ipfs/go-ipfs#5926](https://github.com/ipfs/go-ipfs/pull/5926))
1538
+ - chore: update to Web UI v2.3.3 ([ipfs/go-ipfs#5928](https://github.com/ipfs/go-ipfs/pull/5928))
1539
+ - ls: Report real file size ([ipfs/go-ipfs#5906](https://github.com/ipfs/go-ipfs/pull/5906))
1540
+ - Improve the Filestore document ([ipfs/go-ipfs#5927](https://github.com/ipfs/go-ipfs/pull/5927))
1541
+ - [CORS] Bubble go-ipfs-cmds 2.0.10 - Updates CORS library ([ipfs/go-ipfs#5919](https://github.com/ipfs/go-ipfs/pull/5919))
1542
+ - reduce verbosity of daemon start ([ipfs/go-ipfs#5904](https://github.com/ipfs/go-ipfs/pull/5904))
1543
+ - feat: update to Web UI v2.3.2 ([ipfs/go-ipfs#5899](https://github.com/ipfs/go-ipfs/pull/5899))
1544
+ - CoreAPI: Don't panic when testing incomplete implementions ([ipfs/go-ipfs#5900](https://github.com/ipfs/go-ipfs/pull/5900))
1545
+ - gateway: fix CORs headers ([ipfs/go-ipfs#5893](https://github.com/ipfs/go-ipfs/pull/5893))
1546
+ - Local Gateway option ([ipfs/go-ipfs#5649](https://github.com/ipfs/go-ipfs/pull/5649))
1547
+ - Show hash on gateway ([ipfs/go-ipfs#5830](https://github.com/ipfs/go-ipfs/pull/5830))
1548
+ - fix: ulimit docs mistake ([ipfs/go-ipfs#5894](https://github.com/ipfs/go-ipfs/pull/5894))
1549
+ - Move coreapi tests to the interface ([ipfs/go-ipfs#5865](https://github.com/ipfs/go-ipfs/pull/5865))
1550
+ - Move checkHelptextRecursive forward a bit ([ipfs/go-ipfs#5889](https://github.com/ipfs/go-ipfs/pull/5889))
1551
+ - coreapi/unixfs: Use path instead of raw hash in AddEvent ([ipfs/go-ipfs#5854](https://github.com/ipfs/go-ipfs/pull/5854))
1552
+ - Fix name resolve --offline ([ipfs/go-ipfs#5885](https://github.com/ipfs/go-ipfs/pull/5885))
1553
+ - testing: slow down republisher sharness test ([ipfs/go-ipfs#5856](https://github.com/ipfs/go-ipfs/pull/5856))
1554
+ - docs: flesh out plugin documentation ([ipfs/go-ipfs#5876](https://github.com/ipfs/go-ipfs/pull/5876))
1555
+ - main: move InterruptHandler to util ([ipfs/go-ipfs#5872](https://github.com/ipfs/go-ipfs/pull/5872))
1556
+ - make: fix building source tarball on macos ([ipfs/go-ipfs#5860](https://github.com/ipfs/go-ipfs/pull/5860))
1557
+ - fix config data race ([ipfs/go-ipfs#5634](https://github.com/ipfs/go-ipfs/pull/5634))
1558
+ - CoreAPI: Global offline option ([ipfs/go-ipfs#5825](https://github.com/ipfs/go-ipfs/pull/5825))
1559
+ - Update for go-ipfs-files refactor ([ipfs/go-ipfs#5661](https://github.com/ipfs/go-ipfs/pull/5661))
1560
+ - feat: update Web UI to v2.3.0 ([ipfs/go-ipfs#5855](https://github.com/ipfs/go-ipfs/pull/5855))
1561
+ - Stateful plugin loading ([ipfs/go-ipfs#4806](https://github.com/ipfs/go-ipfs/pull/4806))
1562
+ - startup: always load the private key ([ipfs/go-ipfs#5844](https://github.com/ipfs/go-ipfs/pull/5844))
1563
+ - add --dereference-args parameter ([ipfs/go-ipfs#5801](https://github.com/ipfs/go-ipfs/pull/5801))
1564
+ - config: document the connection manager ([ipfs/go-ipfs#5839](https://github.com/ipfs/go-ipfs/pull/5839))
1565
+ - add pinning support to the urlstore ([ipfs/go-ipfs#5834](https://github.com/ipfs/go-ipfs/pull/5834))
1566
+ - refact(cmd/cat): remove useless code ([ipfs/go-ipfs#5836](https://github.com/ipfs/go-ipfs/pull/5836))
1567
+ - Really run as non-root user in docker container ([ipfs/go-ipfs#5048](https://github.com/ipfs/go-ipfs/pull/5048))
1568
+ - README: document guix package ([ipfs/go-ipfs#5832](https://github.com/ipfs/go-ipfs/pull/5832))
1569
+ - docs: Improve config documentation ([ipfs/go-ipfs#5829](https://github.com/ipfs/go-ipfs/pull/5829))
1570
+ - block: rm extra output ([ipfs/go-ipfs#5751](https://github.com/ipfs/go-ipfs/pull/5751))
1571
+ - merge github-issue-guide with the issue template ([ipfs/go-ipfs#4636](https://github.com/ipfs/go-ipfs/pull/4636))
1572
+ - docs: fix inconsistent capitalization of "API". ([ipfs/go-ipfs#5824](https://github.com/ipfs/go-ipfs/pull/5824))
1573
+ - Update README.md ([ipfs/go-ipfs#5818](https://github.com/ipfs/go-ipfs/pull/5818))
1574
+ - CONTRIBUTING.md link ([ipfs/go-ipfs#5811](https://github.com/ipfs/go-ipfs/pull/5811))
1575
+ - README: Update required Go version ([ipfs/go-ipfs#5813](https://github.com/ipfs/go-ipfs/pull/5813))
1576
+ - p2p: report-peer-id option for listen ([ipfs/go-ipfs#5771](https://github.com/ipfs/go-ipfs/pull/5771))
1577
+ - really fix netcat race ([ipfs/go-ipfs#5803](https://github.com/ipfs/go-ipfs/pull/5803))
1578
+ - [http_proxy_over_p2p] ([ipfs/go-ipfs#5526](https://github.com/ipfs/go-ipfs/pull/5526))
1579
+ - coreapi/pin: Use CID's directly in maps instead of converting to string ([ipfs/go-ipfs#5809](https://github.com/ipfs/go-ipfs/pull/5809))
1580
+ - Gx update go-merkledag and related deps. ([ipfs/go-ipfs#5802](https://github.com/ipfs/go-ipfs/pull/5802))
1581
+ - cmds: rm old lib ([ipfs/go-ipfs#5786](https://github.com/ipfs/go-ipfs/pull/5786))
1582
+ - badger: add truncate flag ([ipfs/go-ipfs#5625](https://github.com/ipfs/go-ipfs/pull/5625))
1583
+ - docker: allow IPFS_PROFILE to choose the profile for `ipfs init` ([ipfs/go-ipfs#5473](https://github.com/ipfs/go-ipfs/pull/5473))
1584
+ - Add --stream option to `ls` command ([ipfs/go-ipfs#5611](https://github.com/ipfs/go-ipfs/pull/5611))
1585
+ - Switch to using request.Context() ([ipfs/go-ipfs#5782](https://github.com/ipfs/go-ipfs/pull/5782))
1586
+ - Update go-ipfs-delay and assoc deps ([ipfs/go-ipfs#5762](https://github.com/ipfs/go-ipfs/pull/5762))
1587
+ - Suppress bootstrap error ([ipfs/go-ipfs#5769](https://github.com/ipfs/go-ipfs/pull/5769))
1588
+ - ISSUE_TEMPLATE: move the support question comment to the very top ([ipfs/go-ipfs#5770](https://github.com/ipfs/go-ipfs/pull/5770))
1589
+ - cmds: use MakeTypedEncoder ([ipfs/go-ipfs#5760](https://github.com/ipfs/go-ipfs/pull/5760))
1590
+ - cmds/bitswap: sort wantlist ([ipfs/go-ipfs#5759](https://github.com/ipfs/go-ipfs/pull/5759))
1591
+ - cmds/update: use new cmds lib ([ipfs/go-ipfs#5730](https://github.com/ipfs/go-ipfs/pull/5730))
1592
+ - cmds/file: use new cmds lib ([ipfs/go-ipfs#5756](https://github.com/ipfs/go-ipfs/pull/5756))
1593
+ - cmds: remove reduntant func ([ipfs/go-ipfs#5750](https://github.com/ipfs/go-ipfs/pull/5750))
1594
+ - commands/refs: use new cmds ([ipfs/go-ipfs#5679](https://github.com/ipfs/go-ipfs/pull/5679))
1595
+ - commands/pin: use new cmds lib ([ipfs/go-ipfs#5674](https://github.com/ipfs/go-ipfs/pull/5674))
1596
+ - commands/boostrap: use new cmds ([ipfs/go-ipfs#5678](https://github.com/ipfs/go-ipfs/pull/5678))
1597
+ - fix(cmd/add): progressbar output error when input is read from stdin ([ipfs/go-ipfs#5743](https://github.com/ipfs/go-ipfs/pull/5743))
1598
+ - unexport GOFLAGS ([ipfs/go-ipfs#5747](https://github.com/ipfs/go-ipfs/pull/5747))
1599
+ - refactor(cmds): use new cmds ([ipfs/go-ipfs#5659](https://github.com/ipfs/go-ipfs/pull/5659))
1600
+ - commands/filestore: use new cmds lib ([ipfs/go-ipfs#5673](https://github.com/ipfs/go-ipfs/pull/5673))
1601
+ - Fix broken links ([ipfs/go-ipfs#5721](https://github.com/ipfs/go-ipfs/pull/5721))
1602
+ - fix `ipfs help` bug #5557 ([ipfs/go-ipfs#5573](https://github.com/ipfs/go-ipfs/pull/5573))
1603
+ - commands/bitswap: use new cmds lib ([ipfs/go-ipfs#5676](https://github.com/ipfs/go-ipfs/pull/5676))
1604
+ - refact(cmd/repo): repo's sub cmds uses new cmd lib ([ipfs/go-ipfs#5677](https://github.com/ipfs/go-ipfs/pull/5677))
1605
+ - fix the maketarball script ([ipfs/go-ipfs#5718](https://github.com/ipfs/go-ipfs/pull/5718))
1606
+ - output link to WebUI on daemon startup ([ipfs/go-ipfs#5729](https://github.com/ipfs/go-ipfs/pull/5729))
1607
+ - Move persistent datastores to plugins ([ipfs/go-ipfs#5695](https://github.com/ipfs/go-ipfs/pull/5695))
1608
+ - Update IPTB test ([ipfs/go-ipfs#5636](https://github.com/ipfs/go-ipfs/pull/5636))
1609
+ - enhance(cmd/verify): add goroutine count to improve verify speed ([ipfs/go-ipfs#5710](https://github.com/ipfs/go-ipfs/pull/5710))
1610
+ - Update go-mfs and go-unixfs ([ipfs/go-ipfs#5714](https://github.com/ipfs/go-ipfs/pull/5714))
1611
+ - fix(flag/version): flag `all` should have a higher priority ([ipfs/go-ipfs#5719](https://github.com/ipfs/go-ipfs/pull/5719))
1612
+ - commands/p2p: use new cmds lib ([ipfs/go-ipfs#5672](https://github.com/ipfs/go-ipfs/pull/5672))
1613
+ - commands/dht: use new cmds lib ([ipfs/go-ipfs#5671](https://github.com/ipfs/go-ipfs/pull/5671))
1614
+ - commands/object: use new cmds ([ipfs/go-ipfs#5666](https://github.com/ipfs/go-ipfs/pull/5666))
1615
+ - commands/files: use new cmds ([ipfs/go-ipfs#5665](https://github.com/ipfs/go-ipfs/pull/5665))
1616
+ - cmds/env: add a config path helper ([ipfs/go-ipfs#5712](https://github.com/ipfs/go-ipfs/pull/5712))
1617
+- github.com/ipfs/dir-index-html:
1618
+ - show hash if given ([ipfs/dir-index-html#21](https://github.com/ipfs/dir-index-html/pull/21))
1619
+ - Add "jpeg" as an alias to "jpg". ([ipfs/dir-index-html#16](https://github.com/ipfs/dir-index-html/pull/16))
1620
+- github.com/libp2p/go-addr-util:
1621
+ - Improve test coverage ([libp2p/go-addr-util#14](https://github.com/libp2p/go-addr-util/pull/14))
1622
+- github.com/ipfs/go-bitswap:
1623
+ - fix(prq): fix a bunch of goroutine leaks and deadlocks ([ipfs/go-bitswap#87](https://github.com/ipfs/go-bitswap/pull/87))
1624
+ - remove allocations round two ([ipfs/go-bitswap#84](https://github.com/ipfs/go-bitswap/pull/84))
1625
+ - fix(bitswap): remove CancelWants function ([ipfs/go-bitswap#80](https://github.com/ipfs/go-bitswap/pull/80))
1626
+ - Avoid allocating for wantlist entries ([ipfs/go-bitswap#79](https://github.com/ipfs/go-bitswap/pull/79))
1627
+ - ci(Jenkins): remove Jenkinsfile ([ipfs/go-bitswap#83](https://github.com/ipfs/go-bitswap/pull/83))
1628
+ - More specific wantlists ([ipfs/go-bitswap#74](https://github.com/ipfs/go-bitswap/pull/74))
1629
+ - fix(wantlist): remove races on setup ([ipfs/go-bitswap#72](https://github.com/ipfs/go-bitswap/pull/72))
1630
+ - fix multiple data races ([ipfs/go-bitswap#76](https://github.com/ipfs/go-bitswap/pull/76))
1631
+ - ci: add travis ([ipfs/go-bitswap#75](https://github.com/ipfs/go-bitswap/pull/75))
1632
+ - providers: don't add every connected node as a provider ([ipfs/go-bitswap#59](https://github.com/ipfs/go-bitswap/pull/59))
1633
+ - refactor(GetBlocks): Merge session/non-session ([ipfs/go-bitswap#64](https://github.com/ipfs/go-bitswap/pull/64))
1634
+ - Feat: A more robust provider finder for sessions (for now) and soon for all bitswap ([ipfs/go-bitswap#60](https://github.com/ipfs/go-bitswap/pull/60))
1635
+ - fix(tests): stabilize session tests ([ipfs/go-bitswap#63](https://github.com/ipfs/go-bitswap/pull/63))
1636
+ - contexts: make sure to abort when a context is canceled ([ipfs/go-bitswap#58](https://github.com/ipfs/go-bitswap/pull/58))
1637
+ - fix(sessions): explicitly connect found peers ([ipfs/go-bitswap#56](https://github.com/ipfs/go-bitswap/pull/56))
1638
+ - Speed up sessions Round #1 ([ipfs/go-bitswap#27](https://github.com/ipfs/go-bitswap/pull/27))
1639
+ - Fix debug log formatting issues ([ipfs/go-bitswap#37](https://github.com/ipfs/go-bitswap/pull/37))
1640
+ - Feat/bandwidth limited tests ([ipfs/go-bitswap#42](https://github.com/ipfs/go-bitswap/pull/42))
1641
+ - fix(tests): stabilize unreliable session tests ([ipfs/go-bitswap#44](https://github.com/ipfs/go-bitswap/pull/44))
1642
+ - Bitswap Refactor #4: Extract session peer manager from sessions ([ipfs/go-bitswap#26](https://github.com/ipfs/go-bitswap/pull/26))
1643
+ - Bitswap Refactor #3: Extract sessions to package ([ipfs/go-bitswap#30](https://github.com/ipfs/go-bitswap/pull/30))
1644
+ - docs(comments): end comment sentences to have full-stop ([ipfs/go-bitswap#33](https://github.com/ipfs/go-bitswap/pull/33))
1645
+ - Bitswap Refactor #2: Extract PeerManager From Want Manager + Unit Test ([ipfs/go-bitswap#29](https://github.com/ipfs/go-bitswap/pull/29))
1646
+ - Bitswap Refactor #1: Session Manager & Extract Want Manager ([ipfs/go-bitswap#28](https://github.com/ipfs/go-bitswap/pull/28))
1647
+ - fix(Receiver): Ignore unwanted blocks ([ipfs/go-bitswap#24](https://github.com/ipfs/go-bitswap/pull/24))
1648
+ - feat(Benchmarks): Add real world dup blocks test ([ipfs/go-bitswap#25](https://github.com/ipfs/go-bitswap/pull/25))
1649
+ - Feat/bitswap pr improvements ([ipfs/go-bitswap#19](https://github.com/ipfs/go-bitswap/pull/19))
1650
+- github.com/ipfs/go-blockservice:
1651
+ - Don't return errors on closed exchange ([ipfs/go-blockservice#15](https://github.com/ipfs/go-blockservice/pull/15))
1652
+- github.com/ipfs/go-cid:
1653
+ - fix inline CIDs generated by Prefix.Sum ([ipfs/go-cid#84](https://github.com/ipfs/go-cid/pull/84))
1654
+ - Let Cid implement Binary[Un]Marshaler and Text[Un]Marshaler interfaces. ([ipfs/go-cid#81](https://github.com/ipfs/go-cid/pull/81))
1655
+ - fix typo in comment ([ipfs/go-cid#80](https://github.com/ipfs/go-cid/pull/80))
1656
+ - add codecs for Dash blocks, tx ([ipfs/go-cid#78](https://github.com/ipfs/go-cid/pull/78))
1657
+- github.com/ipfs/go-cidutil:
1658
+ - Fix Travis CI to run all tests. ([ipfs/go-cidutil#11](https://github.com/ipfs/go-cidutil/pull/11))
1659
+ - Changes needed for `--cid-base` option in go-ipfs (simplified vesion) ([ipfs/go-cidutil#10](https://github.com/ipfs/go-cidutil/pull/10))
1660
+ - add a utility method for sorting CID slices ([ipfs/go-cidutil#5](https://github.com/ipfs/go-cidutil/pull/5))
1661
+- github.com/libp2p/go-conn-security:
1662
+ - fix link to usage example in README ([libp2p/go-conn-security#4](https://github.com/libp2p/go-conn-security/pull/4))
1663
+- github.com/ipfs/go-datastore:
1664
+ - interfaces: make GetBacked* take a Read instead of a Datastore ([ipfs/go-datastore#115](https://github.com/ipfs/go-datastore/pull/115))
1665
+ - remove closer type assertions ([ipfs/go-datastore#112](https://github.com/ipfs/go-datastore/pull/112))
1666
+ - remove io.Closer from the transaction interface ([ipfs/go-datastore#113](https://github.com/ipfs/go-datastore/pull/113))
1667
+ - feat(datastore): expose datastore Close() ([ipfs/go-datastore#111](https://github.com/ipfs/go-datastore/pull/111))
1668
+ - query: make datastore ordering act like a user would expect ([ipfs/go-datastore#110](https://github.com/ipfs/go-datastore/pull/110))
1669
+ - delayed: implement io.Closer and export datastore type. ([ipfs/go-datastore#108](https://github.com/ipfs/go-datastore/pull/108))
1670
+ - split the datastore into a read and a write interface ([ipfs/go-datastore#107](https://github.com/ipfs/go-datastore/pull/107))
1671
+ - Describe behavior of Batching datastores ([ipfs/go-datastore#105](https://github.com/ipfs/go-datastore/pull/105))
1672
+ - handle concurrent puts/deletes in BasicBatch ([ipfs/go-datastore#103](https://github.com/ipfs/go-datastore/pull/103))
1673
+ - add a GetSize method ([ipfs/go-datastore#99](https://github.com/ipfs/go-datastore/pull/99))
1674
+- github.com/ipfs/go-ds-badger:
1675
+ - removed additional/wasteful Prefix conversion ([ipfs/go-ds-badger#45](https://github.com/ipfs/go-ds-badger/pull/45))
1676
+ - Enable Jenkins ([ipfs/go-ds-badger#35](https://github.com/ipfs/go-ds-badger/pull/35))
1677
+ - fix application or ordering for interface change ([ipfs/go-ds-badger#44](https://github.com/ipfs/go-ds-badger/pull/44))
1678
+ - Update badger ([ipfs/go-ds-badger#40](https://github.com/ipfs/go-ds-badger/pull/40))
1679
+- github.com/ipfs/go-ds-flatfs:
1680
+ - fix a goroutine leak killing the gateways ([ipfs/go-ds-flatfs#51](https://github.com/ipfs/go-ds-flatfs/pull/51))
1681
+- github.com/ipfs/go-ds-leveldb:
1682
+ - Expose Datastore type ([ipfs/go-ds-leveldb#20](https://github.com/ipfs/go-ds-leveldb/pull/20))
1683
+ - fix application or ordering for interface change ([ipfs/go-ds-leveldb#23](https://github.com/ipfs/go-ds-leveldb/pull/23))
1684
+- github.com/ipfs/go-ipfs-cmds:
1685
+ - fix sync error with go1.12 on darwin ([ipfs/go-ipfs-cmds#147](https://github.com/ipfs/go-ipfs-cmds/pull/147))
1686
+ - cli: fix ignoring std{out,err} sync errors on windows ([ipfs/go-ipfs-cmds#146](https://github.com/ipfs/go-ipfs-cmds/pull/146))
1687
+ - roundup of cleanup fixes ([ipfs/go-ipfs-cmds#144](https://github.com/ipfs/go-ipfs-cmds/pull/144))
1688
+ - Update cors library ([ipfs/go-ipfs-cmds#139](https://github.com/ipfs/go-ipfs-cmds/pull/139))
1689
+ - expand on the api error ([ipfs/go-ipfs-cmds#138](https://github.com/ipfs/go-ipfs-cmds/pull/138))
1690
+ - set the connection close header if we have a body to read ([ipfs/go-ipfs-cmds#116](https://github.com/ipfs/go-ipfs-cmds/pull/116))
1691
+ - print a nicer error on timeout/cancel ([ipfs/go-ipfs-cmds#137](https://github.com/ipfs/go-ipfs-cmds/pull/137))
1692
+ - Add link traversal option ([ipfs/go-ipfs-cmds#96](https://github.com/ipfs/go-ipfs-cmds/pull/96))
1693
+ - Don't skip stdin test on Windows ([ipfs/go-ipfs-cmds#136](https://github.com/ipfs/go-ipfs-cmds/pull/136))
1694
+ - MakeTypedEncoder: accept results by pointer or value ([ipfs/go-ipfs-cmds#134](https://github.com/ipfs/go-ipfs-cmds/pull/134))
1695
+- github.com/ipfs/go-ipfs-config:
1696
+ - Gateway.NoFetch ([ipfs/go-ipfs-config#19](https://github.com/ipfs/go-ipfs-config/pull/19))
1697
+ - add a Clone function ([ipfs/go-ipfs-config#16](https://github.com/ipfs/go-ipfs-config/pull/16))
1698
+ - randomports: give user ability to init ipfs using random port for swarm. ([ipfs/go-ipfs-config#17](https://github.com/ipfs/go-ipfs-config/pull/17))
1699
+ - Allow the use of the User-Agent header ([ipfs/go-ipfs-config#15](https://github.com/ipfs/go-ipfs-config/pull/15))
1700
+ - autorelay options ([ipfs/go-ipfs-config#21](https://github.com/ipfs/go-ipfs-config/pull/21))
1701
+ - profile: add badger truncate option ([ipfs/go-ipfs-config#20](https://github.com/ipfs/go-ipfs-config/pull/20))
1702
+- github.com/ipfs/go-ipfs-delay:
1703
+ - Feat/refactor wait time ([ipfs/go-ipfs-delay#1](https://github.com/ipfs/go-ipfs-delay/pull/1))
1704
+- github.com/ipfs/go-ipfs-files:
1705
+ - multipart: fix handling of common prefixes ([ipfs/go-ipfs-files#7](https://github.com/ipfs/go-ipfs-files/pull/7))
1706
+ - create implicit directories from multipart requests ([ipfs/go-ipfs-files#6](https://github.com/ipfs/go-ipfs-files/pull/6))
1707
+ - TarWriter ([ipfs/go-ipfs-files#4](https://github.com/ipfs/go-ipfs-files/pull/4))
1708
+ - Refactor filename - file relation ([ipfs/go-ipfs-files#2](https://github.com/ipfs/go-ipfs-files/pull/2))
1709
+- github.com/ipfs/go-ipld-cbor:
1710
+ - cbor: decode undefined as null ([ipfs/go-ipld-cbor#54](https://github.com/ipfs/go-ipld-cbor/pull/54))
1711
+ - error when trying to encode an empty link ([ipfs/go-ipld-cbor#52](https://github.com/ipfs/go-ipld-cbor/pull/52))
1712
+ - test for struct with both a cid and a bigint ([ipfs/go-ipld-cbor#51](https://github.com/ipfs/go-ipld-cbor/pull/51))
1713
+- github.com/ipfs/go-ipld-format:
1714
+ - Add a DAG walker with support for IPLD `Node`s ([ipfs/go-ipld-format#39](https://github.com/ipfs/go-ipld-format/pull/39))
1715
+ - Add BufferedDAG wrapping Batch as a DAGService. ([ipfs/go-ipld-format#48](https://github.com/ipfs/go-ipld-format/pull/48))
1716
+- github.com/ipfs/go-ipld-git:
1717
+ - Fix blob marshalling ([ipfs/go-ipld-git#37](https://github.com/ipfs/go-ipld-git/pull/37))
1718
+ - Re-enable assertion on commit size -- it is correct after #31 ([ipfs/go-ipld-git#33](https://github.com/ipfs/go-ipld-git/pull/33))
1719
+ - Use OS path separator in testing, fixes #30 ([ipfs/go-ipld-git#34](https://github.com/ipfs/go-ipld-git/pull/34))
1720
+ - Use rawdata length for size, fixes #7 ([ipfs/go-ipld-git#31](https://github.com/ipfs/go-ipld-git/pull/31))
1721
+ - Cache RawData for Commit, Tag, & Tree, fixes #6 ([ipfs/go-ipld-git#28](https://github.com/ipfs/go-ipld-git/pull/28))
1722
+ - Precompute Blob CID, fixes #21 ([ipfs/go-ipld-git#27](https://github.com/ipfs/go-ipld-git/pull/27))
1723
+ - Enable Jenkins ([ipfs/go-ipld-git#29](https://github.com/ipfs/go-ipld-git/pull/29))
1724
+- github.com/ipfs/go-ipns:
1725
+ - fix community/CONTRIBUTING.md link in README.md ([ipfs/go-ipns#20](https://github.com/ipfs/go-ipns/pull/20))
1726
+ - fix typo in README.md ([ipfs/go-ipns#21](https://github.com/ipfs/go-ipns/pull/21))
1727
+ - testing: disable inline peer ID test ([ipfs/go-ipns#19](https://github.com/ipfs/go-ipns/pull/19))
1728
+- github.com/libp2p/go-libp2p:
1729
+ - Fixed race conditions in mock package mock_stream and mock_conn ([libp2p/go-libp2p#535](https://github.com/libp2p/go-libp2p/pull/535))
1730
+ - increase initial relay advertisement delay to 30s ([libp2p/go-libp2p#534](https://github.com/libp2p/go-libp2p/pull/534))
1731
+ - Use PeerRouting in autorelay to find relay peer addresses ([libp2p/go-libp2p#531](https://github.com/libp2p/go-libp2p/pull/531))
1732
+ - docs: update broken links in NEWS.md ([libp2p/go-libp2p#517](https://github.com/libp2p/go-libp2p/pull/517))
1733
+ - don't advertise the raw public address in autorelay ([libp2p/go-libp2p#511](https://github.com/libp2p/go-libp2p/pull/511))
1734
+ - mock: export ratelimiter as RateLimiter ([libp2p/go-libp2p#507](https://github.com/libp2p/go-libp2p/pull/507))
1735
+ - readme: remove duplicate repo entries in README and package-list.json ([libp2p/go-libp2p#506](https://github.com/libp2p/go-libp2p/pull/506))
1736
+ - explicit option to enable autorelay ([libp2p/go-libp2p#500](https://github.com/libp2p/go-libp2p/pull/500))
1737
+ - Add delay in initial relay advertisement to allow the dht time to bootstrap ([libp2p/go-libp2p#495](https://github.com/libp2p/go-libp2p/pull/495))
1738
+ - suppressing error msg for NoSecurity option ([libp2p/go-libp2p#498](https://github.com/libp2p/go-libp2p/pull/498))
1739
+ - pulling updates ([libp2p/go-libp2p#4](https://github.com/libp2p/go-libp2p/pull/4))
1740
+ - fix contributing link in README ([libp2p/go-libp2p#494](https://github.com/libp2p/go-libp2p/pull/494))
1741
+ - Fix badges and links on README.md ([libp2p/go-libp2p#485](https://github.com/libp2p/go-libp2p/pull/485))
1742
+ - mocknet: fix NewStream and self dials ([libp2p/go-libp2p#480](https://github.com/libp2p/go-libp2p/pull/480))
1743
+ - deflake identify test ([libp2p/go-libp2p#479](https://github.com/libp2p/go-libp2p/pull/479))
1744
+ - mocknet: use peer ID in peer address ([libp2p/go-libp2p#476](https://github.com/libp2p/go-libp2p/pull/476))
1745
+ - autorelay ([libp2p/go-libp2p#454](https://github.com/libp2p/go-libp2p/pull/454))
1746
+ - Getting updates ([libp2p/go-libp2p#3](https://github.com/libp2p/go-libp2p/pull/3))
1747
+- github.com/libp2p/go-libp2p-autonat:
1748
+ - track autonat peer addresses ([libp2p/go-libp2p-autonat#7](https://github.com/libp2p/go-libp2p-autonat/pull/7))
1749
+- github.com/libp2p/go-libp2p-circuit:
1750
+ - Don't log raw binary ([libp2p/go-libp2p-circuit#53](https://github.com/libp2p/go-libp2p-circuit/pull/53))
1751
+- github.com/libp2p/go-libp2p-connmgr:
1752
+ - Fix concurrency and silence period not being honoured ([libp2p/go-libp2p-connmgr#26](https://github.com/libp2p/go-libp2p-connmgr/pull/26))
1753
+- github.com/libp2p/go-libp2p-crypto:
1754
+ - Fix: Remove redundant Ed25519 public key (#36). ([libp2p/go-libp2p-crypto#54](https://github.com/libp2p/go-libp2p-crypto/pull/54))
1755
+ - libp2p badges, remove IPFS ([libp2p/go-libp2p-crypto#52](https://github.com/libp2p/go-libp2p-crypto/pull/52))
1756
+ - Fix broken contribute link in README ([libp2p/go-libp2p-crypto#46](https://github.com/libp2p/go-libp2p-crypto/pull/46))
1757
+ - forbid RSA keys smaller than 512 bits ([libp2p/go-libp2p-crypto#43](https://github.com/libp2p/go-libp2p-crypto/pull/43))
1758
+ - Added ECDSA; Added RSA tests; Fixed linting errors; Handling all un-handled errors ([libp2p/go-libp2p-crypto#35](https://github.com/libp2p/go-libp2p-crypto/pull/35))
1759
+ - switch to the go-crypto ed25519 implementation ([libp2p/go-libp2p-crypto#38](https://github.com/libp2p/go-libp2p-crypto/pull/38))
1760
+ - update gogo protobuf ([libp2p/go-libp2p-crypto#37](https://github.com/libp2p/go-libp2p-crypto/pull/37))
1761
+- github.com/libp2p/go-libp2p-discovery:
1762
+ - add a timeout to Provide in routing.Advertise ([libp2p/go-libp2p-discovery#12](https://github.com/libp2p/go-libp2p-discovery/pull/12))
1763
+ - correctly encode ns to CID ([libp2p/go-libp2p-discovery#11](https://github.com/libp2p/go-libp2p-discovery/pull/11))
1764
+ - use 6hrs as ttl for routing based advertisements ([libp2p/go-libp2p-discovery#8](https://github.com/libp2p/go-libp2p-discovery/pull/8))
1765
+- github.com/libp2p/go-libp2p-host:
1766
+ - Helper to get PeerInfo from Host ([libp2p/go-libp2p-host#20](https://github.com/libp2p/go-libp2p-host/pull/20))
1767
+- github.com/libp2p/go-libp2p-kad-dht:
1768
+ - fix(dialQueue): account for failed dials ([libp2p/go-libp2p-kad-dht#277](https://github.com/libp2p/go-libp2p-kad-dht/pull/277))
1769
+ - Fix Bootstrap sub-queries ([libp2p/go-libp2p-kad-dht#264](https://github.com/libp2p/go-libp2p-kad-dht/pull/264))
1770
+ - dial queue: fix possible goroutine leak ([libp2p/go-libp2p-kad-dht#262](https://github.com/libp2p/go-libp2p-kad-dht/pull/262))
1771
+ - Alter some logging ([libp2p/go-libp2p-kad-dht#269](https://github.com/libp2p/go-libp2p-kad-dht/pull/269))
1772
+ - Revert #236: Test go mod in travis and use major versioning in import paths ([libp2p/go-libp2p-kad-dht#259](https://github.com/libp2p/go-libp2p-kad-dht/pull/259))
1773
+ - fix tests on freebsd ([libp2p/go-libp2p-kad-dht#255](https://github.com/libp2p/go-libp2p-kad-dht/pull/255))
1774
+ - Fix "no protocol with name dnsaddr" error ([libp2p/go-libp2p-kad-dht#247](https://github.com/libp2p/go-libp2p-kad-dht/pull/247))
1775
+ - Fix a race in dial queue ([libp2p/go-libp2p-kad-dht#248](https://github.com/libp2p/go-libp2p-kad-dht/pull/248))
1776
+ - Fix races with DialQueue variables ([libp2p/go-libp2p-kad-dht#241](https://github.com/libp2p/go-libp2p-kad-dht/pull/241))
1777
+ - Fix CircleCI ([libp2p/go-libp2p-kad-dht#238](https://github.com/libp2p/go-libp2p-kad-dht/pull/238))
1778
+ - Adaptive queue for staging dials ([libp2p/go-libp2p-kad-dht#237](https://github.com/libp2p/go-libp2p-kad-dht/pull/237))
1779
+ - Add the full libp2p default bootstrap peer list ([libp2p/go-libp2p-kad-dht#226](https://github.com/libp2p/go-libp2p-kad-dht/pull/226))
1780
+ - Revert "Tidy up bootstrapping" ([libp2p/go-libp2p-kad-dht#232](https://github.com/libp2p/go-libp2p-kad-dht/pull/232))
1781
+ - Tidy up bootstrapping ([libp2p/go-libp2p-kad-dht#225](https://github.com/libp2p/go-libp2p-kad-dht/pull/225))
1782
+ - Revert "Remove signal bootstrapping" ([libp2p/go-libp2p-kad-dht#227](https://github.com/libp2p/go-libp2p-kad-dht/pull/227))
1783
+ - Remove signal bootstrapping ([libp2p/go-libp2p-kad-dht#224](https://github.com/libp2p/go-libp2p-kad-dht/pull/224))
1784
+ - fix a potential DHT query hang ([libp2p/go-libp2p-kad-dht#219](https://github.com/libp2p/go-libp2p-kad-dht/pull/219))
1785
+ - docs: duplicate pkg documentation ([libp2p/go-libp2p-kad-dht#218](https://github.com/libp2p/go-libp2p-kad-dht/pull/218))
1786
+ - tests: skip key inlining test ([libp2p/go-libp2p-kad-dht#212](https://github.com/libp2p/go-libp2p-kad-dht/pull/212))
1787
+ - Rephrase "betterPeersToQuery" method comment to be less cryptic ([libp2p/go-libp2p-kad-dht#206](https://github.com/libp2p/go-libp2p-kad-dht/pull/206))
1788
+- github.com/libp2p/go-libp2p-loggables:
1789
+ - test: add unit tests ([libp2p/go-libp2p-loggables#21](https://github.com/libp2p/go-libp2p-loggables/pull/21))
1790
+- github.com/libp2p/go-libp2p-netutil:
1791
+ - Add tests ([libp2p/go-libp2p-netutil#28](https://github.com/libp2p/go-libp2p-netutil/pull/28))
1792
+- github.com/libp2p/go-libp2p-peer:
1793
+ - fix: re-enable peer ID inlining but make it configurable ([libp2p/go-libp2p-peer#42](https://github.com/libp2p/go-libp2p-peer/pull/42))
1794
+ - Protobuf and JSON (un-)marshalling methods for peer.ID ([libp2p/go-libp2p-peer#41](https://github.com/libp2p/go-libp2p-peer/pull/41))
1795
+ - disable key inlining ([libp2p/go-libp2p-peer#40](https://github.com/libp2p/go-libp2p-peer/pull/40))
1796
+- github.com/libp2p/go-libp2p-peerstore:
1797
+ - Add unit test to verify AddAddr doesn't shorten TTL ([libp2p/go-libp2p-peerstore#52](https://github.com/libp2p/go-libp2p-peerstore/pull/52))
1798
+ - disable inline-peer id test ([libp2p/go-libp2p-peerstore#49](https://github.com/libp2p/go-libp2p-peerstore/pull/49))
1799
+ - README: Update contributing guideline linkrot. ([libp2p/go-libp2p-peerstore#48](https://github.com/libp2p/go-libp2p-peerstore/pull/48))
1800
+ - Deterministic benchmark order; Keybook interface benchmarks ([libp2p/go-libp2p-peerstore#43](https://github.com/libp2p/go-libp2p-peerstore/pull/43))
1801
+ - PeerInfo UnMarshal Error #393 ([libp2p/go-libp2p-peerstore#45](https://github.com/libp2p/go-libp2p-peerstore/pull/45))
1802
+ - fix the inline key test ([libp2p/go-libp2p-peerstore#44](https://github.com/libp2p/go-libp2p-peerstore/pull/44))
1803
+- github.com/libp2p/go-libp2p-pubsub:
1804
+ - move timecache check/update after validation ([libp2p/go-libp2p-pubsub#156](https://github.com/libp2p/go-libp2p-pubsub/pull/156))
1805
+ - fix nonsensical check ([libp2p/go-libp2p-pubsub#154](https://github.com/libp2p/go-libp2p-pubsub/pull/154))
1806
+ - Extend validator interface to include message source ([libp2p/go-libp2p-pubsub#151](https://github.com/libp2p/go-libp2p-pubsub/pull/151))
1807
+ - Implement peer blacklist ([libp2p/go-libp2p-pubsub#149](https://github.com/libp2p/go-libp2p-pubsub/pull/149))
1808
+ - make timecache duration configurable ([libp2p/go-libp2p-pubsub#148](https://github.com/libp2p/go-libp2p-pubsub/pull/148))
1809
+ - godoc is not html either ([libp2p/go-libp2p-pubsub#147](https://github.com/libp2p/go-libp2p-pubsub/pull/147))
1810
+ - godoc documentation is not markdown ([libp2p/go-libp2p-pubsub#146](https://github.com/libp2p/go-libp2p-pubsub/pull/146))
1811
+ - Add documentation for subscribe's non-instanteneous semantics ([libp2p/go-libp2p-pubsub#145](https://github.com/libp2p/go-libp2p-pubsub/pull/145))
1812
+ - Some documentation ([libp2p/go-libp2p-pubsub#140](https://github.com/libp2p/go-libp2p-pubsub/pull/140))
1813
+ - rework peer tracking logic to handle multiple connections ([libp2p/go-libp2p-pubsub#132](https://github.com/libp2p/go-libp2p-pubsub/pull/132))
1814
+- github.com/libp2p/go-libp2p-pubsub-router:
1815
+ - encode record-store keys in pubsub ([libp2p/go-libp2p-pubsub-router#17](https://github.com/libp2p/go-libp2p-pubsub-router/pull/17))
1816
+- github.com/libp2p/go-libp2p-quic-transport:
1817
+ - fix badges in README ([libp2p/go-libp2p-quic-transport#39](https://github.com/libp2p/go-libp2p-quic-transport/pull/39))
1818
+ - Fix missing transport parameter in dialed connection ([libp2p/go-libp2p-quic-transport#38](https://github.com/libp2p/go-libp2p-quic-transport/pull/38))
1819
+- github.com/libp2p/go-libp2p-routing:
1820
+ - Update the comment on IpfsRouting.Bootstrap ([libp2p/go-libp2p-routing#36](https://github.com/libp2p/go-libp2p-routing/pull/36))
1821
+- github.com/libp2p/go-libp2p-swarm:
1822
+ - Make FD limits configurable by environment property ([libp2p/go-libp2p-swarm#102](https://github.com/libp2p/go-libp2p-swarm/pull/102))
1823
+ - Fix logging race ([libp2p/go-libp2p-swarm#100](https://github.com/libp2p/go-libp2p-swarm/pull/100))
1824
+ - Add CircleCI config ([libp2p/go-libp2p-swarm#99](https://github.com/libp2p/go-libp2p-swarm/pull/99))
1825
+ - Enhance debug logging in dial limiter ([libp2p/go-libp2p-swarm#98](https://github.com/libp2p/go-libp2p-swarm/pull/98))
1826
+ - dialer: handle dial cancel and/or completion before trying new addresses ([libp2p/go-libp2p-swarm#96](https://github.com/libp2p/go-libp2p-swarm/pull/96))
1827
+ - avoid spawning goroutines for canceled dials ([libp2p/go-libp2p-swarm#95](https://github.com/libp2p/go-libp2p-swarm/pull/95))
1828
+ - warn when we encounter a useless transport ([libp2p/go-libp2p-swarm#90](https://github.com/libp2p/go-libp2p-swarm/pull/90))
1829
+- github.com/libp2p/go-libp2p-transport:
1830
+ - fix transport tests for quic ([libp2p/go-libp2p-transport#39](https://github.com/libp2p/go-libp2p-transport/pull/39))
1831
+ - fix: fully close streams before returning ([libp2p/go-libp2p-transport#37](https://github.com/libp2p/go-libp2p-transport/pull/37))
1832
+ - fix typo in README ([libp2p/go-libp2p-transport#36](https://github.com/libp2p/go-libp2p-transport/pull/36))
1833
+- github.com/libp2p/go-libp2p-transport-upgrader:
1834
+ - annotate errors ([libp2p/go-libp2p-transport-upgrader#11](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/11))
1835
+- github.com/ipfs/go-log:
1836
+ - uglify the (event) logs ([ipfs/go-log#53](https://github.com/ipfs/go-log/pull/53))
1837
+ - add environment variable for writing tracing information to a file ([ipfs/go-log#52](https://github.com/ipfs/go-log/pull/52))
1838
+ - correctly display the line number when FinishWithErr fails ([ipfs/go-log#51](https://github.com/ipfs/go-log/pull/51))
1839
+- github.com/libp2p/go-maddr-filter:
1840
+ - test: extend test to improve coverage ([libp2p/go-maddr-filter#7](https://github.com/libp2p/go-maddr-filter/pull/7))
1841
+- github.com/ipfs/go-merkledag:
1842
+ - Increase FetchGraphConcurrency to 32 ([ipfs/go-merkledag#29](https://github.com/ipfs/go-merkledag/pull/29))
1843
+ - Enable CI ([ipfs/go-merkledag#9](https://github.com/ipfs/go-merkledag/pull/9))
1844
+ - fix a fetch deadlock on error ([ipfs/go-merkledag#21](https://github.com/ipfs/go-merkledag/pull/21))
1845
+ - Wait for all go routines to finish before function returns ([ipfs/go-merkledag#19](https://github.com/ipfs/go-merkledag/pull/19))
1846
+- github.com/ipfs/go-metrics-prometheus:
1847
+ - use prometheus instead of gxed ([ipfs/go-metrics-prometheus#3](https://github.com/ipfs/go-metrics-prometheus/pull/3))
1848
+- github.com/ipfs/go-mfs:
1849
+ - fix(mv): dst filename error ([ipfs/go-mfs#62](https://github.com/ipfs/go-mfs/pull/62))
1850
+ - fix over-wait in WaitPub ([ipfs/go-mfs#53](https://github.com/ipfs/go-mfs/pull/53))
1851
+ - Fix/32/pr ports from go-ipfs to go-mfs ([ipfs/go-mfs#49](https://github.com/ipfs/go-mfs/pull/49))
1852
+ - remove the `fullSync` option from `updateChildEntry` ([ipfs/go-mfs#45](https://github.com/ipfs/go-mfs/pull/45))
1853
+ - Various refactorings ([ipfs/go-mfs#36](https://github.com/ipfs/go-mfs/pull/36))
1854
+ - use RW lock for the `File`'s lock ([ipfs/go-mfs#43](https://github.com/ipfs/go-mfs/pull/43))
1855
+ - add documentation links in README ([ipfs/go-mfs#41](https://github.com/ipfs/go-mfs/pull/41))
1856
+ - [WIP] documentation notes ([ipfs/go-mfs#27](https://github.com/ipfs/go-mfs/pull/27))
1857
+ - feat(inode): add inode struct ([ipfs/go-mfs#12](https://github.com/ipfs/go-mfs/pull/12))
1858
+- github.com/libp2p/go-mplex:
1859
+ - fix deadlock ([libp2p/go-mplex#39](https://github.com/libp2p/go-mplex/pull/39))
1860
+ - When a stream is closed, cancel pending writes ([libp2p/go-mplex#35](https://github.com/libp2p/go-mplex/pull/35))
1861
+ - make sure to but the buffer back in the pool ([libp2p/go-mplex#34](https://github.com/libp2p/go-mplex/pull/34))
1862
+ - reduce the packet count ([libp2p/go-mplex#29](https://github.com/libp2p/go-mplex/pull/29))
1863
+- github.com/ipfs/go-path:
1864
+ - fix: no components error ([ipfs/go-path#18](https://github.com/ipfs/go-path/pull/18))
1865
+ - nit: validate CIDs in IPLD paths ([ipfs/go-path#16](https://github.com/ipfs/go-path/pull/16))
1866
+- github.com/libp2p/go-reuseport:
1867
+ - Fix build on wasm ([libp2p/go-reuseport#59](https://github.com/libp2p/go-reuseport/pull/59))
1868
+ - Use Go Control API ([libp2p/go-reuseport#56](https://github.com/libp2p/go-reuseport/pull/56))
1869
+ - Support WASM ([libp2p/go-reuseport#54](https://github.com/libp2p/go-reuseport/pull/54))
1870
+- github.com/libp2p/go-reuseport-transport:
1871
+ - Update to go-reuseport 0.2.0 ([libp2p/go-reuseport-transport#6](https://github.com/libp2p/go-reuseport-transport/pull/6))
1872
+- github.com/libp2p/go-stream-muxer:
1873
+ - add standard reset error ([libp2p/go-stream-muxer#23](https://github.com/libp2p/go-stream-muxer/pull/23))
1874
+ - ci: fix ([libp2p/go-stream-muxer#24](https://github.com/libp2p/go-stream-muxer/pull/24))
1875
+ - Document Reset versus Close ([libp2p/go-stream-muxer#18](https://github.com/libp2p/go-stream-muxer/pull/18))
1876
+ - WIP document Conn.Close ([libp2p/go-stream-muxer#19](https://github.com/libp2p/go-stream-muxer/pull/19))
1877
+- github.com/libp2p/go-tcp-transport:
1878
+ - Deprecate IPFS_REUSEPORT, use LIBP2P_TCP_REUSEPORT ([libp2p/go-tcp-transport#27](https://github.com/libp2p/go-tcp-transport/pull/27))
1879
+- github.com/ipfs/go-unixfs:
1880
+ - unixfile: precalc dir size ([ipfs/go-unixfs#61](https://github.com/ipfs/go-unixfs/pull/61))
1881
+ - Archive refactor ([ipfs/go-unixfs#59](https://github.com/ipfs/go-unixfs/pull/59))
1882
+ - decouple the DAG traversal logic from the DAG reader (local branch) ([ipfs/go-unixfs#60](https://github.com/ipfs/go-unixfs/pull/60))
1883
+ - Unixfs: enforce refs on files when using nocopy ([ipfs/go-unixfs#56](https://github.com/ipfs/go-unixfs/pull/56))
1884
+ - Fix/handle overflow ([ipfs/go-unixfs#53](https://github.com/ipfs/go-unixfs/pull/53))
1885
+ - feat(Directory): Add EnumLinksAsync method ([ipfs/go-unixfs#39](https://github.com/ipfs/go-unixfs/pull/39))
1886
+
1887
+## v0.4.18 2018-10-26
1888
+
1889
+This is probably one of the largest go-ipfs releases in recent history, 3 months
1890
+in the making.
1891
+
1892
+### Features
1893
+
1894
+The headline features this release are experimental QUIC support, the gossipsub
1895
+pubsub routing algorithm, pubsub message signing, and a refactored `ipfs p2p`
1896
+command. However, that's just scratching the surface.
1897
+
1898
+#### QUIC
1899
+
1900
+First up, on the networking front, this release has also introduced experimental
1901
+support for the QUIC protocol. QUIC is a new UDP-based network transport that
1902
+solves many of the long standing issues with TCP.
1903
+
1904
+For us, this means (eventually):
1905
+
1906
+* **Fewer local resources.** TCP requires a file-descriptor per connection while
1907
+ QUIC (and most UDP based transports) can share a single file descriptor
1908
+ between all connections. This should allow us to dial faster and keep more
1909
+ connections open.
1910
+* **Faster connection establishment.** When client authentication is included,
1911
+ QUIC has a three-way handshake like TCP. However, unlike TCP, this handshake
1912
+ brings us from all the way from 0 to a fully encrypted, authenticated, and
1913
+ multiplexed connection. In theory (not yet in practice), this should
1914
+ significantly reduce the latency of DHT queries.
1915
+* **Behaves better on lossy networks.** When multiplexing multiple requests over
1916
+ a single TCP connection, a single dropped packet will bring the entire
1917
+ connection to a halt while the packet is re-transmitted. However, because QUIC
1918
+ handles multiplexing internally, dropping a single packets affects only the
1919
+ related stream.
1920
+* **Better NAT traversal.** TL;DR: NAT hole-punching is significantly easier
1921
+ and, in many cases, more reliable with UDP than with TCP.
1922
+
1923
+However, we still have a long way to go. While we encourage users to test this,
1924
+the IETF QUIC protocol is still being actively developed and *will* change. You
1925
+can find instructions for enabling it
1926
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#QUIC).
1927
+
1928
+#### Pubsub
1929
+
1930
+In terms of pubsub, go-ipfs now supports the gossipsub routing algorithm and
1931
+message signing.
1932
+
1933
+The gossipsub routing algorithm is *significantly* more efficient than the
1934
+current floodsub routing algorithm. Even better, it's fully backwards compatible
1935
+so you can enable it and still talk to nodes using the floodsub algorithm. You
1936
+can find instructions to enable gossipsub in go-ipfs
1937
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#gossipsub).
1938
+
1939
+Messages are now signed by their authors. While signing has now been enabled by
1940
+default, strict signature verification has not been and will not be for at least
1941
+one release (probably multiple) to avoid breaking existing applications. You can
1942
+read about how to configure this feature
1943
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#message-signing).
1944
+
1945
+#### Commands
1946
+
1947
+In terms of new toys, this release introduces a new `ipfs cid` subcommand for
1948
+working with CIDs, a completely refactored `ipfs p2p` command, streaming name
1949
+resolution, and complete inline block support.
1950
+
1951
+The new `ipfs cid` command allows users to both inspect CIDs and convert them
1952
+between various formats and versions. For example:
1953
+
1954
+```sh
1955
+# Print out the CID metadata (prefix)
1956
+> ipfs cid format -f %P QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
1957
+cidv0-protobuf-sha2-256-32
1958
+
1959
+# Get the hex sha256 hash from the CID.
1960
+> ipfs cid format -b base16 -f '0x%D' QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
1961
+0x46d44814b9c5af141c3aaab7c05dc5e844ead5f91f12858b021eba45768b4c0e
1962
+
1963
+# Convert a base58 v0 CID to a base32 v1 CID.
1964
+> ipfs cid base32 QmT78zSuBmuS4z925WZfrqQ1qHaJ56DQaTfyMUF7F8ff5o
1965
+bafybeicg2rebjoofv4kbyovkw7af3rpiitvnl6i7ckcywaq6xjcxnc2mby
1966
+```
1967
+
1968
+The refactored `ipfs p2p` command allows forwarding TCP streams through two IPFS
1969
+nodes from one host to another. It's `ssh -L` but for IPFS. You can find
1970
+documentation
1971
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-p2p).
1972
+It's still experimental but we don't expect too many breaking changes at this
1973
+point (it will very likely be stabilized in the next release). Quick summary of
1974
+breaking changes:
1975
+
1976
+* We don't stop listening for local (forwarded) connections after accepting a
1977
+ single connection.
1978
+* `ipfs p2p stream ls` output now returns more useful output, first address is
1979
+ always the initiator address.
1980
+* `ipfs p2p listener ls` is renamed to `ipfs p2p ls`
1981
+* `ipfs p2p listener close` is renamed to `ipfs p2p close`
1982
+* Protocol names have to be prefixed with `/x/` and are now just passed to
1983
+ libp2p as handler name. Previous version did this 'under the hood' and with
1984
+ `/p2p/` prefix. There is a `--allow-custom-protocol` flag which allows you
1985
+ to use any libp2p handler name.
1986
+* `ipfs p2p listener open` and `ipfs p2p stream dial` got renamed:
1987
+ * `ipfs p2p listener open p2p-test /ip4/127.0.0.1/tcp/10101`
1988
+ new becomes `ipfs p2p listen /x/p2p-test /ip4/127.0.0.1/tcp/10101`
1989
+ * `ipfs p2p stream dial $NODE_A_PEERID p2p-test /ip4/127.0.0.1/tcp/10102`
1990
+ is now `ipfs p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10102 /ipfs/$NODE_A_PEERID`
1991
+
1992
+There is now a new flag for `ipfs name resolve` - `--stream`. When the command
1993
+is invoked with the flag set, it will start returning results as soon as they
1994
+are discovered in the DHT and other routing mechanisms. This enables certain
1995
+applications to start prefetching/displaying data while the discovery is still
1996
+running. Note that this command will likely return many outdated records
1997
+before it finding and returning the latest. However, it will always return
1998
+*valid* records (even if a bit stale).
1999
+
2000
+Finally, in the previous release, we added support for extracting blocks inlined
2001
+into CIDs. In this release, we've added support for creating these CIDs. You can
2002
+now run `ipfs add` with the `--inline` flag to inline blocks less than or equal
2003
+to 32 bytes in length into a CID, instead of writing an actual block. This
2004
+should significantly reduce the size of filesystem trees with many empty
2005
+directories and tiny files.
2006
+
2007
+#### IPNS
2008
+
2009
+You can now publish and resolve paths with namespaces *other* than `/ipns` and
2010
+`/ipfs` through IPNS. Critically, IPNS can now be used with IPLD paths (paths
2011
+starting with `/ipld`).
2012
+
2013
+#### WebUI
2014
+
2015
+Finally, this release includes the shiny [updated
2016
+webui](https://github.com/ipfs-shipyard/ipfs-webui). You can view it by
2017
+installing go-ipfs and visiting http://localhost:5001/webui.
2018
+
2019
+### Performance
2020
+
2021
+This release includes some significant performance improvements, both in terms
2022
+of resource utilization and speed. This section will go into some technical
2023
+details so feel free to skip it if you're just looking for shiny new features.
2024
+
2025
+#### Resource Utilization
2026
+
2027
+In this release, we've (a) fixed a slow memory leak in libp2p and (b)
2028
+significantly reduced the allocation load. Together, these should improve both
2029
+memory and CPU usage.
2030
+
2031
+##### Datastructures
2032
+
2033
+We've changed two of our most frequently used datastructures, CIDs and
2034
+Multiaddrs, to reduce allocation load.
2035
+
2036
+First, we now store CIDs *encode* as strings, instead of decoded in structs
2037
+(behind pointers). In addition to being more compact, our `Cid` type is now a
2038
+valid `map` key so we no longer have to encode CIDs every time we want to use
2039
+them in a map/set. Allocations when inserting CIDs into maps/sets was showing up
2040
+as a significant source of allocations under heavy load so this change should
2041
+improve memory usage.
2042
+
2043
+Second, we've changed many of our multiaddr parsing/processing/formatting
2044
+functions to allocate less. Much of our DHT related-work includes processing
2045
+multiaddrs so this should reduce CPU utilization when heavily using the DHT.
2046
+
2047
+##### Streams and Yamux
2048
+
2049
+Streams have always plagued us in terms of memory utilization. This was
2050
+partially solved by introducing the connection manager, keeping our maximum
2051
+connection count to a reasonable number but they're still a major memory sink.
2052
+
2053
+This release sees two improvements on this front:
2054
+
2055
+1. A memory [leak in identify](https://github.com/libp2p/go-libp2p/issues/419)
2056
+ has been fixed. This was slowly causing us to leak connections (locking up
2057
+ the memory used by the connections' streams).
2058
+2. Yamux streams now use a buffer-pool backed, auto shrinking read buffer.
2059
+ Before, this read buffer would grow to its maximum size (a few megabytes) and
2060
+ never shrink but these buffers now shrink as they're emptied.
2061
+
2062
+#### Bitswap Performance
2063
+
2064
+Bitswap will now pack *multiple* small blocks into a single message thanks
2065
+[ipfs/go-bitswap#5](https://github.com/ipfs/go-bitswap/pull/5). While this won't
2066
+help when transferring large files (with large blocks), this should help when
2067
+transferring many tiny files.
2068
+
2069
+### Refactors and Endeavors
2070
+
2071
+This release saw yet another commands-library refactor, work towards the
2072
+CoreAPI, and the first step towards reliable base32 CID support.
2073
+
2074
+#### Commands Lib
2075
+
2076
+We've completely refactored our commands library (again). While it still needs
2077
+quite a bit of work, it now requires significantly less boilerplate and should
2078
+be significantly more robust. The refactor immediately found two broken tests
2079
+and probably fixed quite a few bugs around properly returning and handling
2080
+errors.
2081
+
2082
+#### CoreAPI
2083
+
2084
+CoreAPI is a new way to interact with IPFS from Go. While it's still not
2085
+final, most things you can do via the CLI or HTTP interfaces, can now be done
2086
+through the new API.
2087
+
2088
+Currently there is only one implementation, backed by go-ipfs node, and there are
2089
+plans to start http-api backed one soon. We are also looking into creating RPC
2090
+interface using this API, which could help performance in some use cases.
2091
+
2092
+You can track progress in https://github.com/ipfs/go-ipfs/issues/4498
2093
+
2094
+#### IPLD paths
2095
+
2096
+We introduced new path type which introduces distinction between IPLD and
2097
+IPFS (unixfs) paths. From now on paths prefixed with `/ipld/` will always
2098
+use IPLD link traversal and `/ipfs/` will use unixfs path resolver, which
2099
+takes things like shardnig into account.
2100
+
2101
+Note that this is only initial support and there likely are some bugs in
2102
+how the paths are handled internally, so consider this feature
2103
+experimental for now.
2104
+
2105
+#### CIDv1/Base32 Migration
2106
+
2107
+Currently, IPFS is usually used in browsers by browsing to
2108
+`https://SOME_GATEWAY/ipfs/CID/...`. There are two significant drawbacks to this
2109
+approach:
2110
+
2111
+1. From a browser security standpoint, all IPFS "sites" will live under the same
2112
+ origin (SOME_GATEWAY).
2113
+2. From a UX standpoint, this doesn't feel very "native" (even if the gateway is
2114
+ a local IPFS node).
2115
+
2116
+To fix the security issue, we intend to switch IPFS gateway links
2117
+`https://ipfs.io/ipfs/CID` to to `https://CID.ipfs.dweb.link`. This way, the CID
2118
+will be a part of the
2119
+["origin"](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin) so
2120
+each IPFS website will get a separate security origin.
2121
+
2122
+To fix the UX issue, we've been working on adding support for `ipfs://CID/...`
2123
+to web browsers through our
2124
+[ipfs-companion](https://github.com/ipfs/ipfs-companion/) add-on and some new,
2125
+experimental extension APIs from Mozilla. This has the same effect of putting
2126
+the CID in the URL origin but has the added benefit of looking "native".
2127
+
2128
+Unfortunately, origins must be *case insensitive*. Currently, most CIDs users
2129
+see are *CIDv0* CIDs (those starting with `Qm`) which are *always* base58
2130
+encoded and are therefore case-sensitive.
2131
+
2132
+Fortunately, CIDv1 (the latest CID format) supports arbitrary bases using the
2133
+[multibase](https://github.com/multiformats/multibase/) standard. Unfortunately,
2134
+IPFS has always treated equivalent CIDv0 and CIDv1 CIDs as distinct. This means
2135
+that files added with CIDv0 CIDs (the default) can't be looked up using the
2136
+equivalent CIDv1.
2137
+
2138
+This release makes some significant progress towards solving this issue by
2139
+introducing two features:
2140
+
2141
+(1) The previous mentioned `ipfs cid base32` command for converting CID to a
2142
+case intensive encoding required by domain names. This command converts a CID to
2143
+version 1 and encodes it using base32.
2144
+
2145
+(2) A hack to allow locally looking up blocks associated with a CIDv0 CID using
2146
+the equivalent CIDv1 CID (or the reverse). This hack will eventually
2147
+be replaced with a multihash indexed blockstore, which is agnostic to both the
2148
+CID version and multicodec content type.
2149
+
2150
+### go-ipfs changelog
2151
+
2152
+Features (i.e., users take heed):
2153
+ - gossipsub ([ipfs/go-ipfs#5373](https://github.com/ipfs/go-ipfs/pull/5373))
2154
+ - support /ipfs/CID in `ipfs dht findprovs` ([ipfs/go-ipfs#5329](https://github.com/ipfs/go-ipfs/pull/5329))
2155
+ - return a json object from config show ([ipfs/go-ipfs#5345](https://github.com/ipfs/go-ipfs/pull/5345))
2156
+ - Set filename in Content-Disposition if filename=x is passed in URI query ([ipfs/go-ipfs#4177](https://github.com/ipfs/go-ipfs/pull/4177))
2157
+ - Allow mfs files.write command to create parent directories ([ipfs/go-ipfs#5359](https://github.com/ipfs/go-ipfs/pull/5359))
2158
+ - Run DNS lookup for --api endpoint provided in CLI ([ipfs/go-ipfs#5372](https://github.com/ipfs/go-ipfs/pull/5372))
2159
+ - Add support for inlinling blocks into CIDs the id-hash ([ipfs/go-ipfs#5281](https://github.com/ipfs/go-ipfs/pull/5281))
2160
+ - depth limited refs -r ([ipfs/go-ipfs#5337](https://github.com/ipfs/go-ipfs/pull/5337))
2161
+ - remove bitswap unwant ([ipfs/go-ipfs#5308](https://github.com/ipfs/go-ipfs/pull/5308))
2162
+ - add experimental QUIC support ([ipfs/go-ipfs#5350](https://github.com/ipfs/go-ipfs/pull/5350))
2163
+ - add a --stdin-name flag for naming files from stdin ([ipfs/go-ipfs#5399](https://github.com/ipfs/go-ipfs/pull/5399))
2164
+ - Refactor `ipfs p2p` ([ipfs/go-ipfs#4929](https://github.com/ipfs/go-ipfs/pull/4929))
2165
+ - add dns support in`ipfs p2p forward` and refactor code ([ipfs/go-ipfs#5533](https://github.com/ipfs/go-ipfs/pull/5533))
2166
+ - feat(command): expose connection direction ([ipfs/go-ipfs#5457](https://github.com/ipfs/go-ipfs/pull/5457))
2167
+ - error when publishing ipns records without a running daemon ([ipfs/go-ipfs#5477](https://github.com/ipfs/go-ipfs/pull/5477))
2168
+ - feat(daemon): print version on start ([ipfs/go-ipfs#5503](https://github.com/ipfs/go-ipfs/pull/5503))
2169
+ - add quieter option to name publish ([ipfs/go-ipfs#5494](https://github.com/ipfs/go-ipfs/pull/5494))
2170
+ - Provide new "cid" sub-command. ([ipfs/go-ipfs#5385](https://github.com/ipfs/go-ipfs/pull/5385))
2171
+ - feat(command): add force flag for files rm ([ipfs/go-ipfs#5555](https://github.com/ipfs/go-ipfs/pull/5555))
2172
+ - Add support for datastore plugins ([ipfs/go-ipfs#5187](https://github.com/ipfs/go-ipfs/pull/5187))
2173
+ - files ls: append slash to directory names ([ipfs/go-ipfs#5605](https://github.com/ipfs/go-ipfs/pull/5605))
2174
+ - ipfs name resolve --stream ([ipfs/go-ipfs#5404](https://github.com/ipfs/go-ipfs/pull/5404))
2175
+ - update webui to 2.1.0 ([ipfs/go-ipfs#5627](https://github.com/ipfs/go-ipfs/pull/5627))
2176
+ - feat: add dry-run flag for config profile apply command ([ipfs/go-ipfs#5455](https://github.com/ipfs/go-ipfs/pull/5455))
2177
+ - configurable pubsub signing ([ipfs/go-ipfs#5647](https://github.com/ipfs/go-ipfs/pull/5647))
2178
+
2179
+Fixes (i.e., users take note):
2180
+ - pin update fixes ([ipfs/go-ipfs#5265](https://github.com/ipfs/go-ipfs/pull/5265))
2181
+ - Fix inability to pin two things at once ([ipfs/go-ipfs#5512](https://github.com/ipfs/go-ipfs/pull/5512))
2182
+ - wait for all connections to close before exiting on shutdown. ([ipfs/go-ipfs#5322](https://github.com/ipfs/go-ipfs/pull/5322))
2183
+ - Fixed ipns address resolution in fuse unix mount ([ipfs/go-ipfs#5384](https://github.com/ipfs/go-ipfs/pull/5384))
2184
+ - core/commands/ls: wrap `NewDirectoryFromNode` error ([ipfs/go-ipfs#5166](https://github.com/ipfs/go-ipfs/pull/5166))
2185
+ - fix goroutine leaks in filestore.go ([ipfs/go-ipfs#5427](https://github.com/ipfs/go-ipfs/pull/5427))
2186
+ - move VersionOption after GatewayOption to fix #5422 ([ipfs/go-ipfs#5424](https://github.com/ipfs/go-ipfs/pull/5424))
2187
+ - fix(commands): fix filestore.go goroutine leak ([ipfs/go-ipfs#5439](https://github.com/ipfs/go-ipfs/pull/5439))
2188
+ - fix(commands): goroutine leaks in ping.go ([ipfs/go-ipfs#5444](https://github.com/ipfs/go-ipfs/pull/5444))
2189
+ - fix output of object command ([ipfs/go-ipfs#5459](https://github.com/ipfs/go-ipfs/pull/5459))
2190
+ - add warning when no bootstrap in config ([ipfs/go-ipfs#5445](https://github.com/ipfs/go-ipfs/pull/5445))
2191
+ - fix behaviour of key rename to same name ([ipfs/go-ipfs#5465](https://github.com/ipfs/go-ipfs/pull/5465))
2192
+ - fix(object): print object diff error ([ipfs/go-ipfs#5469](https://github.com/ipfs/go-ipfs/pull/5469))
2193
+ - fix(pin): goroutine leaks ([ipfs/go-ipfs#5453](https://github.com/ipfs/go-ipfs/pull/5453))
2194
+ - fix offline id bug ([ipfs/go-ipfs#5486](https://github.com/ipfs/go-ipfs/pull/5486))
2195
+ - files cp: improve flush error message ([ipfs/go-ipfs#5485](https://github.com/ipfs/go-ipfs/pull/5485))
2196
+ - resolve: fix unixfs resolution through sharded directories ([ipfs/go-ipfs#5484](https://github.com/ipfs/go-ipfs/pull/5484))
2197
+ - Switch name publish/resolve to coreapi ([ipfs/go-ipfs#5563](https://github.com/ipfs/go-ipfs/pull/5563))
2198
+ - use CoreAPI resolver everywhere (fixes sharded directory resolution) ([ipfs/go-ipfs#5492](https://github.com/ipfs/go-ipfs/pull/5492))
2199
+ - add pin lock in AddallPin function ([ipfs/go-ipfs#5506](https://github.com/ipfs/go-ipfs/pull/5506))
2200
+ - take the pinlock when updating pins ([ipfs/go-ipfs#5550](https://github.com/ipfs/go-ipfs/pull/5550))
2201
+ - fix(object): add support for raw leaves in object diff ([ipfs/go-ipfs#5472](https://github.com/ipfs/go-ipfs/pull/5472))
2202
+ - don't use the domain name as a filename in /ipns/a.com ([ipfs/go-ipfs#5564](https://github.com/ipfs/go-ipfs/pull/5564))
2203
+ - refactor(command): modify int to int64 ([ipfs/go-ipfs#5612](https://github.com/ipfs/go-ipfs/pull/5612))
2204
+ - fix(core): ipns config RecordLifetime panic ([ipfs/go-ipfs#5648](https://github.com/ipfs/go-ipfs/pull/5648))
2205
+ - simplify dag put and correctly take pin lock ([ipfs/go-ipfs#5667](https://github.com/ipfs/go-ipfs/pull/5667))
2206
+ - fix prometheus concurrent map write bug ([ipfs/go-ipfs#5706](https://github.com/ipfs/go-ipfs/pull/5706))
2207
+
2208
+Regressions Fixes (fixes for bugs introduced since the last release):
2209
+ - namesys: properly attach path in name.Resolve ([ipfs/go-ipfs#5660](https://github.com/ipfs/go-ipfs/pull/5660))
2210
+ - fix(p2p): issue #5523 ([ipfs/go-ipfs#5529](https://github.com/ipfs/go-ipfs/pull/5529))
2211
+ - fix infinite loop in `stats bw` ([ipfs/go-ipfs#5598](https://github.com/ipfs/go-ipfs/pull/5598))
2212
+ - make warnings on no bootstrap peers less noisy ([ipfs/go-ipfs#5466](https://github.com/ipfs/go-ipfs/pull/5466))
2213
+ - fix two transport related bugs ([ipfs/go-ipfs#5417](https://github.com/ipfs/go-ipfs/pull/5417))
2214
+ - Fix pin ls output when hash is specified ([ipfs/go-ipfs#5699](https://github.com/ipfs/go-ipfs/pull/5699))
2215
+ - ping: switch to the ping service enabled in the libp2p constructor ([ipfs/go-ipfs#5698](https://github.com/ipfs/go-ipfs/pull/5698))
2216
+ - commands: fix a bunch of tiny commands-lib issues ([ipfs/go-ipfs#5697](https://github.com/ipfs/go-ipfs/pull/5697))
2217
+ - cleanup the ping command ([ipfs/go-ipfs#5680](https://github.com/ipfs/go-ipfs/pull/5680))
2218
+ - fix gossipsub goroutine explosion ([ipfs/go-ipfs#5688](https://github.com/ipfs/go-ipfs/pull/5688))
2219
+ - fix(cmd/gc): Run func does not return error when Emit func returns error ([ipfs/go-ipfs#5687](https://github.com/ipfs/go-ipfs/pull/5687))
2220
+
2221
+Extractions:
2222
+ - Extract bitswap to go-bitswap ([ipfs/go-ipfs#5294](https://github.com/ipfs/go-ipfs/pull/5294))
2223
+ - Extract blockservice and verifcid ([ipfs/go-ipfs#5296](https://github.com/ipfs/go-ipfs/pull/5296))
2224
+ - Extract merkledag package, move dagutils to top level ([ipfs/go-ipfs#5298](https://github.com/ipfs/go-ipfs/pull/5298))
2225
+ - Extract path and resolver ([ipfs/go-ipfs#5306](https://github.com/ipfs/go-ipfs/pull/5306))
2226
+ - Extract config package ([ipfs/go-ipfs#5277](https://github.com/ipfs/go-ipfs/pull/5277))
2227
+ - Extract unixfs and importers to go-unixfs ([ipfs/go-ipfs#5316](https://github.com/ipfs/go-ipfs/pull/5316))
2228
+ - delete unixfs code... ([ipfs/go-ipfs#5319](https://github.com/ipfs/go-ipfs/pull/5319))
2229
+ - Extract /mfs to github.com/ipfs/go-mfs ([ipfs/go-ipfs#5391](https://github.com/ipfs/go-ipfs/pull/5391))
2230
+ - re-format log output as ndjson ([ipfs/go-ipfs#5708](https://github.com/ipfs/go-ipfs/pull/5708))
2231
+ - error on resolving non-terminal paths ([ipfs/go-ipfs#5705](https://github.com/ipfs/go-ipfs/pull/5705))
2232
+
2233
+Documentation:
2234
+ - document the fact that we now publish releases on GitHub ([ipfs/go-ipfs#5301](https://github.com/ipfs/go-ipfs/pull/5301))
2235
+ - docs: add url to dev weekly sync to the README ([ipfs/go-ipfs#5371](https://github.com/ipfs/go-ipfs/pull/5371))
2236
+ - docs: README refresh, add cli-http-api-core diagram ([ipfs/go-ipfs#5396](https://github.com/ipfs/go-ipfs/pull/5396))
2237
+ - add some basic gateway documentation ([ipfs/go-ipfs#5393](https://github.com/ipfs/go-ipfs/pull/5393))
2238
+ - fix the default gateway port ([ipfs/go-ipfs#5419](https://github.com/ipfs/go-ipfs/pull/5419))
2239
+ - fix order of events in the release process ([ipfs/go-ipfs#5434](https://github.com/ipfs/go-ipfs/pull/5434))
2240
+ - docs: add some minimal read-only API documentation ([ipfs/go-ipfs#5437](https://github.com/ipfs/go-ipfs/pull/5437))
2241
+ - feat: use package-table ([ipfs/go-ipfs#5395](https://github.com/ipfs/go-ipfs/pull/5395))
2242
+ - link to go-{libp2p,ipld} package tables ([ipfs/go-ipfs#5446](https://github.com/ipfs/go-ipfs/pull/5446))
2243
+ - api: fix outdated HTTPHeaders config documentation ([ipfs/go-ipfs#5451](https://github.com/ipfs/go-ipfs/pull/5451))
2244
+ - add version, usage, and planning info for urlstore ([ipfs/go-ipfs#5552](https://github.com/ipfs/go-ipfs/pull/5552))
2245
+ - debug-guide.md added memory statistics command ([ipfs/go-ipfs#5546](https://github.com/ipfs/go-ipfs/pull/5546))
2246
+ - Change to point to combined go contributing guidelines ([ipfs/go-ipfs#5607](https://github.com/ipfs/go-ipfs/pull/5607))
2247
+ - docs: Update link format ([ipfs/go-ipfs#5617](https://github.com/ipfs/go-ipfs/pull/5617))
2248
+ - Fix link in readme ([ipfs/go-ipfs#5632](https://github.com/ipfs/go-ipfs/pull/5632))
2249
+ - docs: add a note for dns command ([ipfs/go-ipfs#5629](https://github.com/ipfs/go-ipfs/pull/5629))
2250
+ - Dockerfile: Specifies comments on exposed ports ([ipfs/go-ipfs#5615](https://github.com/ipfs/go-ipfs/pull/5615))
2251
+ - document pubsub message signing ([ipfs/go-ipfs#5669](https://github.com/ipfs/go-ipfs/pull/5669))
2252
+
2253
+Testing:
2254
+ - Include cid-fmt binary in test/bin. ([ipfs/go-ipfs#5297](https://github.com/ipfs/go-ipfs/pull/5297))
2255
+ - wait for the nodes to fully stop ([ipfs/go-ipfs#5315](https://github.com/ipfs/go-ipfs/pull/5315))
2256
+ - apply timeout for build steps after getting node ([ipfs/go-ipfs#5313](https://github.com/ipfs/go-ipfs/pull/5313))
2257
+ - ci: check for gx deps dupes ([ipfs/go-ipfs#5338](https://github.com/ipfs/go-ipfs/pull/5338))
2258
+ - ci: call cleanWs after each step ([ipfs/go-ipfs#5374](https://github.com/ipfs/go-ipfs/pull/5374))
2259
+ - add correct test for GC completeness ([ipfs/go-ipfs#5364](https://github.com/ipfs/go-ipfs/pull/5364))
2260
+ - fix the urlstore tests ([ipfs/go-ipfs#5397](https://github.com/ipfs/go-ipfs/pull/5397))
2261
+ - improve gateway options test ([ipfs/go-ipfs#5433](https://github.com/ipfs/go-ipfs/pull/5433))
2262
+ - coreapi name: Increase test swarm size ([ipfs/go-ipfs#5481](https://github.com/ipfs/go-ipfs/pull/5481))
2263
+ - fix fuse unmount test ([ipfs/go-ipfs#5476](https://github.com/ipfs/go-ipfs/pull/5476))
2264
+ - test(add): add test for issue \#5456 ([ipfs/go-ipfs#5493](https://github.com/ipfs/go-ipfs/pull/5493))
2265
+ - fixed tests of raised fd limits ([ipfs/go-ipfs#5496](https://github.com/ipfs/go-ipfs/pull/5496))
2266
+ - pprof: create HTTP endpoint for setting MutexProfileFraction ([ipfs/go-ipfs#5527](https://github.com/ipfs/go-ipfs/pull/5527))
2267
+ - fix(command):update `add --chunker` test ([ipfs/go-ipfs#5571](https://github.com/ipfs/go-ipfs/pull/5571))
2268
+ - switch to go 1.11 ([ipfs/go-ipfs#5483](https://github.com/ipfs/go-ipfs/pull/5483))
2269
+ - fix: sharness race in directory_size if file is removed ([ipfs/go-ipfs#5586](https://github.com/ipfs/go-ipfs/pull/5586))
2270
+ - Bump Go versions and use '.x' to always get latest minor versions ([ipfs/go-ipfs#5682](https://github.com/ipfs/go-ipfs/pull/5682))
2271
+ - add rabin min error test ([ipfs/go-ipfs#5449](https://github.com/ipfs/go-ipfs/pull/5449))
2272
+ - Use CircleCI 2.0 ([ipfs/go-ipfs#5691](https://github.com/ipfs/go-ipfs/pull/5691))
2273
+
2274
+Internal:
2275
+ - Add ability to retrieve blocks even if given using a different CID version ([ipfs/go-ipfs#5285](https://github.com/ipfs/go-ipfs/pull/5285))
2276
+ - update gogo-protobuf ([ipfs/go-ipfs#5355](https://github.com/ipfs/go-ipfs/pull/5355))
2277
+ - update protobuf files in go-ipfs ([ipfs/go-ipfs#5356](https://github.com/ipfs/go-ipfs/pull/5356))
2278
+ - string-backed CIDs ([ipfs/go-ipfs#5441](https://github.com/ipfs/go-ipfs/pull/5441))
2279
+ - commands: switch object to CoreAPI ([ipfs/go-ipfs#4643](https://github.com/ipfs/go-ipfs/pull/4643))
2280
+ - coreapi: dag: Batching interface ([ipfs/go-ipfs#5340](https://github.com/ipfs/go-ipfs/pull/5340))
2281
+ - key cmd: Refactor to use coreapi ([ipfs/go-ipfs#5339](https://github.com/ipfs/go-ipfs/pull/5339))
2282
+ - coreapi: DHT API ([ipfs/go-ipfs#4804](https://github.com/ipfs/go-ipfs/pull/4804))
2283
+ - block cmd: Use coreapi ([ipfs/go-ipfs#5331](https://github.com/ipfs/go-ipfs/pull/5331))
2284
+ - mk: embed CurrentCommit in the right place ([ipfs/go-ipfs#5507](https://github.com/ipfs/go-ipfs/pull/5507))
2285
+ - added binary executable files to .dockerignore ([ipfs/go-ipfs#5544](https://github.com/ipfs/go-ipfs/pull/5544))
2286
+ - Add sessions when fetching MerkleDAG in LS ([ipfs/go-ipfs#5509](https://github.com/ipfs/go-ipfs/pull/5509))
2287
+ - coreapi: Swarm API ([ipfs/go-ipfs#4803](https://github.com/ipfs/go-ipfs/pull/4803))
2288
+ - coreapi swarm: unify impl type with other apis ([ipfs/go-ipfs#5551](https://github.com/ipfs/go-ipfs/pull/5551))
2289
+ - Refactor UnixFS CoreAPI ([ipfs/go-ipfs#5501](https://github.com/ipfs/go-ipfs/pull/5501))
2290
+ - coreapi: PubSub API ([ipfs/go-ipfs#4805](https://github.com/ipfs/go-ipfs/pull/4805))
2291
+ - fix: maketarball.sh for OSX ([ipfs/go-ipfs#5575](https://github.com/ipfs/go-ipfs/pull/5575))
2292
+ - test the correct return value when checking directory size ([ipfs/go-ipfs#5580](https://github.com/ipfs/go-ipfs/pull/5580))
2293
+ - coreapi unixfs: remove Cat ([ipfs/go-ipfs#5574](https://github.com/ipfs/go-ipfs/pull/5574))
2294
+ - Explicitally use BufferedDAG after removing Batch from importers ([ipfs/go-ipfs#5626](https://github.com/ipfs/go-ipfs/pull/5626))
2295
+
2296
+Cleanup:
2297
+ - Fix some weird code in core/coreunix/add.go ([ipfs/go-ipfs#5354](https://github.com/ipfs/go-ipfs/pull/5354))
2298
+ - name cmd: move subcommands to subdirectory ([ipfs/go-ipfs#5392](https://github.com/ipfs/go-ipfs/pull/5392))
2299
+ - directly parse peer IDs as peer IDs ([ipfs/go-ipfs#5409](https://github.com/ipfs/go-ipfs/pull/5409))
2300
+ - don't bother caching if we're using a nil repo ([ipfs/go-ipfs#5414](https://github.com/ipfs/go-ipfs/pull/5414))
2301
+ - object:refactor data encode error ([ipfs/go-ipfs#5426](https://github.com/ipfs/go-ipfs/pull/5426))
2302
+ - remove Godeps ([ipfs/go-ipfs#5440](https://github.com/ipfs/go-ipfs/pull/5440))
2303
+ - update for the go-ipfs-cmds refactor ([ipfs/go-ipfs#5035](https://github.com/ipfs/go-ipfs/pull/5035))
2304
+ - fix(unixfs): issue #5217 (Avoid use of `pb.Data`) ([ipfs/go-ipfs#5505](https://github.com/ipfs/go-ipfs/pull/5505))
2305
+ - fix(unixfs): issue #5055 ([ipfs/go-ipfs#5525](https://github.com/ipfs/go-ipfs/pull/5525))
2306
+ - add offline id test #4978 and refactor command code ([ipfs/go-ipfs#5562](https://github.com/ipfs/go-ipfs/pull/5562))
2307
+ - refact(command): replace option name with const string ([ipfs/go-ipfs#5642](https://github.com/ipfs/go-ipfs/pull/5642))
2308
+ - remove p2p-circuit addr hack in ipfs swarm peers ([ipfs/go-ipfs#5645](https://github.com/ipfs/go-ipfs/pull/5645))
2309
+ - refactor(commands/id): use new command ([ipfs/go-ipfs#5646](https://github.com/ipfs/go-ipfs/pull/5646))
2310
+ - object patch rm-link: change arg from 'link' to 'name' ([ipfs/go-ipfs#5638](https://github.com/ipfs/go-ipfs/pull/5638))
2311
+ - refactor(cmds): use new cmds lib in version, tar and dns ([ipfs/go-ipfs#5650](https://github.com/ipfs/go-ipfs/pull/5650))
2312
+ - cmds/dag: use new cmds lib ([ipfs/go-ipfs#5662](https://github.com/ipfs/go-ipfs/pull/5662))
2313
+ - commands/ping: use new cmds lib ([ipfs/go-ipfs#5675](https://github.com/ipfs/go-ipfs/pull/5675))
2314
+
2315
+### related changelogs
2316
+
2317
+Changes to sub-packages go-ipfs depends on. This *does not* include libp2p or multiformats.
2318
+
2319
+github.com/ipfs/go-log
2320
+ - update gogo protobuf ([ipfs/go-log#39](https://github.com/ipfs/go-log/pull/39))
2321
+ - rename the protobuf to loggabletracer ([ipfs/go-log#41](https://github.com/ipfs/go-log/pull/41))
2322
+ - protect loggers with rwmutex ([ipfs/go-log#44](https://github.com/ipfs/go-log/pull/44))
2323
+ - make logging prettier ([ipfs/go-log#45](https://github.com/ipfs/go-log/pull/45))
2324
+ - add env vars for logging to file and syslog ([ipfs/go-log#46](https://github.com/ipfs/go-log/pull/46))
2325
+ - remove syslogger ([ipfs/go-log#47](https://github.com/ipfs/go-log/pull/47))
2326
+
2327
+github.com/ipfs/go-datastore
2328
+ - implement DiskUsage for the rest of the datastores ([ipfs/go-datastore#86](https://github.com/ipfs/go-datastore/pull/86))
2329
+ - switch to google's uuid library ([ipfs/go-datastore#89](https://github.com/ipfs/go-datastore/pull/89))
2330
+ - return ErrNotFound from the NullDatastore instead of nil, nil ([ipfs/go-datastore#92](https://github.com/ipfs/go-datastore/pull/92))
2331
+ - Add TTL and Transactional interfaces ([ipfs/go-datastore#91](https://github.com/ipfs/go-datastore/pull/91))
2332
+ - improve testing ([ipfs/go-datastore#93](https://github.com/ipfs/go-datastore/pull/93))
2333
+ - Add support for querying entry expiration ([ipfs/go-datastore#96](https://github.com/ipfs/go-datastore/pull/96))
2334
+ - Allow ds.NewTransaction() to return an error ([ipfs/go-datastore#98](https://github.com/ipfs/go-datastore/pull/98))
2335
+ - add a GetSize method ([ipfs/go-datastore#99](https://github.com/ipfs/go-datastore/pull/99))
2336
+
2337
+github.com/ipfs/go-cid
2338
+ - Add tests for Set type ([ipfs/go-cid#63](https://github.com/ipfs/go-cid/pull/63))
2339
+ - Create new Builder interface for creating CIDs. ([ipfs/go-cid#53](https://github.com/ipfs/go-cid/pull/53))
2340
+ - cid-fmt Enhancments ([ipfs/go-cid#61](https://github.com/ipfs/go-cid/pull/61))
2341
+ - add String benchmark ([ipfs/go-cid#44](https://github.com/ipfs/go-cid/pull/44))
2342
+ - add a streaming CID set ([ipfs/go-cid#67](https://github.com/ipfs/go-cid/pull/67))
2343
+ - Extract non-core functionality from go-cid into go-cidutil ([ipfs/go-cid#69](https://github.com/ipfs/go-cid/pull/69))
2344
+ - cid implementation research ([ipfs/go-cid#70](https://github.com/ipfs/go-cid/pull/70))
2345
+ - cid implementation variations++ ([ipfs/go-cid#72](https://github.com/ipfs/go-cid/pull/72))
2346
+ - Create a new Encode method that is like StringOfBase but never errors ([ipfs/go-cid#60](https://github.com/ipfs/go-cid/pull/60))
2347
+ - add codecs for Dash blocks, tx ([ipfs/go-cid#78](https://github.com/ipfs/go-cid/pull/78))
2348
+
2349
+github.com/ipfs/go-ds-flatfs
2350
+ - check error before defer-removing disk usage file ([ipfs/go-ds-flatfs#47](https://github.com/ipfs/go-ds-flatfs/pull/47))
2351
+ - add GetSize function ([ipfs/go-ds-flatfs#48](https://github.com/ipfs/go-ds-flatfs/pull/48))
2352
+
2353
+github.com/ipfs/go-ds-measure
2354
+ - ([ipfs/go-ds-measure#](https://github.com/ipfs/go-ds-measure/pull/))
2355
+
2356
+github.com/ipfs/go-ds-leveldb
2357
+ - recover datastore on corruption ([ipfs/go-ds-leveldb#15](https://github.com/ipfs/go-ds-leveldb/pull/15))
2358
+ - Add transactional support to leveldb datastore. ([ipfs/go-ds-leveldb#17](https://github.com/ipfs/go-ds-leveldb/pull/17))
2359
+ - implement GetSize ([ipfs/go-ds-leveldb#18](https://github.com/ipfs/go-ds-leveldb/pull/18))
2360
+
2361
+github.com/ipfs/go-metrics-prometheus
2362
+ - use an existing metric when it has already been registered ([ipfs/go-metrics-prometheus#1](https://github.com/ipfs/go-metrics-prometheus/pull/1))
2363
+
2364
+github.com/ipfs/go-metrics-interface
2365
+ - update the counter interface to match prometheus ([ipfs/go-metrics-interface#2](https://github.com/ipfs/go-metrics-interface/pull/2))
2366
+
2367
+github.com/ipfs/go-ipld-format
2368
+ - add copy dagservice function ([ipfs/go-ipld-format#41](https://github.com/ipfs/go-ipld-format/pull/41))
2369
+
2370
+github.com/ipfs/go-ipld-cbor
2371
+ - Refactor to refmt ([ipfs/go-ipld-cbor#30](https://github.com/ipfs/go-ipld-cbor/pull/30))
2372
+ - import changes from the filecoin branch ([ipfs/go-ipld-cbor#41](https://github.com/ipfs/go-ipld-cbor/pull/41))
2373
+ - register the BitIntAtlasEntry for the tests ([ipfs/go-ipld-cbor#43](https://github.com/ipfs/go-ipld-cbor/pull/43))
2374
+ - attempt to allocate a bit less ([ipfs/go-ipld-cbor#45](https://github.com/ipfs/go-ipld-cbor/pull/45))
2375
+
2376
+github.com/ipfs/go-ipfs-cmds
2377
+ - check if we can decode an error before trying ([ipfs/go-ipfs-cmds#108](https://github.com/ipfs/go-ipfs-cmds/pull/108))
2378
+ - fix(option): print error message for error timeout option ([ipfs/go-ipfs-cmds#118](https://github.com/ipfs/go-ipfs-cmds/pull/118))
2379
+ - Create Jenkinsfile ([ipfs/go-ipfs-cmds#89](https://github.com/ipfs/go-ipfs-cmds/pull/89))
2380
+ - fix(add): refer to ipfs issue #5456 ([ipfs/go-ipfs-cmds#121](https://github.com/ipfs/go-ipfs-cmds/pull/121))
2381
+ - commands refactor 2.0 ([ipfs/go-ipfs-cmds#112](https://github.com/ipfs/go-ipfs-cmds/pull/112))
2382
+ - always assign keks to review new PRs ([ipfs/go-ipfs-cmds#123](https://github.com/ipfs/go-ipfs-cmds/pull/123))
2383
+ - extract go-ipfs-files ([ipfs/go-ipfs-cmds#125](https://github.com/ipfs/go-ipfs-cmds/pull/125))
2384
+ - split the value encoder and the error encoder ([ipfs/go-ipfs-cmds#128](https://github.com/ipfs/go-ipfs-cmds/pull/128))
2385
+
2386
+github.com/ipfs/go-ipfs-cmdkit
2387
+ - all: gofmt ([ipfs/go-ipfs-cmdkit#22](https://github.com/ipfs/go-ipfs-cmdkit/pull/22))
2388
+ - add standard ci scripts ([ipfs/go-ipfs-cmdkit#23](https://github.com/ipfs/go-ipfs-cmdkit/pull/23))
2389
+ - only count size for regular files ([ipfs/go-ipfs-cmdkit#25](https://github.com/ipfs/go-ipfs-cmdkit/pull/25))
2390
+ - Create Jenkinsfile ([ipfs/go-ipfs-cmdkit#16](https://github.com/ipfs/go-ipfs-cmdkit/pull/16))
2391
+ - Feat: add WebFile File implementation. ([ipfs/go-ipfs-cmdkit#26](https://github.com/ipfs/go-ipfs-cmdkit/pull/26))
2392
+ - feat(type): fix issue #28 ([ipfs/go-ipfs-cmdkit#29](https://github.com/ipfs/go-ipfs-cmdkit/pull/29))
2393
+ - Extract files package ([ipfs/go-ipfs-cmdkit#31](https://github.com/ipfs/go-ipfs-cmdkit/pull/31))
2394
+
2395
+github.com/ipfs/go-ds-badger
2396
+ - update protobuf ([ipfs/go-ds-badger#26](https://github.com/ipfs/go-ds-badger/pull/26))
2397
+ - exported type datastore => Datastore ([ipfs/go-ds-badger#1](https://github.com/ipfs/go-ds-badger/pull/1))
2398
+ - using exported Datastore type ([ipfs/go-ds-badger#2](https://github.com/ipfs/go-ds-badger/pull/2))
2399
+ - exported type datastore => Datastore ([ipfs/go-ds-badger#28](https://github.com/ipfs/go-ds-badger/pull/28))
2400
+ - Implement new TxDatastore and Txn interfaces ([ipfs/go-ds-badger#27](https://github.com/ipfs/go-ds-badger/pull/27))
2401
+ - Avoid discarding transaction too early in queries ([ipfs/go-ds-badger#31](https://github.com/ipfs/go-ds-badger/pull/31))
2402
+ - Ability to get entry expirations ([ipfs/go-ds-badger#32](https://github.com/ipfs/go-ds-badger/pull/32))
2403
+ - Update badger to 2.8.0 ([ipfs/go-ds-badger#33](https://github.com/ipfs/go-ds-badger/pull/33))
2404
+ - ds.NewTransaction() now returns an error parameter ([ipfs/go-ds-badger#36](https://github.com/ipfs/go-ds-badger/pull/36))
2405
+ - make has faster ([ipfs/go-ds-badger#37](https://github.com/ipfs/go-ds-badger/pull/37))
2406
+ - Implement GetSize and update badger ([ipfs/go-ds-badger#38](https://github.com/ipfs/go-ds-badger/pull/38))
2407
+
2408
+github.com/ipfs/go-ipfs-addr
2409
+ - Remove dependency on libp2p-circuit ([ipfs/go-ipfs-addr#7](https://github.com/ipfs/go-ipfs-addr/pull/7))
2410
+
2411
+github.com/ipfs/go-ipfs-chunker
2412
+ - return err when rabin min less than 16 ([ipfs/go-ipfs-chunker#3](https://github.com/ipfs/go-ipfs-chunker/pull/3))
2413
+ - switch to go-buffer-pool ([ipfs/go-ipfs-chunker#8](https://github.com/ipfs/go-ipfs-chunker/pull/8))
2414
+ - fix size-0 chunker bug ([ipfs/go-ipfs-chunker#9](https://github.com/ipfs/go-ipfs-chunker/pull/9))
2415
+
2416
+github.com/ipfs/go-ipfs-routing
2417
+ - update protobuf ([ipfs/go-ipfs-routing#8](https://github.com/ipfs/go-ipfs-routing/pull/8))
2418
+ - Implement SearchValue ([ipfs/go-ipfs-routing#12](https://github.com/ipfs/go-ipfs-routing/pull/12))
2419
+
2420
+github.com/ipfs/go-ipfs-blockstore
2421
+ - blockstore: Adding Stat method to map from Cid to BlockSize ([ipfs/go-ipfs-blockstore#5](https://github.com/ipfs/go-ipfs-blockstore/pull/5))
2422
+ - correctly convert the datastore not found errors ([ipfs/go-ipfs-blockstore#10](https://github.com/ipfs/go-ipfs-blockstore/pull/10))
2423
+ - Fix typo: Change 'should not' to 'should' ([ipfs/go-ipfs-blockstore#14](https://github.com/ipfs/go-ipfs-blockstore/pull/14))
2424
+ - fix test race condition ([ipfs/go-ipfs-blockstore#9](https://github.com/ipfs/go-ipfs-blockstore/pull/9))
2425
+ - make arccache.GetSize return ErrNotFound when not found ([ipfs/go-ipfs-blockstore#16](https://github.com/ipfs/go-ipfs-blockstore/pull/16))
2426
+ - use datastore.GetSize ([ipfs/go-ipfs-blockstore#17](https://github.com/ipfs/go-ipfs-blockstore/pull/17))
2427
+
2428
+github.com/ipfs/go-ipns
2429
+ - update gogo protobuf ([ipfs/go-ipns#16](https://github.com/ipfs/go-ipns/pull/16))
2430
+ - use new ExtractPublicKey signature ([ipfs/go-ipns#17](https://github.com/ipfs/go-ipns/pull/17))
2431
+
2432
+github.com/ipfs/go-bitswap
2433
+ - update gogo protobuf ([ipfs/go-bitswap#2](https://github.com/ipfs/go-bitswap/pull/2))
2434
+ - ci: add jenkins ([ipfs/go-bitswap#9](https://github.com/ipfs/go-bitswap/pull/9))
2435
+ - bitswap: Bitswap now sends multiple blocks per message ([ipfs/go-bitswap#5](https://github.com/ipfs/go-bitswap/pull/5))
2436
+ - reduce allocations ([ipfs/go-bitswap#12](https://github.com/ipfs/go-bitswap/pull/12))
2437
+ - buffer writes ([ipfs/go-bitswap#15](https://github.com/ipfs/go-bitswap/pull/15))
2438
+ - delay finding providers ([ipfs/go-bitswap#17](https://github.com/ipfs/go-bitswap/pull/17))
2439
+github.com/ipfs/go-blockservice
2440
+ - Avoid allocating a session unless we need it ([ipfs/go-blockservice#6](https://github.com/ipfs/go-blockservice/pull/6))
2441
+
2442
+github.com/ipfs/go-cidutil
2443
+ - add a utility method for sorting CID slices ([ipfs/go-cidutil#5](https://github.com/ipfs/go-cidutil/pull/5))
2444
+
2445
+github.com/ipfs/go-ipfs-config
2446
+ - Add pubsub configuration options ([ipfs/go-ipfs-config#3](https://github.com/ipfs/go-ipfs-config/pull/3))
2447
+ - add QUIC experiment ([ipfs/go-ipfs-config#4](https://github.com/ipfs/go-ipfs-config/pull/4))
2448
+ - Add Gateway.APICommands for /api allowlists ([ipfs/go-ipfs-config#10](https://github.com/ipfs/go-ipfs-config/pull/10))
2449
+ - allow multiple API/Gateway addresses ([ipfs/go-ipfs-config#11](https://github.com/ipfs/go-ipfs-config/pull/11))
2450
+ - Fix handling of null strings ([ipfs/go-ipfs-config#12](https://github.com/ipfs/go-ipfs-config/pull/12))
2451
+ - add experiment for p2p http proxy ([ipfs/go-ipfs-config#13](https://github.com/ipfs/go-ipfs-config/pull/13))
2452
+ - add message signing config options ([ipfs/go-ipfs-config#18](https://github.com/ipfs/go-ipfs-config/pull/18))
2453
+
2454
+github.com/ipfs/go-merkledag
2455
+ - Add FetchGraphWithDepthLimit to specify depth-limited graph fetching. ([ipfs/go-merkledag#2](https://github.com/ipfs/go-merkledag/pull/2))
2456
+ - update gogo protobuf ([ipfs/go-merkledag#4](https://github.com/ipfs/go-merkledag/pull/4))
2457
+ - Update to use new Builder interface for creating CIDs. ([ipfs/go-merkledag#6](https://github.com/ipfs/go-merkledag/pull/6))
2458
+ - perf: avoid allocations when filtering nodes ([ipfs/go-merkledag#11](https://github.com/ipfs/go-merkledag/pull/11))
2459
+
2460
+github.com/ipfs/go-mfs
2461
+ - fix(unixfs): issue #6 ([ipfs/go-mfs#7](https://github.com/ipfs/go-mfs/pull/7))
2462
+ - fix(type): issue #13 ([ipfs/go-mfs#14](https://github.com/ipfs/go-mfs/pull/14))
2463
+
2464
+github.com/ipfs/go-path
2465
+ - fix: don't dag.Get in ResolveToLastNode when not needed ([ipfs/go-path#1](https://github.com/ipfs/go-path/pull/1))
2466
+
2467
+github.com/ipfs/go-unixfs
2468
+ - update gogo protobuf ([ipfs/go-unixfs#6](https://github.com/ipfs/go-unixfs/pull/6))
2469
+ - Update to use new Builder interface for creating CIDs. ([ipfs/go-unixfs#7](https://github.com/ipfs/go-unixfs/pull/7))
2470
+ - nit: make dagTruncate a method on DagModifier ([ipfs/go-unixfs#13](https://github.com/ipfs/go-unixfs/pull/13))
2471
+ - fix(fsnode): issue #17 ([ipfs/go-unixfs#18](https://github.com/ipfs/go-unixfs/pull/18))
2472
+ - Use EnumerateChildrenAsync in for enumerating HAMT links ([ipfs/go-unixfs#19](https://github.com/ipfs/go-unixfs/pull/19))
2473
+
2474
+## v0.4.17 2018-07-27
2475
+
2476
+Ipfs 0.4.17 is a quick release to fix a major performance regression in bitswap
2477
+(mostly affecting go-ipfs -> js-ipfs transfers). However, while motivated by
2478
+this fix, this release contains a few other goodies that will excite some users.
2479
+
2480
+The headline feature in this release is [urlstore][] support. Urlstore is a
2481
+generalization of the filestore backend that can fetch file blocks from remote
2482
+URLs on-demand instead of storing them in the local datastore.
2483
+
2484
+Additionally, we've added support for extracting inline blocks from CIDs (blocks
2485
+inlined into CIDs using the identity hash function). However, go-ipfs won't yet
2486
+*create* such CIDs so you're unlikely to see any in the wild.
2487
+
2488
+[urlstore]: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-urlstore
2489
+
2490
+Features:
2491
+
2492
+* URLStore ([ipfs/go-ipfs#4896](https://github.com/ipfs/go-ipfs/pull/4896))
2493
+* Add trickle-dag support to the urlstore ([ipfs/go-ipfs#5245](https://github.com/ipfs/go-ipfs/pull/5245)).
2494
+* Allow specifying how the data field in the `object get` is encoded ([ipfs/go-ipfs#5139](https://github.com/ipfs/go-ipfs/pull/5139))
2495
+* Add a `-U` flag to `files ls` to disable sorting ([ipfs/go-ipfs#5219](https://github.com/ipfs/go-ipfs/pull/5219))
2496
+* Add an efficient `--size-only` flag to the `repo stat` ([ipfs/go-ipfs#5010](https://github.com/ipfs/go-ipfs/pull/5010))
2497
+* Inline blocks in CIDs ([ipfs/go-ipfs#5117](https://github.com/ipfs/go-ipfs/pull/5117))
2498
+
2499
+Changes/Fixes:
2500
+
2501
+* Make `ipfs files ls -l` correctly report the hash and size of files ([ipfs/go-ipfs#5045](https://github.com/ipfs/go-ipfs/pull/5045))
2502
+* Fix sorting of `files ls` ([ipfs/go-ipfs#5219](https://github.com/ipfs/go-ipfs/pull/5219))
2503
+* Improve prefetching in `ipfs cat` and related commands ([ipfs/go-ipfs#5162](https://github.com/ipfs/go-ipfs/pull/5162))
2504
+* Better error message when `ipfs cp` fails ([ipfs/go-ipfs#5218](https://github.com/ipfs/go-ipfs/pull/5218))
2505
+* Don't wait for the peer to close it's end of a bitswap stream before considering the block "sent" ([ipfs/go-ipfs#5258](https://github.com/ipfs/go-ipfs/pull/5258))
2506
+* Fix resolving links in sharded directories via the gateway ([ipfs/go-ipfs#5271](https://github.com/ipfs/go-ipfs/pull/5271))
2507
+* Fix building when there's a space in the current directory ([ipfs/go-ipfs#5261](https://github.com/ipfs/go-ipfs/pull/5261))
2508
+
2509
+Documentation:
2510
+
2511
+* Improve documentation about the bloomfilter config options ([ipfs/go-ipfs#4924](https://github.com/ipfs/go-ipfs/pull/4924))
2512
+
2513
+General refactorings and internal bug fixes:
2514
+
2515
+* Remove the `Offset()` method from the DAGReader ([ipfs/go-ipfs#5190](https://github.com/ipfs/go-ipfs/pull/5190))
2516
+* Fix TestLargeWriteChunks seek behavior ([ipfs/go-ipfs#5276](https://github.com/ipfs/go-ipfs/pull/5276))
2517
+* Add a build tag to disable dynamic plugins ([ipfs/go-ipfs#5274](https://github.com/ipfs/go-ipfs/pull/5274))
2518
+* Use FSNode instead of the Protobuf structure in PBDagReader ([ipfs/go-ipfs#5189](https://github.com/ipfs/go-ipfs/pull/5189))
2519
+* Remove support for non-directory MFS roots ([ipfs/go-ipfs#5170](https://github.com/ipfs/go-ipfs/pull/5170))
2520
+* Remove `UnixfsNode` from the balanced builder ([ipfs/go-ipfs#5118](https://github.com/ipfs/go-ipfs/pull/5118))
2521
+* Fix truncating files (internal) when already at the correct size ([ipfs/go-ipfs#5253](https://github.com/ipfs/go-ipfs/pull/5253))
2522
+* Fix `dagTruncate` (internal) to preserve the node type ([ipfs/go-ipfs#5216](https://github.com/ipfs/go-ipfs/pull/5216))
2523
+* Add an internal interface for unixfs directories ([ipfs/go-ipfs#5160](https://github.com/ipfs/go-ipfs/pull/5160))
2524
+* Refactor the CoreAPI path types and interfaces ([ipfs/go-ipfs#4672](https://github.com/ipfs/go-ipfs/pull/4672))
2525
+* Refactor `precalcNextBuf` in the dag reader ([ipfs/go-ipfs#5237](https://github.com/ipfs/go-ipfs/pull/5237))
2526
+* Update a bunch of dependencies that haven't been updated for a while ([ipfs/go-ipfs#5268](https://github.com/ipfs/go-ipfs/pull/5268))
2527
+
2528
+## v0.4.16 2018-07-13
2529
+
2530
+Ipfs 0.4.16 is a fairly small release in terms of changes to the ipfs codebase,
2531
+but it contains a huge amount of changes and improvements from the libraries we
2532
+depend on, notably libp2p.
2533
+
2534
+This release includes small a repo migration to account for some changes to the
2535
+DHT. It should only take a second to run but, depending on your configuration,
2536
+you may need to run it manually.
2537
+
2538
+You can run a migration by either:
2539
+
2540
+1. Selecting "Yes" when the daemon prompts you to migrate.
2541
+2. Running the daemon with the `--migrate=true` flag.
2542
+3. Manually [running](https://github.com/ipfs/fs-repo-migrations/blob/master/run.md#running-repo-migrations) the migration.
2543
+
2544
+### Libp2p
2545
+
2546
+This version of ipfs contains the changes made in libp2p from v5.0.14 through
2547
+v6.0.5. In that time, we have made significant changes to the codebase to allow
2548
+for easier integration of future transports and modules along with the usual
2549
+performance and reliability improvements. You can find many of these
2550
+improvements in the libp2p 6.0 [release blog
2551
+post](https://ipfs.io/blog/39-go-libp2p-6-0-0/).
2552
+
2553
+The primary motivation for this refactor was adding support for network
2554
+transports like QUIC that have built-in support for encryption, authentication,
2555
+and stream multiplexing. It will also allow us to plug-in new security
2556
+transports (like TLS) without hard-coding them.
2557
+
2558
+For example, our [QUIC
2559
+transport](https://github.com/libp2p/go-libp2p-quic-transport) currently works,
2560
+and can be plugged into libp2p manually (though note that it is still
2561
+experimental, as the upstream spec is still in flux). Further work is needed to
2562
+make enabling this inside ipfs easy and not require recompilation.
2563
+
2564
+On the user-visible side of things, we've improved our dialing logic and
2565
+timeouts. We now abort dials to local subnets after 5 seconds and abort all
2566
+dials if the TCP handshake takes longer than 5 seconds. This should
2567
+significantly improve performance in some cases as we limit the number of
2568
+concurrent dials and slow dials to non-responsive peers have been known to clog
2569
+the dialer, blocking dials to reachable peers. Importantly, this should improve
2570
+DHT performance as it tends to spend a disproportional amount of time connecting
2571
+to peers.
2572
+
2573
+We have also made a few noticeable changes to the DHT: we've significantly
2574
+improved the chances of finding a value on the DHT, tightened up some of our
2575
+validation logic, and fixed some issues that should reduce traffic to nodes
2576
+running in dhtclient mode over time.
2577
+
2578
+Of these, the first one will likely see the most impact. In the past, when
2579
+putting a value (e.g., an IPNS entry) into the DHT, we'd try to put the value to
2580
+K peers (where K for us is 20). However, we'd often fail to connect to many of
2581
+these peers so we'd end up putting the value to significantly fewer than K
2582
+peers. We now try to put the value to the K peers we can actually connect to.
2583
+
2584
+Finally, we've fixed JavaScript interoperability in go-multiplex, the one stream
2585
+muxer that both go-libp2p and js-libp2p implement. This should significantly
2586
+improve go-libp2p and js-libp2p interoperability.
2587
+
2588
+### Multiformats
2589
+
2590
+We are also changing the way that people write 'ipfs' multiaddrs. Currently,
2591
+ipfs multiaddrs look something like
2592
+`/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ`.
2593
+However, calling them 'ipfs' multiaddrs is a bit misleading, as this is actually
2594
+the multiaddr of a libp2p peer that happens to run ipfs. Other protocols built
2595
+on libp2p right now still have to use multiaddrs that say 'ipfs', even if they
2596
+have nothing to do with ipfs. Therefore, we are renaming them to 'p2p'
2597
+multiaddrs. Moving forward, these addresses will be written as:
2598
+`/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ`.
2599
+
2600
+This release adds support for *parsing* both types of addresses (`.../ipfs/...`
2601
+and `.../p2p/...`) into the same network format, and the network format is
2602
+remaining exactly the same. A future release will have the ipfs daemon switch to
2603
+*printing* out addresses this way once a large enough portion of the network
2604
+has upgraded.
2605
+
2606
+N.B., these addresses are *not* related to IPFS *file* names (`/ipfs/Qm...`).
2607
+Disambiguating the two was yet another motivation to switch the protocol name to
2608
+`/p2p/`.
2609
+
2610
+### IPFS
2611
+
2612
+On the ipfs side of things, we've started embedding public keys inside IPNS
2613
+records and have enabled the Git plugin by default.
2614
+
2615
+Embedding public keys inside IPNS records allows lookups to be faster as we only
2616
+need to fetch the record itself (and not the public key separately). It also
2617
+fixes an issue where DHT peers wouldn't store a record for a peer if they didn't
2618
+have their public key already. Combined with some of the DHT and dialing fixes,
2619
+this should improve the performance of IPNS (once a majority of the network
2620
+updates).
2621
+
2622
+Second, our public builds now include the Git plugin (in past builds, you could
2623
+add it yourself, but doing so was not easy). With this, ipfs can ingest and
2624
+operate over Git repositories and commit graphs directly. For more information
2625
+on this, see [the go-ipld-git repo](https://github.com/ipfs/go-ipld-git).
2626
+
2627
+Finally, we've included many smaller bugfixes, refactorings, improved
2628
+documentation, and a good bit more. For the full details, see the changelog
2629
+below.
2630
+
2631
+## v0.4.16-rc3 2018-07-09
2632
+- Bugfixes
2633
+ - Fix dht commands when ipns over pubsub is enabled ([ipfs/go-ipfs#5200](https://github.com/ipfs/go-ipfs/pull/5200))
2634
+ - Fix content routing when ipns over pubsub is enabled ([ipfs/go-ipfs#5200](https://github.com/ipfs/go-ipfs/pull/5200))
2635
+ - Correctly handle multi-hop dnslink resolution ([ipfs/go-ipfs#5202](https://github.com/ipfs/go-ipfs/pull/5202))
2636
+
2637
+## v0.4.16-rc2 2018-07-05
2638
+- Bugfixes
2639
+ - Fix usage of file name vs path name in adder ([ipfs/go-ipfs#5167](https://github.com/ipfs/go-ipfs/pull/5167))
2640
+ - Fix `ipfs update` working with migrations ([ipfs/go-ipfs#5194](https://github.com/ipfs/go-ipfs/pull/5194))
2641
+- Documentation
2642
+ - Grammar fix in fuse docs ([ipfs/go-ipfs#5164](https://github.com/ipfs/go-ipfs/pull/5164))
2643
+
2644
+## v0.4.16-rc1 2018-06-27
2645
+- Features
2646
+ - Embed public keys inside ipns records, use for validation ([ipfs/go-ipfs#5079](https://github.com/ipfs/go-ipfs/pull/5079))
2647
+ - Preload git plugin by default ([ipfs/go-ipfs#4991](https://github.com/ipfs/go-ipfs/pull/4991))
2648
+- Improvements
2649
+ - Only resolve dnslinks once in the gateway ([ipfs/go-ipfs#4977](https://github.com/ipfs/go-ipfs/pull/4977))
2650
+ - Libp2p transport refactor update ([ipfs/go-ipfs#4817](https://github.com/ipfs/go-ipfs/pull/4817))
2651
+ - Improve swarm connect/disconnect commands ([ipfs/go-ipfs#5107](https://github.com/ipfs/go-ipfs/pull/5107))
2652
+- Documentation
2653
+ - Fix typo of sudo install command ([ipfs/go-ipfs#5001](https://github.com/ipfs/go-ipfs/pull/5001))
2654
+ - Fix experimental features Table of Contents ([ipfs/go-ipfs#4976](https://github.com/ipfs/go-ipfs/pull/4976))
2655
+ - Fix link to systemd init scripts in the README ([ipfs/go-ipfs#4968](https://github.com/ipfs/go-ipfs/pull/4968))
2656
+ - Add package overview comments to coreapi ([ipfs/go-ipfs#5108](https://github.com/ipfs/go-ipfs/pull/5108))
2657
+ - Add README to docs folder ([ipfs/go-ipfs#5095](https://github.com/ipfs/go-ipfs/pull/5095))
2658
+ - Add system requirements to README ([ipfs/go-ipfs#5137](https://github.com/ipfs/go-ipfs/pull/5137))
2659
+- Bugfixes
2660
+ - Fix goroutine leak in pin verify ([ipfs/go-ipfs#5011](https://github.com/ipfs/go-ipfs/pull/5011))
2661
+ - Fix commit string in version ([ipfs/go-ipfs#4982](https://github.com/ipfs/go-ipfs/pull/4982))
2662
+ - Fix `key rename` command output error ([ipfs/go-ipfs#4962](https://github.com/ipfs/go-ipfs/pull/4962))
2663
+ - Report error source when failing to construct private network ([ipfs/go-ipfs#4952](https://github.com/ipfs/go-ipfs/pull/4952))
2664
+ - Fix build on DragonFlyBSD ([ipfs/go-ipfs#5031](https://github.com/ipfs/go-ipfs/pull/5031))
2665
+ - Fix goroutine leak in dag put ([ipfs/go-ipfs#5016](https://github.com/ipfs/go-ipfs/pull/5016))
2666
+ - Fix goroutine leaks in refs.go ([ipfs/go-ipfs#5018](https://github.com/ipfs/go-ipfs/pull/5018))
2667
+ - Fix panic, Don't handle errors with fallthrough ([ipfs/go-ipfs#5072](https://github.com/ipfs/go-ipfs/pull/5072))
2668
+ - Fix how filestore is hooked up with caching ([ipfs/go-ipfs#5122](https://github.com/ipfs/go-ipfs/pull/5122))
2669
+ - Add record validation to offline routing ([ipfs/go-ipfs#5116](https://github.com/ipfs/go-ipfs/pull/5116))
2670
+ - Fix `ipfs update` working with migrations ([ipfs/go-ipfs#5194](https://github.com/ipfs/go-ipfs/pull/5194))
2671
+- General Changes and Refactorings
2672
+ - Remove leftover bits of dead code ([ipfs/go-ipfs#5022](https://github.com/ipfs/go-ipfs/pull/5022))
2673
+ - Remove fuse platform build constraints ([ipfs/go-ipfs#5033](https://github.com/ipfs/go-ipfs/pull/5033))
2674
+ - Warning when legacy NoSync setting is set ([ipfs/go-ipfs#5036](https://github.com/ipfs/go-ipfs/pull/5036))
2675
+ - Clean up and refactor namesys module ([ipfs/go-ipfs#5007](https://github.com/ipfs/go-ipfs/pull/5007))
2676
+ - When raw-leaves are used for empty files use 'Raw' nodes ([ipfs/go-ipfs#4693](https://github.com/ipfs/go-ipfs/pull/4693))
2677
+ - Update dist_root in build scripts ([ipfs/go-ipfs#5093](https://github.com/ipfs/go-ipfs/pull/5093))
2678
+ - Integrate `pb.Data` into `FSNode` to avoid duplicating fields ([ipfs/go-ipfs#5098](https://github.com/ipfs/go-ipfs/pull/5098))
2679
+ - Reduce log level when we can't republish ([ipfs/go-ipfs#5091](https://github.com/ipfs/go-ipfs/pull/5091))
2680
+ - Extract ipns record logic to go-ipns ([ipfs/go-ipfs#5124](https://github.com/ipfs/go-ipfs/pull/5124))
2681
+- Testing
2682
+ - Collect test times for sharness ([ipfs/go-ipfs#4959](https://github.com/ipfs/go-ipfs/pull/4959))
2683
+ - Fix sharness iptb connect timeout ([ipfs/go-ipfs#4966](https://github.com/ipfs/go-ipfs/pull/4966))
2684
+ - Add more timeouts to the jenkins pipeline ([ipfs/go-ipfs#4958](https://github.com/ipfs/go-ipfs/pull/4958))
2685
+ - Use go 1.10 on jenkins ([ipfs/go-ipfs#5009](https://github.com/ipfs/go-ipfs/pull/5009))
2686
+ - Speed up multinode sharness test ([ipfs/go-ipfs#4967](https://github.com/ipfs/go-ipfs/pull/4967))
2687
+ - Print out iptb logs on iptb test failure (for debugging CI) ([ipfs/go-ipfs#5069](https://github.com/ipfs/go-ipfs/pull/5069))
2688
+ - Disable the MacOS tests in jenkins ([ipfs/go-ipfs#5119](https://github.com/ipfs/go-ipfs/pull/5119))
2689
+ - Make republisher test robust against timing issues ([ipfs/go-ipfs#5125](https://github.com/ipfs/go-ipfs/pull/5125))
2690
+ - Archive sharness trash dirs in jenkins ([ipfs/go-ipfs#5071](https://github.com/ipfs/go-ipfs/pull/5071))
2691
+ - Fixup DHT sharness tests ([ipfs/go-ipfs#5114](https://github.com/ipfs/go-ipfs/pull/5114))
2692
+- Dependencies
2693
+ - Update go-ipld-git to fix mergetag resolving ([ipfs/go-ipfs#4988](https://github.com/ipfs/go-ipfs/pull/4988))
2694
+ - Fix duplicate /x/sys imports ([ipfs/go-ipfs#5068](https://github.com/ipfs/go-ipfs/pull/5068))
2695
+ - Update stream multiplexers ([ipfs/go-ipfs#5075](https://github.com/ipfs/go-ipfs/pull/5075))
2696
+ - Update dependencies: go-log, sys, go-crypto ([ipfs/go-ipfs#5100](https://github.com/ipfs/go-ipfs/pull/5100))
2697
+ - Explicitly import go-multiaddr-dns in config/bootstrap_peers ([ipfs/go-ipfs#5144](https://github.com/ipfs/go-ipfs/pull/5144))
2698
+ - Gx update with dht and dialing improvements ([ipfs/go-ipfs#5158](https://github.com/ipfs/go-ipfs/pull/5158))
2699
+
2700
+## v0.4.15 2018-05-09
2701
+
2702
+This release is significantly smaller than the last as much of the work on
2703
+improving our datastores, and other libraries libp2p has yet to be merged.
2704
+However, it still includes many welcome improvements.
2705
+
2706
+As with 0.4.12 and 0.4.14 (0.4.13 was a patch), this release has a negative
2707
+diff-stat. Unfortunately, much of this code isn't actually going away but at
2708
+least it's being moved out into separate repositories.
2709
+
2710
+Much of the work that made it into this release is under the hood. We've cleaned
2711
+up some code, extracted several packages into their own repositories, and made
2712
+some long neglected optimizations (e.g., handling of sharded directories).
2713
+Additionally, this release includes a bunch of tests for our CLI commands that
2714
+should help us avoid some of the issues we've seen in the past few releases.
2715
+
2716
+More visibly, thanks to @djdv's efforts, this release includes some significant
2717
+Windows improvements (with more on the way). Specifically, this release includes
2718
+better handling of repo lockfiles (no more `ipfs repo fsck`), stdin command-line
2719
+support, and, last but not least, IPFS no longer writes random files with scary
2720
+garbage in the drive root. To read more about future windows improvements, take
2721
+a look at this [blog post](https://blog.ipfs.io/36-a-look-at-windows/).
2722
+
2723
+To better support low-power devices, we've added a low-power config profile.
2724
+This can be enabled when initializing a repo by running `ipfs init` with the
2725
+`--profile=lowpower` flag or later by running `ipfs config profile apply lowpower`.
2726
+
2727
+Finally, with this release we have begun distributing self-contained source
2728
+archives of go-ipfs and its dependencies. This should be a welcome improvement
2729
+for both packagers and those living in countries with harmonized internet
2730
+access.
2731
+
2732
+- Features
2733
+ - Add options for record count and timeout for resolving DHT paths ([ipfs/go-ipfs#4733](https://github.com/ipfs/go-ipfs/pull/4733))
2734
+ - Add low power init profile ([ipfs/go-ipfs#4154](https://github.com/ipfs/go-ipfs/pull/4154))
2735
+ - Add Opentracing plugin support ([ipfs/go-ipfs#4506](https://github.com/ipfs/go-ipfs/pull/4506))
2736
+ - Add make target to build source tarballs ([ipfs/go-ipfs#4920](https://github.com/ipfs/go-ipfs/pull/4920))
2737
+
2738
+- Improvements
2739
+ - Add BlockedFetched/Added/Removed events to Blockservice ([ipfs/go-ipfs#4649](https://github.com/ipfs/go-ipfs/pull/4649))
2740
+ - Improve performance of HAMT code ([ipfs/go-ipfs#4889](https://github.com/ipfs/go-ipfs/pull/4889))
2741
+ - Avoid unnecessarily resolving child nodes when listing a sharded directory ([ipfs/go-ipfs#4884](https://github.com/ipfs/go-ipfs/pull/4884))
2742
+ - Tar writer now supports sharded ipfs directories ([ipfs/go-ipfs#4873](https://github.com/ipfs/go-ipfs/pull/4873))
2743
+ - Infer type from CID when possible in `ipfs ls` ([ipfs/go-ipfs#4890](https://github.com/ipfs/go-ipfs/pull/4890))
2744
+ - Deduplicate keys in GetMany ([ipfs/go-ipfs#4888](https://github.com/ipfs/go-ipfs/pull/4888))
2745
+
2746
+- Documentation
2747
+ - Fix spelling of retrieval ([ipfs/go-ipfs#4819](https://github.com/ipfs/go-ipfs/pull/4819))
2748
+ - Update broken links ([ipfs/go-ipfs#4798](https://github.com/ipfs/go-ipfs/pull/4798))
2749
+ - Remove roadmap.md ([ipfs/go-ipfs#4834](https://github.com/ipfs/go-ipfs/pull/4834))
2750
+ - Remove link to IPFS paper in contribute.md ([ipfs/go-ipfs#4812](https://github.com/ipfs/go-ipfs/pull/4812))
2751
+ - Fix broken todo link in readme.md ([ipfs/go-ipfs#4865](https://github.com/ipfs/go-ipfs/pull/4865))
2752
+ - Document ipns pubsub ([ipfs/go-ipfs#4903](https://github.com/ipfs/go-ipfs/pull/4903))
2753
+ - Fix missing profile docs ([ipfs/go-ipfs#4846](https://github.com/ipfs/go-ipfs/pull/4846))
2754
+ - Fix a few typos ([ipfs/go-ipfs#4835](https://github.com/ipfs/go-ipfs/pull/4835))
2755
+ - Fix typo in fsrepo error message ([ipfs/go-ipfs#4933](https://github.com/ipfs/go-ipfs/pull/4933))
2756
+ - Remove go-ipfs version from issue template ([ipfs/go-ipfs#4943](https://github.com/ipfs/go-ipfs/pull/4943))
2757
+ - Add docs for --profile=lowpower ([ipfs/go-ipfs#4970](https://github.com/ipfs/go-ipfs/pull/4970))
2758
+ - Improve Windows build documentation ([ipfs/go-ipfs#4691](https://github.com/ipfs/go-ipfs/pull/4691))
2759
+
2760
+- Bugfixes
2761
+ - Check CIDs in base case when diffing nodes ([ipfs/go-ipfs#4767](https://github.com/ipfs/go-ipfs/pull/4767))
2762
+ - Support for CIDv1 with custom mhtype in `ipfs block put` ([ipfs/go-ipfs#4563](https://github.com/ipfs/go-ipfs/pull/4563))
2763
+ - Clean path in DagArchive ([ipfs/go-ipfs#4743](https://github.com/ipfs/go-ipfs/pull/4743))
2764
+ - Set the prefix for MFS root in `ipfs add --hash-only` ([ipfs/go-ipfs#4755](https://github.com/ipfs/go-ipfs/pull/4755))
2765
+ - Fix get output path ([ipfs/go-ipfs#4809](https://github.com/ipfs/go-ipfs/pull/4809))
2766
+ - Fix incorrect Read calls ([ipfs/go-ipfs#4792](https://github.com/ipfs/go-ipfs/pull/4792))
2767
+ - Use prefix in bootstrapWritePeers ([ipfs/go-ipfs#4832](https://github.com/ipfs/go-ipfs/pull/4832))
2768
+ - Fix mfs Directory.Path not working ([ipfs/go-ipfs#4844](https://github.com/ipfs/go-ipfs/pull/4844))
2769
+ - Remove header in `ipfs stats bw` if not polling ([ipfs/go-ipfs#4856](https://github.com/ipfs/go-ipfs/pull/4856))
2770
+ - Match Go's GOPATH defaults behaviour in build scripts ([ipfs/go-ipfs#4678](https://github.com/ipfs/go-ipfs/pull/4678))
2771
+ - Fix default-net profile not reverting bootstrap config ([ipfs/go-ipfs#4845](https://github.com/ipfs/go-ipfs/pull/4845))
2772
+ - Fix excess goroutines in bitswap caused by insecure CIDs ([ipfs/go-ipfs#4946](https://github.com/ipfs/go-ipfs/pull/4946))
2773
+
2774
+- General Changes and Refactorings
2775
+ - Refactor trickle DAG builder ([ipfs/go-ipfs#4730](https://github.com/ipfs/go-ipfs/pull/4730))
2776
+ - Split the coreapi interface into multiple files ([ipfs/go-ipfs#4802](https://github.com/ipfs/go-ipfs/pull/4802))
2777
+ - Make `ipfs init` command use new cmds lib ([ipfs/go-ipfs#4732](https://github.com/ipfs/go-ipfs/pull/4732))
2778
+ - Extract thirdparty/tar package ([ipfs/go-ipfs#4857](https://github.com/ipfs/go-ipfs/pull/4857))
2779
+ - Reduce log level when for disconnected peers to info ([ipfs/go-ipfs#4811](https://github.com/ipfs/go-ipfs/pull/4811))
2780
+ - Only visit nodes in EnumerateChildrenAsync when asked ([ipfs/go-ipfs#4885](https://github.com/ipfs/go-ipfs/pull/4885))
2781
+ - Refactor coreapi options ([ipfs/go-ipfs#4807](https://github.com/ipfs/go-ipfs/pull/4807))
2782
+ - Fix error style for most errors ([ipfs/go-ipfs#4829](https://github.com/ipfs/go-ipfs/pull/4829))
2783
+ - Ensure `--help` always works, even with /dev/null stdin ([ipfs/go-ipfs#4849](https://github.com/ipfs/go-ipfs/pull/4849))
2784
+ - Deduplicate AddNodeLinkClean into AddNodeLink ([ipfs/go-ipfs#4940](https://github.com/ipfs/go-ipfs/pull/4940))
2785
+ - Remove some dead code ([ipfs/go-ipfs#4833](https://github.com/ipfs/go-ipfs/pull/4833))
2786
+ - Remove unused imports ([ipfs/go-ipfs#4955](https://github.com/ipfs/go-ipfs/pull/4955))
2787
+ - Fix go vet warnings ([ipfs/go-ipfs#4859](https://github.com/ipfs/go-ipfs/pull/4859))
2788
+
2789
+- Testing
2790
+ - Generate JUnit test reports for sharness tests ([ipfs/go-ipfs#4530](https://github.com/ipfs/go-ipfs/pull/4530))
2791
+ - Fix t0063-daemon-init.sh by adding test profile to daemon ([ipfs/go-ipfs#4816](https://github.com/ipfs/go-ipfs/pull/4816))
2792
+ - Remove circular dependencies in merkledag package tests ([ipfs/go-ipfs#4704](https://github.com/ipfs/go-ipfs/pull/4704))
2793
+ - Check that all the commands fail when passed a bad flag ([ipfs/go-ipfs#4848](https://github.com/ipfs/go-ipfs/pull/4848))
2794
+ - Allow for some small margin of code coverage dropping on commit ([ipfs/go-ipfs#4867](https://github.com/ipfs/go-ipfs/pull/4867))
2795
+ - Add confirmation to archive-branches script ([ipfs/go-ipfs#4797](https://github.com/ipfs/go-ipfs/pull/4797))
2796
+
2797
+- Dependencies
2798
+ - Update lock package ([ipfs/go-ipfs#4855](https://github.com/ipfs/go-ipfs/pull/4855))
2799
+ - Update to latest go-datastore. Remove thirdparty/datastore2 ([ipfs/go-ipfs#4742](https://github.com/ipfs/go-ipfs/pull/4742))
2800
+ - Extract fs lock into go-fs-lock ([ipfs/go-ipfs#4631](https://github.com/ipfs/go-ipfs/pull/4631))
2801
+ - Extract: exchange/interface.go, blocks/blocksutil, exchange/offline ([ipfs/go-ipfs#4912](https://github.com/ipfs/go-ipfs/pull/4912))
2802
+ - Remove unused lock dep ([ipfs/go-ipfs#4971](https://github.com/ipfs/go-ipfs/pull/4971))
2803
+ - Update iptb ([ipfs/go-ipfs#4965](https://github.com/ipfs/go-ipfs/pull/4965))
2804
+ - Update go-ipfs-cmds to fix stdin on windows ([ipfs/go-ipfs#4975](https://github.com/ipfs/go-ipfs/pull/4975))
2805
+ - Update go-ds-flatfs to fix windows corruption issue ([ipfs/go-ipfs#4872](https://github.com/ipfs/go-ipfs/pull/4872))
2806
+
2807
+## v0.4.14 2018-03-22
2808
+
2809
+Ipfs 0.4.14 is a big release with a large number of improvements and bugfixes.
2810
+It is also the first release of 2018, and our first release in over three
2811
+months. The release took longer than expected due to our refactoring and
2812
+extracting of our commands library. This refactor had two stages. The first
2813
+round of the refactor disentangled the commands code from core ipfs code,
2814
+allowing us to move it out into a [separate
2815
+repository](https://github.com/ipfs/go-ipfs-cmds). The code was previously
2816
+very entangled with the go-ipfs codebase and not usable for other projects.
2817
+The second round of the refactor had the goal of fixing several major issues
2818
+around streaming outputs, progress bars, and error handling. It also paved the
2819
+way for us to more easily provide an API over other transports, such as
2820
+websockets and unix domain sockets. It took a while to flush out all the kinks
2821
+on such a massive change. We're pretty sure we've got most of them, but if you
2822
+notice anything weird, please let us know.
2823
+
2824
+Beyond that, we've added a new experimental way to use IPNS. With the new
2825
+pubsub IPNS resolver and publisher, you can subscribe to updates of an IPNS
2826
+entry, and the owner can publish out changes in real time. With this, IPNS can
2827
+become nearly instantaneous. To make use of this, simply start your ipfs daemon
2828
+with the `--enable-namesys-pubsub` option, and all IPNS resolution and
2829
+publishing will use pubsub. Note that resolving an IPNS name via pubsub without
2830
+someone publishing it via pubsub will result in a fallback to using the DHT.
2831
+Please give this a try and let us know how it goes!
2832
+
2833
+Memory and CPU usage should see a noticeable improvement in this release. We
2834
+have spent considerable time fixing excess memory usage throughout the codebase
2835
+and down into libp2p. Fixes in peer tracking, bitswap allocation, pinning, and
2836
+many other places have brought down both peak and average memory usage. An
2837
+upgraded hashing library, base58 encoding library, and improved allocation
2838
+patterns all contribute to overall lower CPU usage across the board. See the
2839
+full changelist below for more memory and CPU usage improvements.
2840
+
2841
+This release also brings the beginning of the ipfs 'Core API'. Once finished,
2842
+the Core API will be the primary way to interact with go-ipfs using go. Both
2843
+embedded nodes and nodes accessed over the http API will have the same
2844
+interface. Stay tuned for future updates and documentation.
2845
+
2846
+These are only a sampling of the changes that made it into this release, the
2847
+full list (almost 100 PRs!) is below.
2848
+
2849
+Finally, I'd like to thank everyone who contributed to this release, whether
2850
+you're just contributing a typo fix or driving new features. We are really
2851
+grateful to everyone who has spent their their time pushing ipfs forward.
2852
+
2853
+SECURITY NOTE:
2854
+
2855
+This release of ipfs disallows the usage of insecure hash functions and
2856
+lengths. Ipfs does not create these insecure objects for any purpose, but it
2857
+did allow manually creating them and fetching them from other peers. If you
2858
+currently have objects using insecure hashes in your local ipfs repo, please
2859
+remove them before updating.
2860
+
2861
+#### Changes from rc2 to rc3
2862
+- Fix bug in stdin argument parsing ([ipfs/go-ipfs#4827](https://github.com/ipfs/go-ipfs/pull/4827))
2863
+- Revert commands back to sending a single response ([ipfs/go-ipfs#4822](https://github.com/ipfs/go-ipfs/pull/4822))
2864
+
2865
+#### Changes from rc1 to rc2
2866
+- Fix issue in ipfs get caused by go1.10 changes ([ipfs/go-ipfs#4790](https://github.com/ipfs/go-ipfs/pull/4790))
2867
+
2868
+- Features
2869
+ - Pubsub IPNS Publisher and Resolver (experimental) ([ipfs/go-ipfs#4047](https://github.com/ipfs/go-ipfs/pull/4047))
2870
+ - Implement coreapi Dag interface ([ipfs/go-ipfs#4471](https://github.com/ipfs/go-ipfs/pull/4471))
2871
+ - Add --offset flag to ipfs cat ([ipfs/go-ipfs#4538](https://github.com/ipfs/go-ipfs/pull/4538))
2872
+ - Command to apply config profile after init ([ipfs/go-ipfs#4195](https://github.com/ipfs/go-ipfs/pull/4195))
2873
+ - Implement coreapi Name and Key interfaces ([ipfs/go-ipfs#4477](https://github.com/ipfs/go-ipfs/pull/4477))
2874
+ - Add --length flag to ipfs cat ([ipfs/go-ipfs#4553](https://github.com/ipfs/go-ipfs/pull/4553))
2875
+ - Implement coreapi Object interface ([ipfs/go-ipfs#4492](https://github.com/ipfs/go-ipfs/pull/4492))
2876
+ - Implement coreapi Block interface ([ipfs/go-ipfs#4548](https://github.com/ipfs/go-ipfs/pull/4548))
2877
+ - Implement coreapi Pin interface ([ipfs/go-ipfs#4575](https://github.com/ipfs/go-ipfs/pull/4575))
2878
+ - Add a --with-local flag to ipfs files stat ([ipfs/go-ipfs#4638](https://github.com/ipfs/go-ipfs/pull/4638))
2879
+ - Disallow usage of blocks with insecure hashes ([ipfs/go-ipfs#4751](https://github.com/ipfs/go-ipfs/pull/4751))
2880
+- Improvements
2881
+ - Add uuid to event logs ([ipfs/go-ipfs#4392](https://github.com/ipfs/go-ipfs/pull/4392))
2882
+ - Add --quiet flag to object put ([ipfs/go-ipfs#4411](https://github.com/ipfs/go-ipfs/pull/4411))
2883
+ - Pinning memory improvements and fixes ([ipfs/go-ipfs#4451](https://github.com/ipfs/go-ipfs/pull/4451))
2884
+ - Update WebUI version ([ipfs/go-ipfs#4449](https://github.com/ipfs/go-ipfs/pull/4449))
2885
+ - Check strong and weak ETag validator ([ipfs/go-ipfs#3983](https://github.com/ipfs/go-ipfs/pull/3983))
2886
+ - Improve and refactor FD limit handling ([ipfs/go-ipfs#3801](https://github.com/ipfs/go-ipfs/pull/3801))
2887
+ - Support linking to non-dagpb objects in ipfs object patch ([ipfs/go-ipfs#4460](https://github.com/ipfs/go-ipfs/pull/4460))
2888
+ - Improve allocation patterns of slices in bitswap ([ipfs/go-ipfs#4458](https://github.com/ipfs/go-ipfs/pull/4458))
2889
+ - Secio handshake now happens synchronously ([libp2p/go-libp2p-secio#25](https://github.com/libp2p/go-libp2p-secio/pull/25))
2890
+ - Don't block closing connections on pending writes ([libp2p/go-msgio#7](https://github.com/libp2p/go-msgio/pull/7))
2891
+ - Improve memory usage of multiaddr parsing ([multiformats/go-multiaddr#56](https://github.com/multiformats/go-multiaddr/pull/56))
2892
+ - Don't lock up 256KiB buffers when adding small files ([ipfs/go-ipfs#4508](https://github.com/ipfs/go-ipfs/pull/4508))
2893
+ - Clear out memory after reads from the dagreader ([ipfs/go-ipfs#4525](https://github.com/ipfs/go-ipfs/pull/4525))
2894
+ - Improve error handling in ipfs ping ([ipfs/go-ipfs#4546](https://github.com/ipfs/go-ipfs/pull/4546))
2895
+ - Allow install.sh to be run without being the script dir ([ipfs/go-ipfs#4547](https://github.com/ipfs/go-ipfs/pull/4547))
2896
+ - Much faster base58 encoding ([libp2p/go-libp2p-peer#24](https://github.com/libp2p/go-libp2p-peer/pull/24))
2897
+ - Use faster sha256 and blake2b libs ([multiformats/go-multihash#63](https://github.com/multiformats/go-multihash/pull/63))
2898
+ - Greatly improve peerstore memory usage ([libp2p/go-libp2p-peerstore#22](https://github.com/libp2p/go-libp2p-peerstore/pull/22))
2899
+ - Improve dht memory usage and peer tracking ([libp2p/go-libp2p-kad-dht#111](https://github.com/libp2p/go-libp2p-kad-dht/pull/111))
2900
+ - New libp2p metrics lib with lower overhead ([libp2p/go-libp2p-metrics#8](https://github.com/libp2p/go-libp2p-metrics/pull/8))
2901
+ - Fix memory leak that occurred when dialing many peers ([libp2p/go-libp2p-swarm#51](https://github.com/libp2p/go-libp2p-swarm/pull/51))
2902
+ - Wire up new dag interfaces to make sessions easier ([ipfs/go-ipfs#4641](https://github.com/ipfs/go-ipfs/pull/4641))
2903
+- Documentation
2904
+ - Correct StorageMax config description ([ipfs/go-ipfs#4388](https://github.com/ipfs/go-ipfs/pull/4388))
2905
+ - Add how to download IPFS with IPFS doc ([ipfs/go-ipfs#4390](https://github.com/ipfs/go-ipfs/pull/4390))
2906
+ - Document gx release checklist item ([ipfs/go-ipfs#4480](https://github.com/ipfs/go-ipfs/pull/4480))
2907
+ - Add some documentation to CoreAPI ([ipfs/go-ipfs#4493](https://github.com/ipfs/go-ipfs/pull/4493))
2908
+ - Add interop tests to the release checklist ([ipfs/go-ipfs#4501](https://github.com/ipfs/go-ipfs/pull/4501))
2909
+ - Add badgerds to experimental-features ToC ([ipfs/go-ipfs#4537](https://github.com/ipfs/go-ipfs/pull/4537))
2910
+ - Fix typos and inconsistencies in commands documentation ([ipfs/go-ipfs#4552](https://github.com/ipfs/go-ipfs/pull/4552))
2911
+ - Add a document to help troubleshoot data transfers ([ipfs/go-ipfs#4332](https://github.com/ipfs/go-ipfs/pull/4332))
2912
+ - Add a bunch of documentation on public interfaces ([ipfs/go-ipfs#4599](https://github.com/ipfs/go-ipfs/pull/4599))
2913
+ - Expand the issue template and remove the severity field ([ipfs/go-ipfs#4624](https://github.com/ipfs/go-ipfs/pull/4624))
2914
+ - Add godocs for importers module ([ipfs/go-ipfs#4640](https://github.com/ipfs/go-ipfs/pull/4640))
2915
+ - Document make targets ([ipfs/go-ipfs#4653](https://github.com/ipfs/go-ipfs/pull/4653))
2916
+ - Add godocs for merkledag module ([ipfs/go-ipfs#4665](https://github.com/ipfs/go-ipfs/pull/4665))
2917
+ - Add godocs for unixfs module ([ipfs/go-ipfs#4664](https://github.com/ipfs/go-ipfs/pull/4664))
2918
+ - Add sharding to experimental features list ([ipfs/go-ipfs#4569](https://github.com/ipfs/go-ipfs/pull/4569))
2919
+ - Add godocs for routing module ([ipfs/go-ipfs#4676](https://github.com/ipfs/go-ipfs/pull/4676))
2920
+ - Add godocs for path module ([ipfs/go-ipfs#4689](https://github.com/ipfs/go-ipfs/pull/4689))
2921
+ - Add godocs for pin module ([ipfs/go-ipfs#4696](https://github.com/ipfs/go-ipfs/pull/4696))
2922
+ - Update link to filestore experimental status ([ipfs/go-ipfs#4557](https://github.com/ipfs/go-ipfs/pull/4557))
2923
+- Bugfixes
2924
+ - Remove trailing slash in ipfs get paths, fixes #3729 ([ipfs/go-ipfs#4365](https://github.com/ipfs/go-ipfs/pull/4365))
2925
+ - fix deadlock in bitswap sessions ([ipfs/go-ipfs#4407](https://github.com/ipfs/go-ipfs/pull/4407))
2926
+ - Fix two race conditions (and possibly go routine leaks) in commands ([ipfs/go-ipfs#4406](https://github.com/ipfs/go-ipfs/pull/4406))
2927
+ - Fix output delay in ipfs pubsub sub ([ipfs/go-ipfs#4402](https://github.com/ipfs/go-ipfs/pull/4402))
2928
+ - Use correct context in AddWithContext ([ipfs/go-ipfs#4433](https://github.com/ipfs/go-ipfs/pull/4433))
2929
+ - Fix various IPNS republisher issues ([ipfs/go-ipfs#4440](https://github.com/ipfs/go-ipfs/pull/4440))
2930
+ - Fix error handling in commands add and get ([ipfs/go-ipfs#4454](https://github.com/ipfs/go-ipfs/pull/4454))
2931
+ - Fix hamt (sharding) delete issue ([ipfs/go-ipfs#4398](https://github.com/ipfs/go-ipfs/pull/4398))
2932
+ - More correctly check for reuseport support ([libp2p/go-reuseport#40](https://github.com/libp2p/go-reuseport/pull/40))
2933
+ - Fix goroutine leak in websockets transport ([libp2p/go-ws-transport#21](https://github.com/libp2p/go-ws-transport/pull/21))
2934
+ - Update badgerds to fix i386 windows build ([ipfs/go-ipfs#4464](https://github.com/ipfs/go-ipfs/pull/4464))
2935
+ - Only construct bitswap event loggable if necessary ([ipfs/go-ipfs#4533](https://github.com/ipfs/go-ipfs/pull/4533))
2936
+ - Ensure that flush on the mfs root flushes its directory ([ipfs/go-ipfs#4509](https://github.com/ipfs/go-ipfs/pull/4509))
2937
+ - Fix deferred unlock of pin lock in AddR ([ipfs/go-ipfs#4562](https://github.com/ipfs/go-ipfs/pull/4562))
2938
+ - Fix iOS builds ([ipfs/go-ipfs#4610](https://github.com/ipfs/go-ipfs/pull/4610))
2939
+ - Calling repo gc now frees up space with badgerds ([ipfs/go-ipfs#4578](https://github.com/ipfs/go-ipfs/pull/4578))
2940
+ - Fix leak in bitswap sessions shutdown ([ipfs/go-ipfs#4658](https://github.com/ipfs/go-ipfs/pull/4658))
2941
+ - Fix make on windows ([ipfs/go-ipfs#4682](https://github.com/ipfs/go-ipfs/pull/4682))
2942
+ - Ignore invalid key files in keystore directory ([ipfs/go-ipfs#4700](https://github.com/ipfs/go-ipfs/pull/4700))
2943
+- General Changes and Refactorings
2944
+ - Extract and refactor commands library ([ipfs/go-ipfs#3856](https://github.com/ipfs/go-ipfs/pull/3856))
2945
+ - Remove all instances of `Default(false)` ([ipfs/go-ipfs#4042](https://github.com/ipfs/go-ipfs/pull/4042))
2946
+ - Build for all supported platforms when testing ([ipfs/go-ipfs#4445](https://github.com/ipfs/go-ipfs/pull/4445))
2947
+ - Refine gateway and namesys logging ([ipfs/go-ipfs#4428](https://github.com/ipfs/go-ipfs/pull/4428))
2948
+ - Demote bitswap error to an info ([ipfs/go-ipfs#4472](https://github.com/ipfs/go-ipfs/pull/4472))
2949
+ - Extract posinfo package to github.com/ipfs/go-ipfs-posinfo ([ipfs/go-ipfs#4669](https://github.com/ipfs/go-ipfs/pull/4669))
2950
+ - Move signature verification to ipns validator ([ipfs/go-ipfs#4628](https://github.com/ipfs/go-ipfs/pull/4628))
2951
+ - Extract importers/chunk module as go-ipfs-chunker ([ipfs/go-ipfs#4661](https://github.com/ipfs/go-ipfs/pull/4661))
2952
+ - Extract go-detect-race from Godeps ([ipfs/go-ipfs#4686](https://github.com/ipfs/go-ipfs/pull/4686))
2953
+ - Extract flags, delay, ds-help ([ipfs/go-ipfs#4685](https://github.com/ipfs/go-ipfs/pull/4685))
2954
+ - Extract routing package to go-ipfs-routing ([ipfs/go-ipfs#4703](https://github.com/ipfs/go-ipfs/pull/4703))
2955
+ - Extract blocks/blockstore package to go-ipfs-blockstore ([ipfs/go-ipfs#4707](https://github.com/ipfs/go-ipfs/pull/4707))
2956
+ - Add exchange.SessionExchange interface for exchanges that support sessions ([ipfs/go-ipfs#4709](https://github.com/ipfs/go-ipfs/pull/4709))
2957
+ - Extract thirdparty/pq to go-ipfs-pq ([ipfs/go-ipfs#4711](https://github.com/ipfs/go-ipfs/pull/4711))
2958
+ - Separate "path" from "path/resolver" ([ipfs/go-ipfs#4713](https://github.com/ipfs/go-ipfs/pull/4713))
2959
+- Testing
2960
+ - Increase verbosity of t0088-repo-stat-symlink.sh test ([ipfs/go-ipfs#4434](https://github.com/ipfs/go-ipfs/pull/4434))
2961
+ - Make repo size test pass deterministically ([ipfs/go-ipfs#4443](https://github.com/ipfs/go-ipfs/pull/4443))
2962
+ - Always set IPFS_PATH in test-lib.sh ([ipfs/go-ipfs#4469](https://github.com/ipfs/go-ipfs/pull/4469))
2963
+ - Fix sharness docker ([ipfs/go-ipfs#4489](https://github.com/ipfs/go-ipfs/pull/4489))
2964
+ - Fix loops in sharness tests to fail the test if the inner command fails ([ipfs/go-ipfs#4482](https://github.com/ipfs/go-ipfs/pull/4482))
2965
+ - Improve bitswap tests, fix race conditions ([ipfs/go-ipfs#4499](https://github.com/ipfs/go-ipfs/pull/4499))
2966
+ - Fix circleci cache directory list ([ipfs/go-ipfs#4564](https://github.com/ipfs/go-ipfs/pull/4564))
2967
+ - Only run the build test on test_go_expensive ([ipfs/go-ipfs#4645](https://github.com/ipfs/go-ipfs/pull/4645))
2968
+ - Fix go test on Windows ([ipfs/go-ipfs#4632](https://github.com/ipfs/go-ipfs/pull/4632))
2969
+ - Fix some tests on FreeBSD ([ipfs/go-ipfs#4662](https://github.com/ipfs/go-ipfs/pull/4662))
2970
+
2971
+## v0.4.13 2017-11-16
2972
+
2973
+Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
2974
+discovered in the 0.4.12 release.
2975
+
2976
+Bugfixes:
2977
+ - Fix periodic bitswap deadlock ([ipfs/go-ipfs#4386](https://github.com/ipfs/go-ipfs/pull/4386))
2978
+ - Fix badgerds crash on startup ([ipfs/go-ipfs#4384](https://github.com/ipfs/go-ipfs/pull/4384))
2979
+
2980
+
2981
+## v0.4.12 2017-11-09
2982
+
2983
+Ipfs 0.4.12 brings with it many important fixes for the huge spike in network
2984
+size we've seen this past month. These changes include the Connection Manager,
2985
+faster batching in `ipfs add`, libp2p fixes that reduce CPU usage, and a bunch
2986
+of new documentation.
2987
+
2988
+The most critical change is the 'Connection Manager': it allows an ipfs node to
2989
+maintain a limited set of connections to other peers in the network. By default
2990
+(and with no config changes required by the user), ipfs nodes will now try to
2991
+maintain between 600 and 900 open connections. These limits are still likely
2992
+higher than needed, and future releases may lower the default recommendation,
2993
+but for now we want to make changes gradually. The rationale for this selection
2994
+of numbers is as follows:
2995
+
2996
+- The DHT routing table for a large network may rise to around 400 peers
2997
+- Bitswap connections tend to be separate from the DHT
2998
+- PubSub connections also generally are another distinct set of peers
2999
+ (including js-ipfs nodes)
3000
+
3001
+Because of this, we selected 600 as a 'LowWater' number, and 900 as a
3002
+'HighWater' number to avoid having to clear out connections too frequently.
3003
+You can configure different numbers as you see fit via the `Swarm.ConnMgr`
3004
+field in your ipfs config file. See
3005
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#connmgr) for
3006
+more details.
3007
+
3008
+Disk utilization during `ipfs add` has been optimized for large files by doing
3009
+batch writes in parallel. Previously, when adding a large file, users might have
3010
+noticed that the add progressed by about 8MB at a time, with brief pauses in between.
3011
+This was caused by quickly filling up the batch, then blocking while it was
3012
+writing to disk. We now write to disk in the background while continuing to add
3013
+the remainder of the file.
3014
+
3015
+Other changes in this release have noticeably reduced memory consumption and CPU
3016
+usage. This was done by optimising some frequently called functions in libp2p
3017
+that were expensive in terms of both CPU usage and memory allocations. We also
3018
+lowered the yamux accept buffer sizes which were raised over a year ago to
3019
+combat a separate bug that has since been fixed.
3020
+
3021
+And finally, thank you to everyone who filed bugs, tested out the release candidates,
3022
+filed pull requests, and contributed in any other way to this release!
3023
+
3024
+- Features
3025
+ - Implement Connection Manager ([ipfs/go-ipfs#4288](https://github.com/ipfs/go-ipfs/pull/4288))
3026
+ - Support multiple files in dag put ([ipfs/go-ipfs#4254](https://github.com/ipfs/go-ipfs/pull/4254))
3027
+ - Add 'raw' support to the dag put command ([ipfs/go-ipfs#4285](https://github.com/ipfs/go-ipfs/pull/4285))
3028
+- Improvements
3029
+ - Parallelize dag batch flushing ([ipfs/go-ipfs#4296](https://github.com/ipfs/go-ipfs/pull/4296))
3030
+ - Update go-peerstream to improve CPU usage ([ipfs/go-ipfs#4323](https://github.com/ipfs/go-ipfs/pull/4323))
3031
+ - Add full support for CidV1 in Files API and Dag Modifier ([ipfs/go-ipfs#4026](https://github.com/ipfs/go-ipfs/pull/4026))
3032
+ - Lower yamux accept buffer size ([ipfs/go-ipfs#4326](https://github.com/ipfs/go-ipfs/pull/4326))
3033
+ - Optimise `ipfs pin update` command ([ipfs/go-ipfs#4348](https://github.com/ipfs/go-ipfs/pull/4348))
3034
+- Documentation
3035
+ - Add some docs on plugins ([ipfs/go-ipfs#4255](https://github.com/ipfs/go-ipfs/pull/4255))
3036
+ - Add more info about private network bootstrap ([ipfs/go-ipfs#4270](https://github.com/ipfs/go-ipfs/pull/4270))
3037
+ - Add more info about `ipfs add` chunker option ([ipfs/go-ipfs#4306](https://github.com/ipfs/go-ipfs/pull/4306))
3038
+ - Remove cruft in readme and mention discourse forum ([ipfs/go-ipfs#4345](https://github.com/ipfs/go-ipfs/pull/4345))
3039
+ - Add note about updating before reporting issues ([ipfs/go-ipfs#4361](https://github.com/ipfs/go-ipfs/pull/4361))
3040
+- Bugfixes
3041
+ - Fix FreeBSD build issues ([ipfs/go-ipfs#4275](https://github.com/ipfs/go-ipfs/pull/4275))
3042
+ - Don't crash when Datastore.StorageMax is not defined ([ipfs/go-ipfs#4246](https://github.com/ipfs/go-ipfs/pull/4246))
3043
+ - Do not call 'Connect' on NewStream in bitswap ([ipfs/go-ipfs#4317](https://github.com/ipfs/go-ipfs/pull/4317))
3044
+ - Filter out "" from active peers in bitswap sessions ([ipfs/go-ipfs#4316](https://github.com/ipfs/go-ipfs/pull/4316))
3045
+ - Fix "seeker can't seek" on specific files ([ipfs/go-ipfs#4320](https://github.com/ipfs/go-ipfs/pull/4320))
3046
+ - Do not set "gecos" field in Dockerfile ([ipfs/go-ipfs#4331](https://github.com/ipfs/go-ipfs/pull/4331))
3047
+ - Handle sym links in when calculating repo size ([ipfs/go-ipfs#4305](https://github.com/ipfs/go-ipfs/pull/4305))
3048
+- General Changes and Refactorings
3049
+ - Fix indent in sharness tests ([ipfs/go-ipfs#4212](https://github.com/ipfs/go-ipfs/pull/4212))
3050
+ - Remove supernode routing ([ipfs/go-ipfs#4302](https://github.com/ipfs/go-ipfs/pull/4302))
3051
+ - Extract go-ipfs-addr ([ipfs/go-ipfs#4340](https://github.com/ipfs/go-ipfs/pull/4340))
3052
+ - Remove dead code and config files ([ipfs/go-ipfs#4357](https://github.com/ipfs/go-ipfs/pull/4357))
3053
+ - Update badgerds to 1.0 ([ipfs/go-ipfs#4327](https://github.com/ipfs/go-ipfs/pull/4327))
3054
+ - Wrap help descriptions under 80 chars ([ipfs/go-ipfs#4121](https://github.com/ipfs/go-ipfs/pull/4121))
3055
+- Testing
3056
+ - Make sharness t0180-p2p less racy ([ipfs/go-ipfs#4310](https://github.com/ipfs/go-ipfs/pull/4310))
3057
+
3058
+
3059
+### v0.4.11 2017-09-14
3060
+
3061
+Ipfs 0.4.11 is a larger release that brings many long-awaited features and
3062
+performance improvements. These include new datastore options, more efficient
3063
+bitswap transfers, greatly improved resource consumption, circuit relay
3064
+support, ipld plugins, and more! Take a look at the full changelog below for a
3065
+detailed list of every change.
3066
+
3067
+The ipfs datastore has, until now, been a combination of leveldb and a custom
3068
+git-like storage backend called 'flatfs'. This works well enough for the
3069
+average user, but different ipfs usecases demand different backend
3070
+configurations. To address this, we have changed the configuration file format
3071
+for datastores to be a modular way of specifying exactly how you want the
3072
+datastore to be structured. You will now be able to configure ipfs to use
3073
+flatfs, leveldb, badger, an in-memory datastore, and more to suit your needs.
3074
+See the new [datastore
3075
+documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/datastores.md)
3076
+for more information.
3077
+
3078
+Bitswap received some much needed attention during this release cycle. The
3079
+concept of 'Bitswap Sessions' allows bitswap to associate requests for
3080
+different blocks to the same underlying session, and from that infer better
3081
+ways of requesting that data. In more concrete terms, parts of the ipfs
3082
+codebase that take advantage of sessions (currently, only `ipfs pin add`) will
3083
+cause much less extra traffic than before. This is done by making optimistic
3084
+guesses about which nodes might be providing given blocks and not sending
3085
+wantlist updates to every connected bitswap partner, as well as searching the
3086
+DHT for providers less frequently. In future releases we will migrate over more
3087
+ipfs commands to take advantage of bitswap sessions. As nodes update to this
3088
+and future versions, expect to see idle bandwidth usage on the ipfs network
3089
+go down noticeably.
3090
+
3091
+The never ending effort to reduce resource consumption had a few important
3092
+updates this release. First, the bitswap sessions changes discussed above will
3093
+help with improving bandwidth usage. Aside from that there are two important
3094
+libp2p updates that improved things significantly. The first was a fix to a bug
3095
+in the dial limiter code that was causing it to not limit outgoing dials
3096
+correctly. This resulted in ipfs running out of file descriptors very
3097
+frequently (as well as incurring a decent amount of excess outgoing bandwidth),
3098
+this has now been fixed. Users who previously received "too many open files"
3099
+errors should see this much less often in 0.4.11. The second change was a
3100
+memory leak in the DHT that was identified and fixed. Streams being tracked in
3101
+a map in the DHT weren't being cleaned up after the peer disconnected leading
3102
+to the multiplexer session not being cleaned up properly. This issue has been
3103
+resolved, and now memory usage appears to be stable over time. There is still a
3104
+lot of work to be done improving memory usage, but we feel this is a solid
3105
+victory.
3106
+
3107
+It is often said that NAT traversal is the hardest problem in peer to peer
3108
+technology, we tend to agree with this. In an effort to provide a more
3109
+ubiquitous p2p mesh, we have implemented a relay mechanism that allows willing
3110
+peers to relay traffic for other peers who might not otherwise be able to
3111
+communicate with each other. This feature is still pretty early, and currently
3112
+users have to manually connect through a relay. The next step in this endeavour
3113
+is automatic relaying, and research for this is currently in progress. We
3114
+expect that when it lands, it will improve the perceived performance of ipfs by
3115
+spending less time attempting connections to hard to reach nodes. A short guide
3116
+on using the circuit relay feature can be found
3117
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#circuit-relay).
3118
+
3119
+The last feature we want to highlight (but by no means the last feature in this
3120
+release) is our new plugin system. There are many different workflows and
3121
+usecases that ipfs should be able to support, but not everyone wants to be able
3122
+to use every feature. We could simply merge in all these features, but that
3123
+causes problems for several reasons: first off, the size of the ipfs binary
3124
+starts to get very large very quickly. Second, each of these different pieces
3125
+needs to be maintained and updated independently, which would cause significant
3126
+churn in the codebase. To address this, we have come up with a system that
3127
+allows users to install plugins to the vanilla ipfs daemon that augment its
3128
+capabilities. The first of these plugins are a [git
3129
+plugin](https://github.com/ipfs/go-ipfs/blob/master/plugin/plugins/git/git.go)
3130
+that allows ipfs to natively address git objects and an [ethereum
3131
+plugin](https://github.com/ipfs/go-ipld-eth) that lets ipfs ingest and operate
3132
+on all ethereum blockchain data. Soon to come are plugins for the bitcoin and
3133
+zcash data formats. In the future, we will be adding plugins for other things
3134
+like datastore backends and specialized libp2p network transports.
3135
+You can read more on this topic in [Plugin docs](docs/plugins.md)
3136
+
3137
+In order to simplify its integration with fs-repo-migrations, we've switched
3138
+the ipfs/go-ipfs docker image from a musl base to a glibc base. For most users
3139
+this will not be noticeable, but if you've been building your own images based
3140
+off this image, you'll have to update your dockerfile. We recommend a
3141
+multi-stage dockerfile, where the build stage is based off of a regular Debian or
3142
+other glibc-based image, and the assembly stage is based off of the ipfs/go-ipfs
3143
+image, and you copy build artifacts from the build stage to the assembly
3144
+stage. Note, if you are using the docker image and see a deprecation message,
3145
+please update your usage. We will stop supporting the old method of starting
3146
+the dockerfile in the next release.
3147
+
3148
+Finally, I would like to thank all of our contributors, users, supporters, and
3149
+friends for helping us along the way. Ipfs would not be where it is without
3150
+you.
3151
+
3152
+
3153
+- Features
3154
+ - Add `--pin` option to `ipfs dag put` ([ipfs/go-ipfs#4004](https://github.com/ipfs/go-ipfs/pull/4004))
3155
+ - Add `--pin` option to `ipfs object put` ([ipfs/go-ipfs#4095](https://github.com/ipfs/go-ipfs/pull/4095))
3156
+ - Implement `--profile` option on `ipfs init` ([ipfs/go-ipfs#4001](https://github.com/ipfs/go-ipfs/pull/4001))
3157
+ - Add CID Codecs to `ipfs block put` ([ipfs/go-ipfs#4022](https://github.com/ipfs/go-ipfs/pull/4022))
3158
+ - Bitswap sessions ([ipfs/go-ipfs#3867](https://github.com/ipfs/go-ipfs/pull/3867))
3159
+ - Create plugin API and loader, add ipld-git plugin ([ipfs/go-ipfs#4033](https://github.com/ipfs/go-ipfs/pull/4033))
3160
+ - Make announced swarm addresses configurable ([ipfs/go-ipfs#3948](https://github.com/ipfs/go-ipfs/pull/3948))
3161
+ - Reprovider strategies ([ipfs/go-ipfs#4113](https://github.com/ipfs/go-ipfs/pull/4113))
3162
+ - Circuit Relay integration ([ipfs/go-ipfs#4091](https://github.com/ipfs/go-ipfs/pull/4091))
3163
+ - More configurable datastore configs ([ipfs/go-ipfs#3575](https://github.com/ipfs/go-ipfs/pull/3575))
3164
+ - Add experimental support for badger datastore ([ipfs/go-ipfs#4007](https://github.com/ipfs/go-ipfs/pull/4007))
3165
+- Improvements
3166
+ - Add better support for Raw Nodes in MFS and elsewhere ([ipfs/go-ipfs#3996](https://github.com/ipfs/go-ipfs/pull/3996))
3167
+ - Added file size to response of `ipfs add` command ([ipfs/go-ipfs#4082](https://github.com/ipfs/go-ipfs/pull/4082))
3168
+ - Add /dnsaddr bootstrap nodes ([ipfs/go-ipfs#4127](https://github.com/ipfs/go-ipfs/pull/4127))
3169
+ - Do not publish public keys extractable from ID ([ipfs/go-ipfs#4020](https://github.com/ipfs/go-ipfs/pull/4020))
3170
+- Documentation
3171
+ - Adding documentation that PubSub Sub can be encoded. ([ipfs/go-ipfs#3909](https://github.com/ipfs/go-ipfs/pull/3909))
3172
+ - Add Comms items from js-ipfs, including blog ([ipfs/go-ipfs#3936](https://github.com/ipfs/go-ipfs/pull/3936))
3173
+ - Add Developer Certificate of Origin ([ipfs/go-ipfs#4006](https://github.com/ipfs/go-ipfs/pull/4006))
3174
+ - Add `transports.md` document ([ipfs/go-ipfs#4034](https://github.com/ipfs/go-ipfs/pull/4034))
3175
+ - Add `experimental-features.md` document ([ipfs/go-ipfs#4036](https://github.com/ipfs/go-ipfs/pull/4036))
3176
+ - Update release docs ([ipfs/go-ipfs#4165](https://github.com/ipfs/go-ipfs/pull/4165))
3177
+ - Add documentation for datastore configs ([ipfs/go-ipfs#4223](https://github.com/ipfs/go-ipfs/pull/4223))
3178
+ - General update and clean-up of docs ([ipfs/go-ipfs#4222](https://github.com/ipfs/go-ipfs/pull/4222))
3179
+- Bugfixes
3180
+ - Fix shutdown check in t0023 ([ipfs/go-ipfs#3969](https://github.com/ipfs/go-ipfs/pull/3969))
3181
+ - Fix pinning of unixfs sharded directories ([ipfs/go-ipfs#3975](https://github.com/ipfs/go-ipfs/pull/3975))
3182
+ - Show escaped url in gateway 404 message ([ipfs/go-ipfs#4005](https://github.com/ipfs/go-ipfs/pull/4005))
3183
+ - Fix early opening of bitswap message sender ([ipfs/go-ipfs#4069](https://github.com/ipfs/go-ipfs/pull/4069))
3184
+ - Fix determination of 'root' node in dag put ([ipfs/go-ipfs#4072](https://github.com/ipfs/go-ipfs/pull/4072))
3185
+ - Fix bad multipart message panic in gateway ([ipfs/go-ipfs#4053](https://github.com/ipfs/go-ipfs/pull/4053))
3186
+ - Add blocks to the blockstore before returning them from blockservice sessions ([ipfs/go-ipfs#4169](https://github.com/ipfs/go-ipfs/pull/4169))
3187
+ - Various fixes for /ipfs fuse code ([ipfs/go-ipfs#4194](https://github.com/ipfs/go-ipfs/pull/4194))
3188
+ - Fix memory leak in dht stream tracking ([ipfs/go-ipfs#4251](https://github.com/ipfs/go-ipfs/pull/4251))
3189
+- General Changes and Refactorings
3190
+ - Require go 1.8 ([ipfs/go-ipfs#4044](https://github.com/ipfs/go-ipfs/pull/4044))
3191
+ - Change IPFS to use the new pluggable Block to IPLD decoding framework. ([ipfs/go-ipfs#4060](https://github.com/ipfs/go-ipfs/pull/4060))
3192
+ - Remove tour command from ipfs ([ipfs/go-ipfs#4123](https://github.com/ipfs/go-ipfs/pull/4123))
3193
+ - Add support for Go 1.9 ([ipfs/go-ipfs#4156](https://github.com/ipfs/go-ipfs/pull/4156))
3194
+ - Remove some dead code ([ipfs/go-ipfs#4204](https://github.com/ipfs/go-ipfs/pull/4204))
3195
+ - Switch docker image from musl to glibc ([ipfs/go-ipfs#4219](https://github.com/ipfs/go-ipfs/pull/4219))
3196
+
3197
+### v0.4.10 - 2017-06-27
3198
+
3199
+Ipfs 0.4.10 is a patch release that contains several exciting new features,
3200
+bugfixes and general improvements. Including new commands, easier corruption
3201
+recovery, and a generally cleaner codebase.
3202
+
3203
+The `ipfs pin` command has two new subcommands, `verify` and `update`. `ipfs
3204
+pin verify` is used to scan the repo for pinned object graphs and check their
3205
+integrity. Any issues are reported back with helpful error text to make error
3206
+recovery simpler. This subcommand was added to help recover from datastore
3207
+corruptions, particularly if using the experimental filestore and accidentally
3208
+deleting tracked files.
3209
+`ipfs pin update` was added to make the task of keeping a large, frequently
3210
+changing object graph pinned. Previously users had to call `ipfs pin rm` on the
3211
+old pin, and `ipfs pin add` on the new one. The 'new' `ipfs pin add` call would
3212
+be very expensive as it would need to verify the entirety of the graph again.
3213
+The `ipfs pin update` command takes shortcuts, portions of the graph that were
3214
+covered under the old pin are assumed to be fine, and the command skips
3215
+checking them.
3216
+
3217
+Next up, we have finally implemented an `ipfs shutdown` command so users can
3218
+shut down their ipfs daemons via the API. This is especially useful on
3219
+platforms that make it difficult to control processes (Android, for example),
3220
+and is also useful when needing to shut down a node remotely and you do not
3221
+have access to the machine itself.
3222
+
3223
+`ipfs add` has gained a new flag; the `--hash` flag allows you to select which
3224
+hash function to use and we have given it the ability to select `blake2b-256`.
3225
+This pushes us one step closer to shifting over to using blake2b as the
3226
+default. Blake2b is significantly faster than sha2-256, and also is conjectured
3227
+to provide superior security.
3228
+
3229
+We have also finally implemented a very early (and experimental) `ipfs p2p`.
3230
+This command and its subcommands will allow you to open up arbitrary streams to
3231
+other ipfs peers through libp2p. The interfaces are a little bit clunky right
3232
+now, but shouldn't get in the way of anyone wanting to try building a fully
3233
+peer to peer application on top of ipfs and libp2p. For more info on this
3234
+command, to ask questions, or to provide feedback, head over to the [feedback
3235
+issue](https://github.com/ipfs/go-ipfs/issues/3994) for the command.
3236
+
3237
+A few other subcommands and flags were added around the API, as well as many
3238
+other requested improvements. See below for the full list of changes.
3239
+
3240
+
3241
+- Features
3242
+ - Add support for specifying the hash function in `ipfs add` ([ipfs/go-ipfs#3919](https://github.com/ipfs/go-ipfs/pull/3919))
3243
+ - Implement `ipfs key {rm, rename}` ([ipfs/go-ipfs#3892](https://github.com/ipfs/go-ipfs/pull/3892))
3244
+ - Implement `ipfs shutdown` command ([ipfs/go-ipfs#3884](https://github.com/ipfs/go-ipfs/pull/3884))
3245
+ - Implement `ipfs pin update` ([ipfs/go-ipfs#3846](https://github.com/ipfs/go-ipfs/pull/3846))
3246
+ - Implement `ipfs pin verify` ([ipfs/go-ipfs#3843](https://github.com/ipfs/go-ipfs/pull/3843))
3247
+ - Implemented experimental p2p commands ([ipfs/go-ipfs#3943](https://github.com/ipfs/go-ipfs/pull/3943))
3248
+- Improvements
3249
+ - Add MaxStorage field to output of "repo stat" ([ipfs/go-ipfs#3915](https://github.com/ipfs/go-ipfs/pull/3915))
3250
+ - Add Suborigin header to gateway responses ([ipfs/go-ipfs#3914](https://github.com/ipfs/go-ipfs/pull/3914))
3251
+ - Add "--file-order" option to "filestore ls" and "verify" ([ipfs/go-ipfs#3938](https://github.com/ipfs/go-ipfs/pull/3938))
3252
+ - Allow selecting ipns keys by Peer ID ([ipfs/go-ipfs#3882](https://github.com/ipfs/go-ipfs/pull/3882))
3253
+ - Don't redirect to trailing slash in gateway for `go get` ([ipfs/go-ipfs#3963](https://github.com/ipfs/go-ipfs/pull/3963))
3254
+ - Add 'ipfs dht findprovs --num-providers' to allow choosing number of providers to find ([ipfs/go-ipfs#3966](https://github.com/ipfs/go-ipfs/pull/3966))
3255
+ - Make sure all keystore keys get republished ([ipfs/go-ipfs#3951](https://github.com/ipfs/go-ipfs/pull/3951))
3256
+- Documentation
3257
+ - Adding documentation on PubSub encodings ([ipfs/go-ipfs#3909](https://github.com/ipfs/go-ipfs/pull/3909))
3258
+ - Change 'neccessary' to 'necessary' ([ipfs/go-ipfs#3941](https://github.com/ipfs/go-ipfs/pull/3941))
3259
+ - README.md: add Nix to the linux package managers ([ipfs/go-ipfs#3939](https://github.com/ipfs/go-ipfs/pull/3939))
3260
+ - More verbose errors in filestore ([ipfs/go-ipfs#3964](https://github.com/ipfs/go-ipfs/pull/3964))
3261
+- Bugfixes
3262
+ - Fix typo in message when file size check fails ([ipfs/go-ipfs#3895](https://github.com/ipfs/go-ipfs/pull/3895))
3263
+ - Clean up bitswap ledgers when disconnecting ([ipfs/go-ipfs#3437](https://github.com/ipfs/go-ipfs/pull/3437))
3264
+ - Make odds of 'process added after close' panic less likely ([ipfs/go-ipfs#3940](https://github.com/ipfs/go-ipfs/pull/3940))
3265
+- General Changes and Refactorings
3266
+ - Remove 'ipfs diag net' from codebase ([ipfs/go-ipfs#3916](https://github.com/ipfs/go-ipfs/pull/3916))
3267
+ - Update to dht code with provide announce option ([ipfs/go-ipfs#3928](https://github.com/ipfs/go-ipfs/pull/3928))
3268
+ - Apply the megacheck code vetting tool ([ipfs/go-ipfs#3949](https://github.com/ipfs/go-ipfs/pull/3949))
3269
+ - Expose port 8081 in docker container for /ws listener ([ipfs/go-ipfs#3954](https://github.com/ipfs/go-ipfs/pull/3954))
3270
+
3271
+### v0.4.9 - 2017-04-30
3272
+
3273
+Ipfs 0.4.9 is a maintenance release that contains several useful bugfixes and
3274
+improvements. Notably, `ipfs add` has gained the ability to select which CID
3275
+version will be output. The common ipfs hash that looks like this:
3276
+`QmRjNgF2mRLDT8AzCPsQbw1EYF2hDTFgfUmJokJPhCApYP` is a multihash. Multihashes
3277
+allow us to specify the hashing algorithm that was used to verify the data, but
3278
+it doesn't give us any indication of what format that data might be. To address
3279
+that issue, we are adding another couple of bytes to the prefix that will allow us
3280
+to indicate the format of the data referenced by the hash. This new format is
3281
+called a Content ID, or CID for short. The previous bare multihashes will still
3282
+be fully supported throughout the entire application as CID version 0. The new
3283
+format with the type information will be CID version 1. To give an example,
3284
+the content referenced by the hash above is "Hello Ipfs!". That same content,
3285
+in the same format (dag-protobuf) using CIDv1 is
3286
+`zb2rhkgXZVkT2xvDiuUsJENPSbWJy7fdYnsboLBzzEjjZMRoG`.
3287
+
3288
+CIDv1 hashes are supported in ipfs versions back to 0.4.5. Nodes running 0.4.4
3289
+and older will not be able to load content via CIDv1 and we recommend that they
3290
+update to a newer version.
3291
+
3292
+There are many other use cases for CIDs. Plugins can be written to
3293
+allow ipfs to natively address content from any other merkletree based system,
3294
+such as git, bitcoin, zcash and ethereum -- a few systems we've already started work on.
3295
+
3296
+Aside from the CID flag, there were many other changes as noted below:
3297
+
3298
+- Features
3299
+ - Add support for using CidV1 in 'ipfs add' ([ipfs/go-ipfs#3743](https://github.com/ipfs/go-ipfs/pull/3743))
3300
+- Improvements
3301
+ - Use CID as an ETag strong validator ([ipfs/go-ipfs#3869](https://github.com/ipfs/go-ipfs/pull/3869))
3302
+ - Update go-multihash with keccak and bitcoin hashes ([ipfs/go-ipfs#3833](https://github.com/ipfs/go-ipfs/pull/3833))
3303
+ - Update go-is-domain to contain new gTLD ([ipfs/go-ipfs#3873](https://github.com/ipfs/go-ipfs/pull/3873))
3304
+ - Periodically flush cached directories during ipfs add ([ipfs/go-ipfs#3888](https://github.com/ipfs/go-ipfs/pull/3888))
3305
+ - improved gateway directory listing for sharded nodes ([ipfs/go-ipfs#3897](https://github.com/ipfs/go-ipfs/pull/3897))
3306
+- Documentation
3307
+ - Change issue template to use Severity instead of Priority ([ipfs/go-ipfs#3834](https://github.com/ipfs/go-ipfs/pull/3834))
3308
+ - Fix link to commit hook script in contribute.md ([ipfs/go-ipfs#3863](https://github.com/ipfs/go-ipfs/pull/3863))
3309
+ - Fix install_unsupported for openbsd, add docs ([ipfs/go-ipfs#3880](https://github.com/ipfs/go-ipfs/pull/3880))
3310
+- Bugfixes
3311
+ - Fix wanlist typo in prometheus metric name ([ipfs/go-ipfs#3841](https://github.com/ipfs/go-ipfs/pull/3841))
3312
+ - Fix `make install` not using ldflags for git hash ([ipfs/go-ipfs#3838](https://github.com/ipfs/go-ipfs/pull/3838))
3313
+ - Fix `make install` not installing dependencies ([ipfs/go-ipfs#3848](https://github.com/ipfs/go-ipfs/pull/3848))
3314
+ - Fix erroneous Cache-Control: immutable on dir listings ([ipfs/go-ipfs#3870](https://github.com/ipfs/go-ipfs/pull/3870))
3315
+ - Fix bitswap accounting of 'BytesSent' in ledger ([ipfs/go-ipfs#3876](https://github.com/ipfs/go-ipfs/pull/3876))
3316
+ - Fix gateway handling of sharded directories ([ipfs/go-ipfs#3889](https://github.com/ipfs/go-ipfs/pull/3889))
3317
+ - Fix sharding memory growth, and fix resolver for unixfs paths ([ipfs/go-ipfs#3890](https://github.com/ipfs/go-ipfs/pull/3890))
3318
+- General Changes and Refactorings
3319
+ - Use ctx var consistently in daemon.go ([ipfs/go-ipfs#3864](https://github.com/ipfs/go-ipfs/pull/3864))
3320
+ - Handle 404 correctly in dist_get tool ([ipfs/go-ipfs#3879](https://github.com/ipfs/go-ipfs/pull/3879))
3321
+- Testing
3322
+ - Fix go fuse tests ([ipfs/go-ipfs#3840](https://github.com/ipfs/go-ipfs/pull/3840))
3323
+
3324
+### v0.4.8 - 2017-03-29
3325
+
3326
+Ipfs 0.4.8 brings with it several improvements, bugfixes, documentation
3327
+improvements, and the long awaited directory sharding code.
3328
+
3329
+Currently, when too many items are added into a unixfs directory, the object
3330
+gets too large and you may experience issues. To pervent this problem, and
3331
+generally make working really large directories more efficient, we have
3332
+implemented a HAMT structure for unixfs. To enable this feature, run:
3333
+```
3334
+ipfs config --json Experimental.ShardingEnabled true
3335
+```
3336
+
3337
+And restart your daemon if it was running.
3338
+
3339
+Note: With this setting enabled, the hashes of any newly added directories will
3340
+be different than they previously were, as the new code will use the sharded
3341
+HAMT structure for all directories. Also, nodes running ipfs 0.4.7 and earlier
3342
+will not be able to access directories created with this option.
3343
+
3344
+That said, please do give it a try, let us know how it goes, and then take a
3345
+look at all the other cool things added in 0.4.8 below.
3346
+
3347
+- Features
3348
+ - Implement unixfs directory sharding ([ipfs/go-ipfs#3042](https://github.com/ipfs/go-ipfs/pull/3042))
3349
+ - Add DisableNatPortMap option ([ipfs/go-ipfs#3798](https://github.com/ipfs/go-ipfs/pull/3798))
3350
+ - Basic Filestore utilty commands ([ipfs/go-ipfs#3653](https://github.com/ipfs/go-ipfs/pull/3653))
3351
+- Improvements
3352
+ - More Robust GC ([ipfs/go-ipfs#3712](https://github.com/ipfs/go-ipfs/pull/3712))
3353
+ - Automatically fix permissions for docker volumes ([ipfs/go-ipfs#3744](https://github.com/ipfs/go-ipfs/pull/3744))
3354
+ - Core API refinements and efficiency improvements ([ipfs/go-ipfs#3493](https://github.com/ipfs/go-ipfs/pull/3493))
3355
+ - Improve IsPinned() lookups for indirect pins ([ipfs/go-ipfs#3809](https://github.com/ipfs/go-ipfs/pull/3809))
3356
+- Documentation
3357
+ - Improve 'name' and 'key' helptexts ([ipfs/go-ipfs#3806](https://github.com/ipfs/go-ipfs/pull/3806))
3358
+ - Update link to paper in dev.md ([ipfs/go-ipfs#3812](https://github.com/ipfs/go-ipfs/pull/3812))
3359
+ - Add test to enforce helptext on commands ([ipfs/go-ipfs#2648](https://github.com/ipfs/go-ipfs/pull/2648))
3360
+- Bugfixes
3361
+ - Remove bloom filter check on Put call in blockstore ([ipfs/go-ipfs#3782](https://github.com/ipfs/go-ipfs/pull/3782))
3362
+ - Re-add the GOPATH checking functionality ([ipfs/go-ipfs#3787](https://github.com/ipfs/go-ipfs/pull/3787))
3363
+ - Use fsrepo.IsInitialized to test for initialization ([ipfs/go-ipfs#3805](https://github.com/ipfs/go-ipfs/pull/3805))
3364
+ - Return 404 Not Found for failed path resolutions ([ipfs/go-ipfs#3777](https://github.com/ipfs/go-ipfs/pull/3777))
3365
+ - Fix 'dist\_get' failing without failing ([ipfs/go-ipfs#3818](https://github.com/ipfs/go-ipfs/pull/3818))
3366
+ - Update iptb with fix for t0130 hanging issue ([ipfs/go-ipfs#3823](https://github.com/ipfs/go-ipfs/pull/3823))
3367
+ - fix hidden file detection on windows ([ipfs/go-ipfs#3829](https://github.com/ipfs/go-ipfs/pull/3829))
3368
+- General Changes and Refactorings
3369
+ - Fix multiple govet warnings ([ipfs/go-ipfs#3824](https://github.com/ipfs/go-ipfs/pull/3824))
3370
+ - Make Golint happy in the blocks submodule ([ipfs/go-ipfs#3827](https://github.com/ipfs/go-ipfs/pull/3827))
3371
+- Testing
3372
+ - Enable codeclimate for automated linting and vetting ([ipfs/go-ipfs#3821](https://github.com/ipfs/go-ipfs/pull/3821))
3373
+ - Fix EOF test failure with Multipart.Read ([ipfs/go-ipfs#3804](https://github.com/ipfs/go-ipfs/pull/3804))
3374
+
3375
+### v0.4.7 - 2017-03-15
3376
+
3377
+Ipfs 0.4.7 contains several exciting new features!
3378
+First off, The long awaited filestore feature has been merged, allowing users
3379
+the option to not have ipfs store chunked copies of added files in the
3380
+blockstore, pushing to burden of ensuring those files are not changed to the
3381
+user. The filestore feature is currently still experimental, and must be
3382
+enabled in your config with:
3383
+```
3384
+ipfs config --json Experimental.FilestoreEnabled true
3385
+```
3386
+before it can be used. Please see [this issue](https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-284337564) for more details.
3387
+
3388
+Next up, We have merged initial support for ipfs 'Private Networks'. This
3389
+feature allows users to run ipfs in a mode that will only connect to other
3390
+peers in the private network. This feature, like the filestore is being
3391
+released experimentally, but if you're interested please try it out.
3392
+Instructions for setting it up can be found
3393
+[here](https://github.com/ipfs/go-ipfs/issues/3397#issuecomment-284341649).
3394
+
3395
+This release also enables support for the 'mplex' stream muxer by default. This
3396
+stream multiplexing protocol was available previously via the
3397
+`--enable-mplex-experiment` daemon flag, but has now graduated to being 'less
3398
+experimental' and no longer requires the flag to use it.
3399
+
3400
+Aside from those, we have a good number of bugfixes, perf improvements and new
3401
+tests. Heres a list of highlights:
3402
+
3403
+- Features
3404
+ - Implement basic filestore 'no-copy' functionality ([ipfs/go-ipfs#3629](https://github.com/ipfs/go-ipfs/pull/3629))
3405
+ - Add support for private ipfs networks ([ipfs/go-ipfs#3697](https://github.com/ipfs/go-ipfs/pull/3697))
3406
+ - Enable 'mplex' stream muxer by default ([ipfs/go-ipfs#3725](https://github.com/ipfs/go-ipfs/pull/3725))
3407
+ - Add `--quieter` option to `ipfs add` ([ipfs/go-ipfs#3770](https://github.com/ipfs/go-ipfs/pull/3770))
3408
+ - Report progress during `pin add` via `--progress` ([ipfs/go-ipfs#3671](https://github.com/ipfs/go-ipfs/pull/3671))
3409
+- Improvements
3410
+ - Allow `ipfs get` to handle content added with raw leaves option ([ipfs/go-ipfs#3757](https://github.com/ipfs/go-ipfs/pull/3757))
3411
+ - Fix accuracy of progress bar on `ipfs get` ([ipfs/go-ipfs#3758](https://github.com/ipfs/go-ipfs/pull/3758))
3412
+ - Limit number of objects in batches to prevent too many fds issue ([ipfs/go-ipfs#3756](https://github.com/ipfs/go-ipfs/pull/3756))
3413
+ - Add more info to bitswap stat ([ipfs/go-ipfs#3635](https://github.com/ipfs/go-ipfs/pull/3635))
3414
+ - Add multiple performance metrics ([ipfs/go-ipfs#3615](https://github.com/ipfs/go-ipfs/pull/3615))
3415
+ - Make `dist_get` fall back to other downloaders if one fails ([ipfs/go-ipfs#3692](https://github.com/ipfs/go-ipfs/pull/3692))
3416
+- Documentation
3417
+ - Add Arch Linux install instructions to readme ([ipfs/go-ipfs#3742](https://github.com/ipfs/go-ipfs/pull/3742))
3418
+ - Improve release checklist document ([ipfs/go-ipfs#3717](https://github.com/ipfs/go-ipfs/pull/3717))
3419
+- Bugfixes
3420
+ - Fix drive root parsing on windows ([ipfs/go-ipfs#3328](https://github.com/ipfs/go-ipfs/pull/3328))
3421
+ - Fix panic in ipfs get when passing no parameters to API ([ipfs/go-ipfs#3768](https://github.com/ipfs/go-ipfs/pull/3768))
3422
+ - Fix breakage of `ipfs pin add` api output ([ipfs/go-ipfs#3760](https://github.com/ipfs/go-ipfs/pull/3760))
3423
+ - Fix issue in DHT queries that was causing poor record replication ([ipfs/go-ipfs#3748](https://github.com/ipfs/go-ipfs/pull/3748))
3424
+ - Fix `ipfs mount` crashing if no name was published before ([ipfs/go-ipfs#3728](https://github.com/ipfs/go-ipfs/pull/3728))
3425
+ - Add `self` key to the `ipfs key list` listing ([ipfs/go-ipfs#3734](https://github.com/ipfs/go-ipfs/pull/3734))
3426
+ - Fix panic when shutting down `ipfs daemon` pre gateway setup ([ipfs/go-ipfs#3723](https://github.com/ipfs/go-ipfs/pull/3723))
3427
+- General Changes and Refactorings
3428
+ - Refactor `EnumerateChildren` to avoid need for bestEffort parameter ([ipfs/go-ipfs#3700](https://github.com/ipfs/go-ipfs/pull/3700))
3429
+ - Update fuse dependency, fixing several issues ([ipfs/go-ipfs#3727](https://github.com/ipfs/go-ipfs/pull/3727))
3430
+ - Add `install_unsupported` makefile target for 'exotic' systems ([ipfs/go-ipfs#3719](https://github.com/ipfs/go-ipfs/pull/3719))
3431
+ - Deprecate implicit daemon argument in Dockerfile ([ipfs/go-ipfs#3685](https://github.com/ipfs/go-ipfs/pull/3685))
3432
+- Testing
3433
+ - Add test to ensure helptext is under 80 columns wide ([ipfs/go-ipfs#3774](https://github.com/ipfs/go-ipfs/pull/3774))
3434
+ - Add unit tests for auto migration code ([ipfs/go-ipfs#3618](https://github.com/ipfs/go-ipfs/pull/3618))
3435
+ - Fix iptb stop issue in sharness tests ([ipfs/go-ipfs#3714](https://github.com/ipfs/go-ipfs/pull/3714))
3436
+
3437
+
3438
+### v0.4.6 - 2017-02-21
3439
+
3440
+Ipfs 0.4.6 contains several bugfixes related to migrations and also contains a
3441
+few other improvements to other parts of the codebase. Notably:
3442
+
3443
+- The default config will now contain some ipv6 addresses for bootstrap nodes.
3444
+- `ipfs pin add` should be faster and consume less memory.
3445
+- Pinning thousands of files no longer causes superlinear usage of storage space.
3446
+
3447
+- Improvements
3448
+ - Make pinset sharding deterministic ([ipfs/go-ipfs#3640](https://github.com/ipfs/go-ipfs/pull/3640))
3449
+ - Update to go-multihash with blake2 ([ipfs/go-ipfs#3649](https://github.com/ipfs/go-ipfs/pull/3649))
3450
+ - Pass cids instead of nodes around in EnumerateChildrenAsync ([ipfs/go-ipfs#3598](https://github.com/ipfs/go-ipfs/pull/3598))
3451
+ - Add /ip6 bootstrap nodes ([ipfs/go-ipfs#3523](https://github.com/ipfs/go-ipfs/pull/3523))
3452
+ - Add sub-object support to `dag get` command ([ipfs/go-ipfs#3687](https://github.com/ipfs/go-ipfs/pull/3687))
3453
+ - Add half-closed streams support to multiplex experiment ([ipfs/go-ipfs#3695](https://github.com/ipfs/go-ipfs/pull/3695))
3454
+- Documentation
3455
+ - Add the snap installation instructions ([ipfs/go-ipfs#3663](https://github.com/ipfs/go-ipfs/pull/3663))
3456
+ - Add closed PRs, Issues throughput ([ipfs/go-ipfs#3602](https://github.com/ipfs/go-ipfs/pull/3602))
3457
+- Bugfixes
3458
+ - Fix auto-migration on docker nodes ([ipfs/go-ipfs#3698](https://github.com/ipfs/go-ipfs/pull/3698))
3459
+ - Update flatfs to v1.1.2, fixing directory fd issue ([ipfs/go-ipfs#3711](https://github.com/ipfs/go-ipfs/pull/3711))
3460
+- General Changes and Refactorings
3461
+ - Remove `FindProviders` from routing mocks ([ipfs/go-ipfs#3617](https://github.com/ipfs/go-ipfs/pull/3617))
3462
+ - Use Marshalers instead of PostRun to process `block rm` output ([ipfs/go-ipfs#3708](https://github.com/ipfs/go-ipfs/pull/3708))
3463
+- Testing
3464
+ - Makefile rework and sharness test coverage ([ipfs/go-ipfs#3504](https://github.com/ipfs/go-ipfs/pull/3504))
3465
+ - Print out all daemon stderr files when iptb stop fails ([ipfs/go-ipfs#3701](https://github.com/ipfs/go-ipfs/pull/3701))
3466
+ - Add tests for recursively pinning a dag ([ipfs/go-ipfs#3691](https://github.com/ipfs/go-ipfs/pull/3691))
3467
+ - Fix lack of commit hash during build ([ipfs/go-ipfs#3705](https://github.com/ipfs/go-ipfs/pull/3705))
3468
+
3469
+### v0.4.5 - 2017-02-11
3470
+
3471
+#### Changes from rc3 to rc4
3472
+- Update to fixed webui. ([ipfs/go-ipfs#3669](https://github.com/ipfs/go-ipfs/pull/3669))
3473
+
3474
+#### Changes from rc2 to rc3
3475
+- Fix handling of null arrays in cbor ipld objects. ([ipfs/go-ipfs#3666](https://github.com/ipfs/go-ipfs/pull/3666))
3476
+- Add env var to enable yamux debug logging. ([ipfs/go-ipfs#3668](https://github.com/ipfs/go-ipfs/pull/3668))
3477
+- Fix libc check during auto-migrations. ([ipfs/go-ipfs#3665](https://github.com/ipfs/go-ipfs/pull/3665))
3478
+
3479
+#### Changes from rc1 to rc2
3480
+- Fixed json output of ipld objects in `ipfs dag get` ([ipfs/go-ipfs#3655](https://github.com/ipfs/go-ipfs/pull/3655))
3481
+
3482
+#### Changes since 0.4.4
3483
+
3484
+- Notable changes
3485
+ - IPLD and CIDs
3486
+ - Rework go-ipfs to use Content IDs ([ipfs/go-ipfs#3187](https://github.com/ipfs/go-ipfs/pull/3187)) ([ipfs/go-ipfs#3290](https://github.com/ipfs/go-ipfs/pull/3290))
3487
+ - Turn merkledag.Node into an interface ([ipfs/go-ipfs#3301](https://github.com/ipfs/go-ipfs/pull/3301))
3488
+ - Implement cbor ipld nodes ([ipfs/go-ipfs#3325](https://github.com/ipfs/go-ipfs/pull/3325))
3489
+ - Allow cid format selection in block put command ([ipfs/go-ipfs#3324](https://github.com/ipfs/go-ipfs/pull/3324)) ([ipfs/go-ipfs#3483](https://github.com/ipfs/go-ipfs/pull/3483))
3490
+ - Bitswap protocol extension to handle cids ([ipfs/go-ipfs#3297](https://github.com/ipfs/go-ipfs/pull/3297))
3491
+ - Add dag get to read-only api ([ipfs/go-ipfs#3499](https://github.com/ipfs/go-ipfs/pull/3499))
3492
+ - Raw Nodes
3493
+ - Implement 'Raw Node' node type for addressing raw data ([ipfs/go-ipfs#3307](https://github.com/ipfs/go-ipfs/pull/3307))
3494
+ - Optimize DagService GetLinks for Raw Nodes. ([ipfs/go-ipfs#3351](https://github.com/ipfs/go-ipfs/pull/3351))
3495
+ - Experimental PubSub
3496
+ - Added a very basic pubsub implementation ([ipfs/go-ipfs#3202](https://github.com/ipfs/go-ipfs/pull/3202))
3497
+ - Core API
3498
+ - gateway: use core api for serving GET/HEAD/POST ([ipfs/go-ipfs#3244](https://github.com/ipfs/go-ipfs/pull/3244))
3499
+
3500
+- Improvements
3501
+ - Disable auto-gc check in 'ipfs cat' ([ipfs/go-ipfs#3100](https://github.com/ipfs/go-ipfs/pull/3100))
3502
+ - Add `bitswap ledger` command ([ipfs/go-ipfs#2852](https://github.com/ipfs/go-ipfs/pull/2852))
3503
+ - Add `ipfs block rm` command. ([ipfs/go-ipfs#2962](https://github.com/ipfs/go-ipfs/pull/2962))
3504
+ - Add config option to disable bandwidth metrics ([ipfs/go-ipfs#3381](https://github.com/ipfs/go-ipfs/pull/3381))
3505
+ - Add experimental dht 'client mode' flag ([ipfs/go-ipfs#3269](https://github.com/ipfs/go-ipfs/pull/3269))
3506
+ - Add config option to set reprovider interval ([ipfs/go-ipfs#3101](https://github.com/ipfs/go-ipfs/pull/3101))
3507
+ - Add `ipfs dht provide` command ([ipfs/go-ipfs#3106](https://github.com/ipfs/go-ipfs/pull/3106))
3508
+ - Add stream info to `ipfs swarm peers -v` ([ipfs/go-ipfs#3352](https://github.com/ipfs/go-ipfs/pull/3352))
3509
+ - Add option to enable go-multiplex experiment ([ipfs/go-ipfs#3447](https://github.com/ipfs/go-ipfs/pull/3447))
3510
+ - Basic Keystore implementation ([ipfs/go-ipfs#3472](https://github.com/ipfs/go-ipfs/pull/3472))
3511
+ - Make `ipfs add --local` not send providers messages ([ipfs/go-ipfs#3102](https://github.com/ipfs/go-ipfs/pull/3102))
3512
+ - Fix bug in `ipfs tar add` that buffered input in memory ([ipfs/go-ipfs#3334](https://github.com/ipfs/go-ipfs/pull/3334))
3513
+ - Make blockstore retry operations on temporary errors ([ipfs/go-ipfs#3091](https://github.com/ipfs/go-ipfs/pull/3091))
3514
+ - Don't hold the PinLock in adder when not pinning. ([ipfs/go-ipfs#3222](https://github.com/ipfs/go-ipfs/pull/3222))
3515
+ - Validate repo/api file and improve error message ([ipfs/go-ipfs#3219](https://github.com/ipfs/go-ipfs/pull/3219))
3516
+ - no longer hard code gomaxprocs ([ipfs/go-ipfs#3357](https://github.com/ipfs/go-ipfs/pull/3357))
3517
+ - Updated Bash complete script ([ipfs/go-ipfs#3377](https://github.com/ipfs/go-ipfs/pull/3377))
3518
+ - Remove expensive debug statement in blockstore AllKeysChan ([ipfs/go-ipfs#3384](https://github.com/ipfs/go-ipfs/pull/3384))
3519
+ - Remove GC timeout, fix GC tests ([ipfs/go-ipfs#3494](https://github.com/ipfs/go-ipfs/pull/3494))
3520
+ - Fix `ipfs pin add` resource consumption ([ipfs/go-ipfs#3495](https://github.com/ipfs/go-ipfs/pull/3495)) ([ipfs/go-ipfs#3571](https://github.com/ipfs/go-ipfs/pull/3571))
3521
+ - Add IPNS entry to DHT cache after publish ([ipfs/go-ipfs#3501](https://github.com/ipfs/go-ipfs/pull/3501))
3522
+ - Add in `--routing=none` daemon option ([ipfs/go-ipfs#3605](https://github.com/ipfs/go-ipfs/pull/3605))
3523
+
3524
+- Bitswap
3525
+ - Don't re-provide blocks we've provided very recently ([ipfs/go-ipfs#3105](https://github.com/ipfs/go-ipfs/pull/3105))
3526
+ - Add a deadline to sendmsg calls ([ipfs/go-ipfs#3445](https://github.com/ipfs/go-ipfs/pull/3445))
3527
+ - cleanup bitswap and handle message send failure slightly better ([ipfs/go-ipfs#3408](https://github.com/ipfs/go-ipfs/pull/3408))
3528
+ - Increase wantlist resend delay to one minute ([ipfs/go-ipfs#3448](https://github.com/ipfs/go-ipfs/pull/3448))
3529
+ - Fix issue where wantlist fullness wasn't included in messages ([ipfs/go-ipfs#3461](https://github.com/ipfs/go-ipfs/pull/3461))
3530
+ - Only pass keys down newBlocks chan in bitswap ([ipfs/go-ipfs#3271](https://github.com/ipfs/go-ipfs/pull/3271))
3531
+
3532
+- Bugfixes
3533
+ - gateway: fix --writable flag ([ipfs/go-ipfs#3206](https://github.com/ipfs/go-ipfs/pull/3206))
3534
+ - Fix relative seek in unixfs not expanding file properly ([ipfs/go-ipfs#3095](https://github.com/ipfs/go-ipfs/pull/3095))
3535
+ - Update multicodec service names for ipfs services ([ipfs/go-ipfs#3132](https://github.com/ipfs/go-ipfs/pull/3132))
3536
+ - dht: add missing protocol ID to newStream call ([ipfs/go-ipfs#3203](https://github.com/ipfs/go-ipfs/pull/3203))
3537
+ - Return immediately on namesys error ([ipfs/go-ipfs#3345](https://github.com/ipfs/go-ipfs/pull/3345))
3538
+ - Improve osxfuse handling ([ipfs/go-ipfs#3098](https://github.com/ipfs/go-ipfs/pull/3098)) ([ipfs/go-ipfs#3413](https://github.com/ipfs/go-ipfs/pull/3413))
3539
+ - commands: fix opt.Description panic when desc was empty ([ipfs/go-ipfs#3521](https://github.com/ipfs/go-ipfs/pull/3521))
3540
+ - Fixes #3133: Properly handle release candidates in version comparison ([ipfs/go-ipfs#3136](https://github.com/ipfs/go-ipfs/pull/3136))
3541
+ - Don't drop error in readStreamedJson. ([ipfs/go-ipfs#3276](https://github.com/ipfs/go-ipfs/pull/3276))
3542
+ - Error out on invalid `--routing` option ([ipfs/go-ipfs#3482](https://github.com/ipfs/go-ipfs/pull/3482))
3543
+ - Respect contexts when returning diagnostics responses ([ipfs/go-ipfs#3353](https://github.com/ipfs/go-ipfs/pull/3353))
3544
+ - Fix json marshalling of pbnode ([ipfs/go-ipfs#3507](https://github.com/ipfs/go-ipfs/pull/3507))
3545
+
3546
+- General changes and refactorings
3547
+ - Disable Suborigins the spec changed and our impl conflicts ([ipfs/go-ipfs#3519](https://github.com/ipfs/go-ipfs/pull/3519))
3548
+ - Avoid sending provide messages for pinsets ([ipfs/go-ipfs#3103](https://github.com/ipfs/go-ipfs/pull/3103))
3549
+ - Refactor cli handling to expose argument parsing functionality ([ipfs/go-ipfs#3308](https://github.com/ipfs/go-ipfs/pull/3308))
3550
+ - Create a FilestoreNode object to carry PosInfo ([ipfs/go-ipfs#3314](https://github.com/ipfs/go-ipfs/pull/3314))
3551
+ - Print 'n/a' instead of zero latency in `ipfs swarm peers` ([ipfs/go-ipfs#3491](https://github.com/ipfs/go-ipfs/pull/3491))
3552
+ - Add DAGService.GetLinks() method to optimize traversals. ([ipfs/go-ipfs#3255](https://github.com/ipfs/go-ipfs/pull/3255))
3553
+ - Make path resolver no longer require whole IpfsNode for construction ([ipfs/go-ipfs#3321](https://github.com/ipfs/go-ipfs/pull/3321))
3554
+ - Distinguish between Offline and Local Modes of daemon operation. ([ipfs/go-ipfs#3259](https://github.com/ipfs/go-ipfs/pull/3259))
3555
+ - Separate out the GC Locking from the Blockstore interface. ([ipfs/go-ipfs#3348](https://github.com/ipfs/go-ipfs/pull/3348))
3556
+ - Avoid unnecessary allocs in datastore key handling ([ipfs/go-ipfs#3407](https://github.com/ipfs/go-ipfs/pull/3407))
3557
+ - Use NextSync method for datastore queries ([ipfs/go-ipfs#3386](https://github.com/ipfs/go-ipfs/pull/3386))
3558
+ - Switch unixfs.Metadata.MimeType to optional ([ipfs/go-ipfs#3458](https://github.com/ipfs/go-ipfs/pull/3458))
3559
+ - Fix path parsing in `ipfs name publish` ([ipfs/go-ipfs#3592](https://github.com/ipfs/go-ipfs/pull/3592))
3560
+ - Fix inconsistent `ipfs stats bw` formatting ([ipfs/go-ipfs#3554](https://github.com/ipfs/go-ipfs/pull/3554))
3561
+ - Set the libp2p agent version based on version string ([ipfs/go-ipfs#3569](https://github.com/ipfs/go-ipfs/pull/3569))
3562
+
3563
+- Cross Platform Changes
3564
+ - Fix 'dist_get' script on BSDs. ([ipfs/go-ipfs#3264](https://github.com/ipfs/go-ipfs/pull/3264))
3565
+ - ulimit: Tune resource limits on BSDs ([ipfs/go-ipfs#3374](https://github.com/ipfs/go-ipfs/pull/3374))
3566
+
3567
+- Metrics
3568
+ - Introduce go-metrics-interface ([ipfs/go-ipfs#3189](https://github.com/ipfs/go-ipfs/pull/3189))
3569
+ - Fix metrics injection ([ipfs/go-ipfs#3315](https://github.com/ipfs/go-ipfs/pull/3315))
3570
+
3571
+- Misc
3572
+ - Bump Go requirement to 1.7 ([ipfs/go-ipfs#3111](https://github.com/ipfs/go-ipfs/pull/3111))
3573
+ - Merge 0.4.3 release candidate changes back into master ([ipfs/go-ipfs#3248](https://github.com/ipfs/go-ipfs/pull/3248))
3574
+ - Add security@ipfs.io GPG key to assets ([ipfs/go-ipfs#2997](https://github.com/ipfs/go-ipfs/pull/2997))
3575
+ - Improve makefiles ([ipfs/go-ipfs#2999](https://github.com/ipfs/go-ipfs/pull/2999)) ([ipfs/go-ipfs#3265](https://github.com/ipfs/go-ipfs/pull/3265))
3576
+ - Refactor install.sh script ([ipfs/go-ipfs#3194](https://github.com/ipfs/go-ipfs/pull/3194))
3577
+ - Add test check for go code formatting ([ipfs/go-ipfs#3421](https://github.com/ipfs/go-ipfs/pull/3421))
3578
+ - bin: dist_get script: prevents get_go_vars() returns same values twice ([ipfs/go-ipfs#3079](https://github.com/ipfs/go-ipfs/pull/3079))
3579
+
3580
+- Dependencies
3581
+ - Update libp2p to have fixed spdystream dep ([ipfs/go-ipfs#3210](https://github.com/ipfs/go-ipfs/pull/3210))
3582
+ - Update libp2p and dht packages ([ipfs/go-ipfs#3263](https://github.com/ipfs/go-ipfs/pull/3263))
3583
+ - Update to libp2p 4.0.1 and propogate other changes ([ipfs/go-ipfs#3284](https://github.com/ipfs/go-ipfs/pull/3284))
3584
+ - Update to libp2p 4.0.4 ([ipfs/go-ipfs#3361](https://github.com/ipfs/go-ipfs/pull/3361))
3585
+ - Update go-libp2p across codebase ([ipfs/go-ipfs#3406](https://github.com/ipfs/go-ipfs/pull/3406))
3586
+ - Update to go-libp2p 4.1.0 ([ipfs/go-ipfs#3373](https://github.com/ipfs/go-ipfs/pull/3373))
3587
+ - Update deps for libp2p 3.4.0 ([ipfs/go-ipfs#3110](https://github.com/ipfs/go-ipfs/pull/3110))
3588
+ - Update go-libp2p-swarm with deadlock fixes ([ipfs/go-ipfs#3339](https://github.com/ipfs/go-ipfs/pull/3339))
3589
+ - Update to new cid and ipld node packages ([ipfs/go-ipfs#3326](https://github.com/ipfs/go-ipfs/pull/3326))
3590
+ - Update to newer ipld node interface with Copy and better Tree ([ipfs/go-ipfs#3391](https://github.com/ipfs/go-ipfs/pull/3391))
3591
+ - Update experimental go-multiplex to 0.2.6 ([ipfs/go-ipfs#3475](https://github.com/ipfs/go-ipfs/pull/3475))
3592
+ - Rework routing interfaces to make separation easier ([ipfs/go-ipfs#3107](https://github.com/ipfs/go-ipfs/pull/3107))
3593
+ - Update to dht code with fixed GetClosestPeers ([ipfs/go-ipfs#3346](https://github.com/ipfs/go-ipfs/pull/3346))
3594
+ - Move go-is-domain to gx ([ipfs/go-ipfs#3077](https://github.com/ipfs/go-ipfs/pull/3077))
3595
+ - Extract thirdparty/loggables and thirdparty/peerset ([ipfs/go-ipfs#3204](https://github.com/ipfs/go-ipfs/pull/3204))
3596
+ - Completely remove go-key dep ([ipfs/go-ipfs#3439](https://github.com/ipfs/go-ipfs/pull/3439))
3597
+ - Remove randbo dep, its no longer needed ([ipfs/go-ipfs#3118](https://github.com/ipfs/go-ipfs/pull/3118))
3598
+ - Update libp2p for identify configuration updates ([ipfs/go-ipfs#3539](https://github.com/ipfs/go-ipfs/pull/3539))
3599
+ - Use newer flatfs sharding scheme ([ipfs/go-ipfs#3608](https://github.com/ipfs/go-ipfs/pull/3608))
3600
+
3601
+- Testing
3602
+ - fix test_fsh arg quoting in ipfs-test-lib ([ipfs/go-ipfs#3085](https://github.com/ipfs/go-ipfs/pull/3085))
3603
+ - 100% coverage for blocks/blocksutil ([ipfs/go-ipfs#3090](https://github.com/ipfs/go-ipfs/pull/3090))
3604
+ - 100% coverage on blocks/set ([ipfs/go-ipfs#3084](https://github.com/ipfs/go-ipfs/pull/3084))
3605
+ - 81% coverage on blockstore ([ipfs/go-ipfs#3074](https://github.com/ipfs/go-ipfs/pull/3074))
3606
+ - 80% coverage of unixfs/mod ([ipfs/go-ipfs#3096](https://github.com/ipfs/go-ipfs/pull/3096))
3607
+ - 82% coverage on blocks ([ipfs/go-ipfs#3086](https://github.com/ipfs/go-ipfs/pull/3086))
3608
+ - 87% coverage on unixfs ([ipfs/go-ipfs#3492](https://github.com/ipfs/go-ipfs/pull/3492))
3609
+ - Improve coverage on routing/offline ([ipfs/go-ipfs#3516](https://github.com/ipfs/go-ipfs/pull/3516))
3610
+ - Add test for flags package ([ipfs/go-ipfs#3449](https://github.com/ipfs/go-ipfs/pull/3449))
3611
+ - improve test coverage on merkledag package ([ipfs/go-ipfs#3113](https://github.com/ipfs/go-ipfs/pull/3113))
3612
+ - 80% coverage of unixfs/io ([ipfs/go-ipfs#3097](https://github.com/ipfs/go-ipfs/pull/3097))
3613
+ - Accept more than one digit in repo version tests ([ipfs/go-ipfs#3130](https://github.com/ipfs/go-ipfs/pull/3130))
3614
+ - Fix typo in hash in t0050 ([ipfs/go-ipfs#3170](https://github.com/ipfs/go-ipfs/pull/3170))
3615
+ - fix bug in pinsets and add a stress test for the scenario ([ipfs/go-ipfs#3273](https://github.com/ipfs/go-ipfs/pull/3273)) ([ipfs/go-ipfs#3302](https://github.com/ipfs/go-ipfs/pull/3302))
3616
+ - Report coverage to codecov ([ipfs/go-ipfs#3473](https://github.com/ipfs/go-ipfs/pull/3473))
3617
+ - Add test for 'ipfs config replace' ([ipfs/go-ipfs#3073](https://github.com/ipfs/go-ipfs/pull/3073))
3618
+ - Fix netcat on macOS not closing socket when the stdin sends EOF ([ipfs/go-ipfs#3515](https://github.com/ipfs/go-ipfs/pull/3515))
3619
+
3620
+- Documentation
3621
+ - Update dns help with a correct domain name ([ipfs/go-ipfs#3087](https://github.com/ipfs/go-ipfs/pull/3087))
3622
+ - Add period to `ipfs pin rm` ([ipfs/go-ipfs#3088](https://github.com/ipfs/go-ipfs/pull/3088))
3623
+ - Make all Taglines use imperative mood ([ipfs/go-ipfs#3041](https://github.com/ipfs/go-ipfs/pull/3041))
3624
+ - Document listing commands better ([ipfs/go-ipfs#3083](https://github.com/ipfs/go-ipfs/pull/3083))
3625
+ - Add notes to readme on building for uncommon systems ([ipfs/go-ipfs#3051](https://github.com/ipfs/go-ipfs/pull/3051))
3626
+ - Add branch naming conventions doc ([ipfs/go-ipfs#3035](https://github.com/ipfs/go-ipfs/pull/3035))
3627
+ - Replace <default> keyword with <<default>> ([ipfs/go-ipfs#3129](https://github.com/ipfs/go-ipfs/pull/3129))
3628
+ - Fix Add() docs regarding pinning ([ipfs/go-ipfs#3513](https://github.com/ipfs/go-ipfs/pull/3513))
3629
+ - Add sudo to install commands. ([ipfs/go-ipfs#3201](https://github.com/ipfs/go-ipfs/pull/3201))
3630
+ - Add docs for `"commands".Command.Run` ([ipfs/go-ipfs#3382](https://github.com/ipfs/go-ipfs/pull/3382))
3631
+ - Put config keys in proper case ([ipfs/go-ipfs#3365](https://github.com/ipfs/go-ipfs/pull/3365))
3632
+ - Fix link in `ipfs stats bw` help message ([ipfs/go-ipfs#3620](https://github.com/ipfs/go-ipfs/pull/3620))
3633
+
3634
+## v0.4.4 - 2016-10-11
3635
+
3636
+This release contains an important hotfix for a bug we discovered in how pinning works.
3637
+If you had a large number of pins, new pins would overwrite existing pins.
3638
+Apart from the hotfix, this release is equal to the previous release 0.4.3.
3639
+
3640
+- Fix bug in pinsets fanout, and add stress test. (@whyrusleeping, [ipfs/go-ipfs#3273](https://github.com/ipfs/go-ipfs/pull/3273))
3641
+
3642
+We published a [detailed account of the bug and fix in a blog post](https://ipfs.io/blog/21-go-ipfs-0-4-4-released/).
3643
+
3644
+## v0.4.3 - 2016-09-20
3645
+
3646
+There have been no changes since the last release candidate 0.4.3-rc4. \o/
3647
+
3648
+## v0.4.3-rc4 - 2016-09-09
3649
+
3650
+This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing.
3651
+We plan for this to be the last release candidate before the release of go-ipfs v0.4.3.
3652
+
3653
+With this release candidate, we're also moving go-ipfs to Go 1.7, which we expect will yield improvements in runtime performance, memory usage, build time and size of the release binaries.
3654
+
3655
+- Require Go 1.7. (@whyrusleeping, @Kubuxu, @lgierth, [ipfs/go-ipfs#3163](https://github.com/ipfs/go-ipfs/pull/3163))
3656
+ - For this purpose, switch Docker image from Alpine 3.4 to Alpine Edge.
3657
+- Fix cancellation of Bitswap `wantlist` entries. (@whyrusleeping, [ipfs/go-ipfs#3182](https://github.com/ipfs/go-ipfs/pull/3182))
3658
+- Fix clearing of `active` state of Bitswap provider queries. (@whyrusleeping, [ipfs/go-ipfs#3169](https://github.com/ipfs/go-ipfs/pull/3169))
3659
+- Fix a panic in the DHT code. (@Kubuxu, [ipfs/go-ipfs#3200](https://github.com/ipfs/go-ipfs/pull/3200))
3660
+- Improve handling of `Identity` field in `ipfs config` command. (@Kubuxu, @whyrusleeping, [ipfs/go-ipfs#3141](https://github.com/ipfs/go-ipfs/pull/3141))
3661
+- Fix explicit adding of symlinked files and directories. (@kevina, [ipfs/go-ipfs#3135](https://github.com/ipfs/go-ipfs/pull/3135))
3662
+- Fix bash auto-completion of `ipfs daemon --unrestricted-api` option. (@lgierth, [ipfs/go-ipfs#3159](https://github.com/ipfs/go-ipfs/pull/3159))
3663
+- Introduce a new timeout tool for tests to avoid licensing issues. (@Kubuxu, [ipfs/go-ipfs#3152](https://github.com/ipfs/go-ipfs/pull/3152))
3664
+- Improve output for migrations of fs-repo. (@lgierth, [ipfs/go-ipfs#3158](https://github.com/ipfs/go-ipfs/pull/3158))
3665
+- Fix info notice of commands taking input from stdin. (@Kubuxu, [ipfs/go-ipfs#3134](https://github.com/ipfs/go-ipfs/pull/3134))
3666
+- Bring back a few tests for stdin handling of `ipfs cat` and `ipfs add`. (@Kubuxu, [ipfs/go-ipfs#3144](https://github.com/ipfs/go-ipfs/pull/3144))
3667
+- Improve sharness tests for `ipfs repo verify` command. (@whyrusleeping, [ipfs/go-ipfs#3148](https://github.com/ipfs/go-ipfs/pull/3148))
3668
+- Improve sharness tests for CORS headers on the gateway. (@Kubuxu, [ipfs/go-ipfs#3142](https://github.com/ipfs/go-ipfs/pull/3142))
3669
+- Improve tests for pinning within `ipfs files`. (@kevina, [ipfs/go-ipfs#3151](https://github.com/ipfs/go-ipfs/pull/3151))
3670
+- Improve tests for the automatic raising of file descriptor limits. (@whyrusleeping, [ipfs/go-ipfs#3149](https://github.com/ipfs/go-ipfs/pull/3149))
3671
+
3672
+## v0.4.3-rc3 - 2016-08-11
3673
+
3674
+This release candidate fixes a panic that occurs when input from stdin was
3675
+expected, but none was given: [ipfs/go-ipfs#3050](https://github.com/ipfs/go-ipfs/pull/3050)
3676
+
3677
+## v0.4.3-rc2 - 2016-08-04
3678
+
3679
+This release includes bugfixes and fixes for regressions that were introduced
3680
+between 0.4.2 and 0.4.3-rc1.
3681
+
3682
+- Regressions
3683
+ - Fix daemon panic when there is no multipart input provided over the HTTP API.
3684
+ (@whyrusleeping, [ipfs/go-ipfs#2989](https://github.com/ipfs/go-ipfs/pull/2989))
3685
+ - Fix `ipfs refs --edges` not printing edges.
3686
+ (@Kubuxu, [ipfs/go-ipfs#3007](https://github.com/ipfs/go-ipfs/pull/3007))
3687
+ - Fix progress option for `ipfs add` defaulting to true on the HTTP API.
3688
+ (@whyrusleeping, [ipfs/go-ipfs#3025](https://github.com/ipfs/go-ipfs/pull/3025))
3689
+ - Fix erroneous printing of stdin reading message.
3690
+ (@whyrusleeping, [ipfs/go-ipfs#3033](https://github.com/ipfs/go-ipfs/pull/3033))
3691
+ - Fix panic caused by passing `--mount` and `--offline` flags to `ipfs daemon`.
3692
+ (@Kubuxu, [ipfs/go-ipfs#3022](https://github.com/ipfs/go-ipfs/pull/3022))
3693
+ - Fix symlink path resolution on windows.
3694
+ (@Kubuxu, [ipfs/go-ipfs#3023](https://github.com/ipfs/go-ipfs/pull/3023))
3695
+ - Add in code to prevent issue 3032 from crashing the daemon.
3696
+ (@whyrusleeping, [ipfs/go-ipfs#3037](https://github.com/ipfs/go-ipfs/pull/3037))
3697
+
3698
+
3699
+## v0.4.3-rc1 - 2016-07-23
3700
+
3701
+This is a maintenance release which comes with a couple of nice enhancements, and improves the performance of Storage, Bitswap, as well as Content and Peer Routing. It also introduces a handful of new commands and options, and fixes a good bunch of bugs.
3702
+
3703
+This is the first Release Candidate. Unless there are vulnerabilities or regressions discovered, the final 0.4.3 release will happen about one week from now.
3704
+
3705
+- Security Vulnerability
3706
+
3707
+ - The `master` branch if go-ipfs suffered from a vulnerability for about 3 weeks. It allowed an attacker to use an iframe to request malicious HTML and JS from the API of a local go-ipfs node. The attacker could then gain unrestricted access to the node's API, and e.g. extract the private key. We fixed this issue by reintroducing restrictions on which particular objects can be loaded through the API (@lgierth, [ipfs/go-ipfs#2949](https://github.com/ipfs/go-ipfs/pull/2949)), and by completely excluding the private key from the API (@Kubuxu, [ipfs/go-ipfs#2957](https://github.com/ipfs/go-ipfs/pull/2957)). We will also work on more hardening of the API in the next release.
3708
+ - **The previous release 0.4.2 is not vulnerable. That means if you're using official binaries from [dist.ipfs.io](https://dist.ipfs.io) you're not affected.** If you're running go-ipfs built from the `master` branch between June 17th ([ipfs/go-ipfs@1afebc21](https://github.com/ipfs/go-ipfs/commit/1afebc21f324982141ca8a29710da0d6f83ca804)) and July 7th ([ipfs/go-ipfs@39bef0d5](https://github.com/ipfs/go-ipfs/commit/39bef0d5b01f70abf679fca2c4d078a2d55620e2)), please update to v0.4.3-rc1 immediately.
3709
+ - We are grateful to the group of independent researchers who made us aware of this vulnerability. We wanna use this opportunity to reiterate that we're very happy about any additional review of pull requests and releases. You can contact us any time at security@ipfs.io (GPG [4B9665FB 92636D17 7C7A86D3 50AAE8A9 59B13AF3](https://pgp.mit.edu/pks/lookup?op=get&search=0x50AAE8A959B13AF3)).
3710
+
3711
+- Notable changes
3712
+
3713
+ - Improve Bitswap performance. (@whyrusleeping, [ipfs/go-ipfs#2727](https://github.com/ipfs/go-ipfs/pull/2727), [ipfs/go-ipfs#2798](https://github.com/ipfs/go-ipfs/pull/2798))
3714
+ - Improve Content Routing and Peer Routing performance. (@whyrusleeping, [ipfs/go-ipfs#2817](https://github.com/ipfs/go-ipfs/pull/2817), [ipfs/go-ipfs#2841](https://github.com/ipfs/go-ipfs/pull/2841))
3715
+ - Improve datastore, blockstore, and dagstore performance. (@kevina, @Kubuxu, @whyrusleeping [ipfs/go-datastore#43](https://github.com/ipfs/go-datastore/pull/43), [ipfs/go-ipfs#2885](https://github.com/ipfs/go-ipfs/pull/2885), [ipfs/go-ipfs#2961](https://github.com/ipfs/go-ipfs/pull/2961), [ipfs/go-ipfs#2953](https://github.com/ipfs/go-ipfs/pull/2953), [ipfs/go-ipfs#2960](https://github.com/ipfs/go-ipfs/pull/2960))
3716
+ - Content Providers are now stored on disk to gain savings on process memory. (@whyrusleeping, [ipfs/go-ipfs#2804](https://github.com/ipfs/go-ipfs/pull/2804), [ipfs/go-ipfs#2860](https://github.com/ipfs/go-ipfs/pull/2860))
3717
+ - Migrations of the fs-repo (usually stored at `~/.ipfs`) now run automatically. If there's a TTY available, you'll get prompted when running `ipfs daemon`, and in addition you can use the `--migrate=true` or `--migrate=false` options to avoid the prompt. (@whyrusleeping, @lgierth, [ipfs/go-ipfs#2939](https://github.com/ipfs/go-ipfs/pull/2939))
3718
+ - The internal naming of blocks in the blockstore has changed, which requires a migration of the fs-repo, from version 3 to 4. (@whyrusleeping, [ipfs/go-ipfs#2903](https://github.com/ipfs/go-ipfs/pull/2903))
3719
+ - We now automatically raise the file descriptor limit to 1024 if neccessary. (@whyrusleeping, [ipfs/go-ipfs#2884](https://github.com/ipfs/go-ipfs/pull/2884), [ipfs/go-ipfs#2891](https://github.com/ipfs/go-ipfs/pull/2891))
3720
+ - After a long struggle with deadlocks and hanging connections, we've decided to disable the uTP transport by default for now. (@whyrusleeping, [ipfs/go-ipfs#2840](https://github.com/ipfs/go-ipfs/pull/2840), [ipfs/go-libp2p-transport@88244000](https://github.com/ipfs/go-libp2p-transport/commit/88244000f0ce8851ffcfbac746ebc0794b71d2a4))
3721
+ - There is now documentation for the configuration options in `docs/config.md`. (@whyrusleeping, [ipfs/go-ipfs#2974](https://github.com/ipfs/go-ipfs/pull/2974))
3722
+ - All commands now sanely handle the combination of stdin and optional flags in certain edge cases. (@lgierth, [ipfs/go-ipfs#2952](https://github.com/ipfs/go-ipfs/pull/2952))
3723
+
3724
+- New Features
3725
+
3726
+ - Add `--offline` option to `ipfs daemon` command, which disables all swarm networking. (@Kubuxu, [ipfs/go-ipfs#2696](https://github.com/ipfs/go-ipfs/pull/2696), [ipfs/go-ipfs#2867](https://github.com/ipfs/go-ipfs/pull/2867))
3727
+ - Add `Datastore.HashOnRead` option for verifying block hashes on read access. (@Kubuxu, [ipfs/go-ipfs#2904](https://github.com/ipfs/go-ipfs/pull/2904))
3728
+ - Add `Datastore.BloomFilterSize` option for tuning the blockstore's new lookup bloom filter. (@Kubuxu, [ipfs/go-ipfs#2973](https://github.com/ipfs/go-ipfs/pull/2973))
3729
+
3730
+- Bugfixes
3731
+
3732
+ - Fix publishing of local IPNS entries, and more. (@whyrusleeping, [ipfs/go-ipfs#2943](https://github.com/ipfs/go-ipfs/pull/2943))
3733
+ - Fix progress bars in `ipfs add` and `ipfs get`. (@whyrusleeping, [ipfs/go-ipfs#2893](https://github.com/ipfs/go-ipfs/pull/2893), [ipfs/go-ipfs#2948](https://github.com/ipfs/go-ipfs/pull/2948))
3734
+ - Make sure files added through `ipfs files` are pinned and don't get GC'd. (@kevina, [ipfs/go-ipfs#2872](https://github.com/ipfs/go-ipfs/pull/2872))
3735
+ - Fix copying into directory using `ipfs files cp`. (@whyrusleeping, [ipfs/go-ipfs#2977](https://github.com/ipfs/go-ipfs/pull/2977))
3736
+ - Fix `ipfs version --commit` with Docker containers. (@lgierth, [ipfs/go-ipfs#2734](https://github.com/ipfs/go-ipfs/pull/2734))
3737
+ - Run `ipfs diag` commands in the daemon instead of the CLI. (@Kubuxu, [ipfs/go-ipfs#2761](https://github.com/ipfs/go-ipfs/pull/2761))
3738
+ - Fix protobuf encoding on the API and in commands. (@stebalien, [ipfs/go-ipfs#2516](https://github.com/ipfs/go-ipfs/pull/2516))
3739
+ - Fix goroutine leak in `/ipfs/ping` protocol handler. (@whyrusleeping, [ipfs/go-libp2p#58](https://github.com/ipfs/go-libp2p/pull/58))
3740
+ - Fix `--flags` option on `ipfs commands`. (@Kubuxu, [ipfs/go-ipfs#2773](https://github.com/ipfs/go-ipfs/pull/2773))
3741
+ - Fix the error channels in `namesys`. (@whyrusleeping, [ipfs/go-ipfs#2788](https://github.com/ipfs/go-ipfs/pull/2788))
3742
+ - Fix consumptions of observed swarm addresses. (@whyrusleeping, [ipfs/go-libp2p#63](https://github.com/ipfs/go-libp2p/pull/63), [ipfs/go-ipfs#2771](https://github.com/ipfs/go-ipfs/issues/2771))
3743
+ - Fix a rare DHT panic. (@whyrusleeping, [ipfs/go-ipfs#2856](https://github.com/ipfs/go-ipfs/pull/2856))
3744
+ - Fix go-ipfs/js-ipfs interoperability issues in SPDY. (@whyrusleeping, [whyrusleeping/go-smux-spdystream@fae17783](https://github.com/whyrusleeping/go-smux-spdystream/commit/fae1778302a9e029bb308cf71cf33f857f2d89e8))
3745
+ - Fix a logging race condition during shutdown. (@Kubuxu, [ipfs/go-log#3](https://github.com/ipfs/go-log/pull/3))
3746
+ - Prevent DHT connection hangs. (@whyrusleeping, [ipfs/go-ipfs#2826](https://github.com/ipfs/go-ipfs/pull/2826), [ipfs/go-ipfs#2863](https://github.com/ipfs/go-ipfs/pull/2863))
3747
+ - Fix NDJSON output of `ipfs refs local`. (@Kubuxu, [ipfs/go-ipfs#2812](https://github.com/ipfs/go-ipfs/pull/2812))
3748
+ - Fix race condition in NAT detection. (@whyrusleeping, [ipfs/go-libp2p#69](https://github.com/ipfs/go-libp2p/pull/69))
3749
+ - Fix error messages. (@whyrusleeping, @Kubuxu, [ipfs/go-ipfs#2905](https://github.com/ipfs/go-ipfs/pull/2905), [ipfs/go-ipfs#2928](https://github.com/ipfs/go-ipfs/pull/2928))
3750
+
3751
+- Enhancements
3752
+
3753
+ - Increase maximum object size on `ipfs put` from 1 MiB to 2 MiB. The maximum object size on the wire including all framing is 4 MiB. (@kpcyrd, [ipfs/go-ipfs#2980](https://github.com/ipfs/go-ipfs/pull/2980))
3754
+ - Add CORS headers to the Gateway's default config. (@Kubuxu, [ipfs/go-ipfs#2778](https://github.com/ipfs/go-ipfs/pull/2778))
3755
+ - Clear the dial backoff for a peer when using `ipfs swarm connect`. (@whyrusleeping, [ipfs/go-ipfs#2941](https://github.com/ipfs/go-ipfs/pull/2941))
3756
+ - Allow passing options to daemon in Docker container. (@lgierth, [ipfs/go-ipfs#2955](https://github.com/ipfs/go-ipfs/pull/2955))
3757
+ - Add `-v/--verbose` to `ìpfs swarm peers` command. (@csasarak, [ipfs/go-ipfs#2713](https://github.com/ipfs/go-ipfs/pull/2713))
3758
+ - Add `--format`, `--hash`, and `--size` options to `ipfs files stat` command. (@Kubuxu, [ipfs/go-ipfs#2706](https://github.com/ipfs/go-ipfs/pull/2706))
3759
+ - Add `--all` option to `ipfs version` command. (@Kubuxu, [ipfs/go-ipfs#2790](https://github.com/ipfs/go-ipfs/pull/2790))
3760
+ - Add `ipfs repo version` command. (@pfista, [ipfs/go-ipfs#2598](https://github.com/ipfs/go-ipfs/pull/2598))
3761
+ - Add `ipfs repo verify` command. (@whyrusleeping, [ipfs/go-ipfs#2924](https://github.com/ipfs/go-ipfs/pull/2924), [ipfs/go-ipfs#2951](https://github.com/ipfs/go-ipfs/pull/2951))
3762
+ - Add `ipfs stats repo` and `ipfs stats bitswap` command aliases. (@pfista, [ipfs/go-ipfs#2810](https://github.com/ipfs/go-ipfs/pull/2810))
3763
+ - Add success indication to responses of `ipfs ping` command. (@Kubuxu, [ipfs/go-ipfs#2813](https://github.com/ipfs/go-ipfs/pull/2813))
3764
+ - Save changes made via `ipfs swarm filter` to the config file. (@yuvallanger, [ipfs/go-ipfs#2880](https://github.com/ipfs/go-ipfs/pull/2880))
3765
+ - Expand `ipfs_p2p_peers` metric to include libp2p transport. (@lgierth, [ipfs/go-ipfs#2728](https://github.com/ipfs/go-ipfs/pull/2728))
3766
+ - Rework `ipfs files add` internals to avoid caching and prevent memory leaks. (@whyrusleeping, [ipfs/go-ipfs#2795](https://github.com/ipfs/go-ipfs/pull/2795))
3767
+ - Support `GOPATH` with multiple path components. (@karalabe, @lgierth, @djdv, [ipfs/go-ipfs#2808](https://github.com/ipfs/go-ipfs/pull/2808), [ipfs/go-ipfs#2862](https://github.com/ipfs/go-ipfs/pull/2862), [ipfs/go-ipfs#2975](https://github.com/ipfs/go-ipfs/pull/2975))
3768
+
3769
+- General Codebase
3770
+
3771
+ - Take steps towards the `filestore` datastore. (@kevina, [ipfs/go-ipfs#2792](https://github.com/ipfs/go-ipfs/pull/2792), [ipfs/go-ipfs#2634](https://github.com/ipfs/go-ipfs/pull/2634))
3772
+ - Update recommended Golang version to 1.6.2 (@Kubuxu, [ipfs/go-ipfs#2724](https://github.com/ipfs/go-ipfs/pull/2724))
3773
+ - Update to Gx 0.8.0 and Gx-Go 1.2.1, which is faster and less noisy. (@whyrusleeping, [ipfs/go-ipfs#2979](https://github.com/ipfs/go-ipfs/pull/2979))
3774
+ - Use `go4.org/lock` instead of `camlistore/lock` for locking. (@whyrusleeping, [ipfs/go-ipfs#2887](https://github.com/ipfs/go-ipfs/pull/2887))
3775
+ - Manage `go.uuid`, `hamming`, `backoff`, `proquint`, `pb`, `go-context`, `cors`, `go-datastore` packages with Gx. (@Kubuxu, [ipfs/go-ipfs#2733](https://github.com/ipfs/go-ipfs/pull/2733), [ipfs/go-ipfs#2736](https://github.com/ipfs/go-ipfs/pull/2736), [ipfs/go-ipfs#2757](https://github.com/ipfs/go-ipfs/pull/2757), [ipfs/go-ipfs#2825](https://github.com/ipfs/go-ipfs/pull/2825), [ipfs/go-ipfs#2838](https://github.com/ipfs/go-ipfs/pull/2838))
3776
+ - Clean up the gateway's surface. (@lgierth, [ipfs/go-ipfs#2874](https://github.com/ipfs/go-ipfs/pull/2874))
3777
+ - Simplify the API gateway's access restrictions. (@lgierth, [ipfs/go-ipfs#2949](https://github.com/ipfs/go-ipfs/pull/2949), [ipfs/go-ipfs#2956](https://github.com/ipfs/go-ipfs/pull/2956))
3778
+ - Update docker image to Alpine Linux 3.4 and remove Go version constraint. (@lgierth, [ipfs/go-ipfs#2901](https://github.com/ipfs/go-ipfs/pull/2901), [ipfs/go-ipfs#2929](https://github.com/ipfs/go-ipfs/pull/2929))
3779
+ - Clarify `Dockerfile` and `Dockerfile.fast`. (@lgierth, [ipfs/go-ipfs#2796](https://github.com/ipfs/go-ipfs/pull/2796))
3780
+ - Simplify resolution of Git commit refs in Dockerfiles. (@lgierth, [ipfs/go-ipfs#2754](https://github.com/ipfs/go-ipfs/pull/2754))
3781
+ - Consolidate `--verbose` description across commands. (@Kubuxu, [ipfs/go-ipfs#2746](https://github.com/ipfs/go-ipfs/pull/2746))
3782
+ - Allow setting position of default values in command option descriptions. (@Kubuxu, [ipfs/go-ipfs#2744](https://github.com/ipfs/go-ipfs/pull/2744))
3783
+ - Set explicit default values for boolean command options. (@RichardLitt, [ipfs/go-ipfs#2657](https://github.com/ipfs/go-ipfs/pull/2657))
3784
+ - Autogenerate command synopsises. (@Kubuxu, [ipfs/go-ipfs#2785](https://github.com/ipfs/go-ipfs/pull/2785))
3785
+ - Fix and improve lots of documentation. (@RichardLitt, [ipfs/go-ipfs#2741](https://github.com/ipfs/go-ipfs/pull/2741), [ipfs/go-ipfs#2781](https://github.com/ipfs/go-ipfs/pull/2781))
3786
+ - Improve command descriptions to fit a width of 78 characters. (@RichardLitt, [ipfs/go-ipfs#2779](https://github.com/ipfs/go-ipfs/pull/2779), [ipfs/go-ipfs#2780](https://github.com/ipfs/go-ipfs/pull/2780), [ipfs/go-ipfs#2782](https://github.com/ipfs/go-ipfs/pull/2782))
3787
+ - Fix filename conflict in the debugging guide. (@Kubuxu, [ipfs/go-ipfs#2752](https://github.com/ipfs/go-ipfs/pull/2752))
3788
+ - Decapitalize log messages, according to Golang style guides. (@RichardLitt, [ipfs/go-ipfs#2853](https://github.com/ipfs/go-ipfs/pull/2853))
3789
+ - Add GitHub Issues HowTo guide. (@RichardLitt, @chriscool, [ipfs/go-ipfs#2889](https://github.com/ipfs/go-ipfs/pull/2889), [ipfs/go-ipfs#2895](https://github.com/ipfs/go-ipfs/pull/2895))
3790
+ - Add GitHub Issue template. (@chriscool, [ipfs/go-ipfs#2786](https://github.com/ipfs/go-ipfs/pull/2786))
3791
+ - Apply standard-readme to the README file. (@RichardLitt, [ipfs/go-ipfs#2883](https://github.com/ipfs/go-ipfs/pull/2883))
3792
+ - Fix issues pointed out by `govet`. (@Kubuxu, [ipfs/go-ipfs#2854](https://github.com/ipfs/go-ipfs/pull/2854))
3793
+ - Clarify `ipfs get` error message. (@whyrusleeping, [ipfs/go-ipfs#2886](https://github.com/ipfs/go-ipfs/pull/2886))
3794
+ - Remove dead code. (@whyrusleeping, [ipfs/go-ipfs#2819](https://github.com/ipfs/go-ipfs/pull/2819))
3795
+ - Add changelog for v0.4.3. (@lgierth, [ipfs/go-ipfs#2984](https://github.com/ipfs/go-ipfs/pull/2984))
3796
+
3797
+- Tests & CI
3798
+
3799
+ - Fix flaky `ipfs mount` sharness test by using the `iptb` tool. (@noffle, [ipfs/go-ipfs#2707](https://github.com/ipfs/go-ipfs/pull/2707))
3800
+ - Fix flaky IP port selection in tests. (@Kubuxu, [ipfs/go-ipfs#2855](https://github.com/ipfs/go-ipfs/pull/2855))
3801
+ - Fix CLI tests on OSX by resolving /tmp symlink. (@Kubuxu, [ipfs/go-ipfs#2926](https://github.com/ipfs/go-ipfs/pull/2926))
3802
+ - Fix flaky GC test by running the daemon in offline mode. (@Kubuxu, [ipfs/go-ipfs#2908](https://github.com/ipfs/go-ipfs/pull/2908))
3803
+ - Add tests for `ipfs add` with hidden files. (@Kubuxu, [ipfs/go-ipfs#2756](https://github.com/ipfs/go-ipfs/pull/2756))
3804
+ - Add test to make sure the body of HEAD responses is empty. (@Kubuxu, [ipfs/go-ipfs#2775](https://github.com/ipfs/go-ipfs/pull/2775))
3805
+ - Add test to catch misdials. (@Kubuxu, [ipfs/go-ipfs#2831](https://github.com/ipfs/go-ipfs/pull/2831))
3806
+ - Mark flaky tests for `ipfs dht query` as known failure. (@noffle, [ipfs/go-ipfs#2720](https://github.com/ipfs/go-ipfs/pull/2720))
3807
+ - Remove failing blockstore-without-context test. (@Kubuxu, [ipfs/go-ipfs#2857](https://github.com/ipfs/go-ipfs/pull/2857))
3808
+ - Fix `--version` tests for versions with a suffix like `-dev` or `-rc1`. (@lgierth, [ipfs/go-ipfs#2937](https://github.com/ipfs/go-ipfs/pull/2937))
3809
+ - Make sharness tests work in cases where go-ipfs is symlinked into GOPATH. (@lgierth, [ipfs/go-ipfs#2937](https://github.com/ipfs/go-ipfs/pull/2937))
3810
+ - Add variable delays to blockstore mocks. (@rikonor, [ipfs/go-ipfs#2871](https://github.com/ipfs/go-ipfs/pull/2871))
3811
+ - Disable Travis CI email notifications. (@Kubuxu, [ipfs/go-ipfs#2896](https://github.com/ipfs/go-ipfs/pull/2896))
3812
+
3813
+
3814
+## v0.4.2 - 2016-05-17
3815
+
3816
+This is a patch release which fixes performance and networking bugs in go-libp2p,
3817
+You should see improvements in CPU and RAM usage, as well as speed of object lookups.
3818
+There are also a few other nice improvements.
3819
+
3820
+* Notable Fixes
3821
+ * Set a deadline for dialing attempts. This prevents a node from accumulating
3822
+ failed connections. (@whyrusleeping)
3823
+ * Avoid unnecessary string/byte conversions in go-multihash. (@whyrusleeping)
3824
+ * Fix a deadlock around the yamux stream muxer. (@whyrusleeping)
3825
+ * Fix a bug that left channels open, causing hangs. (@whyrusleeping)
3826
+ * Fix a bug around yamux which caused connection hangs. (@whyrusleeping)
3827
+ * Fix a crash caused by nil multiaddrs. (@whyrusleeping)
3828
+
3829
+* Enhancements
3830
+ * Add NetBSD support. (@erde74)
3831
+ * Set Cache-Control: immutable on /ipfs responses. (@kpcyrd)
3832
+ * Have `ipfs init` optionally accept a default configuration from stdin. (@sivachandran)
3833
+ * Add `ipfs log ls` command for listing logging subsystems. (@hsanjuan)
3834
+ * Allow bitswap to read multiple messages per stream. (@whyrusleeping)
3835
+ * Remove `make toolkit_upgrade` step. (@chriscool)
3836
+
3837
+* Documentation
3838
+ * Add a debug-guidelines document. (@richardlitt)
3839
+ * Update the contribute document. (@richardlitt)
3840
+ * Fix documentation of many `ipfs` commands. (@richardlitt)
3841
+ * Fall back to ShortDesc if LongDesc is missing. (@Kubuxu)
3842
+
3843
+* Removals
3844
+ * Remove -f option from `ipfs init` command. (@whyrusleeping)
3845
+
3846
+* Bugfixes
3847
+ * Fix `ipfs object patch` argument handling and validation. (@jbenet)
3848
+ * Fix `ipfs config edit` command by running it client-side. (@Kubuxu)
3849
+ * Set default value for `ipfs refs` arguments. (@richardlitt)
3850
+ * Fix parsing of incorrect command and argument permutations. (@thomas-gardner)
3851
+ * Update Dockerfile to latest go1.5.4-r0. (@chriscool)
3852
+ * Allow passing IPFS_LOGGING to Docker image. (@lgierth)
3853
+ * Fix dot path parsing on Windows. (@djdv)
3854
+ * Fix formatting of `ipfs log ls` output. (@richardlitt)
3855
+
3856
+* General Codebase
3857
+ * Refactor Makefile. (@kevina)
3858
+ * Wire context into bitswap requests more deeply. (@whyrusleeping)
3859
+ * Use gx for iptb. (@chriscool)
3860
+ * Update gx and gx-go. (@chriscool)
3861
+ * Make blocks.Block an interface. (@kevina)
3862
+ * Silence check for Docker existance. (@chriscool)
3863
+ * Add dist_get script for fetching tools from dist.ipfs.io. (@whyrusleeping)
3864
+ * Add proper defaults to all `ipfs` commands. (@richardlitt)
3865
+ * Remove dead `count` option from `ipfs pin ls`. (@richardlitt)
3866
+ * Initialize pin mode strings only once. (@chriscool)
3867
+ * Add changelog for v0.4.2. (@lgierth)
3868
+ * Specify a dist.ipfs.io hash for tool downloads instead of trusting DNS. (@lgierth)
3869
+
3870
+* CI
3871
+ * Fix t0170-dht sharness test. (@chriscool)
3872
+ * Increase timeout in t0060-daemon sharness test. (@Kubuxu)
3873
+ * Have CircleCI use `make deps` instead of `gx` directly. (@whyrusleeping)
3874
+
3875
+
3876
+## v0.4.1 - 2016-04-25
3877
+
3878
+This is a patch release that fixes a few bugs, and adds a few small (but not
3879
+insignificant) features. The primary reason for this release is the listener
3880
+hang bugfix that was shipped in the 0.4.0 release.
3881
+
3882
+* Features
3883
+ * implemented ipfs object diff (@whyrusleeping)
3884
+ * allow promises (used in get, refs) to fail (@whyrusleeping)
3885
+
3886
+* Tool changes
3887
+ * Adds 'toolkit_upgrade' to the makefile help target (@achin)
3888
+
3889
+* General Codebase
3890
+ * Use extracted go-libp2p-crypto, -secio, -peer packages (@lgierth)
3891
+ * Update go-libp2p (@lgierth)
3892
+ * Fix package manifest fields (@lgierth)
3893
+ * remove incfusever dead-code (@whyrusleeping)
3894
+ * remove a ton of unused godeps (@whyrusleeping)
3895
+ * metrics: add prometheus back (@lgierth)
3896
+ * clean up dead code and config fields (@whyrusleeping)
3897
+ * Add log events when blocks are added/removed from the blockstore (@michealmure)
3898
+ * repo: don't create logs directory, not used any longer (@lgierth)
3899
+
3900
+* Bugfixes
3901
+ * fixed ipfs name resolve --local multihash error (@pfista)
3902
+ * ipfs patch commands won't return null links field anymore (@whyrusleeping)
3903
+ * Make non recursive resolve print the result (@Kubuxu)
3904
+ * Output dirs on ipfs add -rn (@noffle)
3905
+ * update libp2p dep to fix hanging listeners problem (@whyrusleeping)
3906
+ * Fix Swarm.AddrFilters config setting with regard to `/ip6` addresses (@lgierth)
3907
+ * fix dht command key escaping (@whyrusleeping)
3908
+
3909
+* Testing
3910
+ * Adds tests to make sure 'object patch' writes. (@noffle)
3911
+ * small sharness test for promise failure checking (@whyrusleeping)
3912
+ * sharness/Makefile: clean all BINS when cleaning (@chriscool)
3913
+
3914
+* Documentation
3915
+ * Fix disconnect argument description (@richardlitt)
3916
+ * Added a note about swarm disconnect (@richardlitt)
3917
+ * Also fixed syntax for comment (@richardlitt)
3918
+ * Alphabetized swarm subcmds (@richardlitt)
3919
+ * Added note to ipfs stats bw interval option (@richardlitt)
3920
+ * Small syntax changes to repo stat man (@richardlitt)
3921
+ * update log command help text (@pfista)
3922
+ * Added a long description to add (@richardlitt)
3923
+ * Edited object patch set-data doc (@richardlitt)
3924
+ * add roadmap.md (@Jeromy)
3925
+ * Adds files api cmd to helptext (@noffle)
3926
+
3927
+
3928
+## v0.4.0 - 2016-04-05
3929
+
3930
+This is a major release with plenty of new features and bugfixes.
3931
+It also includes breaking changes which make it incompatible with v0.3.x
3932
+on the networking layer.
3933
+
3934
+* Major Changes
3935
+ * Multistream
3936
+ * The addition of multistream is a breaking change on the networking layer,
3937
+ but gives IPFS implementations the ability to mix and match different
3938
+ stream multiplexers, e.g. yamux, spdystream, or muxado.
3939
+ This adds a ton of flexibility on one of the lower layers of the protocol,
3940
+ and will help us avoid further breaking protocol changes in the future.
3941
+ * Files API
3942
+ * The new `files` command and API allow a program to interact with IPFS
3943
+ using familiar filesystem operations, namely: creating directories,
3944
+ reading, writing, and deleting files, listing out different directories,
3945
+ and so on. This feature enables any other application that uses a
3946
+ filesystem-like backend for storage, to use IPFS as its storage driver
3947
+ without having change the application logic at all.
3948
+ * Gx
3949
+ * go-ipfs now uses [gx](https://github.com/whyrusleeping/gx) to manage its
3950
+ dependencies. This means that under the hood, go-ipfs's dependencies are
3951
+ backed by IPFS itself! It also means that go-ipfs is no longer installed
3952
+ using `go get`. Use `make install` instead.
3953
+* New Features
3954
+ * Web UI
3955
+ * Update to new version which is compatible with 0.4.0. (@dignifiedquire)
3956
+ * Networking
3957
+ * Implement uTP transport. (@whyrusleeping)
3958
+ * Allow multiple addresses per configured bootstrap node. (@whyrusleeping)
3959
+ * IPNS
3960
+ * Improve IPNS resolution performance. (@whyrusleeping)
3961
+ * Have dnslink prefer `TXT _dnslink.example.com`, allows usage of CNAME records. (@Kubuxu)
3962
+ * Prevent `ipfs name publish` when `/ipns` is mounted. (@noffle)
3963
+ * Repo
3964
+ * Improve performance of `ipfs add`. (@whyrusleeping)
3965
+ * Add `Datastore.NoSync` config option for flatfs. (@rht)
3966
+ * Implement mark-and-sweep GC. (@whyrusleeping)
3967
+ * Allow for GC during `ipfs add`. (@whyrusleeping)
3968
+ * Add `ipfs repo stat` command. (@tmg, @diasdavid)
3969
+ * General
3970
+ * Add support for HTTP OPTIONS requests. (@lidel)
3971
+ * Add `ipfs diag cmds` to view active API requests (@whyrusleeping)
3972
+ * Add an `IPFS_LOW_MEM` environment variable which relaxes Bitswap's memory usage. (@whyrusleeping)
3973
+ * The Docker image now lives at `ipfs/go-ipfs` and has been completely reworked. (@lgierth)
3974
+* Security fixes
3975
+ * The gateway path prefix added in v0.3.10 was vulnerable to cross-site
3976
+ scripting attacks. This release introduces a configurable list of allowed
3977
+ path prefixes. It's called `Gateway.PathPrefixes` and takes a list of
3978
+ strings, e.g. `["/blog", "/foo/bar"]`. The v0.3.x line will not receive any
3979
+ further updates, so please update to v0.4.0 as soon as possible. (@lgierth)
3980
+* Incompatible Changes
3981
+ * Install using `make install` instead of `go get` (@whyrusleeping)
3982
+ * Rewrite pinning to store pins in IPFS objects. (@tv42)
3983
+ * Bump fs-repo version to 3. (@whyrusleeping)
3984
+ * Use multistream muxer (@whyrusleeping)
3985
+ * The default for `--type` in `ipfs pin ls` is now `all`. (@chriscool)
3986
+* Bug Fixes
3987
+ * Remove msgio double wrap. (@jbenet)
3988
+ * Buffer msgio. (@whyrusleeping)
3989
+ * Perform various fixes to the FUSE code. (@tv42)
3990
+ * Compute `ipfs add` size in background to not stall add operation. (@whyrusleeping)
3991
+ * Add option to have `ipfs add` include top-level hidden files. (@noffle)
3992
+ * Fix CORS checks on the API. (@rht)
3993
+ * Fix `ipfs update` error message. (@tomgg)
3994
+ * Resolve paths in `ipfs pin rm` without network lookup. (@noffle)
3995
+ * Detect FUSE unmounts and track mount state. (@noffle)
3996
+ * Fix go1.6rc2 panic caused by CloseNotify being called from wrong goroutine. (@rwcarlsen)
3997
+ * Bump DHT kvalue from 10 to 20. (@whyrusleeping)
3998
+ * Put public key and IPNS entry to DHT in parallel. (@whyrusleeping)
3999
+ * Fix panic in CLI argument parsing. (@whyrusleeping)
4000
+ * Fix range error by using larger-than-zero-length buffer. (@noffle)
4001
+ * Fix yamux hanging issue by increasing AcceptBacklog. (@whyrusleeping)
4002
+ * Fix double Transport-Encoding header bug. (@whyrusleeping)
4003
+ * Fix uTP panic and file descriptor leak. (@whyrusleeping)
4004
+* Tool Changes
4005
+ * Add `--pin` option to `ipfs add`, which defaults to `true` and allows `--pin=false`. (@eminence)
4006
+ * Add arguments to `ipfs pin ls`. (@chriscool)
4007
+ * Add `dns` and `resolve` commands to read-only API. (@Kubuxu)
4008
+ * Add option to display headers for `ipfs object links`. (@palkeo)
4009
+* General Codebase Changes
4010
+ * Check Golang version in Makefile. (@chriscool)
4011
+ * Improve Makefile. (@tomgg)
4012
+ * Remove dead Jenkins CI code. (@lgierth)
4013
+ * Add locking interface to blockstore. (@whyrusleeping)
4014
+ * Add Merkledag FetchGraph and EnumerateChildren. (@whyrusleeping)
4015
+ * Rename Lock/RLock to GCLock/PinLock. (@jbenet)
4016
+ * Implement pluggable datastore types. (@tv42)
4017
+ * Record datastore metrics for non-default datastores. (@tv42)
4018
+ * Allow multistream to have zero-rtt stream opening. (@whyrusleeping)
4019
+ * Refactor `ipnsfs` into a more generic and well tested `mfs`. (@whyrusleeping)
4020
+ * Grab more peers if bucket doesn't contain enough. (@whyrusleeping)
4021
+ * Use CloseNotify in gateway. (@whyrusleeping)
4022
+ * Flatten multipart file transfers. (@whyrusleeping)
4023
+ * Send updated DHT record fixes to peers who sent outdated records. (@whyrusleeping)
4024
+ * Replace go-psutil with go-sysinfo. (@whyrusleeping)
4025
+ * Use ServeContent for index.html. (@AtnNn)
4026
+ * Refactor `object patch` API to not store data in URL. (@whyrusleeping)
4027
+ * Use mfs for `ipfs add`. (@whyrusleeping)
4028
+ * Add `Server` header to API responses. (@Kubuxu)
4029
+ * Wire context directly into HTTP requests. (@rht)
4030
+ * Wire context directly into GetDAG operations within GC. (@rht)
4031
+ * Vendor libp2p using gx. (@whyrusleeping)
4032
+ * Use gx vendored packages instead of Godeps. (@whyrusleeping)
4033
+ * Simplify merkledag package interface to ease IPLD inclusion. (@mildred)
4034
+ * Add default option value support to commands lib. (@whyrusleeping)
4035
+ * Refactor merkledag fetching methods. (@whyrusleeping)
4036
+ * Use net/url to escape paths within Web UI. (@noffle)
4037
+ * Deprecated key.Pretty(). (@MichealMure)
4038
+* Documentation
4039
+ * Fix and update help text for **every** `ipfs` command. (@RichardLitt)
4040
+ * Change sample API origin settings from wildcard (`*`) to `example.com`. (@Kubuxu)
4041
+ * Improve documentation of installation process in README. (@whyrusleeping)
4042
+ * Improve windows.md. (@chriscool)
4043
+ * Clarify instructions for installing from source. (@noffle)
4044
+ * Make version checking more robust. (@jedahan)
4045
+ * Assert the source code is located within GOPATH. (@whyrusleeping)
4046
+ * Remove mentions of `/dns` from `ipfs dns` command docs. (@lgierth)
4047
+* Testing
4048
+ * Refactor iptb tests. (@chriscool)
4049
+ * Improve t0240 sharness test. (@chriscool)
4050
+ * Make bitswap tests less flaky. (@whyrusleeping)
4051
+ * Use TCP port zero for ipfs daemon in sharness tests. (@whyrusleeping)
4052
+ * Improve sharness tests on AppVeyor. (@chriscool)
4053
+ * Add a pause to fix timing on t0065. (@whyrusleeping)
4054
+ * Add support for arbitrary TCP ports to t0060-daemon.sh. (@noffle)
4055
+ * Make t0060 sharness test use TCP port zero. (@whyrusleeping)
4056
+ * Randomized ipfs stress testing via randor (@dignifiedquire)
4057
+ * Stress test pinning and migrations (@whyrusleeping)
docs/changelogs/v0.5.md
new
+1383
@@ -0,0 +1,1383 @@
1
+# go-ipfs changelog v0.5
2
+
3
+## v0.5.1 2020-05-08
4
+
5
+Hot on the heels of 0.5.0 is 0.5.1 with some important but small bug fixes. This release:
6
+
7
+1. Removes the 1 minute timeout for IPNS publishes (fixes #7244).
8
+2. Backport a DHT fix to reduce CPU usage for canceled requests.
9
+3. Fixes some timer leaks in the QUIC transport ([ipfs/go-ipfs#2515](https://github.com/lucas-clemente/quic-go/issues/2515)).
10
+
11
+### Changelog
12
+
13
+- github.com/ipfs/go-ipfs:
14
+ - IPNS timeout patch from master ([ipfs/go-ipfs#7276](https://github.com/ipfs/go-ipfs/pull/7276))
15
+- github.com/libp2p/go-libp2p-core (v0.5.2 -> v0.5.3):
16
+ - feat: add a function to tell if a context subscribes to query events ([libp2p/go-libp2p-core#147](https://github.com/libp2p/go-libp2p-core/pull/147))
17
+- github.com/libp2p/go-libp2p-kad-dht (v0.7.10 -> v0.7.11):
18
+ - fix: optimize for the case where we're not subscribing to query events ([libp2p/go-libp2p-kad-dht#624](https://github.com/libp2p/go-libp2p-kad-dht/pull/624))
19
+ - fix: don't spin when the event channel is closed ([libp2p/go-libp2p-kad-dht#622](https://github.com/libp2p/go-libp2p-kad-dht/pull/622))
20
+- github.com/libp2p/go-libp2p-routing-helpers (v0.2.2 -> v0.2.3):
21
+ - fix: avoid subscribing to query events unless necessary ([libp2p/go-libp2p-routing-helpers#43](https://github.com/libp2p/go-libp2p-routing-helpers/pull/43))
22
+- github.com/lucas-clemente/quic-go (v0.15.5 -> v0.15.7):
23
+ - reset the PTO when dropping a packet number space
24
+ - move deadlineTimer declaration out of the Read loop
25
+ - stop the deadline timer in Stream.Read and Write
26
+ - fix buffer use after it was released when sending an INVALID_TOKEN error
27
+ - create the session timer at the beginning of the run loop
28
+ - stop the timer when the session's run loop returns
29
+
30
+### Contributors
31
+
32
+| Contributor | Commits | Lines ± | Files Changed |
33
+|-------------------------|---------|---------|---------------|
34
+| Marten Seemann | 10 | +81/-62 | 19 |
35
+| Steven Allen | 5 | +42/-18 | 10 |
36
+| Adin Schmahmann | 1 | +2/-8 | 1 |
37
+| dependabot-preview[bot] | 2 | +6/-2 | 4 |
38
+
39
+## v0.5.0 2020-04-28
40
+
41
+We're excited to announce go-ipfs 0.5.0! This is by far the largest go-ipfs release with ~2500 commits, 98 contributors, and over 650 PRs across ipfs, libp2p, and multiformats.
42
+
43
+### Highlights
44
+
45
+#### Content Routing
46
+
47
+The primary focus of this release was on improving content routing. That is, advertising and finding content. To that end, this release heavily focuses on improving the DHT.
48
+
49
+##### Improved DHT
50
+
51
+The distributed hash table (DHT) is how IPFS nodes keep track of who has what data. The DHT implementation has been almost completely rewritten in this release. Providing, finding content, and resolving IPNS records are now all much faster. However, there are risks involved with this update due to the significant amount of changes that have gone into this feature.
52
+
53
+The current DHT suffers from three core issues addressed in this release:
54
+
55
+- Most peers in the DHT cannot be dialed (e.g., due to firewalls and NATs). Much of a DHT query time is wasted trying to connect to peers that cannot be reached.
56
+- The DHT query logic doesn't properly terminate when it hits the end of the query and, instead, aggressively keeps on searching.
57
+- The routing tables are poorly maintained. This can cause search performance to slow down linearly with network size, instead of logarithmically as expected.
58
+
59
+###### Reachability
60
+
61
+We have addressed the problem of undialable nodes by having nodes wait to join the DHT as _server_ nodes until they've confirmed that they are reachable from the public internet.
62
+
63
+To ensure that nodes which are not publicly reachable (ex behind VPNs, offline LANs, etc.) can still coordinate and share data, go-ipfs 0.5 will run two DHTs: one for private networks and one for the public internet. Every node will participate in a LAN DHT and a public WAN DHT. See [Dual DHT](#dual-dht) for more details.
64
+
65
+###### Dual DHT
66
+
67
+All IPFS nodes will now run two DHTs: one for the public internet WAN, and one for their local network LAN.
68
+
69
+1. When connected to the public internet, IPFS will use both DHTs for finding peers, content, and IPNS records. Nodes only publish provider and IPNS records to the WAN DHT to avoid flooding the local network.
70
+2. When not connected to the public internet, nodes publish provider and IPNS records to the LAN DHT.
71
+
72
+The WAN DHT includes all peers with at least one public IP address. This release will only consider an IPv6 address public if it is in the [public internet range `2000::/3`](https://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xhtml).
73
+
74
+This feature should not have any noticeable impact on go-ipfs, performance, or otherwise. Everything should continue to work in all the currently supported network configurations: VPNs, disconnected LANs, public internet, etc.
75
+
76
+###### Query Logic
77
+
78
+We've improved the DHT query logic to more closely follow Kademlia. This should significantly speed up:
79
+
80
+- Publishing IPNS & provider records.
81
+- Resolving IPNS addresses.
82
+
83
+Previously, nodes would continue searching until they timed out or ran out of peers before stopping (putting or returning data found). Now, nodes will now stop as soon as they find the closest peers.
84
+
85
+###### Routing Tables
86
+
87
+Finally, we've addressed the poorly maintained routing tables by:
88
+
89
+- Reducing the likelihood that the connection manager will kill connections to peers in the routing table.
90
+- Keeping peers in the routing table, even if we get disconnected from them.
91
+- Actively and frequently querying the DHT to keep our routing table full.
92
+- Prioritizing useful peers that respond to queries quickly.
93
+
94
+##### Testing
95
+
96
+The DHT rewrite was made possible by [Testground](https://github.com/ipfs/testground/), our new testing framework. Testground allows us to spin up multi-thousand node tests with simulated real-world network conditions. By combining Testground and some custom analysis tools, we were able to gain confidence that the new DHT implementation behaves correctly.
97
+
98
+##### Provider Record Changes
99
+
100
+When you add content to your IPFS node, you advertise this content to the network by announcing it in the DHT. We call this _providing_.
101
+
102
+However, go-ipfs has multiple ways to address the same underlying bytes. Specifically, we address content by content ID (CID) and the same underlying bytes can be addressed using (a) two different versions of CIDs (CIDv0 and CIDv1) and (b) with different _codecs_ depending on how we're interpreting the data.
103
+
104
+Prior to go-ipfs 0.5.0, we used the content id (CID) in the DHT when sending out provider records for content. Unfortunately, this meant that users trying to find data announced using one CID wouldn't find nodes providing the content under a different CID.
105
+
106
+In go-ipfs 0.5.0, we're announcing data by _multihash_, not _CID_. This way, regardless of the CID version used by the peer adding the content, the peer trying to download the content should still be able to find it.
107
+
108
+**Warning:** as part of the network, this could impact finding content added with CIDv1. Because go-ipfs 0.5.0 will announce and search for content using the bare multihash (equivalent to the v0 CID), go-ipfs 0.5.0 will be unable to find CIDv1 content published by nodes prior to go-ipfs 0.5.0 and vice-versa. As CIDv1 is _not_ enabled by default so we believe this will have minimal impact. However, users are _strongly_ encouraged to upgrade as soon as possible.
109
+
110
+#### Content Transfer
111
+
112
+A secondary focus in this release was improving content _transfer_, our data exchange protocols.
113
+
114
+##### Refactored Bitswap
115
+
116
+This release includes a major [Bitswap refactor](https://blog.ipfs.io/2020-02-14-improved-bitswap-for-container-distribution/), running a new and backward compatible Bitswap protocol. We expect these changes to improve performance significantly.
117
+
118
+With the refactored Bitswap, we expect:
119
+
120
+- Few to no duplicate blocks when fetching data from other nodes speaking the _new_ protocol.
121
+- Better parallelism when fetching from multiple peers.
122
+
123
+The new Bitswap won't magically make downloading content any faster until both seeds and leaches have updated. If you're one of the first to upgrade to `0.5.0` and try downloading from peers that haven't upgraded, you're unlikely to see much of a performance improvement.
124
+
125
+[bitswap-refactor]: https://blog.ipfs.io/2020-02-14-improved-bitswap-for-container-distribution/
126
+
127
+##### Server-Side Graphsync Support (Experimental)
128
+
129
+Graphsync is a new exchange protocol that operates at the IPLD Graph layer instead of the Block layer like bitswap.
130
+
131
+For example, to download "/ipfs/QmExample/index.html":
132
+
133
+* Bitswap would download QmFoo, lookup "index.html" in the directory named by
134
+QmFoo, resolving it to a CID QmIndex. Finally, bitswap would download QmIndex.
135
+* Graphsync would ask peers for "/ipfs/QmFoo/index.html". Specifically, it would ask for the child named "index.html" of the object named by "QmFoo".
136
+
137
+This saves us round-trips in exchange for some extra protocol complexity. Moreover, this protocol allows specifying more powerful queries like "give me everything under QmFoo". This can be used to quickly download a large amount of data with few round-trips.
138
+
139
+At the moment, go-ipfs cannot use this protocol to download content from other peers. However, if enabled, go-ipfs can _serve_ content to other peers over this protocol. This may be useful for pinning services that wish to quickly replicate client data.
140
+
141
+To enable, run:
142
+
143
+```bash
144
+> ipfs config --json Experimental.GraphsyncEnabled true
145
+```
146
+
147
+#### Datastores
148
+
149
+Continuing with the of improving our core data handling subsystems, both of the datastores used in go-ipfs, Badger and flatfs, have received important updates in this release:
150
+
151
+##### Badger
152
+
153
+Badger has been in go-ipfs for over a year as an experimental feature, and we're promoting it to stable (but not default). For this release, we've switched from writing to disk synchronously to explicitly syncing where appropriate, significantly increasing write throughput.
154
+
155
+The current and default datastore used by go-ipfs is [FlatFS](https://github.com/ipfs/go-ds-flatfs). FlatFS essentially stores blocks of data as individual files on your file system. However, there are lots of optimizations a specialized database can do that a standard file system can not.
156
+
157
+The benefit of Badger is that adding/fetching data to/from Badger is significantly faster than adding/fetching data to/from the default datastore, FlatFS. In some tests, adding data to Badger is 32x faster than FlatFS (in this release).
158
+
159
+###### Enable Badger
160
+
161
+In this release, we're marking the badger datastore as stable. However, we're not yet enabling it by default. You can enable it at initialization by running: `ipfs init --profile=badgerds`
162
+
163
+###### Issues with Badger
164
+
165
+While Badger is a great solution, there are some issues you should consider before enabling it.
166
+
167
+Badger is complicated. FlatFS pushes all the complexity down into the filesystem itself. That means that FlatFS is only likely to lose your data if your underlying filesystem gets corrupted while there are more opportunities for Badger itself to get corrupted.
168
+
169
+Badger can use a lot of memory. In this release, we've tuned Badger to use `~20MB` of memory by default. However, it can still produce spikes as large as [`1GiB` of data](https://github.com/dgraph-io/badger/issues/1292) in memory usage when garbage collecting.
170
+
171
+Finally, Badger isn't very aggressive when it comes to garbage collection, and we're still investigating ways to get it to more aggressively clean up after itself.
172
+
173
+We suggest you use Badger if:
174
+
175
+- Performance is your main requirement.
176
+- You rarely delete anything.
177
+- You have some memory to spare.
178
+
179
+##### Flatfs
180
+
181
+In the flatfs datastore, we've fixed an issue where temporary files could be left behind in some cases. While this release will avoid leaving behind temporary files, you may want to remove any left behind by previous releases:
182
+
183
+```bash
184
+> rm ~/.ipfs/blocks/*/put-*
185
+> rm ~/.ipfs/blocks/du-*
186
+```
187
+
188
+We've also hardened several edge-cases in flatfs to reduce the impact of file descriptor limits, spurious crashes, etc.
189
+
190
+#### Libp2p
191
+
192
+Many improvements and bug fixes were made to libp2p over the course of this release. These release notes only include the most important and those most relevant to the content routing improvements.
193
+
194
+##### Improved Backoff Logic
195
+
196
+When we fail to connect to a peer, we "backoff" and refuse to re-connect to that peer for a short period of time. This prevents us from wasting resources repeatedly failing to connect to the same unreachable peer.
197
+
198
+Unfortunately, the old backoff logic was flawed: if we failed to connect to a peer and entered the "backoff" state, we wouldn't try to re-connect to that peer even if we had learned new and potentially working addresses for the peer. We've fixed this by applying backoff to each _address_ instead of to the peer as a whole. This achieves the same result as we'll stop repeatedly trying to connect to the peer at known-bad addresses, but it allows us to reach the peer if we later learn about a good address.
199
+
200
+##### AutoNAT
201
+
202
+This release uses Automatic NAT Detection (AutoNAT) - determining if the node is _reachable_ from the public internet - to make decisions about how to participate in IPFS. This subsystem is used to determine if the node should store some of the public DHT, and if it needs to use relays to be reached by others. In short:
203
+
204
+1. An AutoNAT client asks a node running an AutoNAT service if it can be reached at one of a set of guessed addresses.
205
+2. The AutoNAT service attempts to _dial back_ those addresses, with some restrictions. We won't dial back to a different IP address, for example.
206
+3. If the AutoNAT service succeeds, it reports back the address it successfully dialed, and the AutoNAT client knows that it is reachable from the public internet.
207
+
208
+All nodes act as AutoNAT clients to determine if they should switch into DHT server mode. As of this release, nodes will by default run the service side of AutoNAT - verifying connectivity - for up to 30 peers every minute. This service should have minimal overhead and will be disabled for nodes in the `lowpower` configuration profile, and those which believe they are not publicly reachable.
209
+
210
+In addition to enabling the AutoNAT service by default, this release changes the AutoNAT config options:
211
+
212
+1. The `Swarm.EnableAutoNATService` option has been removed.
213
+2. A new AutoNAT section has been added to the config. This section is empty by default.
214
+
215
+
216
+##### IPFS/Libp2p Address Format
217
+
218
+If you've ever run a command like `ipfs swarm peers`, you've likely seen paths that look like `/ip4/193.45.1.24/tcp/4001/ipfs/QmSomePeerID`. These paths are _not_ file paths, they're multiaddrs; addresses of peers on the network.
219
+
220
+Unfortunately, `/ipfs/Qm...` is _also_ the same path format we use for files. This release, changes the multiaddr format from <code>/ip4/193.45.1.24/tcp/4001/<b>ipfs</b>/QmSomePeerID</code> to <code>/ip4/193.45.1.24/tcp/4001/<b>p2p</b>/QmSomePeerID</code> to make the distinction clear.
221
+
222
+What this means for users:
223
+
224
+* Old-style multiaddrs will still be accepted as inputs to IPFS.
225
+* If you were using a multiaddr library (go, js, etc.) to name _files_ because `/ipfs/QmSomePeerID` looks like `/ipfs/QmSomeFile`, your tool may break if you upgrade this library.
226
+* If you're manually parsing multiaddrs and are searching for the string `/ipfs/`..., you'll need to search for `/p2p/...`.
227
+
228
+##### Minimum RSA Key Size
229
+
230
+Previously, IPFS did not enforce a minimum RSA key size. In this release, we've introduced a minimum 2048 bit RSA key size. IPFS generates 2048 bit RSA keys by default so this shouldn't be an issue for anyone in practice. However, users who explicitly chose a smaller key size will not be able to communicate with new nodes.
231
+
232
+Unfortunately, some of the bootstrap peers _did_ intentionally generate 1024 bit RSA keys so they'd have vanity peer addresses (starting with QmSoL for "solar net"). All IPFS nodes should _also_ have peers with >= 2048 bit RSA keys in their bootstrap list, but we've introduced a migration to ensure this.
233
+
234
+We implemented this change to follow security best practices and to remove a potential foot-gun. However, in practice, the security impact of allowing insecure RSA keys should have been next to none because IPFS doesn't trust other peers on the network anyways.
235
+
236
+##### TLS By Default
237
+
238
+In this release, we're switching TLS to be the _default_ transport. This means we'll try to encrypt the connection with TLS before re-trying with SECIO.
239
+
240
+Contrary to the announcement in the go-ipfs 0.4.23 release notes, this release does not remove SECIO support to maintain compatibility with js-ipfs.
241
+
242
+Note: The `Experimental.PreferTLS` configuration option is now ignored.
243
+
244
+##### SECIO Deprecation Notice
245
+
246
+SECIO should be considered to be well on the way to deprecation and will be
247
+completely disabled in either the next release (0.6.0, ~mid May) or the one
248
+following that (0.7.0, ~end of June). Before SECIO is disabled, support will be
249
+added for the NOISE transport for compatibility with other IPFS implementations.
250
+
251
+##### QUIC Upgrade
252
+
253
+If you've been using the experimental QUIC support, this release upgrades to a new and _incompatible_ version of the QUIC protocol (draft 27). Old and new go-ipfs nodes will still interoperate, but not over the QUIC transport.
254
+
255
+We intend to standardize on this draft of the QUIC protocol and enable QUIC by default in the next release if all goes well.
256
+
257
+NOTE: QUIC does not yet support [private networks](./docs/experimental-features.md#private-networks).
258
+
259
+#### Gateway
260
+
261
+In addition to a bunch of bug fixes, we've made two improvements to the gateway.
262
+
263
+You can play with both of these features by visiting:
264
+
265
+> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
266
+
267
+##### Subdomain Gateway
268
+
269
+First up, we've changed how URLs in the IPFS gateway work for better browser
270
+security. The gateway will now redirect from
271
+`http://localhost:8080/ipfs/CID/...` to `http://CID.ipfs.localhost:8080/...` by
272
+default. This:
273
+
274
+* Ensures that every dapp gets its own browser origin.
275
+* Makes it easier to write websites that "just work" with IPFS because absolute paths will now work (though you should still use relative links because they're better).
276
+
277
+Paths addressing the gateway by IP address (`http://127.0.0.1:5001/ipfs/CID`) will not be altered as IP addresses can't have subdomains.
278
+
279
+Note: cURL doesn't follow redirects by default. To avoid breaking cURL and other clients that don't support redirects, go-ipfs will return the requested file along with the redirect. Browsers will follow the redirect and abort the download while cURL will ignore the redirect and finish the download.
280
+
281
+##### Directory Listing
282
+
283
+The second feature is a face-lift to the directory listing theme and color palette.
284
+
285
+> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
286
+
287
+#### IPNS
288
+
289
+This release includes several new IPNS and IPNS-related features.
290
+
291
+##### ENS
292
+
293
+IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink provided by https://eth.link service.
294
+
295
+##### IPNS over PubSub
296
+
297
+IPFS has had experimental support for resolving IPNS over pubsub for a while. However, in the past, this feature was passive. When resolving an IPNS name, one would join a pubsub topic for the IPNS name and subscribe to _future_ updates. Unfortunately, this wouldn't speed-up initial IPNS lookups.
298
+
299
+In this release, we've introduced a new "record fetch" protocol to speedup the initial lookup. Now, after subscribing to the pubsub topic for the IPNS key, nodes will use this new protocol to "fetch" the last-seen IPNS record from all peers subscribed to the topic.
300
+
301
+This feature will be enabled by default in 0.6.0.
302
+
303
+##### IPNS with base32 PIDs
304
+
305
+IPNS names can now be expressed as special multibase CIDs. E.g.,
306
+
307
+> /ipns/bafzbeibxfjp4gaxc4cdn57257cyvc7jfa4rlp4e5min6geg44m57g6nx7e
308
+
309
+Importantly, this allows IPNS names to appear in subdomains in the new [subdomain gateway](#subdomain-gateway) feature.
310
+
311
+#### PubSub
312
+
313
+We have made two major changes to the pubsub subsystem in this release:
314
+
315
+1. Pubsub now more aggressively finds and connects to other peers subscribing to the same topic.
316
+2. Go-ipfs has switched its default pubsub router from "floodsub", an inefficient but simple "flooding" pubsub implementation, to "gossipsub".
317
+
318
+PubSub will be stabilized in go-ipfs 0.6.0.
319
+
320
+#### CLI & API
321
+
322
+The IPFS CLI and API have a couple of new features and changes.
323
+
324
+##### POST Only
325
+
326
+IPFS has two HTTP APIs:
327
+
328
+* Port 5001: http://localhost:5001/api/v0/... - the API
329
+* Port 8080: http://localhost:8080/api/v0/... - a read-only subset of the API, accessible via the gateway
330
+
331
+As of this release, the main IPFS API (port 5001) will only accept POST requests. This change is necessary to tighten cross origin security in browsers.
332
+
333
+If you're using the go-ipfs API in your application, you may need to change GET calls to POST calls or upgrade your libraries and tools.
334
+
335
+* go - go-ipfs-api - v0.0.3
336
+* js-ipfs-http-api - v0.41.1
337
+* orbit-db - v0.24.0 (unreleased)
338
+
339
+##### RIP "Error: api not running"
340
+
341
+If you've ever seen [the error](https://github.com/ipfs/go-ipfs/issues/5784):
342
+
343
+> Error: api not running
344
+
345
+when trying to run a command without the daemon running, we have good news! You
346
+should never see this error again. The `ipfs` command now correctly detects that the daemon is not, in fact, running, and directly opens the IPFS repo.
347
+
348
+##### RIP `ipfs repo fsck`
349
+
350
+The `ipfs repo fsck` now does nothing but print an error message. Previously, it was used to cleanup some lock files: the "api" file that caused the aforementioned "api not running" error and the repo lock. However, this is no longer necessary.
351
+
352
+##### Init with config
353
+
354
+It's now possible to initialize an IPFS node with an existing IPFS config by running:
355
+
356
+```bash
357
+> ipfs init /path/to/existing/config
358
+```
359
+
360
+This will re-use the existing configuration in it's entirety (including the private key) and can be useful when:
361
+
362
+* Migrating a node's identity between machines without keeping the data.
363
+* Resetting the datastore.
364
+
365
+##### Ignoring Files
366
+
367
+Files can now be ignored on add by passing the `--ignore` and/or
368
+`--ignore-rules-path` flags.
369
+
370
+* `--ignore=PATTERN` will ignore all files matching the gitignore rule PATTERN.
371
+* `--ignore-rules-path=FILENAME` will apply the gitignore rules from the specified file.
372
+
373
+For example, to add a git repo while ignoring all files git would ignore, you could run:
374
+
375
+```bash
376
+> cd path/to/some/repo
377
+> ipfs add -r --hidden=false --ignore=.git --ignore-rules-path=.gitignore .
378
+```
379
+
380
+##### Named Pipes
381
+
382
+It's now possible to add data directly from a named pipe:
383
+
384
+```bash
385
+> mkfifo foo
386
+> echo -n "hello " > foo &
387
+> echo -n "world" > bar &
388
+> ipfs add foo bar
389
+```
390
+
391
+This can be useful when adding data from multiple streaming sources.
392
+
393
+NOTE: To avoid surprising users, IPFS will only add data from FIFOs _directly_ named on the command line, not FIFOs in a recursively added directory. Otherwise, `ipfs add` would halt whenever it encountered a FIFO with no data to be read leading to difficult to debug stalls.
394
+
395
+##### DAG import/export (.car)
396
+
397
+IPFS now allows rapid reading and writing of blocks in [`.car` format](https://github.com/ipld/specs/blob/master/block-layer/content-addressable-archives.md#readme). The functionality is accessible via the experimental `dag import` and `dag export` commands:
398
+
399
+```
400
+~$ ipfs dag export QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc \
401
+| xz > welcome_to_ipfs.car.xz
402
+
403
+ 0s 6.73 KiB / ? [-------=-------------------------------------] 5.16 MiB/s 0s
404
+
405
+```
406
+Then on another `ipfs` instance, not even connected to the network:
407
+```
408
+~$ xz -dc welcome_to_ipfs.car.xz | ipfs dag import
409
+
410
+Pinned root QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc success
411
+
412
+```
413
+
414
+##### Pins
415
+
416
+We've made two minor changes to the pinning subsystem:
417
+
418
+1. `ipfs pin ls --stream` allows streaming a pin listing.
419
+2. `ipfs pin update` no longer holds the global pin lock while fetching files from the network. This should hopefully make it significantly more useful.
420
+
421
+#### Daemon
422
+
423
+##### Zap Logging
424
+
425
+The go-ipfs daemon has switched to using [Uber's Zap](https://go.uber.org/zap). Unlike our previous logging system, Zap supports _structured_ logging which can make parsing, filtering, and analyzing go-ipfs logs much simpler.
426
+
427
+To enable structured logging, set the `IPFS_LOGGING_FMT` environment variable to "json".
428
+
429
+Note: while we've switched to using Zap as the logging backend, most of go-ipfs still logs strings.
430
+
431
+##### Systemd Support
432
+
433
+For Linux users, this release includes support for two systemd features: socket activation and startup/shutdown notifications. This makes it possible to:
434
+
435
+* Start IPFS on demand on first use.
436
+* Wait for IPFS to finish starting before starting services that depend on it.
437
+
438
+You can find the new systemd units in the go-ipfs repo under misc/systemd.
439
+
440
+##### IPFS API Over Unix Domain Sockets
441
+
442
+This release supports exposing the IPFS API over a unix domain socket in the filesystem. You use this feature, run:
443
+
444
+```bash
445
+> ipfs config Addresses.API "/unix/path/to/socket/location"
446
+```
447
+
448
+##### Docker
449
+
450
+We've made a few improvements to our docker image in this release:
451
+
452
+* It can now be cross-built for multiple architectures.
453
+* It now builds go-ipfs with OpenSSL support by default for faster libp2p handshakes.
454
+* A private-network "swarm" key can now be passed in to a docker image via either the `IPFS_SWARM_KEY=<inline key>` or `IPFS_SWARM_KEY_FILE=<path/to/key/file>` docker variables. Check out the Docker section of the README for more information.
455
+
456
+#### Plugins
457
+
458
+go-ipfs plugins allow users to extend go-ipfs without modifying the original source-code. This release includes a few important changes.
459
+
460
+See [docs/plugins.md](./docs/plugins.md) for details.
461
+
462
+##### MacOS Support
463
+
464
+Plugins are now supported on MacOS, in addition to Linux. Unfortunately, Go still doesn't [support plugins on Windows](https://github.com/golang/go/issues/19282).
465
+
466
+##### New Plugin Type: `InternalPlugin`
467
+
468
+This release introduces a new `InternalPlugin` plugin type. When started, this plugin will be passed a raw `*IpfsNode` object, giving it access to all go-ipfs internals.
469
+
470
+This plugin interface is permanently unstable as it has access to internals that can change frequently. However, it should allow power-users to develop deeply integrated extensions to go-ipfs, out-of-tree.
471
+
472
+##### Plugin Config
473
+
474
+**BREAKING**
475
+
476
+Plugins can now be configured and/or disabled via the [ipfs config file](./docs/plugins.md#configuration).
477
+
478
+To make this possible, the plugin interface has changed. The `Init` function now takes an `*Environment` object. Specifically, the plugin signature has changed from:
479
+
480
+```go
481
+type Plugin interface {
482
+ Name() string
483
+ Version() string
484
+ Init() error
485
+}
486
+```
487
+
488
+to
489
+
490
+```go
491
+type Environment struct {
492
+ // Path to the IPFS repo.
493
+ Repo string
494
+
495
+ // The plugin's config, if specified.
496
+ Config interface{}
497
+}
498
+
499
+type Plugin interface {
500
+ Name() string
501
+ Version() string
502
+ Init(env *Environment) error
503
+}
504
+```
505
+
506
+#### Repo Migrations
507
+
508
+IPFS uses repo migrations to make structural changes to the "repo" (the config, data storage, etc.) on upgrade.
509
+
510
+This release includes two very simple repo migrations: a config migration to ensure that the config contains working bootstrap nodes and a keystore migration to base32 encode all key filenames.
511
+
512
+In general, migrations should not require significant manual intervention. However, you should be aware of migrations and plan for them.
513
+
514
+* If you update go-ipfs with `ipfs update`, `ipfs update` will run the migration for you. Note: `ipfs update` will refuse to run the migrations while ipfs itself is running.
515
+* If you start the ipfs daemon with `ipfs daemon --migrate`, ipfs will migrate your repo for you on start.
516
+
517
+Otherwise, if you want more control over the repo migration process, you can manually install and run the [repo migration tool](http://dist.ipfs.io/#fs-repo-migrations).
518
+
519
+##### Bootstrap Peer Changes
520
+
521
+**AUTOMATIC MIGRATION REQUIRED**
522
+
523
+The first migration will update the bootstrap peer list to:
524
+
525
+1. Replace the old bootstrap nodes (ones with peer IDs starting with QmSoL), with new bootstrap nodes (ones with addresses that start with `/dnsaddr/bootstrap.libp2p.io`).
526
+2. Rewrite the address format from `/ipfs/QmPeerID` to `/p2p/QmPeerID`.
527
+
528
+We're migrating addresses for a few reasons:
529
+
530
+1. We're using DNS to address the new bootstrap nodes so we can change the underlying IP addresses as necessary.
531
+2. The new bootstrap nodes use 2048 bit keys while the old bootstrap nodes use 1024 bit keys.
532
+3. We're normalizing the address format to `/p2p/Qm...`.
533
+
534
+Note: This migration won't _add_ the new bootstrap peers to your config if you've explicitly removed the old bootstrap peers. It will also leave custom entries in the list alone. In other words, if you've customized your bootstrap list, this migration won't clobber your changes.
535
+
536
+##### Keystore Changes
537
+
538
+**AUTOMATIC MIGRATION REQUIRED**
539
+
540
+go-ipfs stores additional keys (i.e., all keys other than the "identity" key) in the keystore. You can list these keys with `ipfs key`.
541
+
542
+Currently, the keystore stores keys as regular files, named after the key itself. Unfortunately, filename restrictions and case-insensitivity are platform specific. To avoid platform specific issues, we're base32 encoding all key names and renaming all keys on-disk.
543
+
544
+#### Windows
545
+
546
+As usual, this release contains several Windows specific fixes and improvements:
547
+
548
+* Double-clicking `ipfs.exe` will now start the daemon inside a console window.
549
+* `ipfs add -r` now correctly recognizes and ignores hidden files on Windows.
550
+* The default datastore, flatfs, now takes extra precautions to avoid "file in use" errors caused by both go-ipfs and external programs like anti-viruses. If you've ever seen go-ipfs print out an "access denied" or "file in use" error on Windows, this issue was likely the cause.
551
+
552
+### Changelog
553
+
554
+- github.com/ipfs/go-ipfs:
555
+ - fix: non-blocking peerlog logging ([ipfs/go-ipfs#7232](https://github.com/ipfs/go-ipfs/pull/7232))
556
+ - doc: update go-ipfs docs for 0.5.0 release ([ipfs/go-ipfs#7229](https://github.com/ipfs/go-ipfs/pull/7229))
557
+ - Add additional documentation links to the new issue screen ([ipfs/go-ipfs#7226](https://github.com/ipfs/go-ipfs/pull/7226))
558
+ - docs: note that ShardingEnabled is a global flag ([ipfs/go-ipfs#7218](https://github.com/ipfs/go-ipfs/pull/7218))
559
+ - update log helptext to match actual levels ([ipfs/go-ipfs#7199](https://github.com/ipfs/go-ipfs/pull/7199))
560
+ - Chore/harden car test a bit harder ([ipfs/go-ipfs#7209](https://github.com/ipfs/go-ipfs/pull/7209))
561
+ - fix: fix duplicate block issue in bitswap ([ipfs/go-ipfs#7202](https://github.com/ipfs/go-ipfs/pull/7202))
562
+ - feat: update docker image ([ipfs/go-ipfs#7191](https://github.com/ipfs/go-ipfs/pull/7191))
563
+ - feat: update dir index ([ipfs/go-ipfs#7192](https://github.com/ipfs/go-ipfs/pull/7192))
564
+ - fix: update the dht to fix yggdrasil ([ipfs/go-ipfs#7186](https://github.com/ipfs/go-ipfs/pull/7186))
565
+ - Choose architecture when download tini into docker container ([ipfs/go-ipfs#7187](https://github.com/ipfs/go-ipfs/pull/7187))
566
+ - Fix typos and cleanup ([ipfs/go-ipfs#7181](https://github.com/ipfs/go-ipfs/pull/7181))
567
+ - Fixtypos ([ipfs/go-ipfs#7180](https://github.com/ipfs/go-ipfs/pull/7180))
568
+ - feat: webui 2.7.5 ([ipfs/go-ipfs#7176](https://github.com/ipfs/go-ipfs/pull/7176))
569
+ - integration test for the dual dht ([ipfs/go-ipfs#7151](https://github.com/ipfs/go-ipfs/pull/7151))
570
+ - fix: subdomain redirect for dir CIDs ([ipfs/go-ipfs#7165](https://github.com/ipfs/go-ipfs/pull/7165))
571
+ - add autonat config options ([ipfs/go-ipfs#7162](https://github.com/ipfs/go-ipfs/pull/7162))
572
+ - docs: fix link to version.go ([ipfs/go-ipfs#7157](https://github.com/ipfs/go-ipfs/pull/7157))
573
+ - feat: webui v2.7.4 ([ipfs/go-ipfs#7159](https://github.com/ipfs/go-ipfs/pull/7159))
574
+ - fix the typo in the serveHTTPApi ([ipfs/go-ipfs#7156](https://github.com/ipfs/go-ipfs/pull/7156))
575
+ - test(sharness): improve CAR tests to remove some potential races ([ipfs/go-ipfs#7154](https://github.com/ipfs/go-ipfs/pull/7154))
576
+ - feat: introduce the dual WAN/LAN DHT ([ipfs/go-ipfs#7127](https://github.com/ipfs/go-ipfs/pull/7127))
577
+ - fix: invalidate cache on failed publish ([ipfs/go-ipfs#7152](https://github.com/ipfs/go-ipfs/pull/7152))
578
+ - Temporarily disable gc-race test ([ipfs/go-ipfs#7148](https://github.com/ipfs/go-ipfs/pull/7148))
579
+ - Beef up and harden import/export tests ([ipfs/go-ipfs#7140](https://github.com/ipfs/go-ipfs/pull/7140))
580
+ - Filter dials to blocked subnets, even when using DNS. ([ipfs/go-ipfs#6996](https://github.com/ipfs/go-ipfs/pull/6996))
581
+ - Dag export command, complete ([ipfs/go-ipfs#7036](https://github.com/ipfs/go-ipfs/pull/7036))
582
+ - Adding Fission to IPFS early testers page ([ipfs/go-ipfs#7119](https://github.com/ipfs/go-ipfs/pull/7119))
583
+ - feat: bump version ([ipfs/go-ipfs#7110](https://github.com/ipfs/go-ipfs/pull/7110))
584
+ - feat: initial update to the changelog for 0.5.0 ([ipfs/go-ipfs#6977](https://github.com/ipfs/go-ipfs/pull/6977))
585
+ - feat(dht): update to cypress DHT in backwards compatibility mode ([ipfs/go-ipfs#7103](https://github.com/ipfs/go-ipfs/pull/7103))
586
+ - update bash completion for `ipfs add` ([ipfs/go-ipfs#7102](https://github.com/ipfs/go-ipfs/pull/7102))
587
+ - HTTP API: Only allow POST requests (plus OPTIONS) ([ipfs/go-ipfs#7097](https://github.com/ipfs/go-ipfs/pull/7097))
588
+ - Revert last change (the default is now printed twice) ([ipfs/go-ipfs#7098](https://github.com/ipfs/go-ipfs/pull/7098))
589
+ - Fix #4996: Improve help text for "ipfs files cp" ([ipfs/go-ipfs#7069](https://github.com/ipfs/go-ipfs/pull/7069))
590
+ - changed brew to brew cask ([ipfs/go-ipfs#7072](https://github.com/ipfs/go-ipfs/pull/7072))
591
+ - fix: remove internal relay discovery ([ipfs/go-ipfs#7064](https://github.com/ipfs/go-ipfs/pull/7064))
592
+ - docs/experimental-features.md: typo ([ipfs/go-ipfs#7062](https://github.com/ipfs/go-ipfs/pull/7062))
593
+ - fix: get rid of shutdown errors ([ipfs/go-ipfs#7058](https://github.com/ipfs/go-ipfs/pull/7058))
594
+ - feat: tls by default ([ipfs/go-ipfs#7055](https://github.com/ipfs/go-ipfs/pull/7055))
595
+ - fix: downgrade to go 1.13 ([ipfs/go-ipfs#7054](https://github.com/ipfs/go-ipfs/pull/7054))
596
+ - Keystore: minor maintenance ([ipfs/go-ipfs#7043](https://github.com/ipfs/go-ipfs/pull/7043))
597
+ - fix(keystore): avoid racy filesystem access ([ipfs/go-ipfs#6999](https://github.com/ipfs/go-ipfs/pull/6999))
598
+ - Forgotten go-fmt ([ipfs/go-ipfs#7030](https://github.com/ipfs/go-ipfs/pull/7030))
599
+ - feat: update go-libp2p & go-bitswap ([ipfs/go-ipfs#7028](https://github.com/ipfs/go-ipfs/pull/7028))
600
+ - Introducing EncodedFSKeystore with base32 encoding (#5947) ([ipfs/go-ipfs#6955](https://github.com/ipfs/go-ipfs/pull/6955))
601
+ - feat: improve key lookup ([ipfs/go-ipfs#7023](https://github.com/ipfs/go-ipfs/pull/7023))
602
+ - feat(file-ignore): add ignore opts to add cmd ([ipfs/go-ipfs#7017](https://github.com/ipfs/go-ipfs/pull/7017))
603
+ - feat: gateway subdomains + http proxy mode ([ipfs/go-ipfs#6096](https://github.com/ipfs/go-ipfs/pull/6096))
604
+ - Chore/sharness fixes 2019 03 16 ([ipfs/go-ipfs#6997](https://github.com/ipfs/go-ipfs/pull/6997))
605
+ - Support pipes when named on the cli explicitly ([ipfs/go-ipfs#6998](https://github.com/ipfs/go-ipfs/pull/6998))
606
+ - Fix a typo ([ipfs/go-ipfs#7000](https://github.com/ipfs/go-ipfs/pull/7000))
607
+ - fix: revert changes to the user agent ([ipfs/go-ipfs#6993](https://github.com/ipfs/go-ipfs/pull/6993))
608
+ - feat(peerlog): log protocols/versions ([ipfs/go-ipfs#6972](https://github.com/ipfs/go-ipfs/pull/6972))
609
+ - feat: docker build and tag from ci ([ipfs/go-ipfs#6949](https://github.com/ipfs/go-ipfs/pull/6949))
610
+ - cmd: ipfs handle GUI environment on Windows ([ipfs/go-ipfs#6646](https://github.com/ipfs/go-ipfs/pull/6646))
611
+ - Chore/macos sharness fixes ([ipfs/go-ipfs#6988](https://github.com/ipfs/go-ipfs/pull/6988))
612
+ - Update to go-libp2p 0.6.0 ([ipfs/go-ipfs#6914](https://github.com/ipfs/go-ipfs/pull/6914))
613
+ - mount: switch over to the CoreAPI ([ipfs/go-ipfs#6602](https://github.com/ipfs/go-ipfs/pull/6602))
614
+ - doc(commands): document that `dht put` takes a file ([ipfs/go-ipfs#6960](https://github.com/ipfs/go-ipfs/pull/6960))
615
+ - docs: update licence info in README ([ipfs/go-ipfs#6942](https://github.com/ipfs/go-ipfs/pull/6942))
616
+ - docs: fix example for files.write ([ipfs/go-ipfs#6943](https://github.com/ipfs/go-ipfs/pull/6943))
617
+ - feat(graphsync): mount the graphsync libp2p protocol ([ipfs/go-ipfs#6892](https://github.com/ipfs/go-ipfs/pull/6892))
618
+ - feat: update go in docker container ([ipfs/go-ipfs#6933](https://github.com/ipfs/go-ipfs/pull/6933))
619
+ - remove expired GPG key from README ([ipfs/go-ipfs#6931](https://github.com/ipfs/go-ipfs/pull/6931))
620
+ - test(sharness): test our tests ([ipfs/go-ipfs#6908](https://github.com/ipfs/go-ipfs/pull/6908))
621
+ - fix: broken interop tests ([ipfs/go-ipfs#6899](https://github.com/ipfs/go-ipfs/pull/6899))
622
+ - feat: pass IPFS_PLUGINS to docker build ([ipfs/go-ipfs#6898](https://github.com/ipfs/go-ipfs/pull/6898))
623
+ - doc(add): document hash stability ([ipfs/go-ipfs#6891](https://github.com/ipfs/go-ipfs/pull/6891))
624
+ - feat: add peerlog plugin ([ipfs/go-ipfs#6887](https://github.com/ipfs/go-ipfs/pull/6887))
625
+ - doc(plugin): document internal plugins ([ipfs/go-ipfs#6888](https://github.com/ipfs/go-ipfs/pull/6888))
626
+ - Fix #6878: Improve MFS Cli documentation ([ipfs/go-ipfs#6882](https://github.com/ipfs/go-ipfs/pull/6882))
627
+ - Update the license distributed with dist builds to the dual one ([ipfs/go-ipfs#6879](https://github.com/ipfs/go-ipfs/pull/6879))
628
+ - doc: add license URLs so go's doc service can detect our license ([ipfs/go-ipfs#6874](https://github.com/ipfs/go-ipfs/pull/6874))
629
+ - doc: rename COPYRIGHT to LICENSE ([ipfs/go-ipfs#6873](https://github.com/ipfs/go-ipfs/pull/6873))
630
+ - fix: fix id addr format ([ipfs/go-ipfs#6872](https://github.com/ipfs/go-ipfs/pull/6872))
631
+ - Help text update for 'ipfs key gen' ([ipfs/go-ipfs#6867](https://github.com/ipfs/go-ipfs/pull/6867))
632
+ - fix: make rsa the default key type ([ipfs/go-ipfs#6864](https://github.com/ipfs/go-ipfs/pull/6864))
633
+ - doc(config): cleanup ([ipfs/go-ipfs#6855](https://github.com/ipfs/go-ipfs/pull/6855))
634
+ - Allow building non-amd64 Docker images ([ipfs/go-ipfs#6854](https://github.com/ipfs/go-ipfs/pull/6854))
635
+ - doc(release): add Charity Engine to the early testers programme ([ipfs/go-ipfs#6850](https://github.com/ipfs/go-ipfs/pull/6850))
636
+ - fix: fix a potential out of bounds issue in fuse ([ipfs/go-ipfs#6847](https://github.com/ipfs/go-ipfs/pull/6847))
637
+ - fix(build): instruct users to use GOTAGS, not GOFLAGS ([ipfs/go-ipfs#6843](https://github.com/ipfs/go-ipfs/pull/6843))
638
+ - doc(release): document how RCs should be communicated ([ipfs/go-ipfs#6845](https://github.com/ipfs/go-ipfs/pull/6845))
639
+ - doc(release): move WebUI from manual tests to automated tests section ([ipfs/go-ipfs#6838](https://github.com/ipfs/go-ipfs/pull/6838))
640
+ - test(sharness): fix typo ([ipfs/go-ipfs#6835](https://github.com/ipfs/go-ipfs/pull/6835))
641
+ - test: E2E tests against ipfs-webui HEAD ([ipfs/go-ipfs#6825](https://github.com/ipfs/go-ipfs/pull/6825))
642
+ - mkreleaslog: improve edge-cases ([ipfs/go-ipfs#6833](https://github.com/ipfs/go-ipfs/pull/6833))
643
+ - fix: dont fail to collect profiles if no ipfs bin ([ipfs/go-ipfs#6829](https://github.com/ipfs/go-ipfs/pull/6829))
644
+ - update dockerfile and use openssl ([ipfs/go-ipfs#6828](https://github.com/ipfs/go-ipfs/pull/6828))
645
+ - docs: define Gateway.PathPrefixes ([ipfs/go-ipfs#6826](https://github.com/ipfs/go-ipfs/pull/6826))
646
+ - fix(badgerds): turn off sync writes by default ([ipfs/go-ipfs#6819](https://github.com/ipfs/go-ipfs/pull/6819))
647
+ - gateway cleanups ([ipfs/go-ipfs#6820](https://github.com/ipfs/go-ipfs/pull/6820))
648
+ - make it possible to change the codec with the `ipfs cid` subcommand ([ipfs/go-ipfs#6817](https://github.com/ipfs/go-ipfs/pull/6817))
649
+ - improve gateway symlink handling ([ipfs/go-ipfs#6680](https://github.com/ipfs/go-ipfs/pull/6680))
650
+ - Inclusion of the presence of the go-ipfs package in Solus ([ipfs/go-ipfs#6809](https://github.com/ipfs/go-ipfs/pull/6809))
651
+ - Fix Typos ([ipfs/go-ipfs#6807](https://github.com/ipfs/go-ipfs/pull/6807))
652
+ - Sharness macos no brainer fixes ([ipfs/go-ipfs#6805](https://github.com/ipfs/go-ipfs/pull/6805))
653
+ - Support Asynchronous Datastores ([ipfs/go-ipfs#6785](https://github.com/ipfs/go-ipfs/pull/6785))
654
+ - update documentation for /ipfs -> /p2p multiaddr switch ([ipfs/go-ipfs#6538](https://github.com/ipfs/go-ipfs/pull/6538))
655
+ - IPNS over PubSub as an Independent Transport ([ipfs/go-ipfs#6758](https://github.com/ipfs/go-ipfs/pull/6758))
656
+ - docs: add information on how to enable experiments ([ipfs/go-ipfs#6792](https://github.com/ipfs/go-ipfs/pull/6792))
657
+ - Change Reporter to BandwidthCounter in IpfsNode ([ipfs/go-ipfs#6793](https://github.com/ipfs/go-ipfs/pull/6793))
658
+ - update go-datastore ([ipfs/go-ipfs#6791](https://github.com/ipfs/go-ipfs/pull/6791))
659
+ - go fmt: go-ipfs-as-a-library ([ipfs/go-ipfs#6784](https://github.com/ipfs/go-ipfs/pull/6784))
660
+ - feat: web ui 2.7.2 ([ipfs/go-ipfs#6778](https://github.com/ipfs/go-ipfs/pull/6778))
661
+ - extract the pinner to go-ipfs-pinner and dagutils into go-merkledag ([ipfs/go-ipfs#6771](https://github.com/ipfs/go-ipfs/pull/6771))
662
+ - fix #2203: omit the charset attribute when Content-Type is text/html ([ipfs/go-ipfs#6743](https://github.com/ipfs/go-ipfs/pull/6743))
663
+ - Pin ls traverses all indirect pins ([ipfs/go-ipfs#6705](https://github.com/ipfs/go-ipfs/pull/6705))
664
+ - fix: ignore nonexistant when force rm ([ipfs/go-ipfs#6773](https://github.com/ipfs/go-ipfs/pull/6773))
665
+ - introduce IpfsNode Plugin ([ipfs/go-ipfs#6719](https://github.com/ipfs/go-ipfs/pull/6719))
666
+ - improve documentation and fix dht put bug ([ipfs/go-ipfs#6750](https://github.com/ipfs/go-ipfs/pull/6750))
667
+ - Adding alias for `ipfs repo stat`. ([ipfs/go-ipfs#6769](https://github.com/ipfs/go-ipfs/pull/6769))
668
+ - doc(gateway): document dnslink ([ipfs/go-ipfs#6767](https://github.com/ipfs/go-ipfs/pull/6767))
669
+ - pin: add context and error return to most of the Pinner functions ([ipfs/go-ipfs#6715](https://github.com/ipfs/go-ipfs/pull/6715))
670
+ - feat: web ui 2.7.1 ([ipfs/go-ipfs#6762](https://github.com/ipfs/go-ipfs/pull/6762))
671
+ - doc(README): document requirements for cross-compiling with OpenSSL support ([ipfs/go-ipfs#6738](https://github.com/ipfs/go-ipfs/pull/6738))
672
+ - feat: web ui 2.6.0 ([ipfs/go-ipfs#6740](https://github.com/ipfs/go-ipfs/pull/6740))
673
+ - Add high-level go-ipfs architecture diagram ([ipfs/go-ipfs#6727](https://github.com/ipfs/go-ipfs/pull/6727))
674
+ - docs: remove extra ) on the example README ([ipfs/go-ipfs#6733](https://github.com/ipfs/go-ipfs/pull/6733))
675
+ - update maintainer label ([ipfs/go-ipfs#6735](https://github.com/ipfs/go-ipfs/pull/6735))
676
+ - ipfs namespace is now being provided to prometheus ([ipfs/go-ipfs#6643](https://github.com/ipfs/go-ipfs/pull/6643))
677
+ - feat: web ui 2.5.8 ([ipfs/go-ipfs#6718](https://github.com/ipfs/go-ipfs/pull/6718))
678
+ - docs: add connmgr to config.md toc ([ipfs/go-ipfs#6712](https://github.com/ipfs/go-ipfs/pull/6712))
679
+ - feat: web ui 2.5.7 ([ipfs/go-ipfs#6707](https://github.com/ipfs/go-ipfs/pull/6707))
680
+ - README: improve build documentation ([ipfs/go-ipfs#6706](https://github.com/ipfs/go-ipfs/pull/6706))
681
+ - Introduce buzhash chunker ([ipfs/go-ipfs#6701](https://github.com/ipfs/go-ipfs/pull/6701))
682
+ - Pinning interop: Pin ls returns appropriate zero value ([ipfs/go-ipfs#6685](https://github.com/ipfs/go-ipfs/pull/6685))
683
+ - fix(resolve): correctly handle .eth domains ([ipfs/go-ipfs#6700](https://github.com/ipfs/go-ipfs/pull/6700))
684
+ - Update README.md ([ipfs/go-ipfs#6697](https://github.com/ipfs/go-ipfs/pull/6697))
685
+ - daemon: support unix domain sockets for the API/gateway ([ipfs/go-ipfs#6678](https://github.com/ipfs/go-ipfs/pull/6678))
686
+ - docs: guide users to the right locations for questions ([ipfs/go-ipfs#6691](https://github.com/ipfs/go-ipfs/pull/6691))
687
+ - docs: readme improvements ([ipfs/go-ipfs#6693](https://github.com/ipfs/go-ipfs/pull/6693))
688
+ - docs: link remaining docs available, guide people to the right locations ([ipfs/go-ipfs#6694](https://github.com/ipfs/go-ipfs/pull/6694))
689
+ - docs: fix broken url ([ipfs/go-ipfs#6692](https://github.com/ipfs/go-ipfs/pull/6692))
690
+ - add systemd support ([ipfs/go-ipfs#6675](https://github.com/ipfs/go-ipfs/pull/6675))
691
+ - feat: add ipfs version info to prometheus metrics ([ipfs/go-ipfs#6688](https://github.com/ipfs/go-ipfs/pull/6688))
692
+ - Fix typo ([ipfs/go-ipfs#6686](https://github.com/ipfs/go-ipfs/pull/6686))
693
+ - github: migrate actions ([ipfs/go-ipfs#6681](https://github.com/ipfs/go-ipfs/pull/6681))
694
+ - Add bridged chats ([ipfs/go-ipfs#6653](https://github.com/ipfs/go-ipfs/pull/6653))
695
+ - doc(config): improve DisableNatPortMap documentation ([ipfs/go-ipfs#6655](https://github.com/ipfs/go-ipfs/pull/6655))
696
+ - plugins: support Close() for Tracer plugins as well ([ipfs/go-ipfs#6672](https://github.com/ipfs/go-ipfs/pull/6672))
697
+ - fix: make collect-profiles.sh work on mac ([ipfs/go-ipfs#6673](https://github.com/ipfs/go-ipfs/pull/6673))
698
+ - namesys(test): test TTL on publish ([ipfs/go-ipfs#6671](https://github.com/ipfs/go-ipfs/pull/6671))
699
+ - discovery: improve mdns warnings ([ipfs/go-ipfs#6665](https://github.com/ipfs/go-ipfs/pull/6665))
700
+ - feat: web ui 2.5.4 ([ipfs/go-ipfs#6664](https://github.com/ipfs/go-ipfs/pull/6664))
701
+ - cmds(help): fix swarm filter add/rm help text ([ipfs/go-ipfs#6654](https://github.com/ipfs/go-ipfs/pull/6654))
702
+ - feat: webui 2.5.3 ([ipfs/go-ipfs#6638](https://github.com/ipfs/go-ipfs/pull/6638))
703
+ - feat: web ui 2.5.1 ([ipfs/go-ipfs#6630](https://github.com/ipfs/go-ipfs/pull/6630))
704
+ - docs: add multiple gateway and api addrs ([ipfs/go-ipfs#6631](https://github.com/ipfs/go-ipfs/pull/6631))
705
+ - doc: add post-release checklist ([ipfs/go-ipfs#6625](https://github.com/ipfs/go-ipfs/pull/6625))
706
+ - docs: add ship date and next release issue opening time ([ipfs/go-ipfs#6620](https://github.com/ipfs/go-ipfs/pull/6620))
707
+ - docker: libdl dependency ([ipfs/go-ipfs#6624](https://github.com/ipfs/go-ipfs/pull/6624))
708
+ - docs: improvements to the release doc ([ipfs/go-ipfs#6616](https://github.com/ipfs/go-ipfs/pull/6616))
709
+ - plugins: add support for plugin configs ([ipfs/go-ipfs#6613](https://github.com/ipfs/go-ipfs/pull/6613))
710
+ - Update README.md ([ipfs/go-ipfs#6615](https://github.com/ipfs/go-ipfs/pull/6615))
711
+ - doc: remove gmake instructions ([ipfs/go-ipfs#6614](https://github.com/ipfs/go-ipfs/pull/6614))
712
+ - feat: add ability to use existing config during init ([ipfs/go-ipfs#6489](https://github.com/ipfs/go-ipfs/pull/6489))
713
+ - doc: expand and cleanup badger documentation ([ipfs/go-ipfs#6611](https://github.com/ipfs/go-ipfs/pull/6611))
714
+ - feat: improve plugin preload logic ([ipfs/go-ipfs#6576](https://github.com/ipfs/go-ipfs/pull/6576))
715
+ - version: don't print 'VERSION-' if no commit is specified ([ipfs/go-ipfs#6609](https://github.com/ipfs/go-ipfs/pull/6609))
716
+ - Update go-libp2p, fix tests with weak RSA keys ([ipfs/go-ipfs#6555](https://github.com/ipfs/go-ipfs/pull/6555))
717
+ - cmds/refs: fix ipfs refs for sharded directories ([ipfs/go-ipfs#6601](https://github.com/ipfs/go-ipfs/pull/6601))
718
+ - fix: spammy mock when testing ([ipfs/go-ipfs#6583](https://github.com/ipfs/go-ipfs/pull/6583))
719
+ - docker: update the docker image ([ipfs/go-ipfs#6582](https://github.com/ipfs/go-ipfs/pull/6582))
720
+ - add release process graphic ([ipfs/go-ipfs#6568](https://github.com/ipfs/go-ipfs/pull/6568))
721
+ - feat: web ui 2.5.0 ([ipfs/go-ipfs#6566](https://github.com/ipfs/go-ipfs/pull/6566))
722
+ - Add swarm key variables to container daemon ([ipfs/go-ipfs#6554](https://github.com/ipfs/go-ipfs/pull/6554))
723
+ - doc: update the release template ([ipfs/go-ipfs#6561](https://github.com/ipfs/go-ipfs/pull/6561))
724
+ - merge changelog and bump version ([ipfs/go-ipfs#6559](https://github.com/ipfs/go-ipfs/pull/6559))
725
+ - require GNU make ([ipfs/go-ipfs#6551](https://github.com/ipfs/go-ipfs/pull/6551))
726
+ - tweak the release process ([ipfs/go-ipfs#6553](https://github.com/ipfs/go-ipfs/pull/6553))
727
+ - Allow resolution of .eth names via .eth.link ([ipfs/go-ipfs#6448](https://github.com/ipfs/go-ipfs/pull/6448))
728
+ - README: update minimum system requirements and recommend OpenSSL ([ipfs/go-ipfs#6543](https://github.com/ipfs/go-ipfs/pull/6543))
729
+ - fix and improve the writable gateway ([ipfs/go-ipfs#6539](https://github.com/ipfs/go-ipfs/pull/6539))
730
+ - feat: add install instructions for external commands ([ipfs/go-ipfs#6541](https://github.com/ipfs/go-ipfs/pull/6541))
731
+ - fix: slightly faster gc ([ipfs/go-ipfs#6505](https://github.com/ipfs/go-ipfs/pull/6505))
732
+ - fix {net,open}bsd build by disabling fuse on openbsd ([ipfs/go-ipfs#6535](https://github.com/ipfs/go-ipfs/pull/6535))
733
+ - mk: handle stripping paths when GOPATH contains whitespace ([ipfs/go-ipfs#6536](https://github.com/ipfs/go-ipfs/pull/6536))
734
+ - make gossipsub the default routing protocol for pubsub ([ipfs/go-ipfs#6512](https://github.com/ipfs/go-ipfs/pull/6512))
735
+ - doc: align the early testers program description with its goal ([ipfs/go-ipfs#6529](https://github.com/ipfs/go-ipfs/pull/6529))
736
+ - feat: add --long as alias for -l in files.ls ([ipfs/go-ipfs#6528](https://github.com/ipfs/go-ipfs/pull/6528))
737
+ - switch to new merkledag walk functions ([ipfs/go-ipfs#6499](https://github.com/ipfs/go-ipfs/pull/6499))
738
+ - readme: fix CI badge ([ipfs/go-ipfs#6521](https://github.com/ipfs/go-ipfs/pull/6521))
739
+ - Adds Siderus in early testers ([ipfs/go-ipfs#6517](https://github.com/ipfs/go-ipfs/pull/6517))
740
+ - Extract Filestore ([ipfs/go-ipfs#6511](https://github.com/ipfs/go-ipfs/pull/6511))
741
+ - readme: fix scoop bucket command error ([ipfs/go-ipfs#6510](https://github.com/ipfs/go-ipfs/pull/6510))
742
+ - sharness: test pin ls stream ([ipfs/go-ipfs#6504](https://github.com/ipfs/go-ipfs/pull/6504))
743
+ - Improve pin/update description ([ipfs/go-ipfs#6501](https://github.com/ipfs/go-ipfs/pull/6501))
744
+ - pin cmd: stream recursive pins ([ipfs/go-ipfs#6493](https://github.com/ipfs/go-ipfs/pull/6493))
745
+ - Document the AddrFilters option ([ipfs/go-ipfs#6459](https://github.com/ipfs/go-ipfs/pull/6459))
746
+ - feat: make it easier to load custom plugins ([ipfs/go-ipfs#6474](https://github.com/ipfs/go-ipfs/pull/6474))
747
+ - document the debug script ([ipfs/go-ipfs#6486](https://github.com/ipfs/go-ipfs/pull/6486))
748
+ - Extract provider module to `go-ipfs-provider` ([ipfs/go-ipfs#6421](https://github.com/ipfs/go-ipfs/pull/6421))
749
+ - ignore stale API files and deprecate ipfs repo fsck ([ipfs/go-ipfs#6478](https://github.com/ipfs/go-ipfs/pull/6478))
750
+ - Fix node construction queue error ([ipfs/go-ipfs#6480](https://github.com/ipfs/go-ipfs/pull/6480))
751
+ - Update the required go version in the README ([ipfs/go-ipfs#6462](https://github.com/ipfs/go-ipfs/pull/6462))
752
+ - gitmodules: use https so we don't need an ssh key ([ipfs/go-ipfs#6450](https://github.com/ipfs/go-ipfs/pull/6450))
753
+ - doc: add another Windows package to README ([ipfs/go-ipfs#6440](https://github.com/ipfs/go-ipfs/pull/6440))
754
+ - Close started plugins when one of them fails to start. ([ipfs/go-ipfs#6438](https://github.com/ipfs/go-ipfs/pull/6438))
755
+ - Load plugins on darwin/macOS ([ipfs/go-ipfs#6439](https://github.com/ipfs/go-ipfs/pull/6439))
756
+ - assets: move away from gx ([ipfs/go-ipfs#6414](https://github.com/ipfs/go-ipfs/pull/6414))
757
+ - Fix a typo ([ipfs/go-ipfs#6432](https://github.com/ipfs/go-ipfs/pull/6432))
758
+ - docs: fix install guide link ([ipfs/go-ipfs#6423](https://github.com/ipfs/go-ipfs/pull/6423))
759
+ - Deps: update go-libp2p-http to its new libp2p location ([ipfs/go-ipfs#6422](https://github.com/ipfs/go-ipfs/pull/6422))
760
+ - install.sh: Fix wrong destination path for ipfs binary ([ipfs/go-ipfs#6424](https://github.com/ipfs/go-ipfs/pull/6424))
761
+ - build: strip GOPATH from build paths ([ipfs/go-ipfs#6412](https://github.com/ipfs/go-ipfs/pull/6412))
762
+ - libp2p: moves discovery after host listen ([ipfs/go-ipfs#6415](https://github.com/ipfs/go-ipfs/pull/6415))
763
+ - remove mentions of gx from windows build docs ([ipfs/go-ipfs#6413](https://github.com/ipfs/go-ipfs/pull/6413))
764
+ - build: use protoc-gen-* from gomod ([ipfs/go-ipfs#6411](https://github.com/ipfs/go-ipfs/pull/6411))
765
+ - add unixfs get metric ([ipfs/go-ipfs#6406](https://github.com/ipfs/go-ipfs/pull/6406))
766
+ - Run JS interop in CircleCI ([ipfs/go-ipfs#6409](https://github.com/ipfs/go-ipfs/pull/6409))
767
+ - Usage of context helper in Blockstore provider ([ipfs/go-ipfs#6399](https://github.com/ipfs/go-ipfs/pull/6399))
768
+ - docs: default value for HashOnRead is false ([ipfs/go-ipfs#6401](https://github.com/ipfs/go-ipfs/pull/6401))
769
+ - block cmd: allow adding multiple blocks at once ([ipfs/go-ipfs#6331](https://github.com/ipfs/go-ipfs/pull/6331))
770
+ - Remove Repo from routing fx provider parameter ([ipfs/go-ipfs#6395](https://github.com/ipfs/go-ipfs/pull/6395))
771
+ - migrate to go-libp2p-core. ([ipfs/go-ipfs#6384](https://github.com/ipfs/go-ipfs/pull/6384))
772
+ - feat: update Web UI to v2.4.6 ([ipfs/go-ipfs#6392](https://github.com/ipfs/go-ipfs/pull/6392))
773
+ - Introduce first strategic provider: do nothing ([ipfs/go-ipfs#6292](https://github.com/ipfs/go-ipfs/pull/6292))
774
+- github.com/ipfs/go-bitswap (v0.0.8-e37498cf10d6 -> v0.2.13):
775
+ - refactor: remove WantManager ([ipfs/go-bitswap#374](https://github.com/ipfs/go-bitswap/pull/374))
776
+ - Send CANCELs when session context is cancelled ([ipfs/go-bitswap#375](https://github.com/ipfs/go-bitswap/pull/375))
777
+ - refactor: remove unused code ([ipfs/go-bitswap#373](https://github.com/ipfs/go-bitswap/pull/373))
778
+ - Change timing for DONT_HAVE timeouts to be more conservative ([ipfs/go-bitswap#371](https://github.com/ipfs/go-bitswap/pull/371))
779
+ - fix: avoid calling ctx.SetDeadline() every time we send a message ([ipfs/go-bitswap#369](https://github.com/ipfs/go-bitswap/pull/369))
780
+ - feat: optimize entry sorting in MessageQueue ([ipfs/go-bitswap#356](https://github.com/ipfs/go-bitswap/pull/356))
781
+ - Move connection management into networking layer ([ipfs/go-bitswap#351](https://github.com/ipfs/go-bitswap/pull/351))
782
+ - refactor: simplify messageQueue onSent ([ipfs/go-bitswap#349](https://github.com/ipfs/go-bitswap/pull/349))
783
+ - feat: prioritize more important wants ([ipfs/go-bitswap#346](https://github.com/ipfs/go-bitswap/pull/346))
784
+ - fix: in message queue only send cancel if want was sent ([ipfs/go-bitswap#345](https://github.com/ipfs/go-bitswap/pull/345))
785
+ - fix: ensure wantlist gauge gets decremented on disconnect ([ipfs/go-bitswap#332](https://github.com/ipfs/go-bitswap/pull/332))
786
+ - avoid copying messages and improve logging ([ipfs/go-bitswap#326](https://github.com/ipfs/go-bitswap/pull/326))
787
+ - fix: log unexpected condition in peerWantManager.prepareSendWants() ([ipfs/go-bitswap#325](https://github.com/ipfs/go-bitswap/pull/325))
788
+ - wait for sessionWantSender to shutdown before completing session shutdown ([ipfs/go-bitswap#317](https://github.com/ipfs/go-bitswap/pull/317))
789
+ - Perf/message queue ([ipfs/go-bitswap#307](https://github.com/ipfs/go-bitswap/pull/307))
790
+ - feat: add a custom CID type ([ipfs/go-bitswap#308](https://github.com/ipfs/go-bitswap/pull/308))
791
+ - feat: expose the full wantlist through GetWantlist ([ipfs/go-bitswap#300](https://github.com/ipfs/go-bitswap/pull/300))
792
+ - Clean up logs ([ipfs/go-bitswap#299](https://github.com/ipfs/go-bitswap/pull/299))
793
+ - Fix order of session broadcast wants ([ipfs/go-bitswap#291](https://github.com/ipfs/go-bitswap/pull/291))
794
+ - fix flaky TestRateLimitingRequests ([ipfs/go-bitswap#296](https://github.com/ipfs/go-bitswap/pull/296))
795
+ - fix flaky TestDontHaveTimeoutMgrTimeout ([ipfs/go-bitswap#293](https://github.com/ipfs/go-bitswap/pull/293))
796
+ - fix: re-export testinstance/testnet ([ipfs/go-bitswap#289](https://github.com/ipfs/go-bitswap/pull/289))
797
+ - Simulate DONT_HAVE when peer doesn't respond to want-block (new peers) ([ipfs/go-bitswap#284](https://github.com/ipfs/go-bitswap/pull/284))
798
+ - Be less aggressive when pruning peers from session ([ipfs/go-bitswap#276](https://github.com/ipfs/go-bitswap/pull/276))
799
+ - fix: races in tests ([ipfs/go-bitswap#279](https://github.com/ipfs/go-bitswap/pull/279))
800
+ - Refactor: simplify session peer management ([ipfs/go-bitswap#275](https://github.com/ipfs/go-bitswap/pull/275))
801
+ - Prune peers that send too many consecutive DONT_HAVEs ([ipfs/go-bitswap#261](https://github.com/ipfs/go-bitswap/pull/261))
802
+ - feat: debounce wants manually ([ipfs/go-bitswap#255](https://github.com/ipfs/go-bitswap/pull/255))
803
+ - Fix bug with signaling peer availability to sessions ([ipfs/go-bitswap#247](https://github.com/ipfs/go-bitswap/pull/247))
804
+ - feat: move internals to an internal package ([ipfs/go-bitswap#242](https://github.com/ipfs/go-bitswap/pull/242))
805
+ - PoC of Bitswap protocol extensions implementation ([ipfs/go-bitswap#189](https://github.com/ipfs/go-bitswap/pull/189))
806
+ - fix: abort when the context is canceled while getting blocks ([ipfs/go-bitswap#240](https://github.com/ipfs/go-bitswap/pull/240))
807
+ - Add bridged chats ([ipfs/go-bitswap#198](https://github.com/ipfs/go-bitswap/pull/198))
808
+ - reduce session contention ([ipfs/go-bitswap#188](https://github.com/ipfs/go-bitswap/pull/188))
809
+ - Fix: don't ignore received blocks for pending wants ([ipfs/go-bitswap#174](https://github.com/ipfs/go-bitswap/pull/174))
810
+ - Test: fix flakey session peer manager tests ([ipfs/go-bitswap#185](https://github.com/ipfs/go-bitswap/pull/185))
811
+ - Refactor: use global pubsub notifier ([ipfs/go-bitswap#177](https://github.com/ipfs/go-bitswap/pull/177))
812
+ - network: Allow specifying protocol prefix ([ipfs/go-bitswap#171](https://github.com/ipfs/go-bitswap/pull/171))
813
+ - fix: memory leak in latency tracker on timeout after cancel ([ipfs/go-bitswap#164](https://github.com/ipfs/go-bitswap/pull/164))
814
+ - Fix typo ([ipfs/go-bitswap#158](https://github.com/ipfs/go-bitswap/pull/158))
815
+ - Feat: Track Session Peer Latency More Accurately ([ipfs/go-bitswap#149](https://github.com/ipfs/go-bitswap/pull/149))
816
+ - ci(circleci): add benchmark comparisons ([ipfs/go-bitswap#147](https://github.com/ipfs/go-bitswap/pull/147))
817
+ - aggressively free memory ([ipfs/go-bitswap#143](https://github.com/ipfs/go-bitswap/pull/143))
818
+ - Enchanced logging for bitswap ([ipfs/go-bitswap#137](https://github.com/ipfs/go-bitswap/pull/137))
819
+ - fix: rand.Intn(0) panics ([ipfs/go-bitswap#144](https://github.com/ipfs/go-bitswap/pull/144))
820
+ - fix some naming nits and broadcast on search ([ipfs/go-bitswap#139](https://github.com/ipfs/go-bitswap/pull/139))
821
+ - feat(sessions): add rebroadcasting, search backoff ([ipfs/go-bitswap#133](https://github.com/ipfs/go-bitswap/pull/133))
822
+ - testutil: fix block generator ([ipfs/go-bitswap#135](https://github.com/ipfs/go-bitswap/pull/135))
823
+ - migrate to go-libp2p-core. ([ipfs/go-bitswap#132](https://github.com/ipfs/go-bitswap/pull/132))
824
+- github.com/ipfs/go-blockservice (v0.0.3 -> v0.1.3):
825
+ - fix ci badge and lints ([ipfs/go-blockservice#52](https://github.com/ipfs/go-blockservice/pull/52))
826
+ - demote warning to debug log ([ipfs/go-blockservice#30](https://github.com/ipfs/go-blockservice/pull/30))
827
+ - nil exchange is okay ([ipfs/go-blockservice#29](https://github.com/ipfs/go-blockservice/pull/29))
828
+ - set the session context ([ipfs/go-blockservice#28](https://github.com/ipfs/go-blockservice/pull/28))
829
+ - make blockservice AddBlocks return more quickly ([ipfs/go-blockservice#10](https://github.com/ipfs/go-blockservice/pull/10))
830
+ - feat(session): instantiated sessions lazily ([ipfs/go-blockservice#27](https://github.com/ipfs/go-blockservice/pull/27))
831
+- github.com/ipfs/go-cid (v0.0.4 -> v0.0.5):
832
+ - fix: enforce minimal encoding ([ipfs/go-cid#99](https://github.com/ipfs/go-cid/pull/99))
833
+- github.com/ipfs/go-datastore (v0.0.5 -> v0.4.4):
834
+ - Fix test log message about number of values put ([ipfs/go-datastore#150](https://github.com/ipfs/go-datastore/pull/150))
835
+ - test suite: Add ElemCount to control how many elements are added. ([ipfs/go-datastore#151](https://github.com/ipfs/go-datastore/pull/151))
836
+ - fix: avoid filtering by prefix unless necessary ([ipfs/go-datastore#147](https://github.com/ipfs/go-datastore/pull/147))
837
+ - feat: add upper-case keys at a known prefix ([ipfs/go-datastore#148](https://github.com/ipfs/go-datastore/pull/148))
838
+ - test(suite): add a bunch of prefix tests for the new behavior ([ipfs/go-datastore#145](https://github.com/ipfs/go-datastore/pull/145))
839
+ - Only count a key as an ancestor if there is a separator ([ipfs/go-datastore#141](https://github.com/ipfs/go-datastore/pull/141))
840
+ - fix go-check path to use "gopkg.in/check.v1" ([ipfs/go-datastore#144](https://github.com/ipfs/go-datastore/pull/144))
841
+ - LogDatastore fulfills the Datastore interface again ([ipfs/go-datastore#142](https://github.com/ipfs/go-datastore/pull/142))
842
+ - Support Asynchronous Writing Datastores ([ipfs/go-datastore#140](https://github.com/ipfs/go-datastore/pull/140))
843
+ - add a Size field to Query's Result ([ipfs/go-datastore#134](https://github.com/ipfs/go-datastore/pull/134))
844
+ - Add clarifying comments on Query#String() ([ipfs/go-datastore#138](https://github.com/ipfs/go-datastore/pull/138))
845
+ - Add a large test suite ([ipfs/go-datastore#136](https://github.com/ipfs/go-datastore/pull/136))
846
+ - doc: add a lead maintainer ([ipfs/go-datastore#135](https://github.com/ipfs/go-datastore/pull/135))
847
+ - feat: make not-found errors discoverable ([ipfs/go-datastore#133](https://github.com/ipfs/go-datastore/pull/133))
848
+ - feat: make delete idempotent ([ipfs/go-datastore#132](https://github.com/ipfs/go-datastore/pull/132))
849
+ - Misc Typo Fixes ([ipfs/go-datastore#131](https://github.com/ipfs/go-datastore/pull/131))
850
+- github.com/ipfs/go-ds-badger (v0.0.5 -> v0.2.4):
851
+ - fix: verify that the datastore is still open when querying ([ipfs/go-ds-badger#87](https://github.com/ipfs/go-ds-badger/pull/87))
852
+ - feat: switch to file io and shrink tables ([ipfs/go-ds-badger#83](https://github.com/ipfs/go-ds-badger/pull/83))
853
+ - fix: update go-datastore ([ipfs/go-ds-badger#80](https://github.com/ipfs/go-ds-badger/pull/80))
854
+ - update datastore Interface ([ipfs/go-ds-badger#77](https://github.com/ipfs/go-ds-badger/pull/77))
855
+ - query: always return the size ([ipfs/go-ds-badger#78](https://github.com/ipfs/go-ds-badger/pull/78))
856
+ - feat(gc): make it possible to disable GC ([ipfs/go-ds-badger#74](https://github.com/ipfs/go-ds-badger/pull/74))
857
+ - feat(gc): improve periodic GC logic ([ipfs/go-ds-badger#73](https://github.com/ipfs/go-ds-badger/pull/73))
858
+ - periodic GC for badger datastore ([ipfs/go-ds-badger#72](https://github.com/ipfs/go-ds-badger/pull/72))
859
+ - Fix combining query filters, offsets, and limits ([ipfs/go-ds-badger#71](https://github.com/ipfs/go-ds-badger/pull/71))
860
+ - doc: add lead maintainer ([ipfs/go-ds-badger#67](https://github.com/ipfs/go-ds-badger/pull/67))
861
+- github.com/ipfs/go-ds-flatfs (v0.0.2 -> v0.4.4):
862
+ - move retries lower and retry rename ops ([ipfs/go-ds-flatfs#82](https://github.com/ipfs/go-ds-flatfs/pull/82))
863
+ - cleanup putMany implementation ([ipfs/go-ds-flatfs#80](https://github.com/ipfs/go-ds-flatfs/pull/80))
864
+ - feat: read harder ([ipfs/go-ds-flatfs#78](https://github.com/ipfs/go-ds-flatfs/pull/78))
865
+ - fix: remove temporary files when multiple write operations conflict ([ipfs/go-ds-flatfs#76](https://github.com/ipfs/go-ds-flatfs/pull/76))
866
+ - Windows CI + Fixes ([ipfs/go-ds-flatfs#73](https://github.com/ipfs/go-ds-flatfs/pull/73))
867
+ - fix: close query when finished moving ([ipfs/go-ds-flatfs#74](https://github.com/ipfs/go-ds-flatfs/pull/74))
868
+ - fix: ensure that we close the diskusage file, even if we fail to rename it ([ipfs/go-ds-flatfs#72](https://github.com/ipfs/go-ds-flatfs/pull/72))
869
+ - feat: put all temporary files in the same directory and clean them up ([ipfs/go-ds-flatfs#69](https://github.com/ipfs/go-ds-flatfs/pull/69))
870
+ - fix: only log when we find a file we don't expect ([ipfs/go-ds-flatfs#68](https://github.com/ipfs/go-ds-flatfs/pull/68))
871
+ - Make flatfs robust ([ipfs/go-ds-flatfs#64](https://github.com/ipfs/go-ds-flatfs/pull/64))
872
+ - Update Datastore Interface ([ipfs/go-ds-flatfs#60](https://github.com/ipfs/go-ds-flatfs/pull/60))
873
+ - query: deny ReturnsSizes and ReturnExpirations instead of returning wrong result ([ipfs/go-ds-flatfs#59](https://github.com/ipfs/go-ds-flatfs/pull/59))
874
+ - doc: add a lead maintainer ([ipfs/go-ds-flatfs#55](https://github.com/ipfs/go-ds-flatfs/pull/55))
875
+ - make delete idempotent ([ipfs/go-ds-flatfs#54](https://github.com/ipfs/go-ds-flatfs/pull/54))
876
+- github.com/ipfs/go-ds-leveldb (v0.0.2 -> v0.4.2):
877
+ - prevent closing concurrently with other operations. ([ipfs/go-ds-leveldb#42](https://github.com/ipfs/go-ds-leveldb/pull/42))
878
+ - feat: update go-datastore ([ipfs/go-ds-leveldb#40](https://github.com/ipfs/go-ds-leveldb/pull/40))
879
+ - update datastore Interface ([ipfs/go-ds-leveldb#36](https://github.com/ipfs/go-ds-leveldb/pull/36))
880
+ - query: always return the size ([ipfs/go-ds-leveldb#35](https://github.com/ipfs/go-ds-leveldb/pull/35))
881
+ - doc: add a lead maintainer ([ipfs/go-ds-leveldb#31](https://github.com/ipfs/go-ds-leveldb/pull/31))
882
+ - make delete idempotent ([ipfs/go-ds-leveldb#30](https://github.com/ipfs/go-ds-leveldb/pull/30))
883
+- github.com/ipfs/go-ds-measure (v0.0.1 -> v0.1.0):
884
+ - update datastore Interface ([ipfs/go-ds-measure#23](https://github.com/ipfs/go-ds-measure/pull/23))
885
+ - Add Datastore Tests ([ipfs/go-ds-measure#24](https://github.com/ipfs/go-ds-measure/pull/24))
886
+ - fix GetSize calls reported as Has ([ipfs/go-ds-measure#20](https://github.com/ipfs/go-ds-measure/pull/20))
887
+- github.com/ipfs/go-fs-lock (v0.0.1 -> v0.0.4):
888
+ - fix: revert small breaking change ([ipfs/go-fs-lock#10](https://github.com/ipfs/go-fs-lock/pull/10))
889
+ - Enh/improve error handling ([ipfs/go-fs-lock#9](https://github.com/ipfs/go-fs-lock/pull/9))
890
+ - Use path/filepath instead of path ([ipfs/go-fs-lock#8](https://github.com/ipfs/go-fs-lock/pull/8))
891
+- github.com/ipfs/go-ipfs-blockstore (v0.0.1 -> v0.1.4):
892
+ - return the correct size when only "has" is cached ([ipfs/go-ipfs-blockstore#36](https://github.com/ipfs/go-ipfs-blockstore/pull/36))
893
+ - cache: switch to 2q ([ipfs/go-ipfs-blockstore#20](https://github.com/ipfs/go-ipfs-blockstore/pull/20))
894
+- github.com/ipfs/go-ipfs-chunker (v0.0.1 -> v0.0.5):
895
+ - fix: don't return an empty block at the end ([ipfs/go-ipfs-chunker#22](https://github.com/ipfs/go-ipfs-chunker/pull/22))
896
+ - Rigorous sizing checks ([ipfs/go-ipfs-chunker#21](https://github.com/ipfs/go-ipfs-chunker/pull/21))
897
+ - Improve performance of buzhash ([ipfs/go-ipfs-chunker#17](https://github.com/ipfs/go-ipfs-chunker/pull/17))
898
+ - Implement buzhash ([ipfs/go-ipfs-chunker#16](https://github.com/ipfs/go-ipfs-chunker/pull/16))
899
+ - Add benchmarks ([ipfs/go-ipfs-chunker#15](https://github.com/ipfs/go-ipfs-chunker/pull/15))
900
+- github.com/ipfs/go-ipfs-cmds (v0.0.8 -> v0.2.2):
901
+ - Fix: disallow POST without Origin nor Referer from specific user agents ([ipfs/go-ipfs-cmds#193](https://github.com/ipfs/go-ipfs-cmds/pull/193))
902
+ - doc: document command fields ([ipfs/go-ipfs-cmds#192](https://github.com/ipfs/go-ipfs-cmds/pull/192))
903
+ - change HandledMethods to AllowGet and cleanup method handling ([ipfs/go-ipfs-cmds#191](https://github.com/ipfs/go-ipfs-cmds/pull/191))
904
+ - remove deprecated log.Warning(f) ([ipfs/go-ipfs-cmds#180](https://github.com/ipfs/go-ipfs-cmds/pull/180))
905
+ - http: configurable allowed request methods for the API. ([ipfs/go-ipfs-cmds#190](https://github.com/ipfs/go-ipfs-cmds/pull/190))
906
+ - #183 refactored the request options conversion code per the ticket requirements ([ipfs/go-ipfs-cmds#187](https://github.com/ipfs/go-ipfs-cmds/pull/187))
907
+ - fix typo ([ipfs/go-ipfs-cmds#188](https://github.com/ipfs/go-ipfs-cmds/pull/188))
908
+ - ([ipfs/go-ipfs-cmds#183](https://github.com/ipfs/go-ipfs-cmds/pull/183))
909
+ - fix: normalize options when parsing them ([ipfs/go-ipfs-cmds#186](https://github.com/ipfs/go-ipfs-cmds/pull/186))
910
+ - feat:add strings option; re-implement file ignore ([ipfs/go-ipfs-cmds#181](https://github.com/ipfs/go-ipfs-cmds/pull/181))
911
+ - Special-case accepting explicitly supplied named pipes ([ipfs/go-ipfs-cmds#184](https://github.com/ipfs/go-ipfs-cmds/pull/184))
912
+ - Chore/remove gx ([ipfs/go-ipfs-cmds#182](https://github.com/ipfs/go-ipfs-cmds/pull/182))
913
+ - http: allow specifying a custom http client ([ipfs/go-ipfs-cmds#175](https://github.com/ipfs/go-ipfs-cmds/pull/175))
914
+ - http: cleanup http related errors ([ipfs/go-ipfs-cmds#173](https://github.com/ipfs/go-ipfs-cmds/pull/173))
915
+ - fix: too many arguments error text ([ipfs/go-ipfs-cmds#172](https://github.com/ipfs/go-ipfs-cmds/pull/172))
916
+ - fallback executor support ([ipfs/go-ipfs-cmds#171](https://github.com/ipfs/go-ipfs-cmds/pull/171))
917
+ - make ErrorType a valid error and implement Unwrap on Error ([ipfs/go-ipfs-cmds#170](https://github.com/ipfs/go-ipfs-cmds/pull/170))
918
+ - feat: improve error codes ([ipfs/go-ipfs-cmds#168](https://github.com/ipfs/go-ipfs-cmds/pull/168))
919
+ - Fix a typo ([ipfs/go-ipfs-cmds#169](https://github.com/ipfs/go-ipfs-cmds/pull/169))
920
+- github.com/ipfs/go-ipfs-config (v0.0.3 -> v0.5.3):
921
+ - fix: correct the default-datastore config profile ([ipfs/go-ipfs-config#80](https://github.com/ipfs/go-ipfs-config/pull/80))
922
+ - feat: disable autonat service when in lowpower mode ([ipfs/go-ipfs-config#77](https://github.com/ipfs/go-ipfs-config/pull/77))
923
+ - feat: add and use a duration helper type ([ipfs/go-ipfs-config#76](https://github.com/ipfs/go-ipfs-config/pull/76))
924
+ - feat: add an autonat config section ([ipfs/go-ipfs-config#75](https://github.com/ipfs/go-ipfs-config/pull/75))
925
+ - feat: remove Routing.PrivateType ([ipfs/go-ipfs-config#74](https://github.com/ipfs/go-ipfs-config/pull/74))
926
+ - feat: add private routing config field ([ipfs/go-ipfs-config#73](https://github.com/ipfs/go-ipfs-config/pull/73))
927
+ - feat: mark badger as stable ([ipfs/go-ipfs-config#70](https://github.com/ipfs/go-ipfs-config/pull/70))
928
+ - feat: remove PreferTLS experiment ([ipfs/go-ipfs-config#71](https://github.com/ipfs/go-ipfs-config/pull/71))
929
+ - feat: remove old bootstrap peers ([ipfs/go-ipfs-config#67](https://github.com/ipfs/go-ipfs-config/pull/67))
930
+ - add config options for proxy/subdomain ([ipfs/go-ipfs-config#30](https://github.com/ipfs/go-ipfs-config/pull/30))
931
+ - feat: add graphsync option ([ipfs/go-ipfs-config#62](https://github.com/ipfs/go-ipfs-config/pull/62))
932
+ - profile: badger profile now defaults to asynchronous writes ([ipfs/go-ipfs-config#60](https://github.com/ipfs/go-ipfs-config/pull/60))
933
+ - migrate multiaddrs from /ipfs -> /p2p ([ipfs/go-ipfs-config#39](https://github.com/ipfs/go-ipfs-config/pull/39))
934
+ - use key size constraints defined in libp2p ([ipfs/go-ipfs-config#57](https://github.com/ipfs/go-ipfs-config/pull/57))
935
+ - plugins: don't omit empty config values ([ipfs/go-ipfs-config#46](https://github.com/ipfs/go-ipfs-config/pull/46))
936
+ - make it easier to detect an uninitialized repo ([ipfs/go-ipfs-config#45](https://github.com/ipfs/go-ipfs-config/pull/45))
937
+ - nit: omit empty plugin values ([ipfs/go-ipfs-config#44](https://github.com/ipfs/go-ipfs-config/pull/44))
938
+ - add plugins config section ([ipfs/go-ipfs-config#43](https://github.com/ipfs/go-ipfs-config/pull/43))
939
+ - Add very basic (possibly temporary) Provider configs ([ipfs/go-ipfs-config#38](https://github.com/ipfs/go-ipfs-config/pull/38))
940
+ - fix string formatting of bootstrap peers ([ipfs/go-ipfs-config#37](https://github.com/ipfs/go-ipfs-config/pull/37))
941
+ - migrate to the consolidated libp2p ([ipfs/go-ipfs-config#36](https://github.com/ipfs/go-ipfs-config/pull/36))
942
+ - Add strategic provider system experiment flag ([ipfs/go-ipfs-config#33](https://github.com/ipfs/go-ipfs-config/pull/33))
943
+- github.com/ipfs/go-ipfs-files (v0.0.3 -> v0.0.8):
944
+ - skip ignored files when calculating size ([ipfs/go-ipfs-files#30](https://github.com/ipfs/go-ipfs-files/pull/30))
945
+ - Feat/add ignore rules ([ipfs/go-ipfs-files#26](https://github.com/ipfs/go-ipfs-files/pull/26))
946
+ - revert(symlink): keep stat argument ([ipfs/go-ipfs-files#23](https://github.com/ipfs/go-ipfs-files/pull/23))
947
+ - feat: correctly report the size of symlinks ([ipfs/go-ipfs-files#22](https://github.com/ipfs/go-ipfs-files/pull/22))
948
+ - serialfile: fix handling of hidden paths on windows ([ipfs/go-ipfs-files#21](https://github.com/ipfs/go-ipfs-files/pull/21))
949
+ - feat: add WriteTo function ([ipfs/go-ipfs-files#20](https://github.com/ipfs/go-ipfs-files/pull/20))
950
+ - doc: fix formdata documentation ([ipfs/go-ipfs-files#19](https://github.com/ipfs/go-ipfs-files/pull/19))
951
+- github.com/ipfs/go-ipfs-pinner (v0.0.1 -> v0.0.4):
952
+ - fix: don't hold the pin lock while updating pins ([ipfs/go-ipfs-pinner#2](https://github.com/ipfs/go-ipfs-pinner/pull/2))
953
+- github.com/ipfs/go-ipfs-pq (v0.0.1 -> v0.0.2):
954
+ - Remove() ([ipfs/go-ipfs-pq#5](https://github.com/ipfs/go-ipfs-pq/pull/5))
955
+ - Fix Peek() test ([ipfs/go-ipfs-pq#4](https://github.com/ipfs/go-ipfs-pq/pull/4))
956
+ - add Peek() method ([ipfs/go-ipfs-pq#3](https://github.com/ipfs/go-ipfs-pq/pull/3))
957
+ - add gomod support // tag v0.0.1. ([ipfs/go-ipfs-pq#1](https://github.com/ipfs/go-ipfs-pq/pull/1))
958
+- github.com/ipfs/go-ipfs-routing (v0.0.1 -> v0.1.0):
959
+ - migrate to go-libp2p-core ([ipfs/go-ipfs-routing#22](https://github.com/ipfs/go-ipfs-routing/pull/22))
960
+- github.com/ipfs/go-ipld-cbor (v0.0.2 -> v0.0.4):
961
+ - doc: add a lead maintainer ([ipfs/go-ipld-cbor#65](https://github.com/ipfs/go-ipld-cbor/pull/65))
962
+ - fastpath CBOR ([ipfs/go-ipld-cbor#64](https://github.com/ipfs/go-ipld-cbor/pull/64))
963
+- github.com/ipfs/go-ipld-format (v0.0.2 -> v0.2.0):
964
+ - fix: change the batch size to avoid buffering too much ([ipfs/go-ipld-format#56](https://github.com/ipfs/go-ipld-format/pull/56))
965
+ - doc: add a lead maintainer ([ipfs/go-ipld-format#54](https://github.com/ipfs/go-ipld-format/pull/54))
966
+- github.com/ipfs/go-ipld-git (v0.0.2 -> v0.0.3):
967
+ - Use RFC3339 to format dates, fixes #16 ([ipfs/go-ipld-git#32](https://github.com/ipfs/go-ipld-git/pull/32))
968
+ - doc: add a lead maintainer ([ipfs/go-ipld-git#41](https://github.com/ipfs/go-ipld-git/pull/41))
969
+- github.com/ipfs/go-ipns (v0.0.1 -> v0.0.2):
970
+ - readme: add a lead maintainer ([ipfs/go-ipns#25](https://github.com/ipfs/go-ipns/pull/25))
971
+- github.com/ipfs/go-log (v0.0.1 -> v1.0.4):
972
+ - add IPFS_* env vars back for transitionary release of go-log ([ipfs/go-log#67](https://github.com/ipfs/go-log/pull/67))
973
+ - Experimental: zap backend for go-log ([ipfs/go-log#61](https://github.com/ipfs/go-log/pull/61))
974
+ - Spelling fix ([ipfs/go-log#63](https://github.com/ipfs/go-log/pull/63))
975
+ - Deprecate EventLogging and Warning* functions ([ipfs/go-log#62](https://github.com/ipfs/go-log/pull/62))
976
+- github.com/ipfs/go-merkledag (v0.0.3 -> v0.3.2):
977
+ - fix: correctly construct sessions ([ipfs/go-merkledag#56](https://github.com/ipfs/go-merkledag/pull/56))
978
+ - Migrate dagutils from go-ipfs ([ipfs/go-merkledag#50](https://github.com/ipfs/go-merkledag/pull/50))
979
+ - Make getPBNode Public ([ipfs/go-merkledag#49](https://github.com/ipfs/go-merkledag/pull/49))
980
+ - Pull In Upstream Changes ([ipfs/go-merkledag#1](https://github.com/ipfs/go-merkledag/pull/1))
981
+ - fix: slightly reduce memory usage when walking large directory trees ([ipfs/go-merkledag#45](https://github.com/ipfs/go-merkledag/pull/45))
982
+ - fix: return ErrLinkNotFound when the _link_ isn't found ([ipfs/go-merkledag#44](https://github.com/ipfs/go-merkledag/pull/44))
983
+ - fix: include root in searches by default ([ipfs/go-merkledag#43](https://github.com/ipfs/go-merkledag/pull/43))
984
+ - rework the graph walking functions with functional options ([ipfs/go-merkledag#42](https://github.com/ipfs/go-merkledag/pull/42))
985
+ - fix inconsistent EnumerateChildrenAsync behavior ([ipfs/go-merkledag#41](https://github.com/ipfs/go-merkledag/pull/41))
986
+- github.com/ipfs/go-mfs (v0.0.7 -> v0.1.1):
987
+ - migrate to go-libp2p-core ([ipfs/go-mfs#77](https://github.com/ipfs/go-mfs/pull/77))
988
+- github.com/ipfs/go-peertaskqueue (v0.0.5-f09820a0a5b6 -> v0.2.0):
989
+ - Extend peer task queue to work with want-have / want-block ([ipfs/go-peertaskqueue#8](https://github.com/ipfs/go-peertaskqueue/pull/8))
990
+ - migrate to go-libp2p-core ([ipfs/go-peertaskqueue#4](https://github.com/ipfs/go-peertaskqueue/pull/4))
991
+- github.com/ipfs/go-unixfs (v0.0.6 -> v0.2.4):
992
+ - fix: fix a panic when deleting ([ipfs/go-unixfs#81](https://github.com/ipfs/go-unixfs/pull/81))
993
+ - fix(dagreader): remove a buggy workaround for a gateway issue ([ipfs/go-unixfs#80](https://github.com/ipfs/go-unixfs/pull/80))
994
+ - fix: correctly handle symlink file sizes ([ipfs/go-unixfs#78](https://github.com/ipfs/go-unixfs/pull/78))
995
+ - fix: return the correct error from RemoveChild ([ipfs/go-unixfs#76](https://github.com/ipfs/go-unixfs/pull/76))
996
+ - update the the last go-merkledag ([ipfs/go-unixfs#75](https://github.com/ipfs/go-unixfs/pull/75))
997
+ - fix: enumerate children ([ipfs/go-unixfs#74](https://github.com/ipfs/go-unixfs/pull/74))
998
+- github.com/ipfs/interface-go-ipfs-core (v0.0.8 -> v0.2.7):
999
+ - Add pin ls tests for indirect pin traversal and pin type precedence ([ipfs/interface-go-ipfs-core#47](https://github.com/ipfs/interface-go-ipfs-core/pull/47))
1000
+ - fix(test): fix a flaky pubsub test ([ipfs/interface-go-ipfs-core#45](https://github.com/ipfs/interface-go-ipfs-core/pull/45))
1001
+ - README: stub ([ipfs/interface-go-ipfs-core#44](https://github.com/ipfs/interface-go-ipfs-core/pull/44))
1002
+ - test: test ReadAt if implemented ([ipfs/interface-go-ipfs-core#43](https://github.com/ipfs/interface-go-ipfs-core/pull/43))
1003
+ - test: fix put with hash test ([ipfs/interface-go-ipfs-core#41](https://github.com/ipfs/interface-go-ipfs-core/pull/41))
1004
+ - Bump go-libp2p-core, up test key size to 2048 ([ipfs/interface-go-ipfs-core#39](https://github.com/ipfs/interface-go-ipfs-core/pull/39))
1005
+ - migrate to go-libp2p-core. ([ipfs/interface-go-ipfs-core#35](https://github.com/ipfs/interface-go-ipfs-core/pull/35))
1006
+ - tests: expose TestSuite ([ipfs/interface-go-ipfs-core#34](https://github.com/ipfs/interface-go-ipfs-core/pull/34))
1007
+- github.com/libp2p/go-libp2p (v0.0.32 -> v0.8.2):
1008
+ - fix: keep observed addrs alive as long as their associated connections are alive ([libp2p/go-libp2p#899](https://github.com/libp2p/go-libp2p/pull/899))
1009
+ - fix: refactor logic for identifying connections ([libp2p/go-libp2p#898](https://github.com/libp2p/go-libp2p/pull/898))
1010
+ - fix: reduce log level of a noisy log line ([libp2p/go-libp2p#889](https://github.com/libp2p/go-libp2p/pull/889))
1011
+ - [discovery] missing defer .Stop on ticker ([libp2p/go-libp2p#888](https://github.com/libp2p/go-libp2p/pull/888))
1012
+ - deprioritize unspecified addresses in mock connections ([libp2p/go-libp2p#887](https://github.com/libp2p/go-libp2p/pull/887))
1013
+ - feat: support TLS by default ([libp2p/go-libp2p#884](https://github.com/libp2p/go-libp2p/pull/884))
1014
+ - Expose option for setting autonat throttling ([libp2p/go-libp2p#882](https://github.com/libp2p/go-libp2p/pull/882))
1015
+ - Clearer naming of nat override options ([libp2p/go-libp2p#878](https://github.com/libp2p/go-libp2p/pull/878))
1016
+ - fix: set the private key when constructing the autonat service ([libp2p/go-libp2p#853](https://github.com/libp2p/go-libp2p/pull/853))
1017
+ - Signal address change ([libp2p/go-libp2p#851](https://github.com/libp2p/go-libp2p/pull/851))
1018
+ - fix multiple issues in the mock tests ([libp2p/go-libp2p#850](https://github.com/libp2p/go-libp2p/pull/850))
1019
+ - fix: minimal autonat dialer ([libp2p/go-libp2p#849](https://github.com/libp2p/go-libp2p/pull/849))
1020
+ - Trigger Autorelay on NAT events ([libp2p/go-libp2p#807](https://github.com/libp2p/go-libp2p/pull/807))
1021
+ - Local addr updated event ([libp2p/go-libp2p#847](https://github.com/libp2p/go-libp2p/pull/847))
1022
+ - feat(mock): reliable notifications ([libp2p/go-libp2p#836](https://github.com/libp2p/go-libp2p/pull/836))
1023
+ - doc(options): fix autorelay documentation ([libp2p/go-libp2p#835](https://github.com/libp2p/go-libp2p/pull/835))
1024
+ - change PrivateNetwork to accept a PSK, update constructor magic ([libp2p/go-libp2p#796](https://github.com/libp2p/go-libp2p/pull/796))
1025
+ - docs: Update the README ([libp2p/go-libp2p#827](https://github.com/libp2p/go-libp2p/pull/827))
1026
+ - fix: remove an unnecessary goroutine ([libp2p/go-libp2p#820](https://github.com/libp2p/go-libp2p/pull/820))
1027
+ - EnableAutoRelay should work without ContentRouting if there are StaticRelays defined ([libp2p/go-libp2p#810](https://github.com/libp2p/go-libp2p/pull/810))
1028
+ - Use of mux.ErrReset in mocknet ([libp2p/go-libp2p#815](https://github.com/libp2p/go-libp2p/pull/815))
1029
+ - docs: uniform comment sentences ([libp2p/go-libp2p#826](https://github.com/libp2p/go-libp2p/pull/826))
1030
+ - enable non-public address port mapping announcement ([libp2p/go-libp2p#771](https://github.com/libp2p/go-libp2p/pull/771))
1031
+ - fix: demote stream deadline errors to debug logs ([libp2p/go-libp2p#768](https://github.com/libp2p/go-libp2p/pull/768))
1032
+ - small grammar fixes and updates to readme ([libp2p/go-libp2p#743](https://github.com/libp2p/go-libp2p/pull/743))
1033
+ - Identify: Make activation threshold configurable ([libp2p/go-libp2p#740](https://github.com/libp2p/go-libp2p/pull/740))
1034
+ - better user-agent handling ([libp2p/go-libp2p#702](https://github.com/libp2p/go-libp2p/pull/702))
1035
+ - Update deps, mocknet tests ([libp2p/go-libp2p#697](https://github.com/libp2p/go-libp2p/pull/697))
1036
+ - autorelay: ensure candidate relays can hop ([libp2p/go-libp2p#696](https://github.com/libp2p/go-libp2p/pull/696))
1037
+ - We don't use `cs` here, drop it. ([libp2p/go-libp2p#682](https://github.com/libp2p/go-libp2p/pull/682))
1038
+ - Fix racy and failing test cases. ([libp2p/go-libp2p#674](https://github.com/libp2p/go-libp2p/pull/674))
1039
+ - fix: use the goprocess for closing ([libp2p/go-libp2p#669](https://github.com/libp2p/go-libp2p/pull/669))
1040
+ - update package table after -core refactor ([libp2p/go-libp2p#661](https://github.com/libp2p/go-libp2p/pull/661))
1041
+ - basic_host: ensure we close correctly when the context is canceled ([libp2p/go-libp2p#656](https://github.com/libp2p/go-libp2p/pull/656))
1042
+ - Add go-libp2p-gostream and go-libp2p-http to readme ([libp2p/go-libp2p#655](https://github.com/libp2p/go-libp2p/pull/655))
1043
+- github.com/libp2p/go-libp2p-autonat (v0.0.6 -> v0.2.2):
1044
+ - Run Autonat Service while in unknown connectivity mode ([libp2p/go-libp2p-autonat#75](https://github.com/libp2p/go-libp2p-autonat/pull/75))
1045
+ - Add option to force nat into a specified reachability state ([libp2p/go-libp2p-autonat#55](https://github.com/libp2p/go-libp2p-autonat/pull/55))
1046
+ - Merge Autonat-svc ([libp2p/go-libp2p-autonat#54](https://github.com/libp2p/go-libp2p-autonat/pull/54))
1047
+ - change autonat interface to use functional options ([libp2p/go-libp2p-autonat#53](https://github.com/libp2p/go-libp2p-autonat/pull/53))
1048
+ - Limiting autonat service responses/startup ([libp2p/go-libp2p-autonat#45](https://github.com/libp2p/go-libp2p-autonat/pull/45))
1049
+ - Emit events when NAT status changes ([libp2p/go-libp2p-autonat#37](https://github.com/libp2p/go-libp2p-autonat/pull/37))
1050
+ - Take eventbus events to completion ([libp2p/go-libp2p-autonat#38](https://github.com/libp2p/go-libp2p-autonat/pull/38))
1051
+ - Add missing syntax to autonat.proto ([libp2p/go-libp2p-autonat#26](https://github.com/libp2p/go-libp2p-autonat/pull/26))
1052
+ - full close the autonat stream ([libp2p/go-libp2p-autonat#20](https://github.com/libp2p/go-libp2p-autonat/pull/20))
1053
+ - reduce dialback timeout to 15s ([libp2p/go-libp2p-autonat#17](https://github.com/libp2p/go-libp2p-autonat/pull/17))
1054
+ - Extract service implementation from go-libp2p-autonat ([libp2p/go-libp2p-autonat#1](https://github.com/libp2p/go-libp2p-autonat/pull/1))
1055
+- github.com/libp2p/go-libp2p-circuit (v0.0.9 -> v0.2.2):
1056
+ - fix: don't abort accept when accepting a single connection fails ([libp2p/go-libp2p-circuit#107](https://github.com/libp2p/go-libp2p-circuit/pull/107))
1057
+ - Revert "feat: functional options" ([libp2p/go-libp2p-circuit#103](https://github.com/libp2p/go-libp2p-circuit/pull/103))
1058
+ - feat: remove relay discovery and unspecified relay dialing ([libp2p/go-libp2p-circuit#101](https://github.com/libp2p/go-libp2p-circuit/pull/101))
1059
+ - move protocol definitions to go-multiaddr ([libp2p/go-libp2p-circuit#81](https://github.com/libp2p/go-libp2p-circuit/pull/81))
1060
+ - return the full address from conn.RemoteMultiaddr ([libp2p/go-libp2p-circuit#80](https://github.com/libp2p/go-libp2p-circuit/pull/80))
1061
+ - expose CanHop as a module function ([libp2p/go-libp2p-circuit#79](https://github.com/libp2p/go-libp2p-circuit/pull/79))
1062
+- github.com/libp2p/go-libp2p-discovery (v0.0.5 -> v0.4.0):
1063
+ - Fix race with reuse of randomness ([libp2p/go-libp2p-discovery#54](https://github.com/libp2p/go-libp2p-discovery/pull/54))
1064
+ - Add Backoff Cache Discovery ([libp2p/go-libp2p-discovery#26](https://github.com/libp2p/go-libp2p-discovery/pull/26))
1065
+ - Discovery based Content Routing ([libp2p/go-libp2p-discovery#27](https://github.com/libp2p/go-libp2p-discovery/pull/27))
1066
+- github.com/libp2p/go-libp2p-kad-dht (v0.0.15 -> v0.7.10):
1067
+ - fix: avoid blocking when bootstrapping ([libp2p/go-libp2p-kad-dht#610](https://github.com/libp2p/go-libp2p-kad-dht/pull/610))
1068
+ - fix: re-validate peers whenever their state changes ([libp2p/go-libp2p-kad-dht#607](https://github.com/libp2p/go-libp2p-kad-dht/pull/607))
1069
+ - intercept failing query events when finding providers ([libp2p/go-libp2p-kad-dht#603](https://github.com/libp2p/go-libp2p-kad-dht/pull/603))
1070
+ - feat: set provider manager options ([libp2p/go-libp2p-kad-dht#593](https://github.com/libp2p/go-libp2p-kad-dht/pull/593))
1071
+ - fix: optimize debug logging a bit ([libp2p/go-libp2p-kad-dht#598](https://github.com/libp2p/go-libp2p-kad-dht/pull/598))
1072
+ - stricter definition of public for DHT ([libp2p/go-libp2p-kad-dht#596](https://github.com/libp2p/go-libp2p-kad-dht/pull/596))
1073
+ - feat: reduce allocations ([libp2p/go-libp2p-kad-dht#588](https://github.com/libp2p/go-libp2p-kad-dht/pull/588))
1074
+ - query.go: Remove shuffle comment ([libp2p/go-libp2p-kad-dht#586](https://github.com/libp2p/go-libp2p-kad-dht/pull/586))
1075
+ - fix: optimize isRelay ([libp2p/go-libp2p-kad-dht#585](https://github.com/libp2p/go-libp2p-kad-dht/pull/585))
1076
+ - feat: expose WANActive ([libp2p/go-libp2p-kad-dht#580](https://github.com/libp2p/go-libp2p-kad-dht/pull/580))
1077
+ - fix: improve error handling in dual dht ([libp2p/go-libp2p-kad-dht#582](https://github.com/libp2p/go-libp2p-kad-dht/pull/582))
1078
+ - fix: dedup addresses ([libp2p/go-libp2p-kad-dht#581](https://github.com/libp2p/go-libp2p-kad-dht/pull/581))
1079
+ - Fix bug in periodic peer pinging ([libp2p/go-libp2p-kad-dht#579](https://github.com/libp2p/go-libp2p-kad-dht/pull/579))
1080
+ - Dual DHT scaffold ([libp2p/go-libp2p-kad-dht#570](https://github.com/libp2p/go-libp2p-kad-dht/pull/570))
1081
+ - fix: linting fixes ([libp2p/go-libp2p-kad-dht#578](https://github.com/libp2p/go-libp2p-kad-dht/pull/578))
1082
+ - fix: remove local provider check ([libp2p/go-libp2p-kad-dht#577](https://github.com/libp2p/go-libp2p-kad-dht/pull/577))
1083
+ - fix: use the routing table filter ([libp2p/go-libp2p-kad-dht#576](https://github.com/libp2p/go-libp2p-kad-dht/pull/576))
1084
+ - fix: handle empty keys ([libp2p/go-libp2p-kad-dht#562](https://github.com/libp2p/go-libp2p-kad-dht/pull/562))
1085
+ - Set record handlers for the default protocol prefix ([libp2p/go-libp2p-kad-dht#560](https://github.com/libp2p/go-libp2p-kad-dht/pull/560))
1086
+ - fix incorrect error handling during provider record lookups ([libp2p/go-libp2p-kad-dht#554](https://github.com/libp2p/go-libp2p-kad-dht/pull/554))
1087
+ - Proposed DHTv2 Changes ([libp2p/go-libp2p-kad-dht#473](https://github.com/libp2p/go-libp2p-kad-dht/pull/473))
1088
+ - fix: obey the context when sending messages to peers ([libp2p/go-libp2p-kad-dht#462](https://github.com/libp2p/go-libp2p-kad-dht/pull/462))
1089
+ - Close context correctly ([libp2p/go-libp2p-kad-dht#477](https://github.com/libp2p/go-libp2p-kad-dht/pull/477))
1090
+ - add benchmark for handleFindPeer ([libp2p/go-libp2p-kad-dht#475](https://github.com/libp2p/go-libp2p-kad-dht/pull/475))
1091
+ - give views names again ([libp2p/go-libp2p-kad-dht#474](https://github.com/libp2p/go-libp2p-kad-dht/pull/474))
1092
+ - metrics: record message/request event even in case of error ([libp2p/go-libp2p-kad-dht#464](https://github.com/libp2p/go-libp2p-kad-dht/pull/464))
1093
+ - fix(dialqueue): fix a timer leak ([libp2p/go-libp2p-kad-dht#466](https://github.com/libp2p/go-libp2p-kad-dht/pull/466))
1094
+ - fix(query): cancel the context when the query finishes ([libp2p/go-libp2p-kad-dht#467](https://github.com/libp2p/go-libp2p-kad-dht/pull/467))
1095
+ - fix(providers): upgrade warnings to errors ([libp2p/go-libp2p-kad-dht#455](https://github.com/libp2p/go-libp2p-kad-dht/pull/455))
1096
+ - Make the Routing Table's latency tolerance configurable. ([libp2p/go-libp2p-kad-dht#454](https://github.com/libp2p/go-libp2p-kad-dht/pull/454))
1097
+ - Adjust cluster level while encoding as well ([libp2p/go-libp2p-kad-dht#445](https://github.com/libp2p/go-libp2p-kad-dht/pull/445))
1098
+ - Remove incorrect doc ([libp2p/go-libp2p-kad-dht#443](https://github.com/libp2p/go-libp2p-kad-dht/pull/443))
1099
+ - feat: reduce stream idle timeout to 1m ([libp2p/go-libp2p-kad-dht#441](https://github.com/libp2p/go-libp2p-kad-dht/pull/441))
1100
+ - Provider records use multihashes instead of CIDs ([libp2p/go-libp2p-kad-dht#422](https://github.com/libp2p/go-libp2p-kad-dht/pull/422))
1101
+ - Fix flaky TestEmptyTableTest ([libp2p/go-libp2p-kad-dht#433](https://github.com/libp2p/go-libp2p-kad-dht/pull/433))
1102
+ - Refresh cpl's in dht ([libp2p/go-libp2p-kad-dht#428](https://github.com/libp2p/go-libp2p-kad-dht/pull/428))
1103
+ - fix: always send the result channel when triggering a refresh ([libp2p/go-libp2p-kad-dht#425](https://github.com/libp2p/go-libp2p-kad-dht/pull/425))
1104
+ - feat: allow disabling value and provider storage/messages ([libp2p/go-libp2p-kad-dht#400](https://github.com/libp2p/go-libp2p-kad-dht/pull/400))
1105
+ - fix: prioritize closer peers ([libp2p/go-libp2p-kad-dht#424](https://github.com/libp2p/go-libp2p-kad-dht/pull/424))
1106
+ - fix: try to re-add existing peers when the routing table is empty ([libp2p/go-libp2p-kad-dht#420](https://github.com/libp2p/go-libp2p-kad-dht/pull/420))
1107
+ - feat: refresh and wait ([libp2p/go-libp2p-kad-dht#418](https://github.com/libp2p/go-libp2p-kad-dht/pull/418))
1108
+ - Make max record age configurable ([libp2p/go-libp2p-kad-dht#410](https://github.com/libp2p/go-libp2p-kad-dht/pull/410))
1109
+ - fix and simplify some bootstrapping logic ([libp2p/go-libp2p-kad-dht#405](https://github.com/libp2p/go-libp2p-kad-dht/pull/405))
1110
+ - feat(bootstrap): take autobootstrap to completion ([libp2p/go-libp2p-kad-dht#403](https://github.com/libp2p/go-libp2p-kad-dht/pull/403))
1111
+ - Feature/correct bootstrapping ([libp2p/go-libp2p-kad-dht#384](https://github.com/libp2p/go-libp2p-kad-dht/pull/384))
1112
+ - Update tests to use Ed25519 when acceptable. ([libp2p/go-libp2p-kad-dht#380](https://github.com/libp2p/go-libp2p-kad-dht/pull/380))
1113
+ - Add timeout ([libp2p/go-libp2p-kad-dht#351](https://github.com/libp2p/go-libp2p-kad-dht/pull/351))
1114
+ - Feat/message size ([libp2p/go-libp2p-kad-dht#353](https://github.com/libp2p/go-libp2p-kad-dht/pull/353))
1115
+ - reduce background goroutines ([libp2p/go-libp2p-kad-dht#340](https://github.com/libp2p/go-libp2p-kad-dht/pull/340))
1116
+- github.com/libp2p/go-libp2p-kbucket (v0.1.1 -> v0.4.1):
1117
+ - fix: use time.Duration for time, not floats ([libp2p/go-libp2p-kbucket#76](https://github.com/libp2p/go-libp2p-kbucket/pull/76))
1118
+ - Add LastUsefulAt and LastSuccessfulQueryAt for each peer ([libp2p/go-libp2p-kbucket#75](https://github.com/libp2p/go-libp2p-kbucket/pull/75))
1119
+ - fix: correctly track CPLs of never refreshed buckets ([libp2p/go-libp2p-kbucket#71](https://github.com/libp2p/go-libp2p-kbucket/pull/71))
1120
+ - Get Peer Infos ([libp2p/go-libp2p-kbucket#69](https://github.com/libp2p/go-libp2p-kbucket/pull/69))
1121
+ - fix: use accurate bucket logic ([libp2p/go-libp2p-kbucket#64](https://github.com/libp2p/go-libp2p-kbucket/pull/64))
1122
+ - Replace dead peers & increase replacement cache size ([libp2p/go-libp2p-kbucket#59](https://github.com/libp2p/go-libp2p-kbucket/pull/59))
1123
+ - Kbucket refactoring for Content Routing ([libp2p/go-libp2p-kbucket#54](https://github.com/libp2p/go-libp2p-kbucket/pull/54))
1124
+ - Disassociate RT membership from connectivity ([libp2p/go-libp2p-kbucket#50](https://github.com/libp2p/go-libp2p-kbucket/pull/50))
1125
+ - Unit Test for the util.Closer function ([libp2p/go-libp2p-kbucket#48](https://github.com/libp2p/go-libp2p-kbucket/pull/48))
1126
+ - Refresh Cpl's, not buckets ([libp2p/go-libp2p-kbucket#46](https://github.com/libp2p/go-libp2p-kbucket/pull/46))
1127
+ - Fix NearestPeers Doc ([libp2p/go-libp2p-kbucket#45](https://github.com/libp2p/go-libp2p-kbucket/pull/45))
1128
+ - fix: when the target bucket is empty or low, pull from all other buckets ([libp2p/go-libp2p-kbucket#43](https://github.com/libp2p/go-libp2p-kbucket/pull/43))
1129
+ - readme: replace IPFS contrib links with libp2p ([libp2p/go-libp2p-kbucket#34](https://github.com/libp2p/go-libp2p-kbucket/pull/34))
1130
+ - k-bucket support for peoper kad bootstrapping ([libp2p/go-libp2p-kbucket#38](https://github.com/libp2p/go-libp2p-kbucket/pull/38))
1131
+ - Fix bootstrapping id generation logic ([libp2p/go-libp2p-kbucket#1](https://github.com/libp2p/go-libp2p-kbucket/pull/1))
1132
+ - fix: avoid hashing under a lock ([libp2p/go-libp2p-kbucket#31](https://github.com/libp2p/go-libp2p-kbucket/pull/31))
1133
+ - dep: use a faster sha256 library ([libp2p/go-libp2p-kbucket#32](https://github.com/libp2p/go-libp2p-kbucket/pull/32))
1134
+ - Remove a lot of allocations, and fix some ambiguous naming ([libp2p/go-libp2p-kbucket#30](https://github.com/libp2p/go-libp2p-kbucket/pull/30))
1135
+- github.com/libp2p/go-libp2p-mplex (v0.1.1 -> v0.2.3):
1136
+ - Respect mux.ErrReset ([libp2p/go-libp2p-mplex#9](https://github.com/libp2p/go-libp2p-mplex/pull/9))
1137
+- github.com/libp2p/go-libp2p-nat (v0.0.4 -> v0.0.6):
1138
+ - typo and changed deprecated method ([libp2p/go-libp2p-nat#26](https://github.com/libp2p/go-libp2p-nat/pull/26))
1139
+ - nit: fix log format ([libp2p/go-libp2p-nat#19](https://github.com/libp2p/go-libp2p-nat/pull/19))
1140
+ - fix: remove notifier ([libp2p/go-libp2p-nat#18](https://github.com/libp2p/go-libp2p-nat/pull/18))
1141
+- github.com/libp2p/go-libp2p-peerstore (v0.0.6 -> v0.2.3):
1142
+ - fix: handle nil peer IDs ([libp2p/go-libp2p-peerstore#88](https://github.com/libp2p/go-libp2p-peerstore/pull/88))
1143
+ - Fix memory store signed peer record bug ([libp2p/go-libp2p-peerstore#133](https://github.com/libp2p/go-libp2p-peerstore/pull/133))
1144
+ - fix: make closing the in-memory peerstore actually close it ([libp2p/go-libp2p-peerstore#131](https://github.com/libp2p/go-libp2p-peerstore/pull/131))
1145
+ - Correct path to peer.AddrInfo in deprecation ([libp2p/go-libp2p-peerstore#124](https://github.com/libp2p/go-libp2p-peerstore/pull/124))
1146
+ - fix multiple TTL bugs ([libp2p/go-libp2p-peerstore#92](https://github.com/libp2p/go-libp2p-peerstore/pull/92))
1147
+ - reduce allocations when adding addrs ([libp2p/go-libp2p-peerstore#86](https://github.com/libp2p/go-libp2p-peerstore/pull/86))
1148
+ - test: add metadata test ([libp2p/go-libp2p-peerstore#82](https://github.com/libp2p/go-libp2p-peerstore/pull/82))
1149
+ - set map in constructor ([libp2p/go-libp2p-peerstore#81](https://github.com/libp2p/go-libp2p-peerstore/pull/81))
1150
+ - improve interning ([libp2p/go-libp2p-peerstore#79](https://github.com/libp2p/go-libp2p-peerstore/pull/79))
1151
+- github.com/libp2p/go-libp2p-pnet (v0.0.1 -> v0.2.0):
1152
+ - remove key serialization, construct conn from ipnet.PSK ([libp2p/go-libp2p-pnet#32](https://github.com/libp2p/go-libp2p-pnet/pull/32))
1153
+ - remove dependency on go-multicodec ([libp2p/go-libp2p-pnet#26](https://github.com/libp2p/go-libp2p-pnet/pull/26))
1154
+- github.com/libp2p/go-libp2p-pubsub (v0.0.3 -> v0.2.7):
1155
+ - Replace LRU cache blacklist implementation with a time cache ([libp2p/go-libp2p-pubsub#258](https://github.com/libp2p/go-libp2p-pubsub/pull/258))
1156
+ - Configurable size of validate queue ([libp2p/go-libp2p-pubsub#255](https://github.com/libp2p/go-libp2p-pubsub/pull/255))
1157
+ - Rename VaidatorData to ValidatorData ([libp2p/go-libp2p-pubsub#251](https://github.com/libp2p/go-libp2p-pubsub/pull/251))
1158
+ - Configurable message id function ([libp2p/go-libp2p-pubsub#248](https://github.com/libp2p/go-libp2p-pubsub/pull/248))
1159
+ - tracing support ([libp2p/go-libp2p-pubsub#227](https://github.com/libp2p/go-libp2p-pubsub/pull/227))
1160
+ - add ValidatorData field to Message ([libp2p/go-libp2p-pubsub#231](https://github.com/libp2p/go-libp2p-pubsub/pull/231))
1161
+ - Configurable outbound peer queue sizes ([libp2p/go-libp2p-pubsub#230](https://github.com/libp2p/go-libp2p-pubsub/pull/230))
1162
+ - Topic handler bug fixes ([libp2p/go-libp2p-pubsub#225](https://github.com/libp2p/go-libp2p-pubsub/pull/225))
1163
+ - Add Discovery ([libp2p/go-libp2p-pubsub#184](https://github.com/libp2p/go-libp2p-pubsub/pull/184))
1164
+ - Expose the peer that propagates a message to the recipient ([libp2p/go-libp2p-pubsub#218](https://github.com/libp2p/go-libp2p-pubsub/pull/218))
1165
+ - gossip methods: renames and predicate adjustment ([libp2p/go-libp2p-pubsub#204](https://github.com/libp2p/go-libp2p-pubsub/pull/204))
1166
+ - godocs: clarify config params of MessageCache. ([libp2p/go-libp2p-pubsub#205](https://github.com/libp2p/go-libp2p-pubsub/pull/205))
1167
+ - minor bug fix: on join, source peers from gossip[topic] if insufficient peers in fanout[topic] ([libp2p/go-libp2p-pubsub#196](https://github.com/libp2p/go-libp2p-pubsub/pull/196))
1168
+ - add PubSub's context to Subscription ([libp2p/go-libp2p-pubsub#201](https://github.com/libp2p/go-libp2p-pubsub/pull/201))
1169
+ - Add the ability to handle newly subscribed peers ([libp2p/go-libp2p-pubsub#190](https://github.com/libp2p/go-libp2p-pubsub/pull/190))
1170
+ - Fix gossipsub race condition for heartbeat ([libp2p/go-libp2p-pubsub#188](https://github.com/libp2p/go-libp2p-pubsub/pull/188))
1171
+- github.com/libp2p/go-libp2p-pubsub-router (v0.0.3 -> v0.2.1):
1172
+ - fix: ignore bad peers when fetching the latest value ([libp2p/go-libp2p-pubsub-router#54](https://github.com/libp2p/go-libp2p-pubsub-router/pull/54))
1173
+ - fix: rename MinimalPubsub -> Pubsub interface and improve docs ([libp2p/go-libp2p-pubsub-router#52](https://github.com/libp2p/go-libp2p-pubsub-router/pull/52))
1174
+ - Use Minimal PubSub Interface Instead Of Full PubSub Router ([libp2p/go-libp2p-pubsub-router#51](https://github.com/libp2p/go-libp2p-pubsub-router/pull/51))
1175
+ - Remove bootstrapping code ([libp2p/go-libp2p-pubsub-router#37](https://github.com/libp2p/go-libp2p-pubsub-router/pull/37))
1176
+ - readme: replace IPFS contrib links with libp2p ([libp2p/go-libp2p-pubsub-router#34](https://github.com/libp2p/go-libp2p-pubsub-router/pull/34))
1177
+ - Add Persistence Layer on top of PubSub ([libp2p/go-libp2p-pubsub-router#33](https://github.com/libp2p/go-libp2p-pubsub-router/pull/33))
1178
+ - Subscribe to PubSub topic before Publishing ([libp2p/go-libp2p-pubsub-router#30](https://github.com/libp2p/go-libp2p-pubsub-router/pull/30))
1179
+ - PutValue not blocked by Provide during bootstrapping ([libp2p/go-libp2p-pubsub-router#29](https://github.com/libp2p/go-libp2p-pubsub-router/pull/29))
1180
+- github.com/libp2p/go-libp2p-quic-transport (v0.0.3 -> v0.3.5):
1181
+ - add command line client and server ([libp2p/go-libp2p-quic-transport#139](https://github.com/libp2p/go-libp2p-quic-transport/pull/139))
1182
+ - write qlogs to a temporary file first, then rename them when done ([libp2p/go-libp2p-quic-transport#136](https://github.com/libp2p/go-libp2p-quic-transport/pull/136))
1183
+ - export qlogs when the QLOGDIR env variable is set ([libp2p/go-libp2p-quic-transport#129](https://github.com/libp2p/go-libp2p-quic-transport/pull/129))
1184
+ - fix: avoid dialing/listening on dns addresses ([libp2p/go-libp2p-quic-transport#131](https://github.com/libp2p/go-libp2p-quic-transport/pull/131))
1185
+ - use a stateless reset key derived from the private key ([libp2p/go-libp2p-quic-transport#122](https://github.com/libp2p/go-libp2p-quic-transport/pull/122))
1186
+ - add support for multiaddr filtering ([libp2p/go-libp2p-quic-transport#125](https://github.com/libp2p/go-libp2p-quic-transport/pull/125))
1187
+ - use the resolved address for RemoteMultiaddr() ([libp2p/go-libp2p-quic-transport#127](https://github.com/libp2p/go-libp2p-quic-transport/pull/127))
1188
+ - accept a PSK in the transport constructor (and reject it) ([libp2p/go-libp2p-quic-transport#111](https://github.com/libp2p/go-libp2p-quic-transport/pull/111))
1189
+ - update quic-go to v0.15.0 ([libp2p/go-libp2p-quic-transport#114](https://github.com/libp2p/go-libp2p-quic-transport/pull/114))
1190
+ - increase the stream and connection receive windows ([libp2p/go-libp2p-quic-transport#108](https://github.com/libp2p/go-libp2p-quic-transport/pull/108))
1191
+ - fix key comparisons in tests ([libp2p/go-libp2p-quic-transport#110](https://github.com/libp2p/go-libp2p-quic-transport/pull/110))
1192
+ - make reuse work on Windows ([libp2p/go-libp2p-quic-transport#83](https://github.com/libp2p/go-libp2p-quic-transport/pull/83))
1193
+ - add a LICENSE ([libp2p/go-libp2p-quic-transport#78](https://github.com/libp2p/go-libp2p-quic-transport/pull/78))
1194
+ - Use specific netlink families for android ([libp2p/go-libp2p-quic-transport#75](https://github.com/libp2p/go-libp2p-quic-transport/pull/75))
1195
+ - implement a garbage-collector for unused reuse connections ([libp2p/go-libp2p-quic-transport#73](https://github.com/libp2p/go-libp2p-quic-transport/pull/73))
1196
+ - implement connection reuse ([libp2p/go-libp2p-quic-transport#63](https://github.com/libp2p/go-libp2p-quic-transport/pull/63))
1197
+ - update the README ([libp2p/go-libp2p-quic-transport#69](https://github.com/libp2p/go-libp2p-quic-transport/pull/69))
1198
+ - use the handshake logic from go-libp2p-tls ([libp2p/go-libp2p-quic-transport#67](https://github.com/libp2p/go-libp2p-quic-transport/pull/67))
1199
+ - update quic-go to v0.12.0 (supporting QUIC draft-22) ([libp2p/go-libp2p-quic-transport#68](https://github.com/libp2p/go-libp2p-quic-transport/pull/68))
1200
+ - when ListenUDP fails once, try again next time ([libp2p/go-libp2p-quic-transport#59](https://github.com/libp2p/go-libp2p-quic-transport/pull/59))
1201
+- github.com/libp2p/go-libp2p-record (v0.0.1 -> v0.1.2):
1202
+ - readme: replace IPFS contrib links with libp2p ([libp2p/go-libp2p-record#25](https://github.com/libp2p/go-libp2p-record/pull/25))
1203
+ - Use peer ID utilities to go from pubkey to peer ID ([libp2p/go-libp2p-record#26](https://github.com/libp2p/go-libp2p-record/pull/26))
1204
+- github.com/libp2p/go-libp2p-routing-helpers (v0.0.2 -> v0.2.2):
1205
+ - doc: document all types ([libp2p/go-libp2p-routing-helpers#40](https://github.com/libp2p/go-libp2p-routing-helpers/pull/40))
1206
+ - fix: fetch all providers when count is 0 ([libp2p/go-libp2p-routing-helpers#39](https://github.com/libp2p/go-libp2p-routing-helpers/pull/39))
1207
+ - feat: implement io.Closer ([libp2p/go-libp2p-routing-helpers#37](https://github.com/libp2p/go-libp2p-routing-helpers/pull/37))
1208
+ - readme: replace IPFS contrib links with libp2p ([libp2p/go-libp2p-routing-helpers#21](https://github.com/libp2p/go-libp2p-routing-helpers/pull/21))
1209
+- github.com/libp2p/go-libp2p-secio (v0.0.3 -> v0.2.2):
1210
+ - feat: remove sha1 hmac ([libp2p/go-libp2p-secio#64](https://github.com/libp2p/go-libp2p-secio/pull/64))
1211
+ - readme: add context and links ([libp2p/go-libp2p-secio#55](https://github.com/libp2p/go-libp2p-secio/pull/55))
1212
+ - Update to latest go-libp2p-core, update tests ([libp2p/go-libp2p-secio#54](https://github.com/libp2p/go-libp2p-secio/pull/54))
1213
+ - Remove support for blowfish ([libp2p/go-libp2p-secio#52](https://github.com/libp2p/go-libp2p-secio/pull/52))
1214
+ - fix: wait for handshake to complete before returning ([libp2p/go-libp2p-secio#50](https://github.com/libp2p/go-libp2p-secio/pull/50))
1215
+ - avoid holding the message writer longer than necessary ([libp2p/go-libp2p-secio#49](https://github.com/libp2p/go-libp2p-secio/pull/49))
1216
+- github.com/libp2p/go-libp2p-swarm (v0.0.7 -> v0.2.3):
1217
+ - don't expire backoffs until 2x backoff period ([libp2p/go-libp2p-swarm#193](https://github.com/libp2p/go-libp2p-swarm/pull/193))
1218
+ - fix: slightly simplify backoff logic ([libp2p/go-libp2p-swarm#192](https://github.com/libp2p/go-libp2p-swarm/pull/192))
1219
+ - change backoffs to per-address ([libp2p/go-libp2p-swarm#191](https://github.com/libp2p/go-libp2p-swarm/pull/191))
1220
+ - fix: set teardown after storing the context ([libp2p/go-libp2p-swarm#190](https://github.com/libp2p/go-libp2p-swarm/pull/190))
1221
+ - feat: handle no addresses ([libp2p/go-libp2p-swarm#185](https://github.com/libp2p/go-libp2p-swarm/pull/185))
1222
+ - fix: make sure to include peer in dial error ([libp2p/go-libp2p-swarm#180](https://github.com/libp2p/go-libp2p-swarm/pull/180))
1223
+ - Don't drop connections when simultaneous dialing occurs ([libp2p/go-libp2p-swarm#174](https://github.com/libp2p/go-libp2p-swarm/pull/174))
1224
+ - fix: fire a listen close event when closing the listener ([libp2p/go-libp2p-swarm#164](https://github.com/libp2p/go-libp2p-swarm/pull/164))
1225
+ - Link to godocs for Host instead of deprecated repo ([libp2p/go-libp2p-swarm#137](https://github.com/libp2p/go-libp2p-swarm/pull/137))
1226
+ - improve dial errors ([libp2p/go-libp2p-swarm#145](https://github.com/libp2p/go-libp2p-swarm/pull/145))
1227
+ - Minor Docstring correction ([libp2p/go-libp2p-swarm#143](https://github.com/libp2p/go-libp2p-swarm/pull/143))
1228
+ - test: close peerstore when closing the test swarm ([libp2p/go-libp2p-swarm#139](https://github.com/libp2p/go-libp2p-swarm/pull/139))
1229
+ - fix listen addrs race ([libp2p/go-libp2p-swarm#136](https://github.com/libp2p/go-libp2p-swarm/pull/136))
1230
+ - logging: make the swarm less noisy ([libp2p/go-libp2p-swarm#131](https://github.com/libp2p/go-libp2p-swarm/pull/131))
1231
+ - feat: cache interface addresses for 1 minute ([libp2p/go-libp2p-swarm#129](https://github.com/libp2p/go-libp2p-swarm/pull/129))
1232
+- github.com/libp2p/go-libp2p-tls (v0.0.2 -> v0.1.3):
1233
+ - Readme: link to the libp2p-core docs ([libp2p/go-libp2p-tls#36](https://github.com/libp2p/go-libp2p-tls/pull/36))
1234
+ - expose the function to derive the peer's public key from the cert chain ([libp2p/go-libp2p-tls#33](https://github.com/libp2p/go-libp2p-tls/pull/33))
1235
+ - set an ALPN value in the tls.Config ([libp2p/go-libp2p-tls#32](https://github.com/libp2p/go-libp2p-tls/pull/32))
1236
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.0.4 -> v0.2.0):
1237
+ - use the ipnet.PSK instead of the ipnet.Protector for private networks ([libp2p/go-libp2p-transport-upgrader#45](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/45))
1238
+ - readme: add context & fix example code ([libp2p/go-libp2p-transport-upgrader#26](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/26))
1239
+ - fix an incorrect error message ([libp2p/go-libp2p-transport-upgrader#27](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/27))
1240
+ - Consolidate abstractions and core types into go-libp2p-core (#28) ([libp2p/go-libp2p-transport-upgrader#22](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/22))
1241
+- github.com/libp2p/go-libp2p-yamux (v0.1.3 -> v0.2.7):
1242
+ - Respect mux.ErrReset ([libp2p/go-libp2p-yamux#10](https://github.com/libp2p/go-libp2p-yamux/pull/10))
1243
+- github.com/libp2p/go-maddr-filter (v0.0.4 -> v0.0.5):
1244
+ - fix: check for blocked addrs without allocating ([libp2p/go-maddr-filter#14](https://github.com/libp2p/go-maddr-filter/pull/14))
1245
+- github.com/libp2p/go-mplex (v0.0.4 -> v0.1.2):
1246
+ - remove deprecated log.Warning(f) ([libp2p/go-mplex#65](https://github.com/libp2p/go-mplex/pull/65))
1247
+ - Remove dependency on go-libp2p-core and introduce new errors. ([libp2p/go-mplex#72](https://github.com/libp2p/go-mplex/pull/72))
1248
+ - Bump lodash from 4.17.5 to 4.17.15 in /interop/js ([libp2p/go-mplex#66](https://github.com/libp2p/go-mplex/pull/66))
1249
+ - add test for deadlines ([libp2p/go-mplex#60](https://github.com/libp2p/go-mplex/pull/60))
1250
+- github.com/libp2p/go-msgio (v0.0.2 -> v0.0.4):
1251
+ - make the maximum message size configurable ([libp2p/go-msgio#15](https://github.com/libp2p/go-msgio/pull/15))
1252
+ - combine writes and avoid a few more allocations ([libp2p/go-msgio#14](https://github.com/libp2p/go-msgio/pull/14))
1253
+ - avoid allocating unless we need to ([libp2p/go-msgio#13](https://github.com/libp2p/go-msgio/pull/13))
1254
+- github.com/libp2p/go-nat (v0.0.3 -> v0.0.5):
1255
+ - feat: switch to go-netroute ([libp2p/go-nat#19](https://github.com/libp2p/go-nat/pull/19))
1256
+ - fix: really obey the context ([libp2p/go-nat#13](https://github.com/libp2p/go-nat/pull/13))
1257
+ - don't mask context ([libp2p/go-nat#10](https://github.com/libp2p/go-nat/pull/10))
1258
+- github.com/libp2p/go-reuseport-transport (v0.0.2 -> v0.0.3):
1259
+ - fix: less confusing log message ([libp2p/go-reuseport-transport#22](https://github.com/libp2p/go-reuseport-transport/pull/22))
1260
+ - readme: replace IPFS contrib links with libp2p ([libp2p/go-reuseport-transport#16](https://github.com/libp2p/go-reuseport-transport/pull/16))
1261
+ - replace gx instructions with note about gomod ([libp2p/go-reuseport-transport#15](https://github.com/libp2p/go-reuseport-transport/pull/15))
1262
+- github.com/libp2p/go-tcp-transport (v0.0.4 -> v0.2.0):
1263
+ - fix: don't allow dialing DNS addresses ([libp2p/go-tcp-transport#61](https://github.com/libp2p/go-tcp-transport/pull/61))
1264
+ - Use new constructor for insecure transport in tests ([libp2p/go-tcp-transport#42](https://github.com/libp2p/go-tcp-transport/pull/42))
1265
+ - readme: add install, usage & addressing info ([libp2p/go-tcp-transport#41](https://github.com/libp2p/go-tcp-transport/pull/41))
1266
+- github.com/libp2p/go-ws-transport (v0.0.6 -> v0.3.1):
1267
+ - fix: add read/write locks ([libp2p/go-ws-transport#85](https://github.com/libp2p/go-ws-transport/pull/85))
1268
+ - fix: restrict dials to IP + TCP ([libp2p/go-ws-transport#84](https://github.com/libp2p/go-ws-transport/pull/84))
1269
+ - Revert "add mutex for write/close" ([libp2p/go-ws-transport#73](https://github.com/libp2p/go-ws-transport/pull/73))
1270
+ - feat: faster copy in wasm ([libp2p/go-ws-transport#68](https://github.com/libp2p/go-ws-transport/pull/68))
1271
+ - Add WebAssembly support and the ability to Dial from browsers ([libp2p/go-ws-transport#55](https://github.com/libp2p/go-ws-transport/pull/55))
1272
+ - fix: close gracefully ([libp2p/go-ws-transport#54](https://github.com/libp2p/go-ws-transport/pull/54))
1273
+ - move multiaddr protocol definitions to go-multiaddr ([libp2p/go-ws-transport#52](https://github.com/libp2p/go-ws-transport/pull/52))
1274
+ - Add install, usage & addressing info to README ([libp2p/go-ws-transport#49](https://github.com/libp2p/go-ws-transport/pull/49))
1275
+- github.com/libp2p/go-yamux (v1.2.3 -> v1.3.5):
1276
+ - fix: synchronize when resetting the keepalive timer ([libp2p/go-yamux#21](https://github.com/libp2p/go-yamux/pull/21))
1277
+ - fix: don't keepalive when the connection is busy ([libp2p/go-yamux#16](https://github.com/libp2p/go-yamux/pull/16))
1278
+ - Rename errors ([libp2p/go-yamux#14](https://github.com/libp2p/go-yamux/pull/14))
1279
+ - fix(stream): set writeDeadline when cleanup and forceClose ([libp2p/go-yamux#12](https://github.com/libp2p/go-yamux/pull/12))
1280
+ - fixes a stream deadlock multiple ways ([libp2p/go-yamux#8](https://github.com/libp2p/go-yamux/pull/8))
1281
+
1282
+### Contributors
1283
+
1284
+| Contributor | Commits | Lines ± | Files Changed |
1285
+|----------------------------|---------|---------------|---------------|
1286
+| Steven Allen | 858 | +27833/-15919 | 1906 |
1287
+| Dirk McCormick | 134 | +18058/-8347 | 282 |
1288
+| Aarsh Shah | 83 | +13458/-11883 | 241 |
1289
+| Adin Schmahmann | 144 | +11878/-6236 | 397 |
1290
+| Raúl Kripalani | 94 | +6894/-10214 | 598 |
1291
+| vyzo | 60 | +8923/-1160 | 102 |
1292
+| Will Scott | 79 | +3776/-1467 | 175 |
1293
+| Michael Muré | 29 | +1734/-3290 | 104 |
1294
+| dependabot[bot] | 365 | +3419/-361 | 728 |
1295
+| Hector Sanjuan | 64 | +2053/-1321 | 132 |
1296
+| Marten Seemann | 52 | +1922/-1268 | 147 |
1297
+| Michael Avila | 29 | +828/-1733 | 70 |
1298
+| Peter Rabbitson | 53 | +1073/-1197 | 100 |
1299
+| Yusef Napora | 36 | +1610/-378 | 57 |
1300
+| hannahhoward | 16 | +1342/-559 | 61 |
1301
+| Łukasz Magiera | 9 | +277/-1623 | 41 |
1302
+| Marcin Rataj | 9 | +1686/-99 | 32 |
1303
+| Will | 7 | +936/-709 | 34 |
1304
+| Alex Browne | 27 | +1019/-503 | 46 |
1305
+| David Dias | 30 | +987/-431 | 43 |
1306
+| Jakub Sztandera | 43 | +912/-436 | 77 |
1307
+| Cole Brown | 21 | +646/-398 | 57 |
1308
+| Oli Evans | 29 | +488/-466 | 43 |
1309
+| Cornelius Toole | 3 | +827/-60 | 20 |
1310
+| Hlib | 15 | +331/-185 | 28 |
1311
+| Adrian Lanzafame | 9 | +123/-334 | 18 |
1312
+| Petar Maymounkov | 1 | +385/-48 | 5 |
1313
+| Alan Shaw | 18 | +262/-146 | 35 |
1314
+| lnykww | 1 | +303/-52 | 6 |
1315
+| Hannah Howard | 1 | +198/-27 | 3 |
1316
+| Dominic Della Valle | 9 | +163/-52 | 14 |
1317
+| Adam Uhlir | 1 | +211/-2 | 3 |
1318
+| Dimitris Apostolou | 1 | +105/-105 | 64 |
1319
+| Frrist | 1 | +186/-18 | 5 |
1320
+| Henrique Dias | 22 | +119/-28 | 22 |
1321
+| Gergely Tabiczky | 5 | +74/-60 | 7 |
1322
+| Matt Joiner | 2 | +63/-62 | 4 |
1323
+| @RubenKelevra | 12 | +46/-55 | 12 |
1324
+| whyrusleeping | 6 | +87/-11 | 7 |
1325
+| deepakgarg | 4 | +42/-43 | 4 |
1326
+| protolambda | 2 | +49/-17 | 9 |
1327
+| hucg | 2 | +47/-11 | 3 |
1328
+| Arber Avdullahu | 3 | +31/-27 | 3 |
1329
+| Sameer Puri | 1 | +46/-4 | 2 |
1330
+| Hucg | 3 | +17/-33 | 3 |
1331
+| Guilhem Fanton | 2 | +29/-10 | 7 |
1332
+| Christian Muehlhaeuser | 6 | +20/-19 | 14 |
1333
+| Djalil Dreamski | 3 | +27/-9 | 3 |
1334
+| Caian | 2 | +36/-0 | 2 |
1335
+| Topper Bowers | 2 | +31/-4 | 4 |
1336
+| flowed | 1 | +16/-16 | 11 |
1337
+| Vibhav Pant | 4 | +21/-10 | 5 |
1338
+| frrist | 1 | +26/-4 | 1 |
1339
+| Hlib Kanunnikov | 1 | +25/-3 | 1 |
1340
+| george xie | 3 | +12/-15 | 11 |
1341
+| optman | 1 | +13/-9 | 1 |
1342
+| Roman Proskuryakov | 1 | +11/-11 | 2 |
1343
+| Vasco Santos | 1 | +10/-10 | 5 |
1344
+| Pretty Please Mark Darkly | 2 | +16/-2 | 2 |
1345
+| Piotr Dyraga | 2 | +15/-2 | 2 |
1346
+| Andrew Nesbitt | 1 | +5/-11 | 5 |
1347
+| postables | 4 | +19/-8 | 4 |
1348
+| Jim McDonald | 2 | +13/-1 | 2 |
1349
+| PoorPockets McNewHold | 1 | +12/-0 | 1 |
1350
+| Henri S | 1 | +6/-6 | 1 |
1351
+| Igor Velkov | 1 | +8/-3 | 1 |
1352
+| swedneck | 4 | +7/-3 | 4 |
1353
+| Devin | 2 | +5/-5 | 4 |
1354
+| iulianpascalau | 1 | +5/-3 | 2 |
1355
+| MollyM | 3 | +7/-1 | 3 |
1356
+| Jorropo | 2 | +5/-3 | 3 |
1357
+| lukesolo | 1 | +6/-1 | 2 |
1358
+| Wes Morgan | 1 | +3/-3 | 1 |
1359
+| Kishan Mohanbhai Sagathiya | 1 | +3/-3 | 2 |
1360
+| songjiayang | 1 | +4/-0 | 1 |
1361
+| Terry Ding | 1 | +2/-2 | 1 |
1362
+| Preston Van Loon | 2 | +3/-1 | 2 |
1363
+| Jim Pick | 2 | +2/-2 | 2 |
1364
+| Jakub Kaczmarzyk | 1 | +2/-2 | 1 |
1365
+| Simon Menke | 2 | +2/-1 | 2 |
1366
+| Jessica Schilling | 2 | +1/-2 | 2 |
1367
+| Edgar Aroutiounian | 1 | +2/-1 | 1 |
1368
+| hikerpig | 1 | +1/-1 | 1 |
1369
+| ZenGround0 | 1 | +1/-1 | 1 |
1370
+| Thomas Preindl | 1 | +1/-1 | 1 |
1371
+| Sander Pick | 1 | +1/-1 | 1 |
1372
+| Ronsor | 1 | +1/-1 | 1 |
1373
+| Roman Khafizianov | 1 | +1/-1 | 1 |
1374
+| Rod Vagg | 1 | +1/-1 | 1 |
1375
+| Max Inden | 1 | +1/-1 | 1 |
1376
+| Leo Arias | 1 | +1/-1 | 1 |
1377
+| Kuro1 | 1 | +1/-1 | 1 |
1378
+| Kirill Goncharov | 1 | +1/-1 | 1 |
1379
+| John B Nelson | 1 | +1/-1 | 1 |
1380
+| George Masgras | 1 | +1/-1 | 1 |
1381
+| Aliabbas Merchant | 1 | +1/-1 | 1 |
1382
+| Lorenzo Setale | 1 | +1/-0 | 1 |
1383
+| Boris Mann | 1 | +1/-0 | 1 |
docs/changelogs/v0.6.md
new
+403
@@ -0,0 +1,403 @@
1
+# go-ipfs changelog v0.6
2
+
3
+## v0.6.0 2020-06-19
4
+
5
+This is a relatively small release in terms of code changes, but it contains some significant changes to the IPFS protocol.
6
+
7
+### Highlights
8
+
9
+The highlights in this release include:
10
+
11
+* The QUIC transport is enabled by default. Furthermore, go-ipfs will automatically run a migration to listen on the QUIC transport (on the same address/port as the TCP transport) to make this upgrade process seamless.
12
+* The new NOISE security transport is now supported but won't be selected by default. This transport will replace SECIO as the default cross-language interoperability security transport. TLS 1.3 will still remain the default security transport between go-ipfs nodes for now.
13
+
14
+**MIGRATION:** This release contains a small config migration to enable listening on the QUIC transport in addition the TCP transport. This migration will:
15
+
16
+* Normalize multiaddrs in the bootstrap list to use the `/p2p/Qm...` syntax for multiaddrs instead of the `/ipfs/Qm...` syntax.
17
+* Add QUIC addresses for the default bootstrapers, as necessary. If you've removed the default bootstrappers from your bootstrap config, the migration won't add them back.
18
+* Add a QUIC listener address to mirror any TCP addresses present in your config. For example, if you're listening on `/ip4/0.0.0.0/tcp/1234`, this migration will add a listen address for `/ip4/0.0.0.0/udp/1234/quic`.
19
+
20
+#### QUIC by default
21
+
22
+This release enables the QUIC transport (draft 28) by default for both inbound and outbound connections. When connecting to new peers, libp2p will continue to dial all advertised addresses (tcp + quic) in parallel so if the QUIC connection fails for some reason, the connection should still succeed.
23
+
24
+The QUIC transport has several key benefits over the current TCP based transports:
25
+
26
+* It takes fewer round-trips to establish a connection. With the QUIC transport, the IPFS handshake takes two round trips (one to establish the QUIC connection, one for the libp2p handshake). In the future, we should be able to reduce this to one round trip for the initial connection, and zero round trips for subsequent connections to a previously seen peer. This is especially important for DHT requests that contact many new peers.
27
+* Because it's UDP based instead of TCP based, it uses fewer file descriptors. The QUIC transport will open one UDP socket per listen address instead of one socket per connection. This should, in the future, allow us to keep more connections open.
28
+* Because QUIC connections don't consume file descriptors, we're able to remove the rate limit on outbound QUIC connections, further speeding up DHT queries.
29
+
30
+Unfortunately, this change isn't without drawbacks: the QUIC transport may not be able to max out some links (usually due to [poorly tuned kernel parameters](https://github.com/lucas-clemente/quic-go/issues/2586#issuecomment-639247615)). On the other hand, it may also be _faster_ in some cases
31
+
32
+If you hit this performance issue on Linux, you should tune the `net.core.rmem_default` and `net.core.rmem_max` sysctl parameters to increase your UDP receive buffer sizes.
33
+
34
+If necessary, you can disable the QUIC transport by running:
35
+
36
+```bash
37
+> ipfs config --json Swarm.Transports.Network.QUIC false
38
+```
39
+
40
+**NOTE:** The QUIC transport included in this release is backwards incompatible with the experimental QUIC transport included in previous releases. Unfortunately, the QUIC protocol underwent some significant breaking changes and supporting multiple versions wasn't an option. In practice this degrades gracefully as go-ipfs will simply fall back on the TCP transport when dialing nodes with incompatible QUIC versions.
41
+
42
+#### Noise Transport
43
+
44
+This go-ipfs release introduces a new security transport: [libp2p Noise](https://github.com/libp2p/specs/tree/master/noise) (built from the [Noise Protocol Framework](http://www.noiseprotocol.org/)). While TLS1.3 remains the default go-ipfs security transport, Noise is simpler to implement from scratch and will be the standard cross-platform libp2p security transport going forward.
45
+
46
+This brings us one step closer to deprecating and removing support for SECIO.
47
+
48
+While enabled by default, Noise won't actually be _used_ by default it's negotiated. Given that TLS1.3 is still the default security transport for go-ipfs, this usually won't happen. If you'd like to prefer Noise over other security transports, you can change its priority in the [config](./docs/config.md) (`Swarm.Transports.Security.Noise`).
49
+
50
+#### Gateway
51
+
52
+This release brings two gateway-relevant features: custom 404 pages and base36 support.
53
+
54
+##### Custom 404
55
+
56
+You can now customize `404 Not Found` error pages by including an `ipfs-404.html` file somewhere in the request path. When a requested file isn't found, go-ipfs will look for an `ipfs-404.html` in the same directory as the requested file, and in each ancestor directory. If found, this file will be returned (with a 404 status code) instead of the usual error message.
57
+
58
+##### Support for Base36
59
+
60
+This release adds support for a new multibase encoding: base36. Base36 is an optimally efficient case-insensitive alphanumeric encoding. Case-insensitive alphanumeric encodings are important for the subdomain gateway as domain names are case insensitive.
61
+
62
+While base32 (the current default encoding used in subdomains) is simpler than base36, it's not optimally efficient and base36 Ed25519 IPNS keys are 2 characters too big to fit into the 63 character subdomain length limit. The extra efficiency from base36 brings us under this limit and allows Ed25519 IPNS keys to work with the subdomain gateway.
63
+
64
+This release adds support for base36 but won't use it by default. If you'd like to re-encode an Ed25519 IPNS key into base36, you can use the `ipfs cid format` command:
65
+
66
+```sh
67
+$ ipfs cid format -v 1 --codec libp2p-key -b base36 bafzaajaiaejca4syrpdu6gdx4wsdnokxkprgzxf4wrstuc34gxw5k5jrag2so5gk k51qzi5uqu5dj16qyiq0tajolkojyl9qdkr254920wxv7ghtuwcz593tp69z9m
68
+```
69
+
70
+#### Gossipsub Upgrade
71
+
72
+This release brings a new gossipsub protocol version: 1.1. You can read about it in the [blog post](https://blog.ipfs.io/2020-05-20-gossipsub-v1.1/).
73
+
74
+#### Connectivity
75
+
76
+This release introduces a new ["peering"](./docs/config.md#peering) feature. The peering subsystem configures go-ipfs to connect to, remain connected to, and reconnect to a set of nodes. Nodes should use this subsystem to create "sticky" links between frequently useful peers to improve reliability.
77
+
78
+Use-cases:
79
+
80
+* An IPFS gateway connected to an IPFS cluster should peer to ensure that the gateway can always fetch content from the cluster.
81
+* A dapp may peer embedded go-ipfs nodes with a set of pinning services or textile cafes/hubs.
82
+* A set of friends may peer to ensure that they can always fetch each other's content.
83
+
84
+### Changelog
85
+
86
+- github.com/ipfs/go-ipfs:
87
+ - fix 3 bugs responsible for a goroutine leak (plus one other bug) ([ipfs/go-ipfs#7491](https://github.com/ipfs/go-ipfs/pull/7491))
88
+ - docs(config): update toc ([ipfs/go-ipfs#7483](https://github.com/ipfs/go-ipfs/pull/7483))
89
+ - feat: transport config ([ipfs/go-ipfs#7479](https://github.com/ipfs/go-ipfs/pull/7479))
90
+ - fix the minimal go version under 'Build from Source' ([ipfs/go-ipfs#7459](https://github.com/ipfs/go-ipfs/pull/7459))
91
+ - fix(migration): migrate /ipfs/ bootstrappers to /p2p/
92
+ - fix(migration): correctly migrate quic addresses
93
+ - chore: add migration to listen on QUIC by default
94
+ - backport fixes ([ipfs/go-ipfs#7405](https://github.com/ipfs/go-ipfs/pull/7405))
95
+ - Use bitswap sessions for `ipfs refs`.
96
+ - Update to webui 2.9.0
97
+ - feat: add noise support ([ipfs/go-ipfs#7365](https://github.com/ipfs/go-ipfs/pull/7365))
98
+ - feat: implement peering service ([ipfs/go-ipfs#7362](https://github.com/ipfs/go-ipfs/pull/7362))
99
+ - Include the git blob id of the dir-index bundle in the ETag ([ipfs/go-ipfs#7360](https://github.com/ipfs/go-ipfs/pull/7360))
100
+ - feat: bootstrap in dht when the routing table is empty ([ipfs/go-ipfs#7340](https://github.com/ipfs/go-ipfs/pull/7340))
101
+ - quic: remove experimental status and add it to the default config ([ipfs/go-ipfs#7349](https://github.com/ipfs/go-ipfs/pull/7349))
102
+ - fix: support directory listings even if a 404 page is present ([ipfs/go-ipfs#7339](https://github.com/ipfs/go-ipfs/pull/7339))
103
+ - doc(plugin): document plugin config ([ipfs/go-ipfs#7309](https://github.com/ipfs/go-ipfs/pull/7309))
104
+ - test(sharness): fix fuse tests ([ipfs/go-ipfs#7320](https://github.com/ipfs/go-ipfs/pull/7320))
105
+ - docs: update experimental-features doc with IPNS over pubsub changes. ([ipfs/go-ipfs#7334](https://github.com/ipfs/go-ipfs/pull/7334))
106
+ - docs: cleanup config formatting ([ipfs/go-ipfs#7336](https://github.com/ipfs/go-ipfs/pull/7336))
107
+ - fix(gateway): ensure directory listings have Content-Type text/html ([ipfs/go-ipfs#7330](https://github.com/ipfs/go-ipfs/pull/7330))
108
+ - test(sharness): test the local symlink ([ipfs/go-ipfs#7332](https://github.com/ipfs/go-ipfs/pull/7332))
109
+ - misc config/experimental-features doc fixes ([ipfs/go-ipfs#7333](https://github.com/ipfs/go-ipfs/pull/7333))
110
+ - fix: correctly trim resolved IPNS addresses ([ipfs/go-ipfs#7331](https://github.com/ipfs/go-ipfs/pull/7331))
111
+ - Gateway renders pretty 404 pages if available ([ipfs/go-ipfs#4233](https://github.com/ipfs/go-ipfs/pull/4233))
112
+ - feat: add a dht stat command ([ipfs/go-ipfs#7221](https://github.com/ipfs/go-ipfs/pull/7221))
113
+ - fix: update dists url for OpenBSD support ([ipfs/go-ipfs#7311](https://github.com/ipfs/go-ipfs/pull/7311))
114
+ - docs: X-Forwarded-Proto: https ([ipfs/go-ipfs#7306](https://github.com/ipfs/go-ipfs/pull/7306))
115
+ - fix(mkreleaselog): make robust against running in different working directories ([ipfs/go-ipfs#7310](https://github.com/ipfs/go-ipfs/pull/7310))
116
+ - fix(mkreleasenotes): include commits directly to master ([ipfs/go-ipfs#7296](https://github.com/ipfs/go-ipfs/pull/7296))
117
+ - write api file automically ([ipfs/go-ipfs#7282](https://github.com/ipfs/go-ipfs/pull/7282))
118
+ - systemd: disable swap-usage for ipfs ([ipfs/go-ipfs#7299](https://github.com/ipfs/go-ipfs/pull/7299))
119
+ - systemd: add helptext ([ipfs/go-ipfs#7265](https://github.com/ipfs/go-ipfs/pull/7265))
120
+ - systemd: add the link to the docs ([ipfs/go-ipfs#7287](https://github.com/ipfs/go-ipfs/pull/7287))
121
+ - systemd: add state directory setting ([ipfs/go-ipfs#7288](https://github.com/ipfs/go-ipfs/pull/7288))
122
+ - Update go version required to build ([ipfs/go-ipfs#7289](https://github.com/ipfs/go-ipfs/pull/7289))
123
+ - pin: implement pin/ls with only CoreApi ([ipfs/go-ipfs#6774](https://github.com/ipfs/go-ipfs/pull/6774))
124
+ - update go-libp2p-quic-transport to v0.3.7 ([ipfs/go-ipfs#7278](https://github.com/ipfs/go-ipfs/pull/7278))
125
+ - Docs: Delete section headers for removed features ([ipfs/go-ipfs#7277](https://github.com/ipfs/go-ipfs/pull/7277))
126
+ - README.md: typo ([ipfs/go-ipfs#7061](https://github.com/ipfs/go-ipfs/pull/7061))
127
+ - PR autocomment: Only comment for first-time contributors ([ipfs/go-ipfs#7270](https://github.com/ipfs/go-ipfs/pull/7270))
128
+ - Fixed typo in config.md ([ipfs/go-ipfs#7267](https://github.com/ipfs/go-ipfs/pull/7267))
129
+ - Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types ([ipfs/go-ipfs#7262](https://github.com/ipfs/go-ipfs/pull/7262))
130
+ - update go-libp2p-quic-transport to v0.3.6 ([ipfs/go-ipfs#7266](https://github.com/ipfs/go-ipfs/pull/7266))
131
+ - Updates bash completions to be compatible with zsh ([ipfs/go-ipfs#7261](https://github.com/ipfs/go-ipfs/pull/7261))
132
+ - systemd service enhancements + run as system user ([ipfs/go-ipfs#7259](https://github.com/ipfs/go-ipfs/pull/7259))
133
+ - upgrade to go 1.14.2 ([ipfs/go-ipfs#7130](https://github.com/ipfs/go-ipfs/pull/7130))
134
+ - Add module files for go-ipfs-as-a-library example ([ipfs/go-ipfs#7146](https://github.com/ipfs/go-ipfs/pull/7146))
135
+ - feat(gateway): show the absolute path and CID every time ([ipfs/go-ipfs#7219](https://github.com/ipfs/go-ipfs/pull/7219))
136
+ - fix: do not use hard coded IPNS Publish maximum timeout duration ([ipfs/go-ipfs#7256](https://github.com/ipfs/go-ipfs/pull/7256))
137
+ - Auto-comment on submitted PRs ([ipfs/go-ipfs#7248](https://github.com/ipfs/go-ipfs/pull/7248))
138
+ - Fixes GitHub link. ([ipfs/go-ipfs#7239](https://github.com/ipfs/go-ipfs/pull/7239))
139
+ - docs: fix subdomain examples in CHANGELOG ([ipfs/go-ipfs#7240](https://github.com/ipfs/go-ipfs/pull/7240))
140
+ - doc: add snap to the release checklist ([ipfs/go-ipfs#7253](https://github.com/ipfs/go-ipfs/pull/7253))
141
+ - Welcome message for users opening their first issue ([ipfs/go-ipfs#7247](https://github.com/ipfs/go-ipfs/pull/7247))
142
+ - feat: bump to 0.6.0-dev ([ipfs/go-ipfs#7249](https://github.com/ipfs/go-ipfs/pull/7249))
143
+- github.com/ipfs/go-bitswap (v0.2.13 -> v0.2.19):
144
+ - fix want gauge calculation ([ipfs/go-bitswap#416](https://github.com/ipfs/go-bitswap/pull/416))
145
+ - Fix PeerManager signalAvailabiity() race ([ipfs/go-bitswap#417](https://github.com/ipfs/go-bitswap/pull/417))
146
+ - fix: avoid taking accessing the peerQueues without taking the lock ([ipfs/go-bitswap#412](https://github.com/ipfs/go-bitswap/pull/412))
147
+ - fix: update circleci ci-go ([ipfs/go-bitswap#396](https://github.com/ipfs/go-bitswap/pull/396))
148
+ - fix: only track useful received data in the ledger (#411) ([ipfs/go-bitswap#411](https://github.com/ipfs/go-bitswap/pull/411))
149
+ - If peer is first to send a block to session, protect connection ([ipfs/go-bitswap#406](https://github.com/ipfs/go-bitswap/pull/406))
150
+ - Ensure sessions register with PeerManager ([ipfs/go-bitswap#405](https://github.com/ipfs/go-bitswap/pull/405))
151
+ - Total wants gauge (#402) ([ipfs/go-bitswap#402](https://github.com/ipfs/go-bitswap/pull/402))
152
+ - Improve peer manager performance ([ipfs/go-bitswap#395](https://github.com/ipfs/go-bitswap/pull/395))
153
+ - fix: return wants from engine.WantlistForPeer() ([ipfs/go-bitswap#390](https://github.com/ipfs/go-bitswap/pull/390))
154
+ - Add autocomment configuration
155
+ - calculate message latency ([ipfs/go-bitswap#386](https://github.com/ipfs/go-bitswap/pull/386))
156
+ - fix: use one less go-routine per session (#377) ([ipfs/go-bitswap#377](https://github.com/ipfs/go-bitswap/pull/377))
157
+ - Add standard issue template
158
+- github.com/ipfs/go-cid (v0.0.5 -> v0.0.6):
159
+ - feat: add Filecoin multicodecs ([ipfs/go-cid#104](https://github.com/ipfs/go-cid/pull/104))
160
+ - Add autocomment configuration
161
+ - avoid calling the method WriteTo if we don't satisfy its contract ([ipfs/go-cid#103](https://github.com/ipfs/go-cid/pull/103))
162
+ - add a couple useful methods ([ipfs/go-cid#102](https://github.com/ipfs/go-cid/pull/102))
163
+ - Add standard issue template
164
+- github.com/ipfs/go-fs-lock (v0.0.4 -> v0.0.5):
165
+ - chore: remove xerrors ([ipfs/go-fs-lock#15](https://github.com/ipfs/go-fs-lock/pull/15))
166
+ - Add autocomment configuration
167
+ - Add standard issue template
168
+- github.com/ipfs/go-ipfs-cmds (v0.2.2 -> v0.2.9):
169
+ - build(deps): bump github.com/ipfs/go-log from 1.0.3 to 1.0.4 ([ipfs/go-ipfs-cmds#194](https://github.com/ipfs/go-ipfs-cmds/pull/194))
170
+ - Fix go-ipfs#7242: Remove "HEAD" from Allow methods ([ipfs/go-ipfs-cmds#195](https://github.com/ipfs/go-ipfs-cmds/pull/195))
171
+ - Staticcheck fixes (#196) ([ipfs/go-ipfs-cmds#196](https://github.com/ipfs/go-ipfs-cmds/pull/196))
172
+ - doc: update docs for interface changes ([ipfs/go-ipfs-cmds#197](https://github.com/ipfs/go-ipfs-cmds/pull/197))
173
+ - Add standard issue template
174
+- github.com/ipfs/go-ipfs-config (v0.5.3 -> v0.8.0):
175
+ - feat: add a transports section for enabling/disabling transports ([ipfs/go-ipfs-config#102](https://github.com/ipfs/go-ipfs-config/pull/102))
176
+ - feat: add an option for security transport experiments ([ipfs/go-ipfs-config#97](https://github.com/ipfs/go-ipfs-config/pull/97))
177
+ - feat: add peering service config section ([ipfs/go-ipfs-config#96](https://github.com/ipfs/go-ipfs-config/pull/96))
178
+ - fix: include key size in key init method ([ipfs/go-ipfs-config#95](https://github.com/ipfs/go-ipfs-config/pull/95))
179
+ - QUIC: remove experimental config option ([ipfs/go-ipfs-config#93](https://github.com/ipfs/go-ipfs-config/pull/93))
180
+ - fix boostrap peers ([ipfs/go-ipfs-config#94](https://github.com/ipfs/go-ipfs-config/pull/94))
181
+ - default config: add QUIC listening ports + quic to mars.i.ipfs.io ([ipfs/go-ipfs-config#91](https://github.com/ipfs/go-ipfs-config/pull/91))
182
+ - feat: remove strict signing pubsub option. ([ipfs/go-ipfs-config#90](https://github.com/ipfs/go-ipfs-config/pull/90))
183
+ - Add autocomment configuration
184
+ - Add Init Alternative allowing specification of ED25519 key ([ipfs/go-ipfs-config#78](https://github.com/ipfs/go-ipfs-config/pull/78))
185
+- github.com/ipfs/go-mfs (v0.1.1 -> v0.1.2):
186
+ - Fix incorrect mutex unlock call in File.Open ([ipfs/go-mfs#82](https://github.com/ipfs/go-mfs/pull/82))
187
+ - Add autocomment configuration
188
+ - Add standard issue template
189
+ - test: add Directory.ListNames test ([ipfs/go-mfs#81](https://github.com/ipfs/go-mfs/pull/81))
190
+ - doc: add a lead maintainer
191
+ - Update README.md with newer travis badge ([ipfs/go-mfs#78](https://github.com/ipfs/go-mfs/pull/78))
192
+- github.com/ipfs/interface-go-ipfs-core (v0.2.7 -> v0.3.0):
193
+ - add Pin.IsPinned(..) ([ipfs/interface-go-ipfs-core#50](https://github.com/ipfs/interface-go-ipfs-core/pull/50))
194
+ - Add autocomment configuration
195
+ - Add standard issue template
196
+ - extra time for dht spin-up ([ipfs/interface-go-ipfs-core#61](https://github.com/ipfs/interface-go-ipfs-core/pull/61))
197
+ - feat: make the CoreAPI expose a streaming pin interface ([ipfs/interface-go-ipfs-core#49](https://github.com/ipfs/interface-go-ipfs-core/pull/49))
198
+ - test: fail early on err to avoid an unrelated panic ([ipfs/interface-go-ipfs-core#57](https://github.com/ipfs/interface-go-ipfs-core/pull/57))
199
+- github.com/jbenet/go-is-domain (v1.0.3 -> v1.0.5):
200
+ - Add OpenNIC domains to extended TLDs. ([jbenet/go-is-domain#15](https://github.com/jbenet/go-is-domain/pull/15))
201
+ - feat: add .crypto and .zil from UnstoppableDomains ([jbenet/go-is-domain#17](https://github.com/jbenet/go-is-domain/pull/17))
202
+ - chore: update IANA TLDs to version 2020051300 ([jbenet/go-is-domain#18](https://github.com/jbenet/go-is-domain/pull/18))
203
+- github.com/libp2p/go-addr-util (v0.0.1 -> v0.0.2):
204
+ - fix discuss badge
205
+ - add discuss link to readme
206
+ - fix: fdcostly should take only the prefix into account ([libp2p/go-addr-util#5](https://github.com/libp2p/go-addr-util/pull/5))
207
+ - add gomod support // tag v0.0.1 ([libp2p/go-addr-util#17](https://github.com/libp2p/go-addr-util/pull/17))
208
+- github.com/libp2p/go-libp2p (v0.8.3 -> v0.9.6):
209
+ - fix(nat): use the right addresses when nat port mapping ([libp2p/go-libp2p#966](https://github.com/libp2p/go-libp2p/pull/966))
210
+ - chore: update deps ([libp2p/go-libp2p#967](https://github.com/libp2p/go-libp2p/pull/967))
211
+ - Fix peer handler race ([libp2p/go-libp2p#965](https://github.com/libp2p/go-libp2p/pull/965))
212
+ - optimize numInbound count ([libp2p/go-libp2p#960](https://github.com/libp2p/go-libp2p/pull/960))
213
+ - update go-libp2p-circuit ([libp2p/go-libp2p#962](https://github.com/libp2p/go-libp2p/pull/962))
214
+ - Chunking large Identify responses with Signed Records ([libp2p/go-libp2p#958](https://github.com/libp2p/go-libp2p/pull/958))
215
+ - gomod: update dependencies ([libp2p/go-libp2p#959](https://github.com/libp2p/go-libp2p/pull/959))
216
+ - fixed compilation error (#956) ([libp2p/go-libp2p#956](https://github.com/libp2p/go-libp2p/pull/956))
217
+ - Filter Interface Addresses (#936) ([libp2p/go-libp2p#936](https://github.com/libp2p/go-libp2p/pull/936))
218
+ - fix: remove old addresses in identify immediately ([libp2p/go-libp2p#953](https://github.com/libp2p/go-libp2p/pull/953))
219
+ - fix flaky test (#952) ([libp2p/go-libp2p#952](https://github.com/libp2p/go-libp2p/pull/952))
220
+ - fix: group observations by zeroing port ([libp2p/go-libp2p#949](https://github.com/libp2p/go-libp2p/pull/949))
221
+ - fix: fix connection gater in transport constructor ([libp2p/go-libp2p#948](https://github.com/libp2p/go-libp2p/pull/948))
222
+ - Fix potential flakiness in TestIDService ([libp2p/go-libp2p#945](https://github.com/libp2p/go-libp2p/pull/945))
223
+ - make the {F=>f}iltersConnectionGater private. (#946) ([libp2p/go-libp2p#946](https://github.com/libp2p/go-libp2p/pull/946))
224
+ - Filter observed addresses (#917) ([libp2p/go-libp2p#917](https://github.com/libp2p/go-libp2p/pull/917))
225
+ - fix: don't try to marshal a nil record ([libp2p/go-libp2p#943](https://github.com/libp2p/go-libp2p/pull/943))
226
+ - add test to demo missing peer records after listen ([libp2p/go-libp2p#941](https://github.com/libp2p/go-libp2p/pull/941))
227
+ - fix: don't leak a goroutine if a peer connects and immediately disconnects ([libp2p/go-libp2p#942](https://github.com/libp2p/go-libp2p/pull/942))
228
+ - no signed peer records for mocknets (#934) ([libp2p/go-libp2p#934](https://github.com/libp2p/go-libp2p/pull/934))
229
+ - implement connection gating at the top level (#881) ([libp2p/go-libp2p#881](https://github.com/libp2p/go-libp2p/pull/881))
230
+ - various identify fixes and nits (#922) ([libp2p/go-libp2p#922](https://github.com/libp2p/go-libp2p/pull/922))
231
+ - Remove race between ID, Push & Delta (#907) ([libp2p/go-libp2p#907](https://github.com/libp2p/go-libp2p/pull/907))
232
+ - fix a compilation error introduced in 077a818. (#919) ([libp2p/go-libp2p#919](https://github.com/libp2p/go-libp2p/pull/919))
233
+ - exchange signed routing records in identify (#747) ([libp2p/go-libp2p#747](https://github.com/libp2p/go-libp2p/pull/747))
234
+- github.com/libp2p/go-libp2p-autonat (v0.2.2 -> v0.2.3):
235
+ - react to incoming events ([libp2p/go-libp2p-autonat#65](https://github.com/libp2p/go-libp2p-autonat/pull/65))
236
+- github.com/libp2p/go-libp2p-blankhost (v0.1.4 -> v0.1.6):
237
+ - subscribe connmgr to net notifications ([libp2p/go-libp2p-blankhost#45](https://github.com/libp2p/go-libp2p-blankhost/pull/45))
238
+ - add WithConnectionManager option to blankhost ([libp2p/go-libp2p-blankhost#44](https://github.com/libp2p/go-libp2p-blankhost/pull/44))
239
+ - Blank host should support signed records ([libp2p/go-libp2p-blankhost#42](https://github.com/libp2p/go-libp2p-blankhost/pull/42))
240
+- github.com/libp2p/go-libp2p-circuit (v0.2.2 -> v0.2.3):
241
+ - Use a fixed connection manager weight for peers with relay connections ([libp2p/go-libp2p-circuit#119](https://github.com/libp2p/go-libp2p-circuit/pull/119))
242
+- github.com/libp2p/go-libp2p-connmgr (v0.2.1 -> v0.2.4):
243
+ - Implement IsProtected interface ([libp2p/go-libp2p-connmgr#76](https://github.com/libp2p/go-libp2p-connmgr/pull/76))
244
+ - decaying tags: support removal and closure. (#72) ([libp2p/go-libp2p-connmgr#72](https://github.com/libp2p/go-libp2p-connmgr/pull/72))
245
+ - implement decaying tags. (#61) ([libp2p/go-libp2p-connmgr#61](https://github.com/libp2p/go-libp2p-connmgr/pull/61))
246
+- github.com/libp2p/go-libp2p-core (v0.5.3 -> v0.5.7):
247
+ - connmgr: add IsProtected interface (#158) ([libp2p/go-libp2p-core#158](https://github.com/libp2p/go-libp2p-core/pull/158))
248
+ - eventbus: add wildcard subscription type; getter to enumerate known types (#153) ([libp2p/go-libp2p-core#153](https://github.com/libp2p/go-libp2p-core/pull/153))
249
+ - events: add a generic DHT event. (#154) ([libp2p/go-libp2p-core#154](https://github.com/libp2p/go-libp2p-core/pull/154))
250
+ - decaying tags: support removal and closure. (#151) ([libp2p/go-libp2p-core#151](https://github.com/libp2p/go-libp2p-core/pull/151))
251
+ - implement Stringer for network.{Direction,Connectedness,Reachability}. (#150) ([libp2p/go-libp2p-core#150](https://github.com/libp2p/go-libp2p-core/pull/150))
252
+ - connmgr: introduce abstractions and functions for decaying tags. (#104) ([libp2p/go-libp2p-core#104](https://github.com/libp2p/go-libp2p-core/pull/104))
253
+ - Interface to verify if a peer supports a protocol without making allocations. ([libp2p/go-libp2p-core#148](https://github.com/libp2p/go-libp2p-core/pull/148))
254
+ - add connection gating interfaces and types. (#139) ([libp2p/go-libp2p-core#139](https://github.com/libp2p/go-libp2p-core/pull/139))
255
+- github.com/libp2p/go-libp2p-kad-dht (v0.7.11 -> v0.8.2):
256
+ - feat: protect all peers in low buckets, tag everyone else with 5
257
+ - fix: lookup context cancellation race condition ([libp2p/go-libp2p-kad-dht#656](https://github.com/libp2p/go-libp2p-kad-dht/pull/656))
258
+ - fix: protect useful peers in low buckets ([libp2p/go-libp2p-kad-dht#634](https://github.com/libp2p/go-libp2p-kad-dht/pull/634))
259
+ - Double the usefulness interval for peers in the Routing Table (#651) ([libp2p/go-libp2p-kad-dht#651](https://github.com/libp2p/go-libp2p-kad-dht/pull/651))
260
+ - enhancement/remove-unused-variable ([libp2p/go-libp2p-kad-dht#633](https://github.com/libp2p/go-libp2p-kad-dht/pull/633))
261
+ - Put back TestSelfWalkOnAddressChange ([libp2p/go-libp2p-kad-dht#648](https://github.com/libp2p/go-libp2p-kad-dht/pull/648))
262
+ - Routing Table Refresh manager (#601) ([libp2p/go-libp2p-kad-dht#601](https://github.com/libp2p/go-libp2p-kad-dht/pull/601))
263
+ - Boostrap empty RT and Optimize allocs when we discover new peers (#631) ([libp2p/go-libp2p-kad-dht#631](https://github.com/libp2p/go-libp2p-kad-dht/pull/631))
264
+ - fix all flaky tests ([libp2p/go-libp2p-kad-dht#628](https://github.com/libp2p/go-libp2p-kad-dht/pull/628))
265
+ - Update default concurrency parameter ([libp2p/go-libp2p-kad-dht#605](https://github.com/libp2p/go-libp2p-kad-dht/pull/605))
266
+ - clean up a channel that was dangling ([libp2p/go-libp2p-kad-dht#620](https://github.com/libp2p/go-libp2p-kad-dht/pull/620))
267
+- github.com/libp2p/go-libp2p-kbucket (v0.4.1 -> v0.4.2):
268
+ - Reduce allocs in AddPeer (#81) ([libp2p/go-libp2p-kbucket#81](https://github.com/libp2p/go-libp2p-kbucket/pull/81))
269
+ - NPeersForCpl and collapse empty buckets (#77) ([libp2p/go-libp2p-kbucket#77](https://github.com/libp2p/go-libp2p-kbucket/pull/77))
270
+- github.com/libp2p/go-libp2p-peerstore (v0.2.3 -> v0.2.6):
271
+ - fix two bugs in signed address handling ([libp2p/go-libp2p-peerstore#155](https://github.com/libp2p/go-libp2p-peerstore/pull/155))
272
+ - addrbook: fix races ([libp2p/go-libp2p-peerstore#154](https://github.com/libp2p/go-libp2p-peerstore/pull/154))
273
+ - Implement the FirstSupportedProtocol API. ([libp2p/go-libp2p-peerstore#147](https://github.com/libp2p/go-libp2p-peerstore/pull/147))
274
+- github.com/libp2p/go-libp2p-pubsub (v0.2.7 -> v0.3.1):
275
+ - fix outbound constraint satisfaction in oversubscription pruning
276
+ - Gossipsub v0.3.0
277
+ - set sendTo to remote peer id in trace events ([libp2p/go-libp2p-pubsub#268](https://github.com/libp2p/go-libp2p-pubsub/pull/268))
278
+ - make wire protocol message size configurable. (#261) ([libp2p/go-libp2p-pubsub#261](https://github.com/libp2p/go-libp2p-pubsub/pull/261))
279
+- github.com/libp2p/go-libp2p-pubsub-router (v0.2.1 -> v0.3.0):
280
+ - feat: update pubsub ([libp2p/go-libp2p-pubsub-router#76](https://github.com/libp2p/go-libp2p-pubsub-router/pull/76))
281
+- github.com/libp2p/go-libp2p-quic-transport (v0.3.7 -> v0.5.1):
282
+ - close the connection when it is refused by InterceptSecured ([libp2p/go-libp2p-quic-transport#157](https://github.com/libp2p/go-libp2p-quic-transport/pull/157))
283
+ - gate QUIC connections via new ConnectionGater (#152) ([libp2p/go-libp2p-quic-transport#152](https://github.com/libp2p/go-libp2p-quic-transport/pull/152))
284
+- github.com/libp2p/go-libp2p-record (v0.1.2 -> v0.1.3):
285
+ - feat: add a better record error ([libp2p/go-libp2p-record#39](https://github.com/libp2p/go-libp2p-record/pull/39))
286
+- github.com/libp2p/go-libp2p-swarm (v0.2.3 -> v0.2.6):
287
+ - Configure private key for test swarm ([libp2p/go-libp2p-swarm#223](https://github.com/libp2p/go-libp2p-swarm/pull/223))
288
+ - Rank Dial addresses (#212) ([libp2p/go-libp2p-swarm#212](https://github.com/libp2p/go-libp2p-swarm/pull/212))
289
+ - implement connection gating support: intercept peer, address dials, upgraded conns (#201) ([libp2p/go-libp2p-swarm#201](https://github.com/libp2p/go-libp2p-swarm/pull/201))
290
+ - fix: avoid calling AddChild after the process may shutdown. ([libp2p/go-libp2p-swarm#207](https://github.com/libp2p/go-libp2p-swarm/pull/207))
291
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.2.0 -> v0.3.0):
292
+ - call the connection gater when accepting connections and after crypto handshake (#55) ([libp2p/go-libp2p-transport-upgrader#55](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/55))
293
+- github.com/libp2p/go-openssl (v0.0.4 -> v0.0.5):
294
+ - add binding for OBJ_create ([libp2p/go-openssl#5](https://github.com/libp2p/go-openssl/pull/5))
295
+- github.com/libp2p/go-yamux (v1.3.5 -> v1.3.7):
296
+ - tighten lock around appending new chunks of read data in stream ([libp2p/go-yamux#28](https://github.com/libp2p/go-yamux/pull/28))
297
+ - fix: unlock recvLock in all cases. ([libp2p/go-yamux#25](https://github.com/libp2p/go-yamux/pull/25))
298
+- github.com/lucas-clemente/quic-go (v0.15.7 -> v0.16.2):
299
+ - make it possible to use the transport with both draft-28 and draft-29
300
+ - update the ALPN for draft-29 ([lucas-clemente/quic-go#2600](https://github.com/lucas-clemente/quic-go/pull/2600))
301
+ - update initial salts and test vectors for draft-29 ([lucas-clemente/quic-go#2587](https://github.com/lucas-clemente/quic-go/pull/2587))
302
+ - rename the SERVER_BUSY error to CONNECTION_REFUSED ([lucas-clemente/quic-go#2596](https://github.com/lucas-clemente/quic-go/pull/2596))
303
+ - reduce calls to time.Now() from the flow controller ([lucas-clemente/quic-go#2591](https://github.com/lucas-clemente/quic-go/pull/2591))
304
+ - remove redundant parenthesis and type conversion in flow controller ([lucas-clemente/quic-go#2592](https://github.com/lucas-clemente/quic-go/pull/2592))
305
+ - use the receipt of a Retry packet to get a first RTT estimate ([lucas-clemente/quic-go#2588](https://github.com/lucas-clemente/quic-go/pull/2588))
306
+ - fix debug message when returning an early session ([lucas-clemente/quic-go#2594](https://github.com/lucas-clemente/quic-go/pull/2594))
307
+ - fix closing of the http.Request.Body ([lucas-clemente/quic-go#2584](https://github.com/lucas-clemente/quic-go/pull/2584))
308
+ - split PTO calculation into a separate function ([lucas-clemente/quic-go#2576](https://github.com/lucas-clemente/quic-go/pull/2576))
309
+ - add a unit test using the ChaCha20 test vector from the draft ([lucas-clemente/quic-go#2585](https://github.com/lucas-clemente/quic-go/pull/2585))
310
+ - fix seed generation in frame sorter tests ([lucas-clemente/quic-go#2583](https://github.com/lucas-clemente/quic-go/pull/2583))
311
+ - make sure that ACK frames are bundled with data ([lucas-clemente/quic-go#2543](https://github.com/lucas-clemente/quic-go/pull/2543))
312
+ - add a Changelog for v0.16 ([lucas-clemente/quic-go#2582](https://github.com/lucas-clemente/quic-go/pull/2582))
313
+ - authenticate connection IDs ([lucas-clemente/quic-go#2567](https://github.com/lucas-clemente/quic-go/pull/2567))
314
+ - don't switch to PTO mode after using early loss detection ([lucas-clemente/quic-go#2581](https://github.com/lucas-clemente/quic-go/pull/2581))
315
+ - only create a single session for duplicate Initials ([lucas-clemente/quic-go#2580](https://github.com/lucas-clemente/quic-go/pull/2580))
316
+ - fix broken unit test in ackhandler
317
+ - update the ALPN tokens to draft-28 ([lucas-clemente/quic-go#2570](https://github.com/lucas-clemente/quic-go/pull/2570))
318
+ - drop duplicate packets ([lucas-clemente/quic-go#2569](https://github.com/lucas-clemente/quic-go/pull/2569))
319
+ - remove noisy log statement in frame sorter test ([lucas-clemente/quic-go#2571](https://github.com/lucas-clemente/quic-go/pull/2571))
320
+ - fix flaky qlog unit tests ([lucas-clemente/quic-go#2572](https://github.com/lucas-clemente/quic-go/pull/2572))
321
+ - implement the 3x amplification limit ([lucas-clemente/quic-go#2536](https://github.com/lucas-clemente/quic-go/pull/2536))
322
+ - rewrite the frame sorter ([lucas-clemente/quic-go#2561](https://github.com/lucas-clemente/quic-go/pull/2561))
323
+ - retire conn IDs with sequence numbers smaller than the currently active ([lucas-clemente/quic-go#2563](https://github.com/lucas-clemente/quic-go/pull/2563))
324
+ - remove unused readOffset member variable in receiveStream ([lucas-clemente/quic-go#2559](https://github.com/lucas-clemente/quic-go/pull/2559))
325
+ - fix int overflow when parsing the transport parameters ([lucas-clemente/quic-go#2564](https://github.com/lucas-clemente/quic-go/pull/2564))
326
+ - use struct{} instead of bool in window update queue ([lucas-clemente/quic-go#2555](https://github.com/lucas-clemente/quic-go/pull/2555))
327
+ - update the protobuf library to google.golang.org/protobuf/proto ([lucas-clemente/quic-go#2554](https://github.com/lucas-clemente/quic-go/pull/2554))
328
+ - use the correct error code for crypto stream errors ([lucas-clemente/quic-go#2546](https://github.com/lucas-clemente/quic-go/pull/2546))
329
+ - bundle small writes on streams ([lucas-clemente/quic-go#2538](https://github.com/lucas-clemente/quic-go/pull/2538))
330
+ - reduce the length of the unprocessed packet chan in the session ([lucas-clemente/quic-go#2534](https://github.com/lucas-clemente/quic-go/pull/2534))
331
+ - fix flaky session unit test ([lucas-clemente/quic-go#2537](https://github.com/lucas-clemente/quic-go/pull/2537))
332
+ - add a send stream test that randomly acknowledges and loses data ([lucas-clemente/quic-go#2535](https://github.com/lucas-clemente/quic-go/pull/2535))
333
+ - fix size calculation for version negotiation packets ([lucas-clemente/quic-go#2542](https://github.com/lucas-clemente/quic-go/pull/2542))
334
+ - run all unit tests with race detector ([lucas-clemente/quic-go#2528](https://github.com/lucas-clemente/quic-go/pull/2528))
335
+ - add support for the ChaCha20 interop test case ([lucas-clemente/quic-go#2517](https://github.com/lucas-clemente/quic-go/pull/2517))
336
+ - fix buffer use after it was released when sending an INVALID_TOKEN error ([lucas-clemente/quic-go#2524](https://github.com/lucas-clemente/quic-go/pull/2524))
337
+ - run the internal and http3 tests with race detector on Travis ([lucas-clemente/quic-go#2385](https://github.com/lucas-clemente/quic-go/pull/2385))
338
+ - reset the PTO when dropping a packet number space ([lucas-clemente/quic-go#2527](https://github.com/lucas-clemente/quic-go/pull/2527))
339
+ - stop the deadline timer in Stream.Read and Write ([lucas-clemente/quic-go#2519](https://github.com/lucas-clemente/quic-go/pull/2519))
340
+ - don't reset pto_count on Initial ACKs ([lucas-clemente/quic-go#2513](https://github.com/lucas-clemente/quic-go/pull/2513))
341
+ - fix all race conditions in the session tests ([lucas-clemente/quic-go#2525](https://github.com/lucas-clemente/quic-go/pull/2525))
342
+ - make sure that the server's run loop returned when closing ([lucas-clemente/quic-go#2526](https://github.com/lucas-clemente/quic-go/pull/2526))
343
+ - fix flaky proxy test ([lucas-clemente/quic-go#2522](https://github.com/lucas-clemente/quic-go/pull/2522))
344
+ - stop the timer when the session's run loop returns ([lucas-clemente/quic-go#2516](https://github.com/lucas-clemente/quic-go/pull/2516))
345
+ - make it more likely that a STREAM frame is bundled with the FIN ([lucas-clemente/quic-go#2504](https://github.com/lucas-clemente/quic-go/pull/2504))
346
+- github.com/multiformats/go-multiaddr (v0.2.1 -> v0.2.2):
347
+ - absorb go-maddr-filter; rm stale Makefile targets; upgrade deps (#124) ([multiformats/go-multiaddr#124](https://github.com/multiformats/go-multiaddr/pull/124))
348
+- github.com/multiformats/go-multibase (v0.0.2 -> v0.0.3):
349
+ - Base36 implementation ([multiformats/go-multibase#36](https://github.com/multiformats/go-multibase/pull/36))
350
+ - Even more tests/benchmarks, less repetition in-code ([multiformats/go-multibase#34](https://github.com/multiformats/go-multibase/pull/34))
351
+ - Beef up tests before adding new codec ([multiformats/go-multibase#32](https://github.com/multiformats/go-multibase/pull/32))
352
+ - Remove GX, bump spec submodule, fix tests ([multiformats/go-multibase#31](https://github.com/multiformats/go-multibase/pull/31))
353
+
354
+### Contributors
355
+
356
+| Contributor | Commits | Lines ± | Files Changed |
357
+|-------------------------|---------|-------------|---------------|
358
+| vyzo | 224 | +8016/-2810 | 304 |
359
+| Marten Seemann | 87 | +6081/-2607 | 215 |
360
+| Steven Allen | 157 | +4763/-1628 | 266 |
361
+| Aarsh Shah | 33 | +4619/-1634 | 128 |
362
+| Dirk McCormick | 26 | +3596/-1156 | 69 |
363
+| Yusef Napora | 66 | +2622/-785 | 98 |
364
+| Raúl Kripalani | 24 | +2424/-782 | 61 |
365
+| Hector Sanjuan | 30 | +999/-177 | 61 |
366
+| Louis Thibault | 2 | +1111/-4 | 4 |
367
+| Will Scott | 15 | +717/-219 | 31 |
368
+| dependabot-preview[bot] | 53 | +640/-64 | 106 |
369
+| Michael Muré | 7 | +456/-213 | 17 |
370
+| David Dias | 11 | +426/-88 | 15 |
371
+| Peter Rabbitson | 11 | +254/-189 | 31 |
372
+| Lukasz Zimnoch | 9 | +361/-49 | 13 |
373
+| Jakub Sztandera | 4 | +157/-104 | 9 |
374
+| Rod Vagg | 1 | +91/-83 | 2 |
375
+| RubenKelevra | 13 | +84/-84 | 30 |
376
+| JP Hastings-Spital | 1 | +145/-0 | 2 |
377
+| Adin Schmahmann | 11 | +67/-37 | 15 |
378
+| Marcin Rataj | 11 | +41/-43 | 11 |
379
+| Tiger | 5 | +53/-8 | 6 |
380
+| Akira | 2 | +35/-19 | 2 |
381
+| Casey Chance | 2 | +31/-22 | 2 |
382
+| Alan Shaw | 1 | +44/-0 | 2 |
383
+| Jessica Schilling | 4 | +20/-19 | 7 |
384
+| Gowtham G | 4 | +22/-14 | 6 |
385
+| Jeromy Johnson | 3 | +24/-6 | 3 |
386
+| Edgar Aroutiounian | 3 | +16/-8 | 3 |
387
+| Peter Wu | 2 | +12/-9 | 2 |
388
+| Sawood Alam | 2 | +7/-7 | 2 |
389
+| Command | 1 | +12/-0 | 1 |
390
+| Eric Myhre | 1 | +9/-2 | 1 |
391
+| mawei | 2 | +5/-5 | 2 |
392
+| decanus | 1 | +5/-5 | 1 |
393
+| Ignacio Hagopian | 2 | +7/-2 | 2 |
394
+| Alfonso Montero | 1 | +1/-5 | 1 |
395
+| Volker Mische | 1 | +2/-2 | 1 |
396
+| Shotaro Yamada | 1 | +2/-1 | 1 |
397
+| Mark Gaiser | 1 | +1/-1 | 1 |
398
+| Johnny | 1 | +1/-1 | 1 |
399
+| Ganesh Prasad Kumble | 1 | +1/-1 | 1 |
400
+| Dominic Della Valle | 1 | +1/-1 | 1 |
401
+| Corbin Page | 1 | +1/-1 | 1 |
402
+| Bryan Stenson | 1 | +1/-1 | 1 |
403
+| Bernhard M. Wiedemann | 1 | +1/-1 | 1 |
docs/changelogs/v0.7.md
new
+540
@@ -0,0 +1,540 @@
1
+# go-ipfs changelog v0.7
2
+
3
+## v0.7.0 2020-09-22
4
+
5
+### Highlights
6
+
7
+#### Secio is now disabled by default
8
+
9
+As part of deprecating and removing support for the Secio security transport, we have disabled it by default. TLS1.3 will remain the default security transport with fallback to Noise. You can read more about the deprecation in the blog post, https://blog.ipfs.io/2020-08-07-deprecating-secio/. If you're running IPFS older than 0.5, this may start to impact your performance on the public network.
10
+
11
+#### Ed25519 keys are now used by default
12
+
13
+Previously go-ipfs generated 2048 bit RSA keys for new nodes, but it will now use ed25519 keys by default. This will not affect any existing keys, but newly created keys will be ed25519 by default. The main benefit of using ed25519 keys over RSA is that ed25519 keys have an inline public key. This means that someone only needs your PeerId to verify things you've signed, which means we don't have to worry about storing those bulky RSA public keys.
14
+
15
+##### Rotating keys
16
+
17
+Along with switching the default, we've added support for rotating keys. If you would like to change the key type of your IPFS node, you can now do so with the rotate command. **NOTE: This will affect your Peer Id, so be sure you want to do this!** Your existing identity key will be backed up in the Keystore.
18
+
19
+```bash
20
+ipfs key rotate -o my-old-key -t ed25519
21
+```
22
+
23
+#### Key export/import
24
+
25
+We've added commands to allow you to export and import keys from the IPFS Keystore to a local .key file. This does not apply to the IPFS identity key, `self`.
26
+
27
+```bash
28
+ipfs key gen mykey
29
+ipfs key export -o mykey.key mykey # ./<name>.key is the default path
30
+ipfs key import mykey mykey.key # on another node
31
+```
32
+
33
+#### IPNS paths now encode the key name as a base36 CIDv1 by default
34
+
35
+Previously go-ipfs encoded the key names for IPNS paths as base58btc multihashes (e.g. Qmabc...). We now encode them as base36 encoded CIDv1s as defined in the [peerID spec](https://github.com/libp2p/specs/blob/master/peer-ids/peer-ids.md#string-representation) (e.g. k51xyz...) which also deals with encoding of public keys. This is nice because it means that IPNS keys will by default be case-insensitive and that they will fit into DNS labels (e.g. k51xyz...ipns.localhost) and therefore that subdomain gateway redirections (e.g. from localhost:8080/ipns/{key} to {key}.ipns.localhost) will look better to users in the default case.
36
+
37
+Many commands will accept a `--ipns-base` option that allows changing command outputs to use a particular encoding (i.e. base58btc multihash, or CIDv1 encoded in any supported base)
38
+
39
+#### Multiaddresses now accept PeerIDs encoded as CIDv1
40
+
41
+In preparation for eventually changing the default PeerID representation multiaddresses can now contain strings like `/p2p/k51xyz...` in addition to the default `/p2p/Qmabc...`. There is a corresponding `--peerid-base` option to many functions that output peerIDs.
42
+
43
+#### `dag stat`
44
+
45
+Initial support has been added for the `ipfs dag stat` command. Running this command will traverse the DAG for the given root CID and report statistics. By default, progress will be shown as the DAG is traversed. Supported statistics currently include DAG size and number of blocks.
46
+
47
+```bash
48
+ipfs dag stat bafybeihpetclqvwb4qnmumvcn7nh4pxrtugrlpw4jgjpqicdxsv7opdm6e # the IPFS webui
49
+Size: 30362191, NumBlocks: 346
50
+```
51
+
52
+#### Plugin build changes
53
+
54
+We have changed the build flags used by the official binary distributions on dist.ipfs.io (or `/ipns/dist.ipfs.io`) to use the simpler and more reliable `-trimpath` flag instead of the more complicated and brittle `-asmflags=all=-trimpath="$(GOPATH)" -gcflags=all=-trimpath="$(GOPATH)"` flags, however the build flags used by default in go-ipfs remain the same.
55
+
56
+The scripts in https://github.com/ipfs/go-ipfs-example-plugin have been updated to reflect this change. This is a breaking change to how people have been building plugins against the dist.ipfs.io binary of go-ipfs and plugins should update their build processes accordingly see https://github.com/ipfs/go-ipfs-example-plugin/pull/9 for details.
57
+
58
+### Changelog
59
+
60
+- github.com/ipfs/go-ipfs:
61
+ - chore: bump webui version
62
+ - fix: remove the (empty) alias for --peerid-base
63
+ - Release v0.7.0-rc2
64
+ - fix: use override GOFLAGS changes from 480defab689610550ee3d346e31441a2bb881fcb but keep trimpath usage as is
65
+ - Revert "fix: override GOFLAGS"
66
+ - fix: remove the (empty) alias for --ipns-base
67
+ - refactor: put all --ipns-base options in one place
68
+ - docs: update config to indicate SECIO deprecation
69
+ - fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns
70
+ - Release v0.7.0-rc1
71
+ - chore: cleanup ([ipfs/go-ipfs#7628](https://github.com/ipfs/go-ipfs/pull/7628))
72
+ - namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes ([ipfs/go-ipfs#7627](https://github.com/ipfs/go-ipfs/pull/7627))
73
+ - Fix #7624: Do not fetch dag nodes when checking if a pin exists ([ipfs/go-ipfs#7625](https://github.com/ipfs/go-ipfs/pull/7625))
74
+ - chore: update dependencies ([ipfs/go-ipfs#7610](https://github.com/ipfs/go-ipfs/pull/7610))
75
+ - use t.Cleanup() to reduce the need to clean up servers in tests ([ipfs/go-ipfs#7550](https://github.com/ipfs/go-ipfs/pull/7550))
76
+ - fix: ipfs pin ls - ignore pins that have errors ([ipfs/go-ipfs#7612](https://github.com/ipfs/go-ipfs/pull/7612))
77
+ - docs(config): fix Peering header ([ipfs/go-ipfs#7623](https://github.com/ipfs/go-ipfs/pull/7623))
78
+ - sharness: use dnsaddr example in ipfs p2p command tests ([ipfs/go-ipfs#7620](https://github.com/ipfs/go-ipfs/pull/7620))
79
+ - fix(key): dont allow backup key to be named 'self' ([ipfs/go-ipfs#7615](https://github.com/ipfs/go-ipfs/pull/7615))
80
+ - [BOUNTY] Directory page UI improvements ([ipfs/go-ipfs#7536](https://github.com/ipfs/go-ipfs/pull/7536))
81
+ - fix: make assets deterministic ([ipfs/go-ipfs#7609](https://github.com/ipfs/go-ipfs/pull/7609))
82
+ - use ed25519 keys by default ([ipfs/go-ipfs#7579](https://github.com/ipfs/go-ipfs/pull/7579))
83
+ - feat: wildcard support for public gateways ([ipfs/go-ipfs#7319](https://github.com/ipfs/go-ipfs/pull/7319))
84
+ - fix: fix go-bindata import path ([ipfs/go-ipfs#7605](https://github.com/ipfs/go-ipfs/pull/7605))
85
+ - Upgrade graphsync deps ([ipfs/go-ipfs#7598](https://github.com/ipfs/go-ipfs/pull/7598))
86
+ - Add --peerid-base to ipfs id command ([ipfs/go-ipfs#7591](https://github.com/ipfs/go-ipfs/pull/7591))
87
+ - use b36 keys by default for keys and IPNS ([ipfs/go-ipfs#7582](https://github.com/ipfs/go-ipfs/pull/7582))
88
+ - add ipfs dag stat command (#7553) ([ipfs/go-ipfs#7553](https://github.com/ipfs/go-ipfs/pull/7553))
89
+ - Move key rotation command to ipfs key rotate ([ipfs/go-ipfs#7599](https://github.com/ipfs/go-ipfs/pull/7599))
90
+ - Disable secio by default ([ipfs/go-ipfs#7600](https://github.com/ipfs/go-ipfs/pull/7600))
91
+ - Stop searching for public keys before doing an IPNS Get (#7549) ([ipfs/go-ipfs#7549](https://github.com/ipfs/go-ipfs/pull/7549))
92
+ - feat: return supported protocols in id output ([ipfs/go-ipfs#7409](https://github.com/ipfs/go-ipfs/pull/7409))
93
+ - docs: fix typo in default swarm addrs config docs ([ipfs/go-ipfs#7585](https://github.com/ipfs/go-ipfs/pull/7585))
94
+ - feat: nice errors when failing to load plugins ([ipfs/go-ipfs#7429](https://github.com/ipfs/go-ipfs/pull/7429))
95
+ - doc: document reverse proxy bug ([ipfs/go-ipfs#7478](https://github.com/ipfs/go-ipfs/pull/7478))
96
+ - fix: ipfs name resolve --dht-record-count flag uses correct type and now works
97
+ - refactor: get rid of cmdDetails awkwardness
98
+ - IPNS format keys in b36cid ([ipfs/go-ipfs#7554](https://github.com/ipfs/go-ipfs/pull/7554))
99
+ - Key import and export cli commands ([ipfs/go-ipfs#7546](https://github.com/ipfs/go-ipfs/pull/7546))
100
+ - feat: add snap package configuration ([ipfs/go-ipfs#7529](https://github.com/ipfs/go-ipfs/pull/7529))
101
+ - chore: bump webui version
102
+ - repeat gateway subdomain test for all key types (#7542) ([ipfs/go-ipfs#7542](https://github.com/ipfs/go-ipfs/pull/7542))
103
+ - fix: override GOFLAGS
104
+ - update QUIC, enable the RetireBugBackwardsCompatibilityMode
105
+ - Document add behavior when the daemon is not running ([ipfs/go-ipfs#7514](https://github.com/ipfs/go-ipfs/pull/7514))
106
+ - ([ipfs/go-ipfs#7515](https://github.com/ipfs/go-ipfs/pull/7515))
107
+ - Choose Key type at initialization ([ipfs/go-ipfs#7251](https://github.com/ipfs/go-ipfs/pull/7251))
108
+ - feat: add flag to ipfs key and list to output keys in b36/CIDv1 (#7531) ([ipfs/go-ipfs#7531](https://github.com/ipfs/go-ipfs/pull/7531))
109
+ - feat: support ED25519 libp2p-key in subdomains
110
+ - chore: fix a typo
111
+ - docs: document X-Forwarded-Host
112
+ - feat: support X-Forwarded-Host when doing gateway redirect
113
+ - chore: update test deps for graphsync
114
+ - chore: bump test dependencies ([ipfs/go-ipfs#7524](https://github.com/ipfs/go-ipfs/pull/7524))
115
+ - fix: use static binaries in docker container ([ipfs/go-ipfs#7505](https://github.com/ipfs/go-ipfs/pull/7505))
116
+ - chore:bump webui version to 2.10.1 ([ipfs/go-ipfs#7504](https://github.com/ipfs/go-ipfs/pull/7504))
117
+ - chore: bump webui version ([ipfs/go-ipfs#7501](https://github.com/ipfs/go-ipfs/pull/7501))
118
+ - update version to 0.7.0-dev
119
+ - Merge branch 'release' into master
120
+ - systemd: specify repo path, to avoid unnecessary subdirectory ([ipfs/go-ipfs#7472](https://github.com/ipfs/go-ipfs/pull/7472))
121
+ - doc(prod): start documenting production stuff ([ipfs/go-ipfs#7469](https://github.com/ipfs/go-ipfs/pull/7469))
122
+ - Readme: Update link about init systems (and import old readme) ([ipfs/go-ipfs#7473](https://github.com/ipfs/go-ipfs/pull/7473))
123
+ - doc(config): expand peering docs ([ipfs/go-ipfs#7466](https://github.com/ipfs/go-ipfs/pull/7466))
124
+ - fix: Use the -p option in Dockerfile to make parents as needed ([ipfs/go-ipfs#7464](https://github.com/ipfs/go-ipfs/pull/7464))
125
+ - systemd: enable systemd hardening features ([ipfs/go-ipfs#7286](https://github.com/ipfs/go-ipfs/pull/7286))
126
+ - fix(migration): migrate /ipfs/ bootstrappers to /p2p/ ([ipfs/go-ipfs#7450](https://github.com/ipfs/go-ipfs/pull/7450))
127
+ - readme: update go-version ([ipfs/go-ipfs#7447](https://github.com/ipfs/go-ipfs/pull/7447))
128
+ - fix(migration): correctly migrate quic addresses ([ipfs/go-ipfs#7446](https://github.com/ipfs/go-ipfs/pull/7446))
129
+ - chore: add migration to listen on QUIC by default ([ipfs/go-ipfs#7443](https://github.com/ipfs/go-ipfs/pull/7443))
130
+ - go: bump minimal dependency to 1.14.4 ([ipfs/go-ipfs#7419](https://github.com/ipfs/go-ipfs/pull/7419))
131
+ - fix: use bitswap sessions for ipfs refs ([ipfs/go-ipfs#7389](https://github.com/ipfs/go-ipfs/pull/7389))
132
+ - fix(commands): print consistent addresses in ipfs id ([ipfs/go-ipfs#7397](https://github.com/ipfs/go-ipfs/pull/7397))
133
+ - fix two pubsub issues. ([ipfs/go-ipfs#7394](https://github.com/ipfs/go-ipfs/pull/7394))
134
+ - docs: add pacman.store (@RubenKelevra) to the early testers ([ipfs/go-ipfs#7368](https://github.com/ipfs/go-ipfs/pull/7368))
135
+ - Update docs-beta links to final URLs ([ipfs/go-ipfs#7386](https://github.com/ipfs/go-ipfs/pull/7386))
136
+ - feat: webui v2.9.0 ([ipfs/go-ipfs#7387](https://github.com/ipfs/go-ipfs/pull/7387))
137
+ - chore: update WebUI to 2.8.0 ([ipfs/go-ipfs#7380](https://github.com/ipfs/go-ipfs/pull/7380))
138
+ - mailmap support ([ipfs/go-ipfs#7375](https://github.com/ipfs/go-ipfs/pull/7375))
139
+ - doc: update the release template for git flow changes ([ipfs/go-ipfs#7370](https://github.com/ipfs/go-ipfs/pull/7370))
140
+ - chore: update deps ([ipfs/go-ipfs#7369](https://github.com/ipfs/go-ipfs/pull/7369))
141
+- github.com/ipfs/go-bitswap (v0.2.19 -> v0.2.20):
142
+ - fix: don't say we're sending a full wantlist unless we are (#429) ([ipfs/go-bitswap#429](https://github.com/ipfs/go-bitswap/pull/429))
143
+- github.com/ipfs/go-cid (v0.0.6 -> v0.0.7):
144
+ - feat: optimize cid.Prefix ([ipfs/go-cid#109](https://github.com/ipfs/go-cid/pull/109))
145
+- github.com/ipfs/go-datastore (v0.4.4 -> v0.4.5):
146
+ - Add test to ensure that Delete returns no error for missing keys ([ipfs/go-datastore#162](https://github.com/ipfs/go-datastore/pull/162))
147
+ - Fix typo in sync/sync.go ([ipfs/go-datastore#159](https://github.com/ipfs/go-datastore/pull/159))
148
+ - Add the generated flatfs stub, since it cannot be auto-generated ([ipfs/go-datastore#158](https://github.com/ipfs/go-datastore/pull/158))
149
+ - support flatfs fuzzing ([ipfs/go-datastore#157](https://github.com/ipfs/go-datastore/pull/157))
150
+ - fuzzing harness (#153) ([ipfs/go-datastore#153](https://github.com/ipfs/go-datastore/pull/153))
151
+ - feat(mount): don't give up on error ([ipfs/go-datastore#146](https://github.com/ipfs/go-datastore/pull/146))
152
+ - /test: fix bad ElemCount/10 lenght (should not be divided) ([ipfs/go-datastore#152](https://github.com/ipfs/go-datastore/pull/152))
153
+- github.com/ipfs/go-ds-flatfs (v0.4.4 -> v0.4.5):
154
+ - Add os.Rename wrapper for Plan 9 (#87) ([ipfs/go-ds-flatfs#87](https://github.com/ipfs/go-ds-flatfs/pull/87))
155
+- github.com/ipfs/go-fs-lock (v0.0.5 -> v0.0.6):
156
+ - Fix build on Plan 9 ([ipfs/go-fs-lock#17](https://github.com/ipfs/go-fs-lock/pull/17))
157
+- github.com/ipfs/go-graphsync (v0.0.5 -> v0.1.1):
158
+ - docs(CHANGELOG): update for v0.1.1
159
+ - docs(CHANGELOG): update for v0.1.0 release ([ipfs/go-graphsync#84](https://github.com/ipfs/go-graphsync/pull/84))
160
+ - Dedup by key extension (#83) ([ipfs/go-graphsync#83](https://github.com/ipfs/go-graphsync/pull/83))
161
+ - Release infrastructure (#81) ([ipfs/go-graphsync#81](https://github.com/ipfs/go-graphsync/pull/81))
162
+ - feat(persistenceoptions): add unregister ability (#80) ([ipfs/go-graphsync#80](https://github.com/ipfs/go-graphsync/pull/80))
163
+ - fix(message): regen protobuf code (#79) ([ipfs/go-graphsync#79](https://github.com/ipfs/go-graphsync/pull/79))
164
+ - feat(requestmanager): run response hooks on completed requests (#77) ([ipfs/go-graphsync#77](https://github.com/ipfs/go-graphsync/pull/77))
165
+ - Revert "add extensions on complete (#76)"
166
+ - add extensions on complete (#76) ([ipfs/go-graphsync#76](https://github.com/ipfs/go-graphsync/pull/76))
167
+ - All changes to date including pause requests & start paused, along with new adds for cleanups and checking of execution (#75) ([ipfs/go-graphsync#75](https://github.com/ipfs/go-graphsync/pull/75))
168
+ - More fine grained response controls (#71) ([ipfs/go-graphsync#71](https://github.com/ipfs/go-graphsync/pull/71))
169
+ - Refactor request execution and use IPLD SkipMe functionality for proper partial results on a request (#70) ([ipfs/go-graphsync#70](https://github.com/ipfs/go-graphsync/pull/70))
170
+ - feat(graphsync): implement do-no-send-cids extension (#69) ([ipfs/go-graphsync#69](https://github.com/ipfs/go-graphsync/pull/69))
171
+ - Incoming Block Hooks (#68) ([ipfs/go-graphsync#68](https://github.com/ipfs/go-graphsync/pull/68))
172
+ - fix(responsemanager): add nil check (#67) ([ipfs/go-graphsync#67](https://github.com/ipfs/go-graphsync/pull/67))
173
+ - refactor(hooks): use external pubsub (#65) ([ipfs/go-graphsync#65](https://github.com/ipfs/go-graphsync/pull/65))
174
+ - Update of IPLD Prime (#66) ([ipfs/go-graphsync#66](https://github.com/ipfs/go-graphsync/pull/66))
175
+ - feat(responsemanager): add listener for completed responses (#64) ([ipfs/go-graphsync#64](https://github.com/ipfs/go-graphsync/pull/64))
176
+ - Update Requests (#63) ([ipfs/go-graphsync#63](https://github.com/ipfs/go-graphsync/pull/63))
177
+ - Add pausing and unpausing of requests (#62) ([ipfs/go-graphsync#62](https://github.com/ipfs/go-graphsync/pull/62))
178
+ - Outgoing Request Hooks, swapping persistence layers (#61) ([ipfs/go-graphsync#61](https://github.com/ipfs/go-graphsync/pull/61))
179
+ - Feat/request hook loader chooser (#60) ([ipfs/go-graphsync#60](https://github.com/ipfs/go-graphsync/pull/60))
180
+ - Option to Reject requests by default (#58) ([ipfs/go-graphsync#58](https://github.com/ipfs/go-graphsync/pull/58))
181
+ - Testify refactor (#56) ([ipfs/go-graphsync#56](https://github.com/ipfs/go-graphsync/pull/56))
182
+ - Switch To Circle CI (#57) ([ipfs/go-graphsync#57](https://github.com/ipfs/go-graphsync/pull/57))
183
+ - fix(deps): go mod tidy
184
+ - docs(README): remove ipldbridge reference
185
+ - Tech Debt: Remove IPLD Bridge ([ipfs/go-graphsync#55](https://github.com/ipfs/go-graphsync/pull/55))
186
+- github.com/ipfs/go-ipfs-cmds (v0.2.9 -> v0.4.0):
187
+ - fix: allow requests from electron renderer (#201) ([ipfs/go-ipfs-cmds#201](https://github.com/ipfs/go-ipfs-cmds/pull/201))
188
+ - refactor: move external command checks into commands lib (#198) ([ipfs/go-ipfs-cmds#198](https://github.com/ipfs/go-ipfs-cmds/pull/198))
189
+ - Fix build on Plan 9 ([ipfs/go-ipfs-cmds#199](https://github.com/ipfs/go-ipfs-cmds/pull/199))
190
+- github.com/ipfs/go-ipfs-config (v0.8.0 -> v0.9.0):
191
+ - error if bit size specified with ed25519 keys (#105) ([ipfs/go-ipfs-config#105](https://github.com/ipfs/go-ipfs-config/pull/105))
192
+- github.com/ipfs/go-log/v2 (v2.0.8 -> v2.1.1):
193
+ failed to fetch repo
194
+- github.com/ipfs/go-path (v0.0.7 -> v0.0.8):
195
+ - ResolveToLastNode no longer fetches nodes it does not need ([ipfs/go-path#30](https://github.com/ipfs/go-path/pull/30))
196
+ - doc: add a lead maintainer
197
+- github.com/ipfs/interface-go-ipfs-core (v0.3.0 -> v0.4.0):
198
+ - Add ID formatting functions, used by various IPFS cli commands ([ipfs/interface-go-ipfs-core#65](https://github.com/ipfs/interface-go-ipfs-core/pull/65))
199
+- github.com/ipld/go-car (v0.1.0 -> v0.1.1-0.20200429200904-c222d793c339):
200
+ - Update go-ipld-prime to the era of NodeAssembler. ([ipld/go-car#31](https://github.com/ipld/go-car/pull/31))
201
+ - fix: update the cli tool's car dep ([ipld/go-car#30](https://github.com/ipld/go-car/pull/30))
202
+- github.com/ipld/go-ipld-prime (v0.0.2-0.20191108012745-28a82f04c785 -> v0.0.2-0.20200428162820-8b59dc292b8e):
203
+ - Add two basic examples of usage, as go tests.
204
+ - Fix marshalling error ([ipld/go-ipld-prime#53](https://github.com/ipld/go-ipld-prime/pull/53))
205
+ - Add more test specs for list and map nesting.
206
+ - traversal.SkipMe feature ([ipld/go-ipld-prime#51](https://github.com/ipld/go-ipld-prime/pull/51))
207
+ - Improvements to traversal docs.
208
+ - Drop code coverage bot config. ([ipld/go-ipld-prime#50](https://github.com/ipld/go-ipld-prime/pull/50))
209
+ - Promote NodeAssembler/NodeStyle interface rework to core, and use improved basicnode implementation. ([ipld/go-ipld-prime#49](https://github.com/ipld/go-ipld-prime/pull/49))
210
+ - Merge branch 'traversal-benchmarks'
211
+ - Merge branch 'cycle-breaking-and-traversal-benchmarks'
212
+ - Merge branch 'assembler-upgrade-to-codecs'
213
+ - Path clarifications ([ipld/go-ipld-prime#47](https://github.com/ipld/go-ipld-prime/pull/47))
214
+ - Merge branch 'research-admissions'
215
+ - Add a typed link node to allow traversal with code gen'd builders across links ([ipld/go-ipld-prime#41](https://github.com/ipld/go-ipld-prime/pull/41))
216
+ - Merge branch 'research-admissions'
217
+ - Library updates.
218
+ - Feat/add code gen disclaimer ([ipld/go-ipld-prime#39](https://github.com/ipld/go-ipld-prime/pull/39))
219
+ - Readme and key Node interface docs improvements.
220
+ - fix(schema/gen): return value not reference ([ipld/go-ipld-prime#38](https://github.com/ipld/go-ipld-prime/pull/38))
221
+- github.com/ipld/go-ipld-prime-proto (v0.0.0-20191113031812-e32bd156a1e5 -> v0.0.0-20200428191222-c1ffdadc01e1):
222
+ - feat(deps): upgrade to new IPLD prime ([ipld/go-ipld-prime-proto#1](https://github.com/ipld/go-ipld-prime-proto/pull/1))
223
+ - Update to latest ipld before rework ([ipld/go-ipld-prime-proto#2](https://github.com/ipld/go-ipld-prime-proto/pull/2))
224
+- github.com/libp2p/go-libp2p (v0.9.6 -> v0.11.0):
225
+ - Added parsing of IPv6 addresses for incoming mDNS requests ([libp2p/go-libp2p#990](https://github.com/libp2p/go-libp2p/pull/990))
226
+ - Switch from SECIO to Noise ([libp2p/go-libp2p#972](https://github.com/libp2p/go-libp2p/pull/972))
227
+ - fix tests ([libp2p/go-libp2p#995](https://github.com/libp2p/go-libp2p/pull/995))
228
+ - Bump Autonat version & validate fixed call loop in `.Addrs` (#988) ([libp2p/go-libp2p#988](https://github.com/libp2p/go-libp2p/pull/988))
229
+ - fix: use the correct external address when NAT port-mapping ([libp2p/go-libp2p#987](https://github.com/libp2p/go-libp2p/pull/987))
230
+ - upgrade deps + interoperable uvarint delimited writer/reader. (#985) ([libp2p/go-libp2p#985](https://github.com/libp2p/go-libp2p/pull/985))
231
+ - fix host can be dialed by autonat public addr, but lost the public addr to announce ([libp2p/go-libp2p#983](https://github.com/libp2p/go-libp2p/pull/983))
232
+ - Fix address advertisement bugs (#974) ([libp2p/go-libp2p#974](https://github.com/libp2p/go-libp2p/pull/974))
233
+ - fix: avoid a close deadlock in the natmanager ([libp2p/go-libp2p#971](https://github.com/libp2p/go-libp2p/pull/971))
234
+ - upgrade swarm; add ID() on mock conns and streams. (#970) ([libp2p/go-libp2p#970](https://github.com/libp2p/go-libp2p/pull/970))
235
+- github.com/libp2p/go-libp2p-asn-util (null -> v0.0.0-20200825225859-85005c6cf052):
236
+ - chore: go fmt
237
+ - feat: use deferred initialization of the asnStore ([libp2p/go-libp2p-asn-util#3](https://github.com/libp2p/go-libp2p-asn-util/pull/3))
238
+ - chore: switch to forked cidranger
239
+ - fixed code
240
+ - library for ASN mappings
241
+- github.com/libp2p/go-libp2p-autonat (v0.2.3 -> v0.3.2):
242
+ - static nat shouldn't call host.Addrs()
243
+ - upgrade deps + interoperable uvarint delimited writer/reader. (#95) ([libp2p/go-libp2p-autonat#95](https://github.com/libp2p/go-libp2p-autonat/pull/95))
244
+ - fix: a type switch nit ([libp2p/go-libp2p-autonat#83](https://github.com/libp2p/go-libp2p-autonat/pull/83))
245
+- github.com/libp2p/go-libp2p-blankhost (v0.1.6 -> v0.2.0):
246
+ - call reset where appropriate (and update deps) ([libp2p/go-libp2p-blankhost#52](https://github.com/libp2p/go-libp2p-blankhost/pull/52))
247
+- github.com/libp2p/go-libp2p-circuit (v0.2.3 -> v0.3.1):
248
+ - upgrade deps + interoperable uvarints. (#122) ([libp2p/go-libp2p-circuit#122](https://github.com/libp2p/go-libp2p-circuit/pull/122))
249
+ - Fix/remove deprecated logging ([libp2p/go-libp2p-circuit#85](https://github.com/libp2p/go-libp2p-circuit/pull/85))
250
+- github.com/libp2p/go-libp2p-core (v0.5.7 -> v0.6.1):
251
+ - experimental introspection support (#159) ([libp2p/go-libp2p-core#159](https://github.com/libp2p/go-libp2p-core/pull/159))
252
+- github.com/libp2p/go-libp2p-discovery (v0.4.0 -> v0.5.0):
253
+ - Put period at end of sentence ([libp2p/go-libp2p-discovery#65](https://github.com/libp2p/go-libp2p-discovery/pull/65))
254
+- github.com/libp2p/go-libp2p-kad-dht (v0.8.2 -> v0.9.0):
255
+ - chore: update deps ([libp2p/go-libp2p-kad-dht#689](https://github.com/libp2p/go-libp2p-kad-dht/pull/689))
256
+ - allow overwriting builtin dual DHT options ([libp2p/go-libp2p-kad-dht#688](https://github.com/libp2p/go-libp2p-kad-dht/pull/688))
257
+ - Hardening Improvements: RT diversity and decreased RT churn ([libp2p/go-libp2p-kad-dht#687](https://github.com/libp2p/go-libp2p-kad-dht/pull/687))
258
+ - Fix key log encoding ([libp2p/go-libp2p-kad-dht#682](https://github.com/libp2p/go-libp2p-kad-dht/pull/682))
259
+ - upgrade deps + uvarint delimited writer/reader. (#684) ([libp2p/go-libp2p-kad-dht#684](https://github.com/libp2p/go-libp2p-kad-dht/pull/684))
260
+ - periodicBootstrapInterval should be ticker? (#678) ([libp2p/go-libp2p-kad-dht#678](https://github.com/libp2p/go-libp2p-kad-dht/pull/678))
261
+ - removes duplicate comment ([libp2p/go-libp2p-kad-dht#674](https://github.com/libp2p/go-libp2p-kad-dht/pull/674))
262
+ - Revert "Peer Diversity in the Routing Table (#658)" ([libp2p/go-libp2p-kad-dht#670](https://github.com/libp2p/go-libp2p-kad-dht/pull/670))
263
+ - Fixed problem with refresh logging ([libp2p/go-libp2p-kad-dht#667](https://github.com/libp2p/go-libp2p-kad-dht/pull/667))
264
+ - feat: protect all peers in low buckets, tag everyone else with 5 ([libp2p/go-libp2p-kad-dht#666](https://github.com/libp2p/go-libp2p-kad-dht/pull/666))
265
+ - Peer Diversity in the Routing Table (#658) ([libp2p/go-libp2p-kad-dht#658](https://github.com/libp2p/go-libp2p-kad-dht/pull/658))
266
+- github.com/libp2p/go-libp2p-kbucket (v0.4.2 -> v0.4.7):
267
+ - chore: switch from go-multiaddr-net to go-multiaddr/net
268
+ - Use crypto/rand for generating random prefixes
269
+ - feat: when using the diversity filter for ipv6 addresses if the ASN cannot be found for a particular address then fallback on using the /32 mask of the address as the group name instead of simply rejecting the peer from routing table
270
+ - simplify filter (#92) ([libp2p/go-libp2p-kbucket#92](https://github.com/libp2p/go-libp2p-kbucket/pull/92))
271
+ - fix: switch to forked cid ranger dep ([libp2p/go-libp2p-kbucket#91](https://github.com/libp2p/go-libp2p-kbucket/pull/91))
272
+ - Reduce Routing Table churn (#90) ([libp2p/go-libp2p-kbucket#90](https://github.com/libp2p/go-libp2p-kbucket/pull/90))
273
+ - Peer Diversity for Routing Table and Querying (#88) ([libp2p/go-libp2p-kbucket#88](https://github.com/libp2p/go-libp2p-kbucket/pull/88))
274
+ - fix bug in peer eviction (#87) ([libp2p/go-libp2p-kbucket#87](https://github.com/libp2p/go-libp2p-kbucket/pull/87))
275
+ - feat: add an AddedAt timestamp (#84) ([libp2p/go-libp2p-kbucket#84](https://github.com/libp2p/go-libp2p-kbucket/pull/84))
276
+- github.com/libp2p/go-libp2p-pubsub (v0.3.1 -> v0.3.5):
277
+ - regenerate protobufs (#381) ([libp2p/go-libp2p-pubsub#381](https://github.com/libp2p/go-libp2p-pubsub/pull/381))
278
+ - track validation time
279
+ - fullfill promise as soon as a message begins validation
280
+ - don't apply penalty in self origin rejections
281
+ - add behaviour penalty threshold
282
+ - Add String() method to Topic.
283
+ - add regression test for issue 371
284
+ - don't add direct peers to fanout
285
+ - reference spec change in comment.
286
+ - fix backoff slack time
287
+ - use the heartbeat interval for slack time
288
+ - add slack time to prune backoff clearance
289
+ - fix: call the correct tracer function in FloodSubRouter.Leave (#373) ([libp2p/go-libp2p-pubsub#373](https://github.com/libp2p/go-libp2p-pubsub/pull/373))
290
+ - downgrade trace buffer overflow log to debug
291
+ - track topics in Reject/Duplicate/Deliver events
292
+ - add topics to Reject/Duplicate/Deliver events
293
+ - fix flaky test
294
+ - refactor ip colocation factor computation that is common for score and inspection
295
+ - better handling of intermediate topic score snapshots
296
+ - disallow duplicate score inspectors
297
+ - make peer score inspect function types aliases
298
+ - extended peer score inspection
299
+ - upgrade deps + interoperable uvarint delimited writer/reader.
300
+ - Add warning about messageIDs
301
+ - Signing policy + optional Signature, From and Seqno ([libp2p/go-libp2p-pubsub#359](https://github.com/libp2p/go-libp2p-pubsub/pull/359))
302
+ - Update pubsub.go
303
+ - Define a public error ErrSubscriptionCancelled.
304
+ - only do PX on leave if PX was enabled in the node
305
+ - drop warning about failure to open stream to a debug log
306
+ - reinstate tagging (now protection) tests
307
+ - disable tests for direct/mesh tags, we don't have an interface to query the connman yet
308
+ - protect direct and mesh peers in the connection manager
309
+ - feat: add direct connect ticks option
310
+- github.com/libp2p/go-libp2p-pubsub-router (v0.3.0 -> v0.3.2):
311
+ - upgrade deps + interoperable uvarint delimited writer/reader. (#79) ([libp2p/go-libp2p-pubsub-router#79](https://github.com/libp2p/go-libp2p-pubsub-router/pull/79))
312
+- github.com/libp2p/go-libp2p-quic-transport (v0.6.0 -> v0.8.0):
313
+ - update quic-go to v0.18.0 (#171) ([libp2p/go-libp2p-quic-transport#171](https://github.com/libp2p/go-libp2p-quic-transport/pull/171))
314
+- github.com/libp2p/go-libp2p-swarm (v0.2.6 -> v0.2.8):
315
+ - slim down dependencies ([libp2p/go-libp2p-swarm#225](https://github.com/libp2p/go-libp2p-swarm/pull/225))
316
+ - `ID()` method on connections and streams + record opening time (#224) ([libp2p/go-libp2p-swarm#224](https://github.com/libp2p/go-libp2p-swarm/pull/224))
317
+- github.com/libp2p/go-libp2p-testing (v0.1.1 -> v0.2.0):
318
+ - Add net benchmark harness ([libp2p/go-libp2p-testing#21](https://github.com/libp2p/go-libp2p-testing/pull/21))
319
+ - Update suite to check that streams respect mux.ErrReset. ([libp2p/go-libp2p-testing#16](https://github.com/libp2p/go-libp2p-testing/pull/16))
320
+- github.com/libp2p/go-maddr-filter (v0.0.5 -> v0.1.0):
321
+ - deprecate this package; moved to multiformats/go-multiaddr. (#23) ([libp2p/go-maddr-filter#23](https://github.com/libp2p/go-maddr-filter/pull/23))
322
+ - chore(dep): update ([libp2p/go-maddr-filter#18](https://github.com/libp2p/go-maddr-filter/pull/18))
323
+- github.com/libp2p/go-msgio (v0.0.4 -> v0.0.6):
324
+ - interoperable uvarints. (#21) ([libp2p/go-msgio#21](https://github.com/libp2p/go-msgio/pull/21))
325
+ - upgrade deps + interoperable uvarint delimited writer/reader. (#20) ([libp2p/go-msgio#20](https://github.com/libp2p/go-msgio/pull/20))
326
+- github.com/libp2p/go-netroute (v0.1.2 -> v0.1.3):
327
+ - add Plan 9 support
328
+- github.com/libp2p/go-openssl (v0.0.5 -> v0.0.7):
329
+ - make ed25519 less special ([libp2p/go-openssl#7](https://github.com/libp2p/go-openssl/pull/7))
330
+ - Add required bindings to support openssl in libp2p-tls ([libp2p/go-openssl#6](https://github.com/libp2p/go-openssl/pull/6))
331
+- github.com/libp2p/go-reuseport (v0.0.1 -> v0.0.2):
332
+ - Fix build on Plan 9 ([libp2p/go-reuseport#79](https://github.com/libp2p/go-reuseport/pull/79))
333
+ - farewell gx; thanks for serving us well.
334
+ - update readme badges
335
+ - remove Jenkinsfile.
336
+- github.com/libp2p/go-reuseport-transport (v0.0.3 -> v0.0.4):
337
+ - Update go-netroute and go-reuseport for Plan 9 support
338
+ - Fix build on Plan 9
339
+- github.com/lucas-clemente/quic-go (v0.16.2 -> v0.18.0):
340
+ - create a milestone version for v0.18.x
341
+ - add Changelog entries for v0.17 ([lucas-clemente/quic-go#2726](https://github.com/lucas-clemente/quic-go/pull/2726))
342
+ - regenerate the testdata certificate with SAN instead of CommonName ([lucas-clemente/quic-go#2723](https://github.com/lucas-clemente/quic-go/pull/2723))
343
+ - make it possible to use multiple qtls versions at the same time, add support for Go 1.15 ([lucas-clemente/quic-go#2720](https://github.com/lucas-clemente/quic-go/pull/2720))
344
+ - add fuzzing for transport parameters ([lucas-clemente/quic-go#2713](https://github.com/lucas-clemente/quic-go/pull/2713))
345
+ - run golangci-lint on GitHub Actions ([lucas-clemente/quic-go#2700](https://github.com/lucas-clemente/quic-go/pull/2700))
346
+ - disallow values above 2^60 for Config.MaxIncoming{Uni}Streams ([lucas-clemente/quic-go#2711](https://github.com/lucas-clemente/quic-go/pull/2711))
347
+ - never send a value larger than 2^60 in MAX_STREAMS frames ([lucas-clemente/quic-go#2710](https://github.com/lucas-clemente/quic-go/pull/2710))
348
+ - run the check for go generated files on GitHub Actions instead of Travis ([lucas-clemente/quic-go#2703](https://github.com/lucas-clemente/quic-go/pull/2703))
349
+ - update QUIC draft version information in README ([lucas-clemente/quic-go#2715](https://github.com/lucas-clemente/quic-go/pull/2715))
350
+ - remove Fuzzit badge from README ([lucas-clemente/quic-go#2714](https://github.com/lucas-clemente/quic-go/pull/2714))
351
+ - use the correct return values in Fuzz() functions ([lucas-clemente/quic-go#2705](https://github.com/lucas-clemente/quic-go/pull/2705))
352
+ - simplify the connection, rename it to sendConn ([lucas-clemente/quic-go#2707](https://github.com/lucas-clemente/quic-go/pull/2707))
353
+ - update qpack to v0.2.0 ([lucas-clemente/quic-go#2704](https://github.com/lucas-clemente/quic-go/pull/2704))
354
+ - remove redundant error check in the stream ([lucas-clemente/quic-go#2718](https://github.com/lucas-clemente/quic-go/pull/2718))
355
+ - put back the packet buffer when parsing the connection ID fails ([lucas-clemente/quic-go#2708](https://github.com/lucas-clemente/quic-go/pull/2708))
356
+ - update fuzzing code for oss-fuzz ([lucas-clemente/quic-go#2702](https://github.com/lucas-clemente/quic-go/pull/2702))
357
+ - fix travis script ([lucas-clemente/quic-go#2701](https://github.com/lucas-clemente/quic-go/pull/2701))
358
+ - remove Fuzzit from Travis config ([lucas-clemente/quic-go#2699](https://github.com/lucas-clemente/quic-go/pull/2699))
359
+ - add a script to check if go generated files are correct ([lucas-clemente/quic-go#2692](https://github.com/lucas-clemente/quic-go/pull/2692))
360
+ - only arm the application data PTO timer after the handshake is confirmed ([lucas-clemente/quic-go#2689](https://github.com/lucas-clemente/quic-go/pull/2689))
361
+ - fix tracing of congestion state updates ([lucas-clemente/quic-go#2691](https://github.com/lucas-clemente/quic-go/pull/2691))
362
+ - fix reading of flag values in integration tests ([lucas-clemente/quic-go#2690](https://github.com/lucas-clemente/quic-go/pull/2690))
363
+ - remove ACK decimation ([lucas-clemente/quic-go#2599](https://github.com/lucas-clemente/quic-go/pull/2599))
364
+ - add a metric for PTOs ([lucas-clemente/quic-go#2686](https://github.com/lucas-clemente/quic-go/pull/2686))
365
+ - remove the H3_EARLY_RESPONSE error ([lucas-clemente/quic-go#2687](https://github.com/lucas-clemente/quic-go/pull/2687))
366
+ - implement tracing for congestion state changes ([lucas-clemente/quic-go#2684](https://github.com/lucas-clemente/quic-go/pull/2684))
367
+ - remove the N connection simulation from the Reno code ([lucas-clemente/quic-go#2682](https://github.com/lucas-clemente/quic-go/pull/2682))
368
+ - remove the SSLR (slow start large reduction) experiment ([lucas-clemente/quic-go#2680](https://github.com/lucas-clemente/quic-go/pull/2680))
369
+ - remove unused connectionStats counters from the Reno implementation ([lucas-clemente/quic-go#2683](https://github.com/lucas-clemente/quic-go/pull/2683))
370
+ - add an integration test that randomly sets tracers ([lucas-clemente/quic-go#2679](https://github.com/lucas-clemente/quic-go/pull/2679))
371
+ - privatize some methods in the congestion controller package ([lucas-clemente/quic-go#2681](https://github.com/lucas-clemente/quic-go/pull/2681))
372
+ - fix out-of-bounds read when creating a multiplexed tracer ([lucas-clemente/quic-go#2678](https://github.com/lucas-clemente/quic-go/pull/2678))
373
+ - run integration tests with qlog and metrics on CircleCI ([lucas-clemente/quic-go#2677](https://github.com/lucas-clemente/quic-go/pull/2677))
374
+ - add a metric for closed connections ([lucas-clemente/quic-go#2676](https://github.com/lucas-clemente/quic-go/pull/2676))
375
+ - trace packets that are sent outside of a connection ([lucas-clemente/quic-go#2675](https://github.com/lucas-clemente/quic-go/pull/2675))
376
+ - trace dropped packets that are dropped before they are passed to any session ([lucas-clemente/quic-go#2670](https://github.com/lucas-clemente/quic-go/pull/2670))
377
+ - add a metric for sent packets ([lucas-clemente/quic-go#2673](https://github.com/lucas-clemente/quic-go/pull/2673))
378
+ - add a metric for lost packets ([lucas-clemente/quic-go#2672](https://github.com/lucas-clemente/quic-go/pull/2672))
379
+ - simplify the Tracer interface by combining the TracerFor... methods ([lucas-clemente/quic-go#2671](https://github.com/lucas-clemente/quic-go/pull/2671))
380
+ - add a metrics package using OpenCensus, trace connections ([lucas-clemente/quic-go#2646](https://github.com/lucas-clemente/quic-go/pull/2646))
381
+ - add a multiplexer for the tracer ([lucas-clemente/quic-go#2665](https://github.com/lucas-clemente/quic-go/pull/2665))
382
+ - introduce a type for stateless reset tokens ([lucas-clemente/quic-go#2668](https://github.com/lucas-clemente/quic-go/pull/2668))
383
+ - log all reasons why a connection is closed ([lucas-clemente/quic-go#2669](https://github.com/lucas-clemente/quic-go/pull/2669))
384
+ - add integration tests using faulty packet conns ([lucas-clemente/quic-go#2663](https://github.com/lucas-clemente/quic-go/pull/2663))
385
+ - don't block sendQueue.Send() if the runloop already exited. ([lucas-clemente/quic-go#2656](https://github.com/lucas-clemente/quic-go/pull/2656))
386
+ - move the SupportedVersions slice out of the wire.Header ([lucas-clemente/quic-go#2664](https://github.com/lucas-clemente/quic-go/pull/2664))
387
+ - add a flag to disable conn ID generation and the check for retired conn IDs ([lucas-clemente/quic-go#2660](https://github.com/lucas-clemente/quic-go/pull/2660))
388
+ - put the session in the packet handler map directly (for client sessions) ([lucas-clemente/quic-go#2667](https://github.com/lucas-clemente/quic-go/pull/2667))
389
+ - don't send write error in CONNECTION_CLOSE frames ([lucas-clemente/quic-go#2666](https://github.com/lucas-clemente/quic-go/pull/2666))
390
+ - reset the PTO count before setting the timer when dropping a PN space ([lucas-clemente/quic-go#2657](https://github.com/lucas-clemente/quic-go/pull/2657))
391
+ - enforce that a connection ID is not retired in a packet that uses that connection ID ([lucas-clemente/quic-go#2651](https://github.com/lucas-clemente/quic-go/pull/2651))
392
+ - don't retire the conn ID that's in use when receiving a retransmission ([lucas-clemente/quic-go#2652](https://github.com/lucas-clemente/quic-go/pull/2652))
393
+ - fix flaky cancelation integration test ([lucas-clemente/quic-go#2649](https://github.com/lucas-clemente/quic-go/pull/2649))
394
+ - fix crash when the qlog callbacks returns a nil io.WriteCloser ([lucas-clemente/quic-go#2648](https://github.com/lucas-clemente/quic-go/pull/2648))
395
+ - fix flaky server test on Travis ([lucas-clemente/quic-go#2645](https://github.com/lucas-clemente/quic-go/pull/2645))
396
+ - fix a typo in the logging package test suite
397
+ - introduce type aliases in the logging package ([lucas-clemente/quic-go#2643](https://github.com/lucas-clemente/quic-go/pull/2643))
398
+ - rename frame fields to the names used in the draft ([lucas-clemente/quic-go#2644](https://github.com/lucas-clemente/quic-go/pull/2644))
399
+ - split the qlog package into a logging and a qlog package, use a tracer interface in the quic.Config ([lucas-clemente/quic-go#2638](https://github.com/lucas-clemente/quic-go/pull/2638))
400
+ - fix HTTP request writing if the Request.Body reads data and returns EOF ([lucas-clemente/quic-go#2642](https://github.com/lucas-clemente/quic-go/pull/2642))
401
+ - handle Version Negotiation packets in the session ([lucas-clemente/quic-go#2640](https://github.com/lucas-clemente/quic-go/pull/2640))
402
+ - increase the packet size of the client's Initial packet ([lucas-clemente/quic-go#2634](https://github.com/lucas-clemente/quic-go/pull/2634))
403
+ - introduce an assertion in the server ([lucas-clemente/quic-go#2637](https://github.com/lucas-clemente/quic-go/pull/2637))
404
+ - use the new qtls interface for (re)storing app data with a session state ([lucas-clemente/quic-go#2631](https://github.com/lucas-clemente/quic-go/pull/2631))
405
+ - remove buffering of HTTP requests ([lucas-clemente/quic-go#2626](https://github.com/lucas-clemente/quic-go/pull/2626))
406
+ - remove superfluous parameters logged when not doing 0-RTT ([lucas-clemente/quic-go#2632](https://github.com/lucas-clemente/quic-go/pull/2632))
407
+ - return an infinite bandwidth if the RTT is zero ([lucas-clemente/quic-go#2636](https://github.com/lucas-clemente/quic-go/pull/2636))
408
+ - drop support for Go 1.13 ([lucas-clemente/quic-go#2628](https://github.com/lucas-clemente/quic-go/pull/2628))
409
+ - remove superfluos handleResetStreamFrame method on the stream ([lucas-clemente/quic-go#2623](https://github.com/lucas-clemente/quic-go/pull/2623))
410
+ - implement a token-bucket pacing algorithm ([lucas-clemente/quic-go#2615](https://github.com/lucas-clemente/quic-go/pull/2615))
411
+ - gracefully handle concurrent stream writes and cancellations ([lucas-clemente/quic-go#2624](https://github.com/lucas-clemente/quic-go/pull/2624))
412
+ - log sent packets right before sending them out ([lucas-clemente/quic-go#2613](https://github.com/lucas-clemente/quic-go/pull/2613))
413
+ - remove unused packet counter in the receivedPacketTracker ([lucas-clemente/quic-go#2611](https://github.com/lucas-clemente/quic-go/pull/2611))
414
+ - rewrite the proxy to avoid packet reordering ([lucas-clemente/quic-go#2617](https://github.com/lucas-clemente/quic-go/pull/2617))
415
+ - fix flaky INVALID_TOKEN integration test ([lucas-clemente/quic-go#2610](https://github.com/lucas-clemente/quic-go/pull/2610))
416
+ - make DialEarly return EarlySession ([lucas-clemente/quic-go#2621](https://github.com/lucas-clemente/quic-go/pull/2621))
417
+ - add debug logging to the packet handler map ([lucas-clemente/quic-go#2608](https://github.com/lucas-clemente/quic-go/pull/2608))
418
+ - increase the minimum pacing delay to 1ms ([lucas-clemente/quic-go#2605](https://github.com/lucas-clemente/quic-go/pull/2605))
419
+- github.com/marten-seemann/qpack (v0.1.0 -> v0.2.0):
420
+ - don't reuse the encoder in the integration tests ([marten-seemann/qpack#18](https://github.com/marten-seemann/qpack/pull/18))
421
+ - use Huffman encoding for field names and values ([marten-seemann/qpack#16](https://github.com/marten-seemann/qpack/pull/16))
422
+ - add more tests for encoding using the static table ([marten-seemann/qpack#15](https://github.com/marten-seemann/qpack/pull/15))
423
+ - Encoder uses the static table. ([marten-seemann/qpack#10](https://github.com/marten-seemann/qpack/pull/10))
424
+ - add gofmt to golangci-lint
425
+ - update qifs to the current version ([marten-seemann/qpack#14](https://github.com/marten-seemann/qpack/pull/14))
426
+ - use golangci-lint for linting ([marten-seemann/qpack#12](https://github.com/marten-seemann/qpack/pull/12))
427
+ - add fuzzing ([marten-seemann/qpack#9](https://github.com/marten-seemann/qpack/pull/9))
428
+ - update qifs
429
+ - use https protocol for submodule clone ([marten-seemann/qpack#7](https://github.com/marten-seemann/qpack/pull/7))
430
+- github.com/marten-seemann/qtls (v0.9.1 -> v0.10.0):
431
+ - add callbacks to store and restore app data along a session state
432
+ - remove support for Go 1.13
433
+- github.com/marten-seemann/qtls-go1-15 (null -> v0.1.0):
434
+ - use a prefix for client session cache keys
435
+ - add callbacks to store and restore app data along a session state
436
+ - don't use TLS 1.3 compatibility mode when using alternative record layer
437
+ - delete the session ticket after attempting 0-RTT
438
+ - reject 0-RTT when a different ALPN is chosen
439
+ - encode the ALPN into the session ticket
440
+ - add a field to the ConnectionState to tell if 0-RTT was used
441
+ - add a callback to tell the client about rejection of 0-RTT
442
+ - don't offer 0-RTT after a HelloRetryRequest
443
+ - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
444
+ - add the option to encode application data into the session ticket
445
+ - export the 0-RTT write key
446
+ - abuse the nonce field of ClientSessionState to save max_early_data_size
447
+ - export the 0-RTT read key
448
+ - close connection if client attempts 0-RTT, but ticket didn't allow it
449
+ - encode the max early data size into the session ticket
450
+ - implement parsing of the early_data extension in the EncryptedExtensions
451
+ - add a tls.Config.MaxEarlyData option to enable 0-RTT
452
+ - accept TLS 1.3 cipher suites in Config.CipherSuites
453
+ - introduce a function on the connection to generate a session ticket
454
+ - add a config option to enforce selection of an application protocol
455
+ - export Conn.HandlePostHandshakeMessage
456
+ - export Alert
457
+ - reject Configs that set MaxVersion < 1.3 when using a record layer
458
+ - enforce TLS 1.3 when using an alternative record layer
459
+- github.com/multiformats/go-multiaddr (v0.2.2 -> v0.3.1):
460
+ - dep: add "codependencies" for handling version conflicts ([multiformats/go-multiaddr#132](https://github.com/multiformats/go-multiaddr/pull/132))
461
+ - Support /p2p addresses encoded as CIDs ([multiformats/go-multiaddr#130](https://github.com/multiformats/go-multiaddr/pull/130))
462
+ - Merge go-multiaddr-net
463
+- github.com/multiformats/go-multiaddr-net (v0.1.5 -> v0.2.0):
464
+ - Deprecate ([multiformats/go-multiaddr-net#72](https://github.com/multiformats/go-multiaddr-net/pull/72))
465
+- github.com/multiformats/go-multihash (v0.0.13 -> v0.0.14):
466
+ - fix: only register one blake2s length ([multiformats/go-multihash#129](https://github.com/multiformats/go-multihash/pull/129))
467
+ - feat: add two filecoin hashes, without Sum() implementations ([multiformats/go-multihash#128](https://github.com/multiformats/go-multihash/pull/128))
468
+ - feat: reduce blake2b allocations by special-casing the 256/512 variants ([multiformats/go-multihash#126](https://github.com/multiformats/go-multihash/pull/126))
469
+- github.com/multiformats/go-multistream (v0.1.1 -> v0.1.2):
470
+ - upgrade deps + interoperable varints. (#51) ([multiformats/go-multistream#51](https://github.com/multiformats/go-multistream/pull/51))
471
+- github.com/multiformats/go-varint (v0.0.5 -> v0.0.6):
472
+ - fix minor interoperability issues. (#6) ([multiformats/go-varint#6](https://github.com/multiformats/go-varint/pull/6))
473
+- github.com/warpfork/go-wish (v0.0.0-20190328234359-8b3e70f8e830 -> v0.0.0-20200122115046-b9ea61034e4a):
474
+ - Add ShouldBeSameTypeAs checker.
475
+ - Integration test update for go versions.
476
+- github.com/whyrusleeping/cbor-gen (v0.0.0-20200123233031-1cdf64d27158 -> v0.0.0-20200402171437-3d27c146c105):
477
+ - Handle Nil values for cbg.Deferred ([whyrusleeping/cbor-gen#14](https://github.com/whyrusleeping/cbor-gen/pull/14))
478
+ - add name of struct field to error messages
479
+ - Support uint64 pointers ([whyrusleeping/cbor-gen#13](https://github.com/whyrusleeping/cbor-gen/pull/13))
480
+ - int64 support in map encoders ([whyrusleeping/cbor-gen#12](https://github.com/whyrusleeping/cbor-gen/pull/12))
481
+ - Fix uint64 typed array gen ([whyrusleeping/cbor-gen#10](https://github.com/whyrusleeping/cbor-gen/pull/10))
482
+ - Fix cbg self referencing import path ([whyrusleeping/cbor-gen#8](https://github.com/whyrusleeping/cbor-gen/pull/8))
483
+
484
+### Contributors
485
+
486
+| Contributor | Commits | Lines ± | Files Changed |
487
+|-------------|---------|---------|---------------|
488
+| Marten Seemann | 156 | +16428/-42621 | 979 |
489
+| hannahhoward | 42 | +15132/-9819 | 467 |
490
+| Eric Myhre | 114 | +13709/-6898 | 586 |
491
+| Steven Allen | 55 | +1211/-2714 | 95 |
492
+| Adin Schmahmann | 54 | +1660/-783 | 117 |
493
+| Petar Maymounkov | 23 | +1677/-671 | 75 |
494
+| Aarsh Shah | 10 | +1926/-341 | 39 |
495
+| Raúl Kripalani | 17 | +1134/-537 | 53 |
496
+| Will | 1 | +841/-0 | 9 |
497
+| rendaw | 3 | +425/-195 | 12 |
498
+| Will Scott | 8 | +302/-229 | 15 |
499
+| vyzo | 22 | +345/-166 | 23 |
500
+| Fazlul Shahriar | 7 | +452/-44 | 19 |
501
+| Peter Rabbitson | 1 | +353/-118 | 5 |
502
+| Hector Sanjuan | 10 | +451/-3 | 14 |
503
+| Marcin Rataj | 9 | +298/-106 | 16 |
504
+| Łukasz Magiera | 4 | +329/-51 | 12 |
505
+| RubenKelevra | 9 | +331/-7 | 12 |
506
+| Michael Muré | 2 | +259/-69 | 6 |
507
+| jstordeur | 1 | +252/-2 | 5 |
508
+| Diederik Loerakker | 1 | +168/-35 | 7 |
509
+| Tiger | 3 | +138/-52 | 8 |
510
+| Kevin Neaton | 3 | +103/-21 | 9 |
511
+| Rod Vagg | 1 | +50/-40 | 4 |
512
+| Oli Evans | 4 | +60/-9 | 6 |
513
+| achingbrain | 4 | +30/-30 | 5 |
514
+| Cyril Fougeray | 2 | +34/-24 | 2 |
515
+| Luke Tucker | 1 | +31/-1 | 2 |
516
+| sandman | 2 | +23/-7 | 3 |
517
+| Alan Shaw | 1 | +18/-9 | 2 |
518
+| Jacob Heun | 4 | +13/-3 | 4 |
519
+| Jessica Schilling | 3 | +7/-7 | 3 |
520
+| Rafael Ramalho | 4 | +9/-4 | 4 |
521
+| Jeromy Johnson | 2 | +6/-6 | 4 |
522
+| Nick Cabatoff | 1 | +7/-2 | 1 |
523
+| Stephen Solka | 1 | +1/-7 | 1 |
524
+| Preston Van Loon | 2 | +6/-2 | 2 |
525
+| Jakub Sztandera | 2 | +5/-2 | 2 |
526
+| llx | 1 | +3/-3 | 1 |
527
+| Adrian Lanzafame | 1 | +3/-3 | 1 |
528
+| Yusef Napora | 1 | +3/-2 | 1 |
529
+| Louis Thibault | 1 | +5/-0 | 1 |
530
+| Martín Triay | 1 | +4/-0 | 1 |
531
+| Hlib | 1 | +2/-2 | 1 |
532
+| Shotaro Yamada | 1 | +2/-1 | 1 |
533
+| phuslu | 1 | +1/-1 | 1 |
534
+| Zero King | 1 | +1/-1 | 1 |
535
+| Rüdiger Klaehn | 1 | +2/-0 | 1 |
536
+| Nex | 1 | +1/-1 | 1 |
537
+| Mark Gaiser | 1 | +1/-1 | 1 |
538
+| Luflosi | 1 | +1/-1 | 1 |
539
+| David Florness | 1 | +1/-1 | 1 |
540
+| Dean Eigenmann | 1 | +0/-1 | 1 |
docs/changelogs/v0.8.md
new
+561
@@ -0,0 +1,561 @@
1
+# go-ipfs changelog v0.8
2
+
3
+## v0.8.0 2021-02-18
4
+
5
+We're happy to announce go-ipfs 0.8.0! This is planned to be a fairly small release focused on integrating in the new pinning service/remote pinning [API](https://github.com/ipfs/pinning-services-api-spec) that makes the experience of managing pins across pinning services easier and more uniform.
6
+
7
+### 🔦 Highlights
8
+
9
+#### 🧷 Remote pinning services
10
+
11
+There is now support for asking remote services to pin data for you. This means anyone can implement the [spec](https://ipfs.github.io/pinning-services-api-spec/) (developed in this [repo](https://github.com/ipfs/pinning-services-api-spec)) and allow for pin management.
12
+
13
+All of the CLI (and corresponding HTTP API) commands are available under `ipfs pin remote`.
14
+
15
+This remote pinning service comes with a redesign of how we're thinking about pinning and includes some commonly requested features such as:
16
+- Pins can have names (and coming soon metadata)
17
+- The same content can be pinned multiple times, but of course stored only once
18
+ - This allows applications using the same pinning service to manage their own pins without worrying about removing content important to another application
19
+- Data can be pinned in either the foreground or background
20
+
21
+
22
+Examples include:
23
+```
24
+ipfs pin remote service add myservice https://myservice.tld:1234/api/path myaccess key
25
+
26
+ipfs pin remote add /ipfs/bafymydata --service=myservice --name=myfile
27
+ipfs pin remote ls --service=myservice --name=myfile
28
+ipfs pin remote ls --service=myservice --cid=bafymydata
29
+ipfs pin remote rm --serivce=myservice --name=myfile
30
+```
31
+A few notes:
32
+
33
+Remote pinning services work with recursive pins. This means commands like `ipfs pin remote ls` will not list indirectly pinned CIDs.
34
+
35
+While pinning service data is stored in the configuration file it cannot be edited directly via the `ipfs config` commands due to the sensitive nature of pinning service API keys. The `ipfs pin remote service` commands can be used for interacting with remote service settings.
36
+
37
+#### 📌 Faster local pinning and unpinning
38
+
39
+The pinning subsystem has been redesigned to be much faster and more flexible in how it tracks pins. For users who are working with many pins this will lead to a big speed increase in listing and modifying the set of pinned items as well as decreased memory usage.
40
+
41
+Part of the redesign was setup to account for being able to interact with local pins the same way we can now interact with remote pins (e.g. names, being allowed to pin the same CID multiple times, etc.). Keep posted for more improvements to pinning.
42
+
43
+#### DNSLink names on https:// subdomains
44
+
45
+Previously DNSLink names would have trouble loading over subdomain gateways with HTTPS support since there is no way to get multilevel wildcard certificates (e.g. `en.wikipedia-on-ipfs.org.ipns.dweb.link` cannot be covered by `*.ipns.dweb.link`). Therefore, when trying to load DNSLink names over https:// subdomains go-ipfs we now forward to an encoded DNS name. Since DNS names cannot contain `.` in them they are escaped using `-`.
46
+
47
+`/ipns/en.wikipedia-on-ipfs.org` →
48
+`ipns://en.wikipedia-on-ipfs.org` →
49
+`https://dweb.link/ipns/en.wikipedia-on-ipfs.org`
50
+`https://en-wikipedia--on--ipfs-org.ipns.dweb.link` :point_left: _a single DNS label, no TLS error_
51
+
52
+#### QUIC update
53
+
54
+QUIC support has received a number of upgrades, including the ability to take advantage of larger UDP receive buffers for increased performance.
55
+
56
+Linux users may notice a logged error on daemon startup if your system needs extra configuration to allow IPFS increase the buffer size. A helpful link for resolving this is in the log message as well as [here](https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size).
57
+
58
+#### 👋 No more Darwin 386 builds
59
+
60
+Go 1.15 (the latest version of Go) [no longer supports](https://github.com/golang/go/issues/34749) Darwin 386 and so we are dropping support as well.
61
+
62
+### Changelog
63
+
64
+- github.com/ipfs/go-ipfs:
65
+ - Release v0.8.0
66
+ - docs: RepinInterval
67
+ - style: docs/config.md
68
+ - style: improved MFS PinName example
69
+ - docs: Pinning.RemoteServices.Policies
70
+ - fix: decrease log level of opencensus initialization ([ipfs/go-ipfs#7815](https://github.com/ipfs/go-ipfs/pull/7815))
71
+ - Register oc metrics ([ipfs/go-ipfs#7593](https://github.com/ipfs/go-ipfs/pull/7593))
72
+ - add remote pinning to ipfs command (#7661) ([ipfs/go-ipfs#7661](https://github.com/ipfs/go-ipfs/pull/7661))
73
+ - More p2p proxy checks ([ipfs/go-ipfs#7797](https://github.com/ipfs/go-ipfs/pull/7797))
74
+ - Use datastore based pinning ([ipfs/go-ipfs#7750](https://github.com/ipfs/go-ipfs/pull/7750))
75
+ - fix: return an error when an unknown object type is passed ([ipfs/go-ipfs#7795](https://github.com/ipfs/go-ipfs/pull/7795))
76
+ - clarify why ipfs file ls is being deprecated ([ipfs/go-ipfs#7755](https://github.com/ipfs/go-ipfs/pull/7755))
77
+ - fix: ipfs dag export uses the CoreAPI and respects the offline flag ([ipfs/go-ipfs#7753](https://github.com/ipfs/go-ipfs/pull/7753))
78
+ - return an error when trying to download fs-repo-migrations for linux + musl ([ipfs/go-ipfs#7735](https://github.com/ipfs/go-ipfs/pull/7735))
79
+ - fix: do not create a new (unused) peerID when initializing from config ([ipfs/go-ipfs#7730](https://github.com/ipfs/go-ipfs/pull/7730))
80
+ - docs: Add a link in config.md ([ipfs/go-ipfs#7780](https://github.com/ipfs/go-ipfs/pull/7780))
81
+ - update libp2p for stream closure refactor ([ipfs/go-ipfs#7747](https://github.com/ipfs/go-ipfs/pull/7747))
82
+ - Fix typo in ipfs dag stat command ([ipfs/go-ipfs#7761](https://github.com/ipfs/go-ipfs/pull/7761))
83
+ - docs(readme): key rotation in docker (#7721) ([ipfs/go-ipfs#7721](https://github.com/ipfs/go-ipfs/pull/7721))
84
+ - fix(dnslink-gw): breadcrumbs and CID column when dir listing ([ipfs/go-ipfs#7699](https://github.com/ipfs/go-ipfs/pull/7699))
85
+ - fix(gw): preserve query on website redirect ([ipfs/go-ipfs#7727](https://github.com/ipfs/go-ipfs/pull/7727))
86
+ - feat: ipfs-webui v2.11.4 ([ipfs/go-ipfs#7716](https://github.com/ipfs/go-ipfs/pull/7716))
87
+ - docs: how the ipfs snap is built and published ([ipfs/go-ipfs#7725](https://github.com/ipfs/go-ipfs/pull/7725))
88
+ - fix: webui on ipv6 localhost ([ipfs/go-ipfs#7731](https://github.com/ipfs/go-ipfs/pull/7731))
89
+ - Add missing plugin support on FreeBSD ([ipfs/go-ipfs#7722](https://github.com/ipfs/go-ipfs/pull/7722))
90
+ - fix error when computing coverage ([ipfs/go-ipfs#7726](https://github.com/ipfs/go-ipfs/pull/7726))
91
+ - docs(config): X-Forwarded-Host ([ipfs/go-ipfs#7651](https://github.com/ipfs/go-ipfs/pull/7651))
92
+ - chore: webui v2.11.2 ([ipfs/go-ipfs#7703](https://github.com/ipfs/go-ipfs/pull/7703))
93
+ - Add task for updating CLI docs right after updating the HTTP-api docs ([ipfs/go-ipfs#7711](https://github.com/ipfs/go-ipfs/pull/7711))
94
+ - feat(gateway): Content-Disposition improvements ([ipfs/go-ipfs#7677](https://github.com/ipfs/go-ipfs/pull/7677))
95
+ - fix build on Plan 9 ([ipfs/go-ipfs#7690](https://github.com/ipfs/go-ipfs/pull/7690))
96
+ - docs: update changelog for v0.7.0
97
+ - chore: bump webui version
98
+ - fix: remove the (empty) alias for --peerid-base
99
+ - fix: use override GOFLAGS changes from 480defab689610550ee3d346e31441a2bb881fcb but keep trimpath usage as is
100
+ - Revert "fix: override GOFLAGS"
101
+ - Fix --ipns-base alias ([ipfs/go-ipfs#7659](https://github.com/ipfs/go-ipfs/pull/7659))
102
+ - docs: update config to indicate SECIO deprecation ([ipfs/go-ipfs#7630](https://github.com/ipfs/go-ipfs/pull/7630))
103
+ - fix: ipfs dht put/get commands with peerIDs encoded as CIDs ([ipfs/go-ipfs#7633](https://github.com/ipfs/go-ipfs/pull/7633))
104
+ - update version to 0.8.0-dev ([ipfs/go-ipfs#7629](https://github.com/ipfs/go-ipfs/pull/7629))
105
+- github.com/ipfs/go-bitswap (v0.2.20 -> v0.3.3):
106
+ - feat: configurable engine blockstore worker count (#449) ([ipfs/go-bitswap#449](https://github.com/ipfs/go-bitswap/pull/449))
107
+ - fix: set the score ledger on start ([ipfs/go-bitswap#447](https://github.com/ipfs/go-bitswap/pull/447))
108
+ - feat: update for go-libp2p-core 0.7.0 interface changes ([ipfs/go-bitswap#445](https://github.com/ipfs/go-bitswap/pull/445))
109
+ - fix: guard access to the mock wiretap with a lock ([ipfs/go-bitswap#446](https://github.com/ipfs/go-bitswap/pull/446))
110
+ - Add WireTap interface (#444) ([ipfs/go-bitswap#444](https://github.com/ipfs/go-bitswap/pull/444))
111
+ - Fix: Increment stats.MessagesSent in msgToStream() function (#441) ([ipfs/go-bitswap#441](https://github.com/ipfs/go-bitswap/pull/441))
112
+ - refactor: remove extraneous ledger field init (#437) ([ipfs/go-bitswap#437](https://github.com/ipfs/go-bitswap/pull/437))
113
+ - Added `WithScoreLedger` Bitswap option (#430) ([ipfs/go-bitswap#430](https://github.com/ipfs/go-bitswap/pull/430))
114
+- github.com/ipfs/go-blockservice (v0.1.3 -> v0.1.4):
115
+ - Avoid modifying passed in slice of cids ([ipfs/go-blockservice#65](https://github.com/ipfs/go-blockservice/pull/65))
116
+- github.com/ipfs/go-ds-badger (v0.2.4 -> v0.2.6):
117
+ - Log error if batch not committed or canceled ([ipfs/go-ds-badger#108](https://github.com/ipfs/go-ds-badger/pull/108))
118
+ - Add Cancel function; add finalizer to cleanup abandoned batch ([ipfs/go-ds-badger#105](https://github.com/ipfs/go-ds-badger/pull/105))
119
+ - Do not implement batches using transactions ([ipfs/go-ds-badger#104](https://github.com/ipfs/go-ds-badger/pull/104))
120
+ - readme: add information on Badger2 datastore ([ipfs/go-ds-badger#102](https://github.com/ipfs/go-ds-badger/pull/102))
121
+ - update contributing link ([ipfs/go-ds-badger#91](https://github.com/ipfs/go-ds-badger/pull/91))
122
+ - Use current go-log (#89) ([ipfs/go-ds-badger#89](https://github.com/ipfs/go-ds-badger/pull/89))
123
+- github.com/ipfs/go-graphsync (v0.1.1 -> v0.6.0):
124
+ - docs(CHANGELOG): revise for 0.6.0
125
+ - Merge branch 'master' into release/v0.6.0
126
+ - docs(CHANGELOG): update for 0.6.0 release
127
+ - move block allocation into message queue (#140) ([ipfs/go-graphsync#140](https://github.com/ipfs/go-graphsync/pull/140))
128
+ - Response Assembler Refactor (#138) ([ipfs/go-graphsync#138](https://github.com/ipfs/go-graphsync/pull/138))
129
+ - Add error listener on receiver (#136) ([ipfs/go-graphsync#136](https://github.com/ipfs/go-graphsync/pull/136))
130
+ - Run testplan on in CI (#137) ([ipfs/go-graphsync#137](https://github.com/ipfs/go-graphsync/pull/137))
131
+ - fix(responsemanager): fix network error propogation (#133) ([ipfs/go-graphsync#133](https://github.com/ipfs/go-graphsync/pull/133))
132
+ - testground test for graphsync (#132) ([ipfs/go-graphsync#132](https://github.com/ipfs/go-graphsync/pull/132))
133
+ - docs(CHANGELOG): update for v0.5.2 ([ipfs/go-graphsync#130](https://github.com/ipfs/go-graphsync/pull/130))
134
+ - RegisterNetworkErrorListener should fire when there's an error connecting to the peer (#127) ([ipfs/go-graphsync#127](https://github.com/ipfs/go-graphsync/pull/127))
135
+ - Permit multiple data subscriptions per original topic (#128) ([ipfs/go-graphsync#128](https://github.com/ipfs/go-graphsync/pull/128))
136
+ - release: v0.5.1 (#123) ([ipfs/go-graphsync#123](https://github.com/ipfs/go-graphsync/pull/123))
137
+ - feat(responsemanager): allow configuration of max requests (#122) ([ipfs/go-graphsync#122](https://github.com/ipfs/go-graphsync/pull/122))
138
+ - docs(CHANGELOG): update for 0.5.0 ([ipfs/go-graphsync#120](https://github.com/ipfs/go-graphsync/pull/120))
139
+ - feat: use go-libp2p-core 0.7.0 stream interfaces (#116) ([ipfs/go-graphsync#116](https://github.com/ipfs/go-graphsync/pull/116))
140
+ - Merge branch 'release/v0.4.3'
141
+ - chore(benchmarks): remove extra files
142
+ - fix(peerresponsemanager): avoid race condition that could result in NPE in link tracker (#118) ([ipfs/go-graphsync#118](https://github.com/ipfs/go-graphsync/pull/118))
143
+ - docs(CHANGELOG): update for 0.4.2 ([ipfs/go-graphsync#117](https://github.com/ipfs/go-graphsync/pull/117))
144
+ - feat(memory): improve memory usage (#110) ([ipfs/go-graphsync#110](https://github.com/ipfs/go-graphsync/pull/110))
145
+ - fix(notifications): fix lock in close (#115) ([ipfs/go-graphsync#115](https://github.com/ipfs/go-graphsync/pull/115))
146
+ - docs(CHANGELOG): update for v0.4.1 ([ipfs/go-graphsync#114](https://github.com/ipfs/go-graphsync/pull/114))
147
+ - fix(allocator): remove peer from peer status list
148
+ - docs(CHANGELOG): update for v0.4.0
149
+ - docs(CHANGELOG): update for 0.3.1 ([ipfs/go-graphsync#112](https://github.com/ipfs/go-graphsync/pull/112))
150
+ - Add allocator for memory backpressure (#108) ([ipfs/go-graphsync#108](https://github.com/ipfs/go-graphsync/pull/108))
151
+ - Shutdown notifications go routines (#109) ([ipfs/go-graphsync#109](https://github.com/ipfs/go-graphsync/pull/109))
152
+ - Switch to google protobuf generator (#105) ([ipfs/go-graphsync#105](https://github.com/ipfs/go-graphsync/pull/105))
153
+ - feat(CHANGELOG): update for 0.3.0 ([ipfs/go-graphsync#104](https://github.com/ipfs/go-graphsync/pull/104))
154
+ - docs(CHANGELOG): update for 0.2.1 ([ipfs/go-graphsync#103](https://github.com/ipfs/go-graphsync/pull/103))
155
+ - Track actual network operations in a response (#102) ([ipfs/go-graphsync#102](https://github.com/ipfs/go-graphsync/pull/102))
156
+ - feat(responsecache): prune blocks more intelligently (#101) ([ipfs/go-graphsync#101](https://github.com/ipfs/go-graphsync/pull/101))
157
+ - Release/0.2.0 ([ipfs/go-graphsync#99](https://github.com/ipfs/go-graphsync/pull/99))
158
+ - fix(metadata): fix cbor-gen (#98) ([ipfs/go-graphsync#98](https://github.com/ipfs/go-graphsync/pull/98))
159
+ - fix(selectorvalidator): memory optimization (#97) ([ipfs/go-graphsync#97](https://github.com/ipfs/go-graphsync/pull/97))
160
+ - Update go-ipld-prime@v0.5.0 (#92) ([ipfs/go-graphsync#92](https://github.com/ipfs/go-graphsync/pull/92))
161
+ - refactor(metadata): use cbor-gen encoding (#96) ([ipfs/go-graphsync#96](https://github.com/ipfs/go-graphsync/pull/96))
162
+ - Release/v0.1.2 ([ipfs/go-graphsync#95](https://github.com/ipfs/go-graphsync/pull/95))
163
+ - Return Request context cancelled error (#93) ([ipfs/go-graphsync#93](https://github.com/ipfs/go-graphsync/pull/93))
164
+ - feat(benchmarks): add p2p stress test (#91) ([ipfs/go-graphsync#91](https://github.com/ipfs/go-graphsync/pull/91))
165
+ - Benchmark framework + First memory fixes (#89) ([ipfs/go-graphsync#89](https://github.com/ipfs/go-graphsync/pull/89))
166
+ - docs(CHANGELOG): update for v0.1.1 ([ipfs/go-graphsync#85](https://github.com/ipfs/go-graphsync/pull/85))
167
+- github.com/ipfs/go-ipfs-cmds (v0.4.0 -> v0.6.0):
168
+ - Added DelimitedStringsOption for enabling delimited strings on the CLI ([ipfs/go-ipfs-cmds#204](https://github.com/ipfs/go-ipfs-cmds/pull/204))
169
+ - feat: support strings option over HTTP API ([ipfs/go-ipfs-cmds#203](https://github.com/ipfs/go-ipfs-cmds/pull/203))
170
+- github.com/ipfs/go-ipfs-config (v0.9.0 -> v0.12.0):
171
+ - add support for pinning mfs (#116) ([ipfs/go-ipfs-config#116](https://github.com/ipfs/go-ipfs-config/pull/116))
172
+ - add remote pinning services config ([ipfs/go-ipfs-config#113](https://github.com/ipfs/go-ipfs-config/pull/113))
173
+ - Remove badger2 profile ([ipfs/go-ipfs-config#115](https://github.com/ipfs/go-ipfs-config/pull/115))
174
+ - Add badger2 profile and config spec
175
+- github.com/ipfs/go-ipfs-pinner (v0.0.4 -> v0.1.1):
176
+ - Avoid loading all pins into memory during migration (#5) ([ipfs/go-ipfs-pinner#5](https://github.com/ipfs/go-ipfs-pinner/pull/5))
177
+ - Datastore based pinner (#4) ([ipfs/go-ipfs-pinner#4](https://github.com/ipfs/go-ipfs-pinner/pull/4))
178
+- github.com/ipfs/go-ipld-cbor (v0.0.4 -> v0.0.5):
179
+ - add the ability to leverage zero-copy on blockstores. (#75) ([ipfs/go-ipld-cbor#75](https://github.com/ipfs/go-ipld-cbor/pull/75))
180
+ - ipldstore: Also wrap Put serialization errors ([ipfs/go-ipld-cbor#74](https://github.com/ipfs/go-ipld-cbor/pull/74))
181
+ - add helper constructor for inmem cbor store
182
+ - docs: add comments describing methods & interfaces ([ipfs/go-ipld-cbor#71](https://github.com/ipfs/go-ipld-cbor/pull/71))
183
+- github.com/ipfs/go-path (v0.0.8 -> v0.0.9):
184
+ - fix: improved error message on broken CIDv0 ([ipfs/go-path#33](https://github.com/ipfs/go-path/pull/33))
185
+- github.com/ipfs/go-pinning-service-http-client (null -> v0.1.0):
186
+ - feat: LsBatchSync to fetch single batch of results ([ipfs/go-pinning-service-http-client#6](https://github.com/ipfs/go-pinning-service-http-client/pull/6))
187
+ - Initial Implementation ([ipfs/go-pinning-service-http-client#1](https://github.com/ipfs/go-pinning-service-http-client/pull/1))
188
+- github.com/ipld/go-car (v0.1.1-0.20200429200904-c222d793c339 -> v0.1.1-0.20201015032735-ff6ccdc46acc):
189
+ - Update ipld libs ([ipld/go-car#35](https://github.com/ipld/go-car/pull/35))
190
+- github.com/ipld/go-ipld-prime (v0.0.2-0.20200428162820-8b59dc292b8e -> v0.5.1-0.20201021195245-109253e8a018):
191
+ - Merge branch 'codec-hardening'
192
+ - Add fluent.MustReflect convenience method.
193
+ - codegen: make error info available when tuples process data that is too long. ([ipld/go-ipld-prime#99](https://github.com/ipld/go-ipld-prime/pull/99))
194
+ - Merge branch 'codegen-typofixes'
195
+ - Implement resource budgets in dagcbor parsing. ([ipld/go-ipld-prime#85](https://github.com/ipld/go-ipld-prime/pull/85))
196
+ - Codegen for links should emit the methods to conform to the schema.TypedLinkNode interface where applicable. ([ipld/go-ipld-prime#91](https://github.com/ipld/go-ipld-prime/pull/91))
197
+ - Introduce fluent.Reflect convenience functions. ([ipld/go-ipld-prime#81](https://github.com/ipld/go-ipld-prime/pull/81))
198
+ - schema/gen/go: make all top-level tests parallel
199
+ - all: don't use buffers where readers suffice
200
+ - fix typo in documentation
201
+ - schema-schema codegen demo now includes unmarshal exercise ([ipld/go-ipld-prime#76](https://github.com/ipld/go-ipld-prime/pull/76))
202
+ - Update tests for unions; several fixes ([ipld/go-ipld-prime#75](https://github.com/ipld/go-ipld-prime/pull/75))
203
+ - New testcase system for exercising typed nodes; Revamp struct tests to use it. ([ipld/go-ipld-prime#66](https://github.com/ipld/go-ipld-prime/pull/66))
204
+ - small docs fixes on an internal component.
205
+ - Fix formatting in README.
206
+ - fix(cidlink): check for byte buffer ([ipld/go-ipld-prime#70](https://github.com/ipld/go-ipld-prime/pull/70))
207
+ - linking/cid: check a previously unused error ([ipld/go-ipld-prime#68](https://github.com/ipld/go-ipld-prime/pull/68))
208
+ - all: make 'go test ./...' pass on Go 1.15 ([ipld/go-ipld-prime#67](https://github.com/ipld/go-ipld-prime/pull/67))
209
+ - Merge branch 'kinded-union-gen'
210
+ - Add traversal.Get function ([ipld/go-ipld-prime#65](https://github.com/ipld/go-ipld-prime/pull/65))
211
+ - Kinded union gen ([ipld/go-ipld-prime#64](https://github.com/ipld/go-ipld-prime/pull/64))
212
+ - Struct tuple representation codegen ([ipld/go-ipld-prime#63](https://github.com/ipld/go-ipld-prime/pull/63))
213
+ - Merge branch 'moar-codegen'
214
+ - Self-hosting gen of the schema-schema. ([ipld/go-ipld-prime#62](https://github.com/ipld/go-ipld-prime/pull/62))
215
+ - Codegen: approaching self-host ([ipld/go-ipld-prime#61](https://github.com/ipld/go-ipld-prime/pull/61))
216
+ - Codegen of unions, and their keyed representations ([ipld/go-ipld-prime#60](https://github.com/ipld/go-ipld-prime/pull/60))
217
+ - mark v0.5
218
+ - API updates for v0.5: the renamening ([ipld/go-ipld-prime#59](https://github.com/ipld/go-ipld-prime/pull/59))
219
+ - mark v0.4
220
+ - changelog: note the codegen work.
221
+ - Codegen update -- Assemblers, and many new representations ([ipld/go-ipld-prime#52](https://github.com/ipld/go-ipld-prime/pull/52))
222
+ - Merge branch 'json-tables-codec'
223
+ - Merge branch 'docs-updates'
224
+ - Introduce changelog!
225
+ - Add examples of creating and loading links.
226
+- github.com/ipld/go-ipld-prime-proto (v0.0.0-20200428191222-c1ffdadc01e1 -> v0.1.0):
227
+ - Update go-ipld-prime ([ipld/go-ipld-prime-proto#6](https://github.com/ipld/go-ipld-prime-proto/pull/6))
228
+ - feat(coding use -1 instead of 0):
229
+ - Update ipld prime, use proper code-gen ([ipld/go-ipld-prime-proto#5](https://github.com/ipld/go-ipld-prime-proto/pull/5))
230
+ - Updates to dependencies ([ipld/go-ipld-prime-proto#4](https://github.com/ipld/go-ipld-prime-proto/pull/4))
231
+ - Check for byte buffer on decode ([ipld/go-ipld-prime-proto#3](https://github.com/ipld/go-ipld-prime-proto/pull/3))
232
+- github.com/libp2p/go-libp2p (v0.11.0 -> v0.13.0):
233
+ - use a context when opening streams ([libp2p/go-libp2p#1033](https://github.com/libp2p/go-libp2p/pull/1033))
234
+ - fix: obey new stream timeout ([libp2p/go-libp2p#1029](https://github.com/libp2p/go-libp2p/pull/1029))
235
+ - feat: update to go-libp2p-core 0.7.0 interface changes ([libp2p/go-libp2p#1001](https://github.com/libp2p/go-libp2p/pull/1001))
236
+ - Basic Connection Gater Implementation ([libp2p/go-libp2p#1005](https://github.com/libp2p/go-libp2p/pull/1005))
237
+ - Fixed bug for inbound connections gated by the deprecated filter option (#1004) ([libp2p/go-libp2p#1004](https://github.com/libp2p/go-libp2p/pull/1004))
238
+- github.com/libp2p/go-libp2p-autonat (v0.3.2 -> v0.4.0):
239
+ - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-autonat#97](https://github.com/libp2p/go-libp2p-autonat/pull/97))
240
+- github.com/libp2p/go-libp2p-circuit (v0.3.1 -> v0.4.0):
241
+ - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-circuit#123](https://github.com/libp2p/go-libp2p-circuit/pull/123))
242
+- github.com/libp2p/go-libp2p-core (v0.6.1 -> v0.8.0):
243
+ - add a context to OpenStream and NewStream (#172) ([libp2p/go-libp2p-core#172](https://github.com/libp2p/go-libp2p-core/pull/172))
244
+ - sec/insecure/insecure.go: Fix typo (#167) ([libp2p/go-libp2p-core#167](https://github.com/libp2p/go-libp2p-core/pull/167))
245
+ - add CloseRead/CloseWrite on streams (#166) ([libp2p/go-libp2p-core#166](https://github.com/libp2p/go-libp2p-core/pull/166))
246
+ - Fix typo in docs (#163) ([libp2p/go-libp2p-core#163](https://github.com/libp2p/go-libp2p-core/pull/163))
247
+- github.com/libp2p/go-libp2p-gostream (v0.2.1 -> v0.3.0):
248
+ - feat: use go-libp2p-core 0.7.0 stream interfaces ([libp2p/go-libp2p-gostream#60](https://github.com/libp2p/go-libp2p-gostream/pull/60))
249
+- github.com/libp2p/go-libp2p-http (v0.1.5 -> v0.2.0):
250
+ - Fix var name in README ([libp2p/go-libp2p-http#63](https://github.com/libp2p/go-libp2p-http/pull/63))
251
+ - Fix var name in doc ([libp2p/go-libp2p-http#62](https://github.com/libp2p/go-libp2p-http/pull/62))
252
+- github.com/libp2p/go-libp2p-kad-dht (v0.9.0 -> v0.11.1):
253
+ - Fix constructor ordering ([libp2p/go-libp2p-kad-dht#698](https://github.com/libp2p/go-libp2p-kad-dht/pull/698))
254
+ - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-kad-dht#693](https://github.com/libp2p/go-libp2p-kad-dht/pull/693))
255
+ - Run fixLowPeers on startup ([libp2p/go-libp2p-kad-dht#694](https://github.com/libp2p/go-libp2p-kad-dht/pull/694))
256
+ - feat: add advanced V1ProtocolOverride option to be used by legacy networks
257
+ - feat: remove dht v2 as it's not actually in use and could be confusing
258
+- github.com/libp2p/go-libp2p-mplex (v0.2.4 -> v0.4.1):
259
+ - update go-mplex, use the context passed to OpenStream ([libp2p/go-libp2p-mplex#23](https://github.com/libp2p/go-libp2p-mplex/pull/23))
260
+ - change OpenStream to accept a context ([libp2p/go-libp2p-mplex#21](https://github.com/libp2p/go-libp2p-mplex/pull/21))
261
+ - feat: update stream interfaces ([libp2p/go-libp2p-mplex#20](https://github.com/libp2p/go-libp2p-mplex/pull/20))
262
+- github.com/libp2p/go-libp2p-noise (v0.1.1 -> v0.1.2):
263
+ - optimize: reduce syscalls using a buffered reader.
264
+- github.com/libp2p/go-libp2p-pubsub (v0.3.5 -> v0.4.1):
265
+ - defer stream removal instead of doing it inline.
266
+ - add test for inbound stream deduplication
267
+ - deduplicate inbound streams
268
+ - populate receivedFrom field in delivery trace
269
+ - add receivedFrom field in delivery trace
270
+ - fix: reduce log spam (#394) ([libp2p/go-libp2p-pubsub#394](https://github.com/libp2p/go-libp2p-pubsub/pull/394))
271
+ - fix: treat peers already connected to the host before pubsub is initialized as valid potential pubsub peers
272
+ - test: add test for if nodes are connected before pubsub is started
273
+ - feat: update to go-libp2p-core 0.7.0
274
+ - Add go-libp2p example in README.md (#392) ([libp2p/go-libp2p-pubsub#392](https://github.com/libp2p/go-libp2p-pubsub/pull/392))
275
+ - subscription filters
276
+ - remove multi-topic message support
277
+ - satisfy race detector
278
+ - clean up
279
+ - copy string topic
280
+ - add test for score adjustment from topis params reset
281
+ - prettify things
282
+ - add test for topic score parameter reset method
283
+ - add test for topic score parameter reset
284
+ - add api for dynamically setting and resetting topic score parameters
285
+ - add support for priority topic delivery weights
286
+ - tweak duplicate/reject weights
287
+ - decay global counters after 2 min
288
+ - decouple global coutner decay from source counter decay
289
+ - add warning for failure to parse IP out of remote multiaddr
290
+ - more docs
291
+ - configure the peer gater using a parameter object, docs and stuff
292
+ - disable codecov annotations, makes things unreadable
293
+ - further tweak gate threshold weights
294
+ - fix test races
295
+ - use IPs for peer gater stat tracking
296
+ - mix total accounting components with different weights
297
+ - count all rejections by default
298
+ - fix non-determinism in test
299
+ - tweak probability threshold
300
+ - also account for duplicates in gating decisions
301
+ - test throttle code path in gossip tracer
302
+ - add test for peer gater
303
+ - more efficient promise processing on throttling
304
+ - trace throttle peers to avoid breaking promises unfairly
305
+ - better log messages around gating
306
+ - implement peer gater
307
+ - peer gater scaffolding
308
+ - rich router acceptance semantics
309
+ - reduce log verbosity; debug mostly
310
+- github.com/libp2p/go-libp2p-pubsub-router (v0.3.2 -> v0.4.0):
311
+ - feat: use new stream interfaces from go-libp2p-core 0.7.0 ([libp2p/go-libp2p-pubsub-router#81](https://github.com/libp2p/go-libp2p-pubsub-router/pull/81))
312
+- github.com/libp2p/go-libp2p-quic-transport (v0.8.0 -> v0.10.0):
313
+ - change OpenStream to accept a context ([libp2p/go-libp2p-quic-transport#189](https://github.com/libp2p/go-libp2p-quic-transport/pull/189))
314
+ - update quic-go to v0.19.1 ([libp2p/go-libp2p-quic-transport#182](https://github.com/libp2p/go-libp2p-quic-transport/pull/182))
315
+ - pass a conn that can be type asserted to a net.UDPConn to quic-go ([libp2p/go-libp2p-quic-transport#180](https://github.com/libp2p/go-libp2p-quic-transport/pull/180))
316
+ - add more integration tests ([libp2p/go-libp2p-quic-transport#181](https://github.com/libp2p/go-libp2p-quic-transport/pull/181))
317
+ - always close the connection in the cmd client ([libp2p/go-libp2p-quic-transport#175](https://github.com/libp2p/go-libp2p-quic-transport/pull/175))
318
+ - use GitHub Actions to test interopability of releases ([libp2p/go-libp2p-quic-transport#173](https://github.com/libp2p/go-libp2p-quic-transport/pull/173))
319
+ - Implement CloseRead/CloseWrite ([libp2p/go-libp2p-quic-transport#174](https://github.com/libp2p/go-libp2p-quic-transport/pull/174))
320
+ - enable quic-go metrics collection ([libp2p/go-libp2p-quic-transport#172](https://github.com/libp2p/go-libp2p-quic-transport/pull/172))
321
+- github.com/libp2p/go-libp2p-swarm (v0.2.8 -> v0.4.0):
322
+ - use a context for OpenStream and NewStream ([libp2p/go-libp2p-swarm#232](https://github.com/libp2p/go-libp2p-swarm/pull/232))
323
+ - fix: handle case where swarm closes before stream ([libp2p/go-libp2p-swarm#229](https://github.com/libp2p/go-libp2p-swarm/pull/229))
324
+ - feat: update to latest go-libp2p-core interfaces ([libp2p/go-libp2p-swarm#228](https://github.com/libp2p/go-libp2p-swarm/pull/228))
325
+- github.com/libp2p/go-libp2p-testing (v0.2.0 -> v0.4.0):
326
+ - pass contexts to OpenStream in tests ([libp2p/go-libp2p-testing#31](https://github.com/libp2p/go-libp2p-testing/pull/31))
327
+ - chore: Adding LICENSE. ([libp2p/go-libp2p-testing#30](https://github.com/libp2p/go-libp2p-testing/pull/30))
328
+ - feat: update to go-libp2p-core 0.7.0 ([libp2p/go-libp2p-testing#29](https://github.com/libp2p/go-libp2p-testing/pull/29))
329
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.3.0 -> v0.4.0):
330
+ - pass contexts to OpenStream in tests ([libp2p/go-libp2p-transport-upgrader#70](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/70))
331
+ - fix int to string conversion in tests, update Go version on CI ([libp2p/go-libp2p-transport-upgrader#69](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/69))
332
+- github.com/libp2p/go-libp2p-yamux (v0.2.8 -> v0.5.1):
333
+ - update go-yamux to v2.0.0, use context passed to OpenStream ([libp2p/go-libp2p-yamux#31](https://github.com/libp2p/go-libp2p-yamux/pull/31))
334
+ - change OpenStream to accept a context ([libp2p/go-libp2p-yamux#29](https://github.com/libp2p/go-libp2p-yamux/pull/29))
335
+ - feat: update to new stream interfaces ([libp2p/go-libp2p-yamux#27](https://github.com/libp2p/go-libp2p-yamux/pull/27))
336
+- github.com/libp2p/go-mplex (v0.1.2 -> v0.3.0):
337
+ - add a context to NewStream, remove the NewStreamTimeout ([libp2p/go-mplex#82](https://github.com/libp2p/go-mplex/pull/82))
338
+ - Implement new CloseWrite/CloseRead interface ([libp2p/go-mplex#81](https://github.com/libp2p/go-mplex/pull/81))
339
+ - Bump lodash from 4.17.15 to 4.17.19 in /interop/js ([libp2p/go-mplex#79](https://github.com/libp2p/go-mplex/pull/79))
340
+ - upgrade deps + interoperable varints. (#80) ([libp2p/go-mplex#80](https://github.com/libp2p/go-mplex/pull/80))
341
+ - write benchmarks (#77) ([libp2p/go-mplex#77](https://github.com/libp2p/go-mplex/pull/77))
342
+- github.com/libp2p/go-ws-transport (v0.3.1 -> v0.4.0):
343
+ - pass a context to OpenStream in tests ([libp2p/go-ws-transport#98](https://github.com/libp2p/go-ws-transport/pull/98))
344
+ - Dependency: Remove deprecated multiaddr-net ([libp2p/go-ws-transport#97](https://github.com/libp2p/go-ws-transport/pull/97))
345
+ - Update for go 1.14 Wasm changes ([libp2p/go-ws-transport#96](https://github.com/libp2p/go-ws-transport/pull/96))
346
+- github.com/libp2p/go-yamux (v1.3.7 -> v1.4.1):
347
+ - feat: improve ping accuracy ([libp2p/go-yamux#35](https://github.com/libp2p/go-yamux/pull/35))
348
+ - implement CloseRead/CloseWrite ([libp2p/go-yamux#5](https://github.com/libp2p/go-yamux/pull/5))
349
+ - fix space accounting in the receive buffer ([libp2p/go-yamux#33](https://github.com/libp2p/go-yamux/pull/33))
350
+ - Limit pings ([libp2p/go-yamux#32](https://github.com/libp2p/go-yamux/pull/32))
351
+ - fix: simplify inflight fix ([libp2p/go-yamux#31](https://github.com/libp2p/go-yamux/pull/31))
352
+ - Clearing inflight along with streams to avoid memory leak ([libp2p/go-yamux#30](https://github.com/libp2p/go-yamux/pull/30))
353
+- github.com/lucas-clemente/quic-go (v0.18.0 -> v0.19.3):
354
+ - create a v0.19.x release
355
+ - improve the warning about the UDP receive buffer size ([lucas-clemente/quic-go#2923](https://github.com/lucas-clemente/quic-go/pull/2923))
356
+ - immediately remove reset tokens when retiring a connection ID ([lucas-clemente/quic-go#2897](https://github.com/lucas-clemente/quic-go/pull/2897))
357
+ - add common temporary file patterns to .gitignore ([lucas-clemente/quic-go#2917](https://github.com/lucas-clemente/quic-go/pull/2917))
358
+ - disable key updates when using HTTP/3 to avoid breaking Chrome 87 ([lucas-clemente/quic-go#2906](https://github.com/lucas-clemente/quic-go/pull/2906))
359
+ - fix decoding of packet numbers in different packet number spaces ([lucas-clemente/quic-go#2903](https://github.com/lucas-clemente/quic-go/pull/2903))
360
+ - log sent packet before logging its congestion / loss recovery effects ([lucas-clemente/quic-go#2912](https://github.com/lucas-clemente/quic-go/pull/2912))
361
+ - fix a crash in the http3.Server when GetConfigForClient returns nil ([lucas-clemente/quic-go#2925](https://github.com/lucas-clemente/quic-go/pull/2925))
362
+ - set the UDP receive buffer size on Windows ([lucas-clemente/quic-go#2896](https://github.com/lucas-clemente/quic-go/pull/2896))
363
+ - remove superfluous sleep in packet handler map test ([lucas-clemente/quic-go#2894](https://github.com/lucas-clemente/quic-go/pull/2894))
364
+ - fix setting of http.Handler in the example server ([lucas-clemente/quic-go#2900](https://github.com/lucas-clemente/quic-go/pull/2900))
365
+ - remove stray print statement
366
+ - remove unnecessary mutex locking in the stream flow controller ([lucas-clemente/quic-go#2869](https://github.com/lucas-clemente/quic-go/pull/2869))
367
+ - only use syscalls on platforms that we're actually testing ([lucas-clemente/quic-go#2886](https://github.com/lucas-clemente/quic-go/pull/2886))
368
+ - only write headers with a length that fits into 2 bytes in fuzz test ([lucas-clemente/quic-go#2884](https://github.com/lucas-clemente/quic-go/pull/2884))
369
+ - fix packing of 1-RTT probe packets ([lucas-clemente/quic-go#2882](https://github.com/lucas-clemente/quic-go/pull/2882))
370
+ - use PADDING frames to pad packets ([lucas-clemente/quic-go#2876](https://github.com/lucas-clemente/quic-go/pull/2876))
371
+ - fix race condition when accepting streams ([lucas-clemente/quic-go#2874](https://github.com/lucas-clemente/quic-go/pull/2874))
372
+ - only trace dropped 0-RTT packets when a tracer is set ([lucas-clemente/quic-go#2871](https://github.com/lucas-clemente/quic-go/pull/2871))
373
+ - use consistent version numbers in client test ([lucas-clemente/quic-go#2870](https://github.com/lucas-clemente/quic-go/pull/2870))
374
+ - replace the RWMutex with a Mutex in the flow controller ([lucas-clemente/quic-go#2865](https://github.com/lucas-clemente/quic-go/pull/2865))
375
+ - replace the RWMutex with a Mutex in the packet handler map ([lucas-clemente/quic-go#2864](https://github.com/lucas-clemente/quic-go/pull/2864))
376
+ - wait until the handshake is complete before updating the connection ID ([lucas-clemente/quic-go#2856](https://github.com/lucas-clemente/quic-go/pull/2856))
377
+ - only check the SCID for Initial packets ([lucas-clemente/quic-go#2857](https://github.com/lucas-clemente/quic-go/pull/2857))
378
+ - add the NO_VIABLE_PATH error ([lucas-clemente/quic-go#2861](https://github.com/lucas-clemente/quic-go/pull/2861))
379
+ - implement qlogging of the preferred address in the transport parameters ([lucas-clemente/quic-go#2853](https://github.com/lucas-clemente/quic-go/pull/2853))
380
+ - explicitly set the supported versions in the HTTP/3 server test ([lucas-clemente/quic-go#2854](https://github.com/lucas-clemente/quic-go/pull/2854))
381
+ - allow an amplification factor of 3.x ([lucas-clemente/quic-go#2862](https://github.com/lucas-clemente/quic-go/pull/2862))
382
+ - only allow the HTTP/3 client to dial with a single QUIC version ([lucas-clemente/quic-go#2848](https://github.com/lucas-clemente/quic-go/pull/2848))
383
+ - send STREAMS_BLOCKED frame when MAX_STREAMS frame allows too few streams ([lucas-clemente/quic-go#2828](https://github.com/lucas-clemente/quic-go/pull/2828))
384
+ - set the ALPN based on the QUIC version in the HTTP3 server ([lucas-clemente/quic-go#2847](https://github.com/lucas-clemente/quic-go/pull/2847))
385
+ - pad datagrams containing ack-eliciting Initial packets sent by the server ([lucas-clemente/quic-go#2841](https://github.com/lucas-clemente/quic-go/pull/2841))
386
+ - fix OpenStreamSync busy looping ([lucas-clemente/quic-go#2827](https://github.com/lucas-clemente/quic-go/pull/2827))
387
+ - fix deadlock when closing the server and the connection at the same time ([lucas-clemente/quic-go#2849](https://github.com/lucas-clemente/quic-go/pull/2849))
388
+ - run gofumpt, enable the gofumpt linter ([lucas-clemente/quic-go#2839](https://github.com/lucas-clemente/quic-go/pull/2839))
389
+ - prepare for draft-32 ([lucas-clemente/quic-go#2831](https://github.com/lucas-clemente/quic-go/pull/2831))
390
+ - update the invalid packet limit for AES ([lucas-clemente/quic-go#2825](https://github.com/lucas-clemente/quic-go/pull/2825))
391
+ - increase UDP receive buffer size ([lucas-clemente/quic-go#2791](https://github.com/lucas-clemente/quic-go/pull/2791))
392
+ - listen on both IPv4 and IPv6 in the interop runner server ([lucas-clemente/quic-go#2822](https://github.com/lucas-clemente/quic-go/pull/2822))
393
+ - only send Version Negotiation packets for packets larger than 1200 bytes ([lucas-clemente/quic-go#2820](https://github.com/lucas-clemente/quic-go/pull/2820))
394
+ - don't send a version negotiation packet in response to a version negotiation packet ([lucas-clemente/quic-go#2818](https://github.com/lucas-clemente/quic-go/pull/2818))
395
+ - client: Add DialEarlyContext and DialAddrEarlyContext API ([lucas-clemente/quic-go#2814](https://github.com/lucas-clemente/quic-go/pull/2814))
396
+ - qlog the key phase bit ([lucas-clemente/quic-go#2817](https://github.com/lucas-clemente/quic-go/pull/2817))
397
+ - only include quic-trace when the quictrace build flag is set ([lucas-clemente/quic-go#2799](https://github.com/lucas-clemente/quic-go/pull/2799))
398
+ - fix error handling when receiving post handshake messages ([lucas-clemente/quic-go#2807](https://github.com/lucas-clemente/quic-go/pull/2807))
399
+ - add support for the ChaCha20 test on the server side ([lucas-clemente/quic-go#2816](https://github.com/lucas-clemente/quic-go/pull/2816))
400
+ - allow the first key update immediately after handshake confirmation ([lucas-clemente/quic-go#2811](https://github.com/lucas-clemente/quic-go/pull/2811))
401
+ - ignore temporary errors when reading from the packet conn ([lucas-clemente/quic-go#2806](https://github.com/lucas-clemente/quic-go/pull/2806))
402
+ - fix linting error on OSX ([lucas-clemente/quic-go#2813](https://github.com/lucas-clemente/quic-go/pull/2813))
403
+ - add the exhaustive linter, replace panics by return values in logging stringers ([lucas-clemente/quic-go#2729](https://github.com/lucas-clemente/quic-go/pull/2729))
404
+ - include the error code in the string for CRYPTO_ERRORs ([lucas-clemente/quic-go#2805](https://github.com/lucas-clemente/quic-go/pull/2805))
405
+ - fail the handshake if the quic_transport_parameter extension is missing ([lucas-clemente/quic-go#2804](https://github.com/lucas-clemente/quic-go/pull/2804))
406
+ - fix logging of received Retry packets ([lucas-clemente/quic-go#2803](https://github.com/lucas-clemente/quic-go/pull/2803))
407
+ - fix deadlock in crypto setup when it is closed while handling a message ([lucas-clemente/quic-go#2802](https://github.com/lucas-clemente/quic-go/pull/2802))
408
+ - make the key update integration test more rigorous ([lucas-clemente/quic-go#2760](https://github.com/lucas-clemente/quic-go/pull/2760))
409
+ - add support for the new keyupdate interop runner test case ([lucas-clemente/quic-go#2782](https://github.com/lucas-clemente/quic-go/pull/2782))
410
+ - remove unneeded mutex in the client ([lucas-clemente/quic-go#2798](https://github.com/lucas-clemente/quic-go/pull/2798))
411
+ - correctly handle key updates within the 3 PTO period ([lucas-clemente/quic-go#2787](https://github.com/lucas-clemente/quic-go/pull/2787))
412
+ - introduce an ECNCapablePacketConn interface to determine ECN support ([lucas-clemente/quic-go#2788](https://github.com/lucas-clemente/quic-go/pull/2788))
413
+ - use certificates from /certs directory for the server ([lucas-clemente/quic-go#2794](https://github.com/lucas-clemente/quic-go/pull/2794))
414
+ - remove support for the ECN test case ([lucas-clemente/quic-go#2793](https://github.com/lucas-clemente/quic-go/pull/2793))
415
+ - check that the peer updated its keys when acknowledging a key update ([lucas-clemente/quic-go#2781](https://github.com/lucas-clemente/quic-go/pull/2781))
416
+ - fix flaky packet number skipping test ([lucas-clemente/quic-go#2786](https://github.com/lucas-clemente/quic-go/pull/2786))
417
+ - read ECN bits and send ECN counters in ACK frames ([lucas-clemente/quic-go#2741](https://github.com/lucas-clemente/quic-go/pull/2741))
418
+ - implement the limit of unsuccessful decryptions for the AEADs ([lucas-clemente/quic-go#2771](https://github.com/lucas-clemente/quic-go/pull/2771))
419
+ - use the KEY_UPDATE_ERROR ([lucas-clemente/quic-go#2770](https://github.com/lucas-clemente/quic-go/pull/2770))
420
+ - fix dropping of key phase 0 ([lucas-clemente/quic-go#2769](https://github.com/lucas-clemente/quic-go/pull/2769))
421
+ - reduce the handshake timeout to two minutes in the handshake drop tests ([lucas-clemente/quic-go#2768](https://github.com/lucas-clemente/quic-go/pull/2768))
422
+ - fix handling of multiple handshake messages in the case of errors ([lucas-clemente/quic-go#2777](https://github.com/lucas-clemente/quic-go/pull/2777))
423
+ - enable more linters, update golangci-lint to v1.31 ([lucas-clemente/quic-go#2775](https://github.com/lucas-clemente/quic-go/pull/2775))
424
+ - increase the threshold for the receive stream deadline test ([lucas-clemente/quic-go#2774](https://github.com/lucas-clemente/quic-go/pull/2774))
425
+ - add an assertion that bytes_in_flight never becomes negative ([lucas-clemente/quic-go#2779](https://github.com/lucas-clemente/quic-go/pull/2779))
426
+ - fix race condition in handshake fuzz code ([lucas-clemente/quic-go#2778](https://github.com/lucas-clemente/quic-go/pull/2778))
427
+ - use more tls.Config options in the handshake fuzzer ([lucas-clemente/quic-go#2746](https://github.com/lucas-clemente/quic-go/pull/2746))
428
+ - run two handshakes in the handshake fuzzer ([lucas-clemente/quic-go#2743](https://github.com/lucas-clemente/quic-go/pull/2743))
429
+ - send post-handshake message in the handshake fuzzer ([lucas-clemente/quic-go#2742](https://github.com/lucas-clemente/quic-go/pull/2742))
430
+ - skip a packet number when sending a 1-RTT PTO packet ([lucas-clemente/quic-go#2754](https://github.com/lucas-clemente/quic-go/pull/2754))
431
+ - save dummy packets in the packet history when skipping packet numbers ([lucas-clemente/quic-go#2753](https://github.com/lucas-clemente/quic-go/pull/2753))
432
+ - delete unacknowledged packets from the packet history after 3 PTOs ([lucas-clemente/quic-go#2750](https://github.com/lucas-clemente/quic-go/pull/2750))
433
+ - add support for the HTTP CONNECT method (#2761) ([lucas-clemente/quic-go#2761](https://github.com/lucas-clemente/quic-go/pull/2761))
434
+ - don't drop keys for key phase N before receiving a N+1-protected packet ([lucas-clemente/quic-go#2762](https://github.com/lucas-clemente/quic-go/pull/2762))
435
+ - close session on errors unpacking errors other than decryption errors ([lucas-clemente/quic-go#2756](https://github.com/lucas-clemente/quic-go/pull/2756))
436
+ - log when an old 1-RTT key is retired ([lucas-clemente/quic-go#2765](https://github.com/lucas-clemente/quic-go/pull/2765))
437
+ - only return an invalid first key phase error for decryptable packets ([lucas-clemente/quic-go#2757](https://github.com/lucas-clemente/quic-go/pull/2757))
438
+ - fix logging of locally initiated key updates ([lucas-clemente/quic-go#2764](https://github.com/lucas-clemente/quic-go/pull/2764))
439
+ - test that both endpoints time out in the timeout integration test ([lucas-clemente/quic-go#2744](https://github.com/lucas-clemente/quic-go/pull/2744))
440
+ - refactor RTT measurements to simplify the sentPacketHistory ([lucas-clemente/quic-go#2747](https://github.com/lucas-clemente/quic-go/pull/2747))
441
+ - fix dropping of 0-RTT packets ([lucas-clemente/quic-go#2752](https://github.com/lucas-clemente/quic-go/pull/2752))
442
+ - always qlog the generation of 1-RTT key updates ([lucas-clemente/quic-go#2763](https://github.com/lucas-clemente/quic-go/pull/2763))
443
+ - move the PacketHeader struct from logging to qlog package ([lucas-clemente/quic-go#2766](https://github.com/lucas-clemente/quic-go/pull/2766))
444
+ - use a uint8 for the EncryptionLevel ([lucas-clemente/quic-go#2751](https://github.com/lucas-clemente/quic-go/pull/2751))
445
+ - make sure to only pass handshake messages that keys are available for ([lucas-clemente/quic-go#2739](https://github.com/lucas-clemente/quic-go/pull/2739))
446
+ - only close the handshake fuzz runner once ([lucas-clemente/quic-go#2740](https://github.com/lucas-clemente/quic-go/pull/2740))
447
+ - generate a self-signed certificate for the handshake fuzzer ([lucas-clemente/quic-go#2738](https://github.com/lucas-clemente/quic-go/pull/2738))
448
+ - use the os.ErrDeadlineExceeded for stream deadline errors on Go 1.15 ([lucas-clemente/quic-go#2734](https://github.com/lucas-clemente/quic-go/pull/2734))
449
+ - use GitHub Actions to run unit tests ([lucas-clemente/quic-go#2732](https://github.com/lucas-clemente/quic-go/pull/2732))
450
+ - add a basic fuzzer for the handshake ([lucas-clemente/quic-go#2733](https://github.com/lucas-clemente/quic-go/pull/2733))
451
+ - export seed corpus files using the SHA1 of the content as the filename ([lucas-clemente/quic-go#2731](https://github.com/lucas-clemente/quic-go/pull/2731))
452
+ - add a fuzz target for the token generator ([lucas-clemente/quic-go#2730](https://github.com/lucas-clemente/quic-go/pull/2730))
453
+ - fix typo in error message in sent packet handler
454
+ - fix missing OnLost callback for frames sent in 0-RTT packets ([lucas-clemente/quic-go#2728](https://github.com/lucas-clemente/quic-go/pull/2728))
455
+ - fix overflow of the max_ack_delay when parsing transport parameters ([lucas-clemente/quic-go#2725](https://github.com/lucas-clemente/quic-go/pull/2725))
456
+- github.com/marten-seemann/qpack (v0.2.0 -> v0.2.1):
457
+ - run gofumpt, add a few more linters ([marten-seemann/qpack#21](https://github.com/marten-seemann/qpack/pull/21))
458
+ - fix static table entry 80 ([marten-seemann/qpack#20](https://github.com/marten-seemann/qpack/pull/20))
459
+- github.com/marten-seemann/qtls-go1-15 (v0.1.0 -> v0.1.1):
460
+ - use a prefix for client session cache keys
461
+ - add callbacks to store and restore app data along a session state
462
+ - don't use TLS 1.3 compatibility mode when using alternative record layer
463
+ - delete the session ticket after attempting 0-RTT
464
+ - reject 0-RTT when a different ALPN is chosen
465
+ - encode the ALPN into the session ticket
466
+ - add a field to the ConnectionState to tell if 0-RTT was used
467
+ - add a callback to tell the client about rejection of 0-RTT
468
+ - don't offer 0-RTT after a HelloRetryRequest
469
+ - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
470
+ - add the option to encode application data into the session ticket
471
+ - export the 0-RTT write key
472
+ - abuse the nonce field of ClientSessionState to save max_early_data_size
473
+ - export the 0-RTT read key
474
+ - close connection if client attempts 0-RTT, but ticket didn't allow it
475
+ - encode the max early data size into the session ticket
476
+ - implement parsing of the early_data extension in the EncryptedExtensions
477
+ - add a tls.Config.MaxEarlyData option to enable 0-RTT
478
+ - accept TLS 1.3 cipher suites in Config.CipherSuites
479
+ - introduce a function on the connection to generate a session ticket
480
+ - add a config option to enforce selection of an application protocol
481
+ - export Conn.HandlePostHandshakeMessage
482
+ - export Alert
483
+ - reject Configs that set MaxVersion < 1.3 when using a record layer
484
+ - enforce TLS 1.3 when using an alternative record layer
485
+- github.com/multiformats/go-multistream (v0.1.2 -> v0.2.0):
486
+ - improve negotiation flushing ([multiformats/go-multistream#52](https://github.com/multiformats/go-multistream/pull/52))
487
+- github.com/whyrusleeping/cbor-gen (v0.0.0-20200402171437-3d27c146c105 -> v0.0.0-20200710004633-5379fc63235d):
488
+ - correctly map typegen to cbg in all cases ([whyrusleeping/cbor-gen#26](https://github.com/whyrusleeping/cbor-gen/pull/26))
489
+ - fix: clear struct state on unmarshal ([whyrusleeping/cbor-gen#22](https://github.com/whyrusleeping/cbor-gen/pull/22))
490
+ - deferred: restrict max length ([whyrusleeping/cbor-gen#25](https://github.com/whyrusleeping/cbor-gen/pull/25))
491
+ - reduce number of allocations in ScanForLinks ([whyrusleeping/cbor-gen#24](https://github.com/whyrusleeping/cbor-gen/pull/24))
492
+ - attempt to allocate less by using shared buffers ([whyrusleeping/cbor-gen#18](https://github.com/whyrusleeping/cbor-gen/pull/18))
493
+ - add benchmark
494
+ - use new cid methods for less allocs ([whyrusleeping/cbor-gen#17](https://github.com/whyrusleeping/cbor-gen/pull/17))
495
+ - properly handle roundtripping Deferred with 'null' value ([whyrusleeping/cbor-gen#16](https://github.com/whyrusleeping/cbor-gen/pull/16))
496
+ - Support array types ([whyrusleeping/cbor-gen#15](https://github.com/whyrusleeping/cbor-gen/pull/15))
497
+- github.com/whyrusleeping/tar-utils (v0.0.0-20180509141711-8c6c8ba81d5c -> v0.0.0-20201201191210-20a61371de5b):
498
+ - more closely match default tar errors (GNU + BSD binaries)
499
+
500
+Contributors
501
+
502
+| Contributor | Commits | Lines ± | Files Changed |
503
+|-------------|---------|---------|---------------|
504
+| Eric Myhre | 180 | +26453/-11032 | 883 |
505
+| Marten Seemann | 212 | +14876/-9352 | 794 |
506
+| hannahhoward | 41 | +9195/-3113 | 186 |
507
+| Alex Cruikshank | 5 | +3323/-1895 | 58 |
508
+| Andrew Gillis | 3 | +3792/-581 | 21 |
509
+| vyzo | 49 | +2675/-949 | 95 |
510
+| Adin Schmahmann | 57 | +1473/-837 | 90 |
511
+| Steven Allen | 43 | +1252/-780 | 99 |
512
+| Petar Maymounkov | 3 | +1755/-113 | 17 |
513
+| Marcin Rataj | 35 | +979/-210 | 61 |
514
+| Paul Wolneykien | 2 | +670/-338 | 9 |
515
+| Jeromy Johnson | 9 | +525/-221 | 21 |
516
+| gammazero | 11 | +366/-101 | 26 |
517
+| Hector Sanjuan | 7 | +312/-0 | 11 |
518
+| Dirk McCormick | 4 | +190/-90 | 15 |
519
+| Will Scott | 1 | +252/-0 | 1 |
520
+| Oli Evans | 1 | +201/-0 | 1 |
521
+| Tomasz Zdybał | 2 | +182/-3 | 6 |
522
+| Daniel Martí | 6 | +104/-66 | 35 |
523
+| Sam | 3 | +76/-59 | 5 |
524
+| Łukasz Magiera | 2 | +92/-3 | 5 |
525
+| whyrusleeping | 3 | +77/-15 | 3 |
526
+| nisdas | 3 | +76/-15 | 4 |
527
+| Raúl Kripalani | 3 | +59/-31 | 5 |
528
+| Lucas Molas | 1 | +66/-3 | 2 |
529
+| Alex Towle | 1 | +52/-8 | 2 |
530
+| Dennis Trautwein | 1 | +58/-0 | 2 |
531
+| Adrian Lanzafame | 2 | +49/-7 | 4 |
532
+| klzgrad | 1 | +49/-5 | 2 |
533
+| Fazlul Shahriar | 1 | +35/-14 | 17 |
534
+| Yingrong Zhao | 1 | +45/-2 | 2 |
535
+| Jakub Sztandera | 2 | +22/-13 | 2 |
536
+| Chaitanya | 8 | +16/-16 | 8 |
537
+| Aarsh Shah | 1 | +27/-1 | 3 |
538
+| Rod Vagg | 1 | +23/-4 | 2 |
539
+| M. Hawn | 4 | +11/-11 | 8 |
540
+| Will | 1 | +12/-2 | 1 |
541
+| frrist | 1 | +7/-0 | 1 |
542
+| Rafael Ramalho | 2 | +5/-2 | 2 |
543
+| dependabot[bot] | 1 | +3/-3 | 1 |
544
+| Zaurbek Zhakupov | 1 | +3/-3 | 1 |
545
+| Tom Worrall | 1 | +4/-2 | 1 |
546
+| Jorropo | 2 | +5/-1 | 2 |
547
+| Chaitanya Raju | 1 | +3/-3 | 2 |
548
+| Egon Elbre | 1 | +0/-5 | 1 |
549
+| incognitomode | 1 | +2/-2 | 1 |
550
+| achingbrain | 1 | +2/-2 | 1 |
551
+| Michael Burns | 1 | +2/-2 | 1 |
552
+| David Florness | 2 | +2/-2 | 2 |
553
+| RubenKelevra | 1 | +2/-1 | 1 |
554
+| Andrew Nesbitt | 2 | +2/-1 | 2 |
555
+| Tarun Bansal | 1 | +1/-1 | 1 |
556
+| Max Inden | 1 | +1/-1 | 1 |
557
+| K | 1 | +2/-0 | 1 |
558
+| Jacob Heun | 1 | +1/-1 | 1 |
559
+| Henrique Dias | 1 | +1/-1 | 1 |
560
+| Bryan White | 1 | +1/-1 | 1 |
561
+| Bryan Stenson | 1 | +1/-1 | 1 |
docs/changelogs/v0.9.md
new
+772
@@ -0,0 +1,772 @@
1
+# go-ipfs changelog v0.9
2
+
3
+## v0.9.1 2021-07-20
4
+
5
+This is a small bug fix release resolving the following issues:
6
+1. A regression where the empty CID bafkqaaa could not resolve on gateways [#8230](https://github.com/ipfs/go-ipfs/issues/8230)
7
+2. A panic on OpenBSD [#8211](https://github.com/ipfs/go-ipfs/issues/8211)
8
+3. High CPU usage with QUIC [#8256](https://github.com/ipfs/go-ipfs/issues/8256)
9
+4. High memory usage with TCP [#8219](https://github.com/ipfs/go-ipfs/issues/8219)
10
+5. Some pubsub issues ([libp2p/go-libp2p-pubsub#427](https://github.com/libp2p/go-libp2p-pubsub/pull/427), [libp2p/go-libp2p-pubsub#430](https://github.com/libp2p/go-libp2p-pubsub/pull/430))
11
+6. Updated WebUI to [v2.12.4](https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.4)
12
+7. Fixed the snap deployment [#8212](https://github.com/ipfs/go-ipfs/pull/8212)
13
+
14
+### Changelog
15
+
16
+- github.com/ipfs/go-ipfs:
17
+ - chore: update deps
18
+ - feat: webui v2.12.4
19
+ - test: gateway response for bafkqaaa
20
+ - fix: downgrade mimetype dependency
21
+ - update go-libp2p to v0.14.3
22
+ - bump snap to build with Go 1.16
23
+- github.com/libp2p/go-libp2p (v0.14.2 -> v0.14.3):
24
+ - update go-tcp-transport to v0.2.3 and go-multiaddr to v0.3.3 ([libp2p/go-libp2p#1121](https://github.com/libp2p/go-libp2p/pull/1121))
25
+- github.com/libp2p/go-libp2p-pubsub (v0.4.1 -> v0.4.2):
26
+ - release priority locks early when handling batches
27
+ - don't respawn writer if we fail to open a stream; declare it a peer error
28
+ - batch process dead peer notifications
29
+ - use a priority lock instead of a semaphore
30
+ - do the notification in a goroutine
31
+ - emit new peer notification without holding the semaphore
32
+ - use a semaphore for new peer notifications so that we don't block the event loop
33
+ - don't accumulate pending goroutines from new connections
34
+ - Make close concurrent safe
35
+ - Fix close of closed channel
36
+- github.com/libp2p/go-libp2p-quic-transport (v0.11.1 -> v0.11.2):
37
+ - update quic-go to v0.21.2
38
+- github.com/libp2p/go-tcp-transport (v0.2.2 -> v0.2.4):
39
+ - collect metrics in a separate go routine ([libp2p/go-tcp-transport#82](https://github.com/libp2p/go-tcp-transport/pull/82))
40
+ - fix: avoid logging "invalid argument" errors when setting keepalive ([libp2p/go-tcp-transport#83](https://github.com/libp2p/go-tcp-transport/pull/83))
41
+ - Skip SetKeepAlivePeriod call on OpenBSD ([libp2p/go-tcp-transport#80](https://github.com/libp2p/go-tcp-transport/pull/80))
42
+ - sync: update CI config files (#79) ([libp2p/go-tcp-transport#79](https://github.com/libp2p/go-tcp-transport/pull/79))
43
+- github.com/lucas-clemente/quic-go (v0.21.1 -> v0.21.2):
44
+ - update qtls to include the crypto/tls fix of Go 1.16.6 / 1.15.14
45
+ - cancel the PTO timer when all Handshake packets are acknowledged
46
+ - update to Go 1.17rc1
47
+ - update Ginkgo to v1.16.4 and Gomega to v1.13.0 ([lucas-clemente/quic-go#3139](https://github.com/lucas-clemente/quic-go/pull/3139))
48
+- github.com/multiformats/go-multiaddr (v0.3.2 -> v0.3.3):
49
+ - guard against nil {Local,Remote}Addr() return values ([multiformats/go-multiaddr#155](https://github.com/multiformats/go-multiaddr/pull/155))
50
+ - sync: update CI config files (#154) ([multiformats/go-multiaddr#154](https://github.com/multiformats/go-multiaddr/pull/154))
51
+
52
+### Contributors
53
+
54
+| Contributor | Commits | Lines ± | Files Changed |
55
+|-------------|---------|---------|---------------|
56
+| vyzo | 8 | +205/-141 | 12 |
57
+| Marten Seemann | 7 | +127/-74 | 11 |
58
+| gammazero | 2 | +43/-5 | 3 |
59
+| Steven Allen | 1 | +13/-2 | 1 |
60
+| Adin Schmahmann | 3 | +13/-2 | 3 |
61
+| Marcin Rataj | 2 | +9/-1 | 2 |
62
+| Aaron Bieber | 1 | +6/-2 | 1 |
63
+
64
+## v0.9.0 2021-06-22
65
+
66
+We're happy to announce go-ipfs 0.9.0. This release makes go-ipfs even more configurable with some fun experiments to boot. We're also deprecating or removing some uncommonly used features to make it easier for users to discover the easy ways to use go-ipfs safely and efficiently.
67
+
68
+As usual, this release includes important fixes, some of which may be critical for security. Unless the fix addresses a bug being exploited in the wild, the fix will _not_ be called out in the release notes. Please make sure to update ASAP. See our [release process](https://github.com/ipfs/go-ipfs/tree/master/docs/releases.md#security-fix-policy) for details.
69
+
70
+### 🔦 Highlights
71
+
72
+#### 📦 Exporting of DAGs via Gateways
73
+
74
+Gateways now support downloading arbitrary IPLD graphs via the `/api/v0/dag/export` endpoint. This endpoint works in the same way as the `ipfs dag export` command.
75
+
76
+One major thing this enables is ability to verify data downloaded from public gateways. If you go to `https://somegateway.example.net/ipfs/bafyexample` you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://github.com/ipld/specs/blob/master/block-layer/content-addressable-archives.md) then it is possible to verify that the data you downloaded does in fact match `bafyexample`.
77
+
78
+Additionally, it was previously quite painful to download things other than UnixFS (files + directories) using gateways. It is now possible to download arbitrary IPLD graphs from gateways, making them useful as a general-purpose alternative to p2p transports.
79
+
80
+This opens exciting opportunities in areas like thin clients, mobile browsers and IoT devices, which now can delegate IPFS resolution to any public gateway, and have ability to verify that the data received matches the requested hash.
81
+
82
+#### ☁ Custom DNS Resolvers
83
+
84
+Resolution of DNS records for DNSLink and DNSAddrs means that names are sent in cleartext between the operating system and the DNS server provided by an ISP. In the past, the only way to customize DNS resolution in IPFS stack was to set up own DNS proxy server.
85
+
86
+There is now the ability to [customize DNS resolution](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#dns) and override the default resolver from the OS with [DNS over HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) (DoH) one. We made it really flexible: override can be applied globally, or per specific [TLD](https://en.wikipedia.org/wiki/Top-level_domain)/[FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name). Examples can be found in the [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#dns).
87
+
88
+#### 👪 Support for non-ICANN DNSLink names
89
+
90
+Building off of the support for custom DNS resolvers it is now possible to create DNSLink names not handled by ICANN and choose how that domain name will be resolved. An example of this is how ENS is supported, despite `.eth` not being an ICANN TLD you can point `.eth` to any ENS resolver you want (including a local one).
91
+
92
+While go-ipfs may have some DoH defaults for a few popular non-ICANN DNSLink names (e.g. ENS), you are free to use any protocol for a naming system and as long as it exposes a DNSLink record via a DNS endpoint you can make it work.
93
+
94
+#### 🖥️ Updated to the latest WebUI
95
+
96
+Our web interface now includes experimental support for pinning services, and various updates to _Files_ and _Peers_ screens.
97
+
98
+Remote pinning services added via the `ipfs pin remote service add` command are already detected, one can also add one from _Settings_ screen, and it will appear in _Set pinning_ interface on the _Files_ screen.
99
+
100
+Data presented on the _Peers_ screen can now be copied by simply clicking on a specific cell, and a list of open streams gives better insight into how a local node interacts with a specific peer.
101
+
102
+See release notes for [ipfs-webui v2.12](https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.0) for screenshots and more details.
103
+
104
+#### 🔑 IPNS keys can now be exported via the CLI without stopping the daemon
105
+
106
+`ipfs key export` no longer requires interrupting `ipfs daemon` ✨
107
+
108
+#### 🕸 Experimental DHT Client and Provider System
109
+
110
+An area of go-ipfs that has been historically tricky is how go-ipfs finds who has the data they are looking for. While the IPFS Public DHT is only one of the ways go-ipfs can find data it tends to be an important one. While since go-ipfs v0.5.0 the time to find content in the network has dropped significantly the time to put/get IPNS records or for a node to advertise the content it has still has much room for improvement.
111
+
112
+We have been doing some experimenting and have an alternative DHT client that essentially trades off some resources and in return is much more performant. We have also included with the experimental DHT client a bulk provider system that takes advantage of the new client to more efficiently do many advertisements at a time
113
+
114
+This work is quite new and still under development, however, the results so far have been promising especially for users with lots of data who have otherwise been having difficulty advertising their data into the IPFS Public DHT
115
+
116
+As described in the experimental features [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client) the experimental client can be enabled using the command below (or modifying the config file).
117
+
118
+```
119
+ipfs config --json Experimental.AcceleratedDHTClient true
120
+```
121
+
122
+A few things to take note of when `AcceleratedDHTClient` is enabled:
123
+- go-ipfs will likely use more resources then previously
124
+- DHT queries will not be usable (i.e. finding which peers have some data, finding where a particular peer is, etc.) for the first 5-10 minutes of operation depending on your network conditions
125
+- There is an `ipfs stats provide` command that will help you track your provide/reprovide usage, if you are providing lots of data you may want to consider how to reduce the amount you are providing (e.g. [Reprovider Strategies](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#reproviderstrategy) and/or [Strategic Providing](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#strategic-providing))
126
+
127
+See the [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client) for more details.
128
+
129
+#### 🚶♀️ Migrations
130
+
131
+##### Migrations are now individually packaged
132
+
133
+While previously the go-ipfs [repo migration](https://github.com/ipfs/fs-repo-migrations) binary was monolithic and contained all migrations from previous go-ipfs versions the binaries are now packaged individually. However, the fs-repo-migrations binary is still there to help those who manually upgrade their repos to download all the individual migrations.
134
+
135
+This means faster download times for upgrades, a much easier time building migrations for those who make use of custom plugins, and an easier time developing new migrations going forward.
136
+
137
+##### Configurable migration downloads enable downloading over IPFS
138
+
139
+Previously the migration downloader built into go-ipfs downloaded the migrations from [dist.ipfs.io](https://dist.ipfs.io). While users could use tools like [ipfs-update](https://github.com/ipfs/ipfs-update) to download the migrations over IPFS or manually download the migrations (over IPFS or otherwise) themselves, this is now automated and configurable. Users can choose to download the migrations over IPFS or from any specified IPFS Gateway.
140
+
141
+The configurable migration options are described in the config file [documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#migration), although most users should not need to change the default settings.
142
+
143
+The main benefit here is that users behind restrictive firewalls, or in offline/private deployments, won't have to run migrations manually, which is especially important for desktop use cases where go-ipfs is running inside of [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop#readme) and [Brave](https://brave.com/ipfs-support/).
144
+
145
+#### 🍎 Published builds for Apple M1 hardware
146
+
147
+Go now supports building for Darwin ARM64, and we are now publishing those builds
148
+
149
+#### 👋 Deprecations and Feature Removals
150
+
151
+##### The `ipfs object` commands are now deprecated
152
+
153
+In the last couple years most of the Object API's commands have become fulfillable using alternative APIs.
154
+
155
+The utility of Object API's is limited to data in UnixFS-v1 (`dag-pb`) format. If you are still using it, it is highly recommended that you switch to the DAG `ipfs dag` (supports modern data types like `dag-cbor`) or Files `ipfs files` (more intuitive for working with `dag-pb`) APIs.
156
+
157
+While the Object API and commands are still usable they are now marked as deprecated and hidden from users on the command line to discourage further use. We also updated their `--help` text to point at the modern replacements.
158
+
159
+
160
+##### `X-Ipfs-Gateway-Prefix` is now deprecated
161
+
162
+IPFS community moved towards dedicated Origins (DNSLink and [subdomain gateways](https://docs.ipfs.io/how-to/address-ipfs-on-web/#subdomain-gateway)) which are much easier to isolate and reason about.
163
+
164
+Setting up `Gateway.PathPrefixes` and `X-Ipfs-Gateway-Prefix` is no longer necessary and support [will be removed in near future](https://github.com/ipfs/go-ipfs/issues/7702).
165
+
166
+##### Proquints support removed
167
+
168
+A little known feature that was not well used or documented and was more well known for the error message `Error: not a valid proquint string` users received when trying to download invalid IPNS or DNSLink names (e.g. `https://dweb.link/ipns/badname`). We have removed support for proquints as they were out of place and largely unused, however proquints are [valid multibases](https://github.com/multiformats/multibase/pull/78) so if there is renewed interest in them there is a way forward.
169
+
170
+##### SECIO support removed
171
+
172
+SECIO was deprecated and turned off by default given the prevalence of TLS and Noise support, SECIO support is now removed entirely.
173
+
174
+### Changelog
175
+
176
+- github.com/ipfs/go-ipfs:
177
+ - chore: switch tar-utils dep to ipfs org
178
+ - chore: update CHANGELOG
179
+ - refactor: warning when bootstrap disabled by user
180
+ - feat: print error on bootstrap failure
181
+ - fix: typo in migration error
182
+ - Release v0.9.0-rc2
183
+ - refactor: improved humanNumber and humanSI
184
+ - feat: humanized durations in stat provide
185
+ - feat: humanized numbers in stat provide
186
+ - feat: add a text output encoding for the stats provide command
187
+ - fix: webui-2.12.3
188
+ - refactor(pinmfs): log error if pre-existing pin failed (#8056) ([ipfs/go-ipfs#8056](https://github.com/ipfs/go-ipfs/pull/8056))
189
+ - Release v0.9.0-rc1
190
+ - Added support for an experimental DHT client and provider system via the Experiments.AcceleratedDHTClient config option ([ipfs/go-ipfs#8061](https://github.com/ipfs/go-ipfs/pull/8061))
191
+ - feat: support DNSLink on non-ICANN DNS names ([ipfs/go-ipfs#8071](https://github.com/ipfs/go-ipfs/pull/8071))
192
+ - update go-tcp-transport to v0.2.2 ([ipfs/go-ipfs#8129](https://github.com/ipfs/go-ipfs/pull/8129))
193
+ - update quic-go to v0.21.0-rc.1 ([ipfs/go-ipfs#8125](https://github.com/ipfs/go-ipfs/pull/8125))
194
+ - chore: bump minimum go version to 1.15 ([ipfs/go-ipfs#7944](https://github.com/ipfs/go-ipfs/pull/7944))
195
+ - chore: update deps ([ipfs/go-ipfs#8128](https://github.com/ipfs/go-ipfs/pull/8128))
196
+ - feat: allow key export in online mode ([ipfs/go-ipfs#8113](https://github.com/ipfs/go-ipfs/pull/8113))
197
+ - Feat/migration ipfs download (#8064) ([ipfs/go-ipfs#8064](https://github.com/ipfs/go-ipfs/pull/8064))
198
+ - feat: support custom DoH resolvers ([ipfs/go-ipfs#8068](https://github.com/ipfs/go-ipfs/pull/8068))
199
+ - update go-libp2p to v0.14.0 ([ipfs/go-ipfs#8122](https://github.com/ipfs/go-ipfs/pull/8122))
200
+ - feat(gw): expose /api/v0/dag/export on gateway port ([ipfs/go-ipfs#8111](https://github.com/ipfs/go-ipfs/pull/8111))
201
+ - chore: update webui to 2.12.2 ([ipfs/go-ipfs#8097](https://github.com/ipfs/go-ipfs/pull/8097))
202
+ - docs: deprecate object commands ([ipfs/go-ipfs#8098](https://github.com/ipfs/go-ipfs/pull/8098))
203
+ - fix: omit empty pins slice when reporting pin progress ([ipfs/go-ipfs#8023](https://github.com/ipfs/go-ipfs/pull/8023))
204
+ - Fix typo in comment ([ipfs/go-ipfs#8087](https://github.com/ipfs/go-ipfs/pull/8087))
205
+ - fix: set systemd startup timeout to infinity ([ipfs/go-ipfs#8040](https://github.com/ipfs/go-ipfs/pull/8040))
206
+ - fix(mkreleaselog): partially handle v2 modules ([ipfs/go-ipfs#8073](https://github.com/ipfs/go-ipfs/pull/8073))
207
+ - Update migration sharness tests for new migrations (#8053) ([ipfs/go-ipfs#8053](https://github.com/ipfs/go-ipfs/pull/8053))
208
+ - fix: make migrations log output to stdout ([ipfs/go-ipfs#8054](https://github.com/ipfs/go-ipfs/pull/8054))
209
+ - fix(gw): remove hardcoded hostnames ([ipfs/go-ipfs#8069](https://github.com/ipfs/go-ipfs/pull/8069))
210
+ - Fix transposed words in docs/config.md ([ipfs/go-ipfs#8051](https://github.com/ipfs/go-ipfs/pull/8051))
211
+ - fix: update root help ([ipfs/go-ipfs#8052](https://github.com/ipfs/go-ipfs/pull/8052))
212
+ - chore: dont docker tag rc as latest ([ipfs/go-ipfs#8055](https://github.com/ipfs/go-ipfs/pull/8055))
213
+ - Add info to "pin rm" help about how to tell if pin is indirect ([ipfs/go-ipfs#8044](https://github.com/ipfs/go-ipfs/pull/8044))
214
+ - build(deps): bump contrib.go.opencensus.io/exporter/prometheus from 0.2.0 to 0.3.0 ([ipfs/go-ipfs#8020](https://github.com/ipfs/go-ipfs/pull/8020))
215
+ - fix(gw): remove use of Clear-Site-Data in subdomain router ([ipfs/go-ipfs#7890](https://github.com/ipfs/go-ipfs/pull/7890))
216
+ - ([ipfs/go-ipfs#7857](https://github.com/ipfs/go-ipfs/pull/7857))
217
+ - docs: clarification of the Strategic Providing functionality ([ipfs/go-ipfs#8035](https://github.com/ipfs/go-ipfs/pull/8035))
218
+ - docs: cosmetic fixes of help text ([ipfs/go-ipfs#8010](https://github.com/ipfs/go-ipfs/pull/8010))
219
+ - chore: deprecate Gateway.PathPrefixes ([ipfs/go-ipfs#7994](https://github.com/ipfs/go-ipfs/pull/7994))
220
+ - Fix text contrast for dark mode ([ipfs/go-ipfs#8027](https://github.com/ipfs/go-ipfs/pull/8027))
221
+ - Do not fetch recursive pins from pinner unnecessarily ([ipfs/go-ipfs#7883](https://github.com/ipfs/go-ipfs/pull/7883))
222
+ - test(sharness): verify the list of exported metrics ([ipfs/go-ipfs#7987](https://github.com/ipfs/go-ipfs/pull/7987))
223
+ - fix: return an error if repo verify is canceled ([ipfs/go-ipfs#7973](https://github.com/ipfs/go-ipfs/pull/7973))
224
+ - doc: document security fix policy ([ipfs/go-ipfs#7991](https://github.com/ipfs/go-ipfs/pull/7991))
225
+ - feat(gw): /ipfs/ipfs/{cid} → /ipfs/{cid} ([ipfs/go-ipfs#7930](https://github.com/ipfs/go-ipfs/pull/7930))
226
+ - Fix: innacuracies in MFS command documentation. ([ipfs/go-ipfs#8001](https://github.com/ipfs/go-ipfs/pull/8001))
227
+ - Feat: Re-import InitializeKeyspace code from go-namesys ([ipfs/go-ipfs#7984](https://github.com/ipfs/go-ipfs/pull/7984))
228
+ - revert registration of metrics against unexposed prom registry ([ipfs/go-ipfs#7986](https://github.com/ipfs/go-ipfs/pull/7986))
229
+ - Extract the namesys and the keystore submodules ([ipfs/go-ipfs#7925](https://github.com/ipfs/go-ipfs/pull/7925))
230
+ - split core/commands/dag into individual files for different subcommands ([ipfs/go-ipfs#7970](https://github.com/ipfs/go-ipfs/pull/7970))
231
+ - test(sharness): pass correct timeout format to go-timeout ([ipfs/go-ipfs#7971](https://github.com/ipfs/go-ipfs/pull/7971))
232
+ - fix race condition when logging requests ([ipfs/go-ipfs#7953](https://github.com/ipfs/go-ipfs/pull/7953))
233
+ - fix some sharness-in-CI issues ([ipfs/go-ipfs#7946](https://github.com/ipfs/go-ipfs/pull/7946))
234
+ - chore: update deps ([ipfs/go-ipfs#7941](https://github.com/ipfs/go-ipfs/pull/7941))
235
+ - fix: correctly return pin ls errors ([ipfs/go-ipfs#7942](https://github.com/ipfs/go-ipfs/pull/7942))
236
+ - feat: remove secio support ([ipfs/go-ipfs#7943](https://github.com/ipfs/go-ipfs/pull/7943))
237
+ - Set supported platforms by go-version ([ipfs/go-ipfs#7927](https://github.com/ipfs/go-ipfs/pull/7927))
238
+ - docs: tips on debugging Policies.MFS (#7929) ([ipfs/go-ipfs#7929](https://github.com/ipfs/go-ipfs/pull/7929))
239
+ - docs: fix DNSLink gw recipe ([ipfs/go-ipfs#7932](https://github.com/ipfs/go-ipfs/pull/7932))
240
+ - Merge branch 'release'
241
+ - docs: RepinInterval
242
+ - style: docs/config.md
243
+ - style: improved MFS PinName example
244
+ - docs: Pinning.RemoteServices.Policies
245
+ - peering: add logs before many-second waits ([ipfs/go-ipfs#7904](https://github.com/ipfs/go-ipfs/pull/7904))
246
+ - all: gofmt -s ([ipfs/go-ipfs#7900](https://github.com/ipfs/go-ipfs/pull/7900))
247
+- github.com/ipfs/go-bitswap (v0.3.3 -> v0.3.4):
248
+ - remove Makefile ([ipfs/go-bitswap#483](https://github.com/ipfs/go-bitswap/pull/483))
249
+ - test: deflake engine test ([ipfs/go-bitswap#480](https://github.com/ipfs/go-bitswap/pull/480))
250
+ - test: deflake large-message test ([ipfs/go-bitswap#479](https://github.com/ipfs/go-bitswap/pull/479))
251
+ - fix: fix alignment of stats struct in virtual network ([ipfs/go-bitswap#478](https://github.com/ipfs/go-bitswap/pull/478))
252
+ - fix(network): impl: add timeout in newStreamToPeer call ([ipfs/go-bitswap#477](https://github.com/ipfs/go-bitswap/pull/477))
253
+ - fix staticcheck ([ipfs/go-bitswap#474](https://github.com/ipfs/go-bitswap/pull/474))
254
+ - ignore transient connections ([ipfs/go-bitswap#470](https://github.com/ipfs/go-bitswap/pull/470))
255
+ - fix a startup race by creating the blockstoremanager process on init ([ipfs/go-bitswap#465](https://github.com/ipfs/go-bitswap/pull/465))
256
+- github.com/ipfs/go-block-format (v0.0.2 -> v0.0.3):
257
+ - doc: add a lead maintainer ([ipfs/go-block-format#16](https://github.com/ipfs/go-block-format/pull/16))
258
+- github.com/ipfs/go-graphsync (v0.6.0 -> v0.8.0):
259
+ - docs(CHANGELOG): update for v0.8.0
260
+ - Update for LinkSystem (#161) ([ipfs/go-graphsync#161](https://github.com/ipfs/go-graphsync/pull/161))
261
+ - Round out diagnostic parameters (#157) ([ipfs/go-graphsync#157](https://github.com/ipfs/go-graphsync/pull/157))
262
+ - map response codes to names (#148) ([ipfs/go-graphsync#148](https://github.com/ipfs/go-graphsync/pull/148))
263
+ - Discard http output (#156) ([ipfs/go-graphsync#156](https://github.com/ipfs/go-graphsync/pull/156))
264
+ - Add debug logging (#121) ([ipfs/go-graphsync#121](https://github.com/ipfs/go-graphsync/pull/121))
265
+ - Add optional HTTP comparison (#153) ([ipfs/go-graphsync#153](https://github.com/ipfs/go-graphsync/pull/153))
266
+ - docs(architecture): update architecture docs (#154) ([ipfs/go-graphsync#154](https://github.com/ipfs/go-graphsync/pull/154))
267
+ - release v0.7.0 ([ipfs/go-graphsync#152](https://github.com/ipfs/go-graphsync/pull/152))
268
+ - chore: update deps (#151) ([ipfs/go-graphsync#151](https://github.com/ipfs/go-graphsync/pull/151))
269
+ - Automatically record heap profiles in testplans (#147) ([ipfs/go-graphsync#147](https://github.com/ipfs/go-graphsync/pull/147))
270
+ - feat(deps): update go-ipld-prime v0.7.0 (#145) ([ipfs/go-graphsync#145](https://github.com/ipfs/go-graphsync/pull/145))
271
+ - Release/v0.6.0 ([ipfs/go-graphsync#144](https://github.com/ipfs/go-graphsync/pull/144))
272
+- github.com/ipfs/go-ipfs-blockstore (v0.1.4 -> v0.1.6):
273
+ - use bloom filter in GetSize
274
+- github.com/ipfs/go-ipfs-config (v0.12.0 -> v0.14.0):
275
+ - Added Experiments.AcceleratedDHTClient option ([ipfs/go-ipfs-config#125](https://github.com/ipfs/go-ipfs-config/pull/125))
276
+ - Add config for downloading repo migrations ([ipfs/go-ipfs-config#128](https://github.com/ipfs/go-ipfs-config/pull/128))
277
+ - remove duplicate entries in defaultServerFilters ([ipfs/go-ipfs-config#121](https://github.com/ipfs/go-ipfs-config/pull/121))
278
+ - add custom DNS Resolver configuration ([ipfs/go-ipfs-config#126](https://github.com/ipfs/go-ipfs-config/pull/126))
279
+- github.com/ipfs/go-ipfs-provider (v0.4.3 -> v0.5.1):
280
+ - Fix batched providing of empty keys ([ipfs/go-ipfs-provider#37](https://github.com/ipfs/go-ipfs-provider/pull/37))
281
+ - Bulk Provide/Reproviding System (#34) ([ipfs/go-ipfs-provider#34](https://github.com/ipfs/go-ipfs-provider/pull/34))
282
+ - chore: update the Usage part of readme ([ipfs/go-ipfs-provider#33](https://github.com/ipfs/go-ipfs-provider/pull/33))
283
+ - Retract and revert 1.0.0 ([ipfs/go-ipfs-provider#31](https://github.com/ipfs/go-ipfs-provider/pull/31))
284
+ - replace go-merkledag with go-fetcher ([ipfs/go-ipfs-provider#30](https://github.com/ipfs/go-ipfs-provider/pull/30))
285
+- github.com/ipfs/go-ipld-git (v0.0.3 -> v0.0.4):
286
+ - add license file so it can be found by go-licenses ([ipfs/go-ipld-git#42](https://github.com/ipfs/go-ipld-git/pull/42))
287
+- github.com/ipfs/go-ipns (v0.0.2 -> v0.1.0):
288
+ - Add support for extensible records (and v2 signature)
289
+- github.com/ipfs/go-log (v1.0.4 -> v1.0.5):
290
+ - chore: update v1 deps ([ipfs/go-log#108](https://github.com/ipfs/go-log/pull/108))
291
+- github.com/ipfs/go-log/v2 (v2.1.1 -> v2.1.3):
292
+ - doc(README): use circle-ci badge ([ipfs/go-log#106](https://github.com/ipfs/go-log/pull/106))
293
+ - feat: add ability to specify labels for all loggers ([ipfs/go-log#105](https://github.com/ipfs/go-log/pull/105))
294
+ - Add an option to pass URL to zap ([ipfs/go-log#101](https://github.com/ipfs/go-log/pull/101))
295
+ - enable configuring several log outputs ([ipfs/go-log#98](https://github.com/ipfs/go-log/pull/98))
296
+ - Fix caller not being added ([ipfs/go-log#96](https://github.com/ipfs/go-log/pull/96))
297
+- github.com/ipfs/go-unixfs (v0.2.4 -> v0.2.5):
298
+ - correct file size for raw node ([ipfs/go-unixfs#88](https://github.com/ipfs/go-unixfs/pull/88))
299
+- github.com/ipld/go-car (v0.1.1-0.20201015032735-ff6ccdc46acc -> v0.3.1):
300
+ - chore: make sure we get an error where we expect one
301
+ - chore: refactor header tests to iterate over a struct
302
+ - chore: add header error tests
303
+ - fix: lint errors
304
+ - fix: go mod tidy
305
+ - chore: update go.mod to 1.15
306
+ - fix: ReadHeader return value mismatch
307
+ - Updates for ipld linksystem branch ([ipld/go-car#56](https://github.com/ipld/go-car/pull/56))
308
+ - replace go-ipld-prime-proto with go-codec-dagpb
309
+ - fix staticcheck errors ([ipld/go-car#67](https://github.com/ipld/go-car/pull/67))
310
+ - chore: switch to a single license file ([ipld/go-car#59](https://github.com/ipld/go-car/pull/59))
311
+ - chore: remove LICENSE ([ipld/go-car#58](https://github.com/ipld/go-car/pull/58))
312
+ - chore: relicense ([ipld/go-car#57](https://github.com/ipld/go-car/pull/57))
313
+ - ci: remove travis support ([ipld/go-car#55](https://github.com/ipld/go-car/pull/55))
314
+ - run gofmt -s
315
+ - Allow user defined block hooks when using two step write for selective cars ([ipld/go-car#37](https://github.com/ipld/go-car/pull/37))
316
+ - feat: handle mid-varint EOF case as UnexpectedEOF
317
+ - fix: main NewReader call
318
+- github.com/ipld/go-ipld-prime (v0.5.1-0.20201021195245-109253e8a018 -> v0.9.1-0.20210324083106-dc342a9917db):
319
+ - Add option to tell link system storage is trusted and we can skip hash on read ([ipld/go-ipld-prime#149](https://github.com/ipld/go-ipld-prime/pull/149))
320
+ - implement non-dag cbor codec ([ipld/go-ipld-prime#153](https://github.com/ipld/go-ipld-prime/pull/153))
321
+ - add non-dag json codec ([ipld/go-ipld-prime#152](https://github.com/ipld/go-ipld-prime/pull/152))
322
+ - typo fixes
323
+ - mark v0.9.0
324
+ - Changelog: more backfill :)
325
+ - hackme: about merge strategies.
326
+ - Dropping .gopath and other unmaintained scripts.
327
+ - introduce LinkSystem ([ipld/go-ipld-prime#143](https://github.com/ipld/go-ipld-prime/pull/143))
328
+ - Readme updates.
329
+ - codec/raw: implement the raw codec
330
+ - add an ADL interface type
331
+ - schema/gen/go: cache genned code in os.TempDir
332
+ - fluent/qp: finish writing all data model helpers
333
+ - fluent: add qp, a different spin on quip
334
+ - schema/gen/go: prevent some unkeyed literal vet errors
335
+ - schema/gen/go: remove two common subtest levels
336
+ - use %q in error strings
337
+ - schema/gen/go: please vet a bit more
338
+ - Introduce 'quip' data building helpers. ([ipld/go-ipld-prime#134](https://github.com/ipld/go-ipld-prime/pull/134))
339
+ - gengo: support for unions with stringprefix representation. ([ipld/go-ipld-prime#133](https://github.com/ipld/go-ipld-prime/pull/133))
340
+ - target of opporunity DRY improvement: use more shared templates for structs with stringjoin representations.
341
+ - fix small consistency typo in gen function names.
342
+ - drop old generation mechanisms that were already deprecated.
343
+ - error type cleanup, and helpers.
344
+ - v0.7.0 and changelog update
345
+ - Revert "rename AssignNode to ConvertFrom"
346
+ - Implement traversal.FocusedTransform. ([ipld/go-ipld-prime#130](https://github.com/ipld/go-ipld-prime/pull/130))
347
+ - Update a few more lingering ReprKind references.
348
+ - all: rename schema.Kind to TypeKind, ipld.ReprKind to Kind ([ipld/go-ipld-prime#127](https://github.com/ipld/go-ipld-prime/pull/127))
349
+ - all: rename AssignNode to ConvertFrom
350
+ - all: rewrite interfaces and APIs to support int64
351
+ - mark v0.6.0
352
+ - clean up node/gendemo regeneration ([ipld/go-ipld-prime#123](https://github.com/ipld/go-ipld-prime/pull/123))
353
+ - cleanup: drop orphaned gitignore file.
354
+ - Schema types rebased to use codegen types for the data ([ipld/go-ipld-prime#107](https://github.com/ipld/go-ipld-prime/pull/107))
355
+ - codegen: assembler for struct with map representation validates all non-optional fields are present ([ipld/go-ipld-prime#121](https://github.com/ipld/go-ipld-prime/pull/121))
356
+ - changelog: backfill.
357
+ - fluent: finish out matrix of helper methods, and fix error handling of the non-Must methods.
358
+ - all: fix a lot of "unkeyed literal" vet warnings
359
+ - node/mixins: use simpler filenames
360
+ - node/gendemo: use the new code generator
361
+ - Merge pull request #96 , originally known as ipld/cidlink-only-usable-as-ptr
362
+ - Codec revamp ([ipld/go-ipld-prime#112](https://github.com/ipld/go-ipld-prime/pull/112))
363
+ - Allow overriden types (#116) ([ipld/go-ipld-prime#116](https://github.com/ipld/go-ipld-prime/pull/116))
364
+ - add import to ipld in ipldsch_types.go ([ipld/go-ipld-prime#115](https://github.com/ipld/go-ipld-prime/pull/115))
365
+ - Codegen output rearrange ([ipld/go-ipld-prime#105](https://github.com/ipld/go-ipld-prime/pull/105))
366
+ - Validate struct builder sufficiency ([ipld/go-ipld-prime#111](https://github.com/ipld/go-ipld-prime/pull/111))
367
+ - Fresh take on codec APIs, and some tokenization utilities. ([ipld/go-ipld-prime#101](https://github.com/ipld/go-ipld-prime/pull/101))
368
+ - Add a demo ADL (rot13adl) ([ipld/go-ipld-prime#98](https://github.com/ipld/go-ipld-prime/pull/98))
369
+ - Introduce traversal function that selects links out of a tree. ([ipld/go-ipld-prime#110](https://github.com/ipld/go-ipld-prime/pull/110))
370
+ - Codegen various improvements ([ipld/go-ipld-prime#106](https://github.com/ipld/go-ipld-prime/pull/106))
371
+- github.com/libp2p/go-conn-security-multistream (v0.2.0 -> v0.2.1):
372
+ - Implement support for simultaneous open (#14) ([libp2p/go-conn-security-multistream#14](https://github.com/libp2p/go-conn-security-multistream/pull/14))
373
+- github.com/libp2p/go-libp2p (v0.13.0 -> v0.14.2):
374
+ - Fix race in adding connections to connsByPeer ([libp2p/go-libp2p#1116](https://github.com/libp2p/go-libp2p/pull/1116))
375
+ - speed up the mock tests ([libp2p/go-libp2p#1103](https://github.com/libp2p/go-libp2p/pull/1103))
376
+ - remove slow ObservedAddrManager test that doesn't test anything ([libp2p/go-libp2p#1104](https://github.com/libp2p/go-libp2p/pull/1104))
377
+ - remove Codecov config ([libp2p/go-libp2p#1100](https://github.com/libp2p/go-libp2p/pull/1100))
378
+ - doc: document standard connection manager ([libp2p/go-libp2p#1099](https://github.com/libp2p/go-libp2p/pull/1099))
379
+ - run go mod tidy in the examples ([libp2p/go-libp2p#1098](https://github.com/libp2p/go-libp2p/pull/1098))
380
+ - Cleanup some remaining examples nits ([libp2p/go-libp2p#1097](https://github.com/libp2p/go-libp2p/pull/1097))
381
+ - chore: bring examples back into repository and add tests ([libp2p/go-libp2p#1092](https://github.com/libp2p/go-libp2p/pull/1092))
382
+ - fix(mkreleasenotes): handle first commit ([libp2p/go-libp2p#1095](https://github.com/libp2p/go-libp2p/pull/1095))
383
+ - doc: add a basic release process ([libp2p/go-libp2p#1080](https://github.com/libp2p/go-libp2p/pull/1080))
384
+ - chore: update yamux ([libp2p/go-libp2p#1089](https://github.com/libp2p/go-libp2p/pull/1089))
385
+ - fix: re-expose AutoNAT service on BasicHost ([libp2p/go-libp2p#1088](https://github.com/libp2p/go-libp2p/pull/1088))
386
+ - remove NEWS.md ([libp2p/go-libp2p#1086](https://github.com/libp2p/go-libp2p/pull/1086))
387
+ - test: deflake TestProtoDowngrade ([libp2p/go-libp2p#1084](https://github.com/libp2p/go-libp2p/pull/1084))
388
+ - sync: update CI config files (and fix tests) ([libp2p/go-libp2p#1083](https://github.com/libp2p/go-libp2p/pull/1083))
389
+ - static check fixes ([libp2p/go-libp2p#1076](https://github.com/libp2p/go-libp2p/pull/1076))
390
+ - fix go vet ([libp2p/go-libp2p#1075](https://github.com/libp2p/go-libp2p/pull/1075))
391
+ - option for custom dns resolver ([libp2p/go-libp2p#1073](https://github.com/libp2p/go-libp2p/pull/1073))
392
+ - chore: update deps ([libp2p/go-libp2p#1066](https://github.com/libp2p/go-libp2p/pull/1066))
393
+ - fix autonat race ([libp2p/go-libp2p#1062](https://github.com/libp2p/go-libp2p/pull/1062))
394
+ - use transient connections in identify streams ([libp2p/go-libp2p#1061](https://github.com/libp2p/go-libp2p/pull/1061))
395
+ - Emit event for User's NAT Type i.e. Hard NAT or Easy NAT (#1042) ([libp2p/go-libp2p#1042](https://github.com/libp2p/go-libp2p/pull/1042))
396
+ - Finish and Test the simultaneous connect problem in libp2p peers (#1041) ([libp2p/go-libp2p#1041](https://github.com/libp2p/go-libp2p/pull/1041))
397
+ - Close peerstore and document Host Close (#1037) ([libp2p/go-libp2p#1037](https://github.com/libp2p/go-libp2p/pull/1037))
398
+ - Timeout all Identify stream reads (#1032) ([libp2p/go-libp2p#1032](https://github.com/libp2p/go-libp2p/pull/1032))
399
+- github.com/libp2p/go-libp2p-autonat (v0.4.0 -> v0.4.2):
400
+ - Fix: Stream read timeout ([libp2p/go-libp2p-autonat#99](https://github.com/libp2p/go-libp2p-autonat/pull/99))
401
+ - fix: simplify address replacement ([libp2p/go-libp2p-autonat#102](https://github.com/libp2p/go-libp2p-autonat/pull/102))
402
+ - replace the port number for double NAT mapping ([libp2p/go-libp2p-autonat#101](https://github.com/libp2p/go-libp2p-autonat/pull/101))
403
+- github.com/libp2p/go-libp2p-core (v0.8.0 -> v0.8.5):
404
+ - mind the dot.
405
+ - context option for simultaneous connect
406
+ - Event for user's NAT Device Type: Tell user if the node is behind an Easy or Hard NAT (#173) ([libp2p/go-libp2p-core#173](https://github.com/libp2p/go-libp2p-core/pull/173))
407
+ - address aarshian nitpicks
408
+ - make UseTransient context option take a reason argument, for consistency with other options
409
+ - abstract Conn Stat interface for threading
410
+ - Update network/context.go
411
+ - add ErrTransientConn error
412
+ - add support for transient connections
413
+ - more docs for stream fncs (#183) ([libp2p/go-libp2p-core#183](https://github.com/libp2p/go-libp2p-core/pull/183))
414
+ - refactor: use a helper type to decode AddrInfo from JSON (#178) ([libp2p/go-libp2p-core#178](https://github.com/libp2p/go-libp2p-core/pull/178))
415
+ - fix stream docs (#182) ([libp2p/go-libp2p-core#182](https://github.com/libp2p/go-libp2p-core/pull/182))
416
+ - context to force direct dial (#181) ([libp2p/go-libp2p-core#181](https://github.com/libp2p/go-libp2p-core/pull/181))
417
+ - Secure Muxer Interface (#180) ([libp2p/go-libp2p-core#180](https://github.com/libp2p/go-libp2p-core/pull/180))
418
+- github.com/libp2p/go-libp2p-discovery (v0.5.0 -> v0.5.1):
419
+ - Fix hang in BackoffDiscovery.FindPeers when requesting limit lower than number of peers available ([libp2p/go-libp2p-discovery#69](https://github.com/libp2p/go-libp2p-discovery/pull/69))
420
+ - fix staticcheck ([libp2p/go-libp2p-discovery#70](https://github.com/libp2p/go-libp2p-discovery/pull/70))
421
+- github.com/libp2p/go-libp2p-kad-dht (v0.11.1 -> v0.12.2):
422
+ - fullrt rework batching (#720) ([libp2p/go-libp2p-kad-dht#720](https://github.com/libp2p/go-libp2p-kad-dht/pull/720))
423
+ - sync: update CI config files ([libp2p/go-libp2p-kad-dht#712](https://github.com/libp2p/go-libp2p-kad-dht/pull/712))
424
+ - fix staticcheck ([libp2p/go-libp2p-kad-dht#721](https://github.com/libp2p/go-libp2p-kad-dht/pull/721))
425
+ - fix: fullrt dht bug fixes ([libp2p/go-libp2p-kad-dht#719](https://github.com/libp2p/go-libp2p-kad-dht/pull/719))
426
+ - Crawler based DHT client (#709) ([libp2p/go-libp2p-kad-dht#709](https://github.com/libp2p/go-libp2p-kad-dht/pull/709))
427
+ - test: fix unique addr check ([libp2p/go-libp2p-kad-dht#714](https://github.com/libp2p/go-libp2p-kad-dht/pull/714))
428
+ - chore: update deps ([libp2p/go-libp2p-kad-dht#713](https://github.com/libp2p/go-libp2p-kad-dht/pull/713))
429
+ - Add basic crawler (#663) ([libp2p/go-libp2p-kad-dht#663](https://github.com/libp2p/go-libp2p-kad-dht/pull/663))
430
+ - various staticcheck fixes ([libp2p/go-libp2p-kad-dht#710](https://github.com/libp2p/go-libp2p-kad-dht/pull/710))
431
+ - findpeer should work even on peers that are not part of DHT queries ([libp2p/go-libp2p-kad-dht#711](https://github.com/libp2p/go-libp2p-kad-dht/pull/711))
432
+ - Extract DHT message sender from the DHT ([libp2p/go-libp2p-kad-dht#659](https://github.com/libp2p/go-libp2p-kad-dht/pull/659))
433
+- github.com/libp2p/go-libp2p-noise (v0.1.2 -> v0.2.0):
434
+ - Update github.com/flynn/noise to address nonce handling security issues ([libp2p/go-libp2p-noise#95](https://github.com/libp2p/go-libp2p-noise/pull/95))
435
+ - fix staticcheck ([libp2p/go-libp2p-noise#96](https://github.com/libp2p/go-libp2p-noise/pull/96))
436
+ - chore: update deps ([libp2p/go-libp2p-noise#94](https://github.com/libp2p/go-libp2p-noise/pull/94))
437
+ - chore: relicense MIT/Apache-2.0 ([libp2p/go-libp2p-noise#93](https://github.com/libp2p/go-libp2p-noise/pull/93))
438
+- github.com/libp2p/go-libp2p-peerstore (v0.2.6 -> v0.2.7):
439
+ - fix: delete addrs when "updating" them to zero ([libp2p/go-libp2p-peerstore#157](https://github.com/libp2p/go-libp2p-peerstore/pull/157))
440
+- github.com/libp2p/go-libp2p-quic-transport (v0.10.0 -> v0.11.1):
441
+ - update quic-go, enable QUIC v1 (RFC 9000) ([libp2p/go-libp2p-quic-transport#207](https://github.com/libp2p/go-libp2p-quic-transport/pull/207))
442
+ - update quic-go to v0.21.0-rc2 ([libp2p/go-libp2p-quic-transport#206](https://github.com/libp2p/go-libp2p-quic-transport/pull/206))
443
+ - increase test timeout to reduce flakiness of test on Windows ([libp2p/go-libp2p-quic-transport#204](https://github.com/libp2p/go-libp2p-quic-transport/pull/204))
444
+ - correctly export version negotiation failures to Prometheus ([libp2p/go-libp2p-quic-transport#205](https://github.com/libp2p/go-libp2p-quic-transport/pull/205))
445
+ - update quic-go to v0.20.1 ([libp2p/go-libp2p-quic-transport#201](https://github.com/libp2p/go-libp2p-quic-transport/pull/201))
446
+ - expose some Prometheus metrics ([libp2p/go-libp2p-quic-transport#200](https://github.com/libp2p/go-libp2p-quic-transport/pull/200))
447
+ - update quic-go to v0.20.0 ([libp2p/go-libp2p-quic-transport#198](https://github.com/libp2p/go-libp2p-quic-transport/pull/198))
448
+ - reduce the zstd window size from 8 MB to 32 KB ([libp2p/go-libp2p-quic-transport#195](https://github.com/libp2p/go-libp2p-quic-transport/pull/195))
449
+ - compress qlogs when the QUIC connection is closed ([libp2p/go-libp2p-quic-transport#193](https://github.com/libp2p/go-libp2p-quic-transport/pull/193))
450
+ - switch from gzip to zstd for qlog compression ([libp2p/go-libp2p-quic-transport#190](https://github.com/libp2p/go-libp2p-quic-transport/pull/190))
451
+- github.com/libp2p/go-libp2p-swarm (v0.4.0 -> v0.5.0):
452
+ - run connection gating tests on both TCP and QUIC ([libp2p/go-libp2p-swarm#258](https://github.com/libp2p/go-libp2p-swarm/pull/258))
453
+ - fix: avoid returning typed nils ([libp2p/go-libp2p-swarm#257](https://github.com/libp2p/go-libp2p-swarm/pull/257))
454
+ - fix staticcheck ([libp2p/go-libp2p-swarm#255](https://github.com/libp2p/go-libp2p-swarm/pull/255))
455
+ - fix go vet ([libp2p/go-libp2p-swarm#253](https://github.com/libp2p/go-libp2p-swarm/pull/253))
456
+ - New Dialer ([libp2p/go-libp2p-swarm#243](https://github.com/libp2p/go-libp2p-swarm/pull/243))
457
+ - fix: use 64bit stream/conn IDs ([libp2p/go-libp2p-swarm#247](https://github.com/libp2p/go-libp2p-swarm/pull/247))
458
+ - feat: close transports that implement io.Closer ([libp2p/go-libp2p-swarm#227](https://github.com/libp2p/go-libp2p-swarm/pull/227))
459
+ - fix swarm transient conn (#241) ([libp2p/go-libp2p-swarm#241](https://github.com/libp2p/go-libp2p-swarm/pull/241))
460
+ - Support for Hole punching (#233) ([libp2p/go-libp2p-swarm#233](https://github.com/libp2p/go-libp2p-swarm/pull/233))
461
+ - Treat transient connections as opt-in when opening new streams ([libp2p/go-libp2p-swarm#236](https://github.com/libp2p/go-libp2p-swarm/pull/236))
462
+ - avoid assigning a function to a variable ([libp2p/go-libp2p-swarm#239](https://github.com/libp2p/go-libp2p-swarm/pull/239))
463
+ - only listen on localhost in tests ([libp2p/go-libp2p-swarm#238](https://github.com/libp2p/go-libp2p-swarm/pull/238))
464
+ - prevent dialing addresses that we're listening on ([libp2p/go-libp2p-swarm#237](https://github.com/libp2p/go-libp2p-swarm/pull/237))
465
+ - Enable QUIC in Test Swarm (#235) ([libp2p/go-libp2p-swarm#235](https://github.com/libp2p/go-libp2p-swarm/pull/235))
466
+- github.com/libp2p/go-libp2p-transport-upgrader (v0.4.0 -> v0.4.2):
467
+ - Expose underlying transport connection stat where available ([libp2p/go-libp2p-transport-upgrader#71](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/71))
468
+ - Implement support for simultaneous open (#25) ([libp2p/go-libp2p-transport-upgrader#25](https://github.com/libp2p/go-libp2p-transport-upgrader/pull/25))
469
+- github.com/libp2p/go-libp2p-yamux (v0.5.1 -> v0.5.4):
470
+ - remove Makefile ([libp2p/go-libp2p-yamux#35](https://github.com/libp2p/go-libp2p-yamux/pull/35))
471
+- github.com/libp2p/go-netroute (v0.1.3 -> v0.1.6):
472
+ - add js stub impl
473
+- github.com/libp2p/go-sockaddr (v0.0.2 -> v0.1.1):
474
+ - fix: allocate "any" socket type then cast ([libp2p/go-sockaddr#20](https://github.com/libp2p/go-sockaddr/pull/20))
475
+ - fix: remove CGO functions ([libp2p/go-sockaddr#18](https://github.com/libp2p/go-sockaddr/pull/18))
476
+- github.com/libp2p/go-tcp-transport (v0.2.1 -> v0.2.2):
477
+ - use log.Warn instead of log.Warning ([libp2p/go-tcp-transport#77](https://github.com/libp2p/go-tcp-transport/pull/77))
478
+ - add bandwidth-related metrics (for Linux and OSX) ([libp2p/go-tcp-transport#76](https://github.com/libp2p/go-tcp-transport/pull/76))
479
+ - expose some Prometheus metrics ([libp2p/go-tcp-transport#75](https://github.com/libp2p/go-tcp-transport/pull/75))
480
+ - enable TCP keepalives ([libp2p/go-tcp-transport#73](https://github.com/libp2p/go-tcp-transport/pull/73))
481
+ - stop using the deprecated go-multiaddr-net package ([libp2p/go-tcp-transport#72](https://github.com/libp2p/go-tcp-transport/pull/72))
482
+- github.com/libp2p/go-yamux/v2 (v2.0.0 -> v2.2.0):
483
+ - make the initial stream receive window configurable ([libp2p/go-yamux#59](https://github.com/libp2p/go-yamux/pull/59))
484
+ - set initial window size to spec value (256 kB), remove config option ([libp2p/go-yamux#57](https://github.com/libp2p/go-yamux/pull/57))
485
+ - fix: don't change the receive window if we're forcing an update ([libp2p/go-yamux#56](https://github.com/libp2p/go-yamux/pull/56))
486
+ - sync: update CI config files ([libp2p/go-yamux#55](https://github.com/libp2p/go-yamux/pull/55))
487
+ - increase the receive window size if we're sending updates to frequently ([libp2p/go-yamux#54](https://github.com/libp2p/go-yamux/pull/54))
488
+ - remove unused Stream.Shrink() method ([libp2p/go-yamux#52](https://github.com/libp2p/go-yamux/pull/52))
489
+ - remove misleading comment about the MaxMessageSize ([libp2p/go-yamux#50](https://github.com/libp2p/go-yamux/pull/50))
490
+ - clean up the receive window check ([libp2p/go-yamux#49](https://github.com/libp2p/go-yamux/pull/49))
491
+ - don't reslice byte slices taking from the buffer ([libp2p/go-yamux#48](https://github.com/libp2p/go-yamux/pull/48))
492
+ - don't reimplement io.ReadFull ([libp2p/go-yamux#38](https://github.com/libp2p/go-yamux/pull/38))
493
+ - remove the recvLock in the stream ([libp2p/go-yamux#42](https://github.com/libp2p/go-yamux/pull/42))
494
+ - remove the sendLock in the stream ([libp2p/go-yamux#41](https://github.com/libp2p/go-yamux/pull/41))
495
+ - remove misleading statement about NAT traversal ([libp2p/go-yamux#45](https://github.com/libp2p/go-yamux/pull/45))
496
+ - remove .gx directory, add last gx version to README ([libp2p/go-yamux#43](https://github.com/libp2p/go-yamux/pull/43))
497
+ - reduce usage of goto ([libp2p/go-yamux#40](https://github.com/libp2p/go-yamux/pull/40))
498
+ - remove unused error return value in Stream.processFlags ([libp2p/go-yamux#39](https://github.com/libp2p/go-yamux/pull/39))
499
+- github.com/lucas-clemente/quic-go (v0.19.3 -> v0.21.1):
500
+ - add support for Go 1.17 Beta 1 ([lucas-clemente/quic-go#3203](https://github.com/lucas-clemente/quic-go/pull/3203))
501
+ - add a CI test that go mod vendor works ([lucas-clemente/quic-go#3202](https://github.com/lucas-clemente/quic-go/pull/3202))
502
+ - prevent go mod vendor from stumbling over the Go 1.18 file ([lucas-clemente/quic-go#3195](https://github.com/lucas-clemente/quic-go/pull/3195))
503
+ - remove CipherSuiteName and HkdfExtract for Go 1.17 ([lucas-clemente/quic-go#3192](https://github.com/lucas-clemente/quic-go/pull/3192))
504
+ - fix relocation target for cipherSuiteTLS13ByID in Go 1.17
505
+ - use HkdfExtract from x/crypto ([lucas-clemente/quic-go#3173](https://github.com/lucas-clemente/quic-go/pull/3173))
506
+ - add support for QUIC v1, RFC 9000 ([lucas-clemente/quic-go#3190](https://github.com/lucas-clemente/quic-go/pull/3190))
507
+ - use tls.CipherSuiteName, instead of wrapping it in the qtls package ([lucas-clemente/quic-go#3174](https://github.com/lucas-clemente/quic-go/pull/3174))
508
+ - use a pre-generated test vectors to test hkdfExpandLabel ([lucas-clemente/quic-go#3175](https://github.com/lucas-clemente/quic-go/pull/3175))
509
+ - reduce flakiness of packet number generation test ([lucas-clemente/quic-go#3181](https://github.com/lucas-clemente/quic-go/pull/3181))
510
+ - simplify the qtls tests ([lucas-clemente/quic-go#3185](https://github.com/lucas-clemente/quic-go/pull/3185))
511
+ - add support for Go 1.17 (tip) ([lucas-clemente/quic-go#3182](https://github.com/lucas-clemente/quic-go/pull/3182))
512
+ - prevent quic-go from building on Go 1.17 ([lucas-clemente/quic-go#3180](https://github.com/lucas-clemente/quic-go/pull/3180))
513
+ - fix DONT_FRAGMENT error when using a IPv6 connection on Windows ([lucas-clemente/quic-go#3178](https://github.com/lucas-clemente/quic-go/pull/3178))
514
+ - use net.ErrClosed (for Go 1.16) ([lucas-clemente/quic-go#3163](https://github.com/lucas-clemente/quic-go/pull/3163))
515
+ - use the new error types to log the reason why a connection is closed ([lucas-clemente/quic-go#3166](https://github.com/lucas-clemente/quic-go/pull/3166))
516
+ - fix race condition in deadline integration test ([lucas-clemente/quic-go#3165](https://github.com/lucas-clemente/quic-go/pull/3165))
517
+ - add support for QUIC v1 ([lucas-clemente/quic-go#3160](https://github.com/lucas-clemente/quic-go/pull/3160))
518
+ - rework error return values ([lucas-clemente/quic-go#3159](https://github.com/lucas-clemente/quic-go/pull/3159))
519
+ - declare Path MTU probe packets lost with the early retransmit timer ([lucas-clemente/quic-go#3152](https://github.com/lucas-clemente/quic-go/pull/3152))
520
+ - declare the handshake confirmed when receiving an ACK for a 1-RTT packet ([lucas-clemente/quic-go#3148](https://github.com/lucas-clemente/quic-go/pull/3148))
521
+ - trace and qlog version selection / negotiation ([lucas-clemente/quic-go#3153](https://github.com/lucas-clemente/quic-go/pull/3153))
522
+ - set the don't fragment (DF) bit on Windows (#3155) ([lucas-clemente/quic-go#3155](https://github.com/lucas-clemente/quic-go/pull/3155))
523
+ - fix doc comment for Tracer.TracerForConnection ([lucas-clemente/quic-go#3154](https://github.com/lucas-clemente/quic-go/pull/3154))
524
+ - make it possible to associate a ConnectionTracer with a Session ([lucas-clemente/quic-go#3146](https://github.com/lucas-clemente/quic-go/pull/3146))
525
+ - remove the .editorconfig ([lucas-clemente/quic-go#3147](https://github.com/lucas-clemente/quic-go/pull/3147))
526
+ - don't use a lower RTT than 5ms after receiving a Retry packet ([lucas-clemente/quic-go#3129](https://github.com/lucas-clemente/quic-go/pull/3129))
527
+ - don't pass the QUIC version to the StartedConnection event ([lucas-clemente/quic-go#3109](https://github.com/lucas-clemente/quic-go/pull/3109))
528
+ - update the packet numbers in decoding test to the ones from the draft ([lucas-clemente/quic-go#3137](https://github.com/lucas-clemente/quic-go/pull/3137))
529
+ - various amplification limit fixes ([lucas-clemente/quic-go#3132](https://github.com/lucas-clemente/quic-go/pull/3132))
530
+ - fix calculation of the handshake idle timeout ([lucas-clemente/quic-go#3120](https://github.com/lucas-clemente/quic-go/pull/3120))
531
+ - only start PMTUD after handshake confirmation ([lucas-clemente/quic-go#3138](https://github.com/lucas-clemente/quic-go/pull/3138))
532
+ - don't regard PMTU probe packets as outstanding ([lucas-clemente/quic-go#3126](https://github.com/lucas-clemente/quic-go/pull/3126))
533
+ - expose the draft-34 version ([lucas-clemente/quic-go#3100](https://github.com/lucas-clemente/quic-go/pull/3100))
534
+ - clean up the testutils ([lucas-clemente/quic-go#3104](https://github.com/lucas-clemente/quic-go/pull/3104))
535
+ - initialize the congestion controller with the actual max datagram size ([lucas-clemente/quic-go#3107](https://github.com/lucas-clemente/quic-go/pull/3107))
536
+ - make it possible to trace acknowledged packets ([lucas-clemente/quic-go#3134](https://github.com/lucas-clemente/quic-go/pull/3134))
537
+ - avoid type confusion between protocol.PacketType and logging.PacketType ([lucas-clemente/quic-go#3108](https://github.com/lucas-clemente/quic-go/pull/3108))
538
+ - fix duplicate logging of errors when the first error was a timeout error ([lucas-clemente/quic-go#3112](https://github.com/lucas-clemente/quic-go/pull/3112))
539
+ - use a tracer to make the packetization test more useful ([lucas-clemente/quic-go#3136](https://github.com/lucas-clemente/quic-go/pull/3136))
540
+ - improve string representation of timeout errors ([lucas-clemente/quic-go#3118](https://github.com/lucas-clemente/quic-go/pull/3118))
541
+ - fix flaky timeout test ([lucas-clemente/quic-go#3105](https://github.com/lucas-clemente/quic-go/pull/3105))
542
+ - fix calculation of the time for the next keep alive
543
+ - add a 0-RTT test with different connecton ID lengths ([lucas-clemente/quic-go#3098](https://github.com/lucas-clemente/quic-go/pull/3098))
544
+ - only run Ginkgo focus detection in staged files in pre-commit hook ([lucas-clemente/quic-go#3099](https://github.com/lucas-clemente/quic-go/pull/3099))
545
+ - allow 0-RTT when flow control windows are increased ([lucas-clemente/quic-go#3096](https://github.com/lucas-clemente/quic-go/pull/3096))
546
+ - improve the 0-RTT rejection integration test ([lucas-clemente/quic-go#3097](https://github.com/lucas-clemente/quic-go/pull/3097))
547
+ - rename config values for flow control limits ([lucas-clemente/quic-go#3089](https://github.com/lucas-clemente/quic-go/pull/3089))
548
+ - allow 0-RTT resumption if the server's stream limit was increased ([lucas-clemente/quic-go#3086](https://github.com/lucas-clemente/quic-go/pull/3086))
549
+ - cache the serialized OOB in the conn, not in the packet info ([lucas-clemente/quic-go#3093](https://github.com/lucas-clemente/quic-go/pull/3093))
550
+ - use code points from x/sys/unix for PKTINFO syscalls ([lucas-clemente/quic-go#3094](https://github.com/lucas-clemente/quic-go/pull/3094))
551
+ - make it possible to detect version negotiation failures in logging, fix qlogging of those ([lucas-clemente/quic-go#3092](https://github.com/lucas-clemente/quic-go/pull/3092))
552
+ - make the initial stream / connection flow control windows configurable ([lucas-clemente/quic-go#3083](https://github.com/lucas-clemente/quic-go/pull/3083))
553
+ - only apply server's transport parameters after handshake completion ([lucas-clemente/quic-go#3085](https://github.com/lucas-clemente/quic-go/pull/3085))
554
+ - fix documentation for baseFlowController.UpdateSendWindow ([lucas-clemente/quic-go#3087](https://github.com/lucas-clemente/quic-go/pull/3087))
555
+ - set the Content-Length for HTTP/3 responses ([lucas-clemente/quic-go#3091](https://github.com/lucas-clemente/quic-go/pull/3091))
556
+ - update the flow control windows of streams opened in 0-RTT ([lucas-clemente/quic-go#3088](https://github.com/lucas-clemente/quic-go/pull/3088))
557
+ - Use the correct source IP when binding multiple IPs ([lucas-clemente/quic-go#3067](https://github.com/lucas-clemente/quic-go/pull/3067))
558
+ - fix race condition when receiving 0-RTT packets ([lucas-clemente/quic-go#3074](https://github.com/lucas-clemente/quic-go/pull/3074))
559
+ - require the application to handle 0-RTT rejection ([lucas-clemente/quic-go#3066](https://github.com/lucas-clemente/quic-go/pull/3066))
560
+ - add an internal queue to signal that a datagram frame has been dequeued ([lucas-clemente/quic-go#3081](https://github.com/lucas-clemente/quic-go/pull/3081))
561
+ - increase the maximum size of DATAGRAM frames ([lucas-clemente/quic-go#2966](https://github.com/lucas-clemente/quic-go/pull/2966))
562
+ - remove non-functioning 0-RTT test with different conn ID lengths ([lucas-clemente/quic-go#3079](https://github.com/lucas-clemente/quic-go/pull/3079))
563
+ - remove stray struct equality check ([lucas-clemente/quic-go#3078](https://github.com/lucas-clemente/quic-go/pull/3078))
564
+ - fix issuing of connection IDs when dialing a 0-RTT connections ([lucas-clemente/quic-go#3058](https://github.com/lucas-clemente/quic-go/pull/3058))
565
+ - only accept 0-RTT it the active_connection_id_limit didn't change ([lucas-clemente/quic-go#3060](https://github.com/lucas-clemente/quic-go/pull/3060))
566
+ - remove unused error return value from HandleMaxStreamsFrame ([lucas-clemente/quic-go#3072](https://github.com/lucas-clemente/quic-go/pull/3072))
567
+ - fix flaky accept queue integration test ([lucas-clemente/quic-go#3068](https://github.com/lucas-clemente/quic-go/pull/3068))
568
+ - don't reset the QPACK encoder / decoder streams ([lucas-clemente/quic-go#3063](https://github.com/lucas-clemente/quic-go/pull/3063))
569
+ - remove incorrect logging for client side retry packet ([lucas-clemente/quic-go#3071](https://github.com/lucas-clemente/quic-go/pull/3071))
570
+ - allow sending 1xx responses (#3047) ([lucas-clemente/quic-go#3047](https://github.com/lucas-clemente/quic-go/pull/3047))
571
+ - fix retry key and nonce for draft-34 ([lucas-clemente/quic-go#3062](https://github.com/lucas-clemente/quic-go/pull/3062))
572
+ - implement DPLPMTUD ([lucas-clemente/quic-go#3028](https://github.com/lucas-clemente/quic-go/pull/3028))
573
+ - only read multiple packets at a time after handshake completion ([lucas-clemente/quic-go#3041](https://github.com/lucas-clemente/quic-go/pull/3041))
574
+ - make the certificate verificiation integration tests more explicit ([lucas-clemente/quic-go#3040](https://github.com/lucas-clemente/quic-go/pull/3040))
575
+ - update gomock to v1.5.0, use mockgen source mode ([lucas-clemente/quic-go#3049](https://github.com/lucas-clemente/quic-go/pull/3049))
576
+ - trace dropping of 0-RTT keys ([lucas-clemente/quic-go#3054](https://github.com/lucas-clemente/quic-go/pull/3054))
577
+ - improve timeout measurement in the timeout test ([lucas-clemente/quic-go#3042](https://github.com/lucas-clemente/quic-go/pull/3042))
578
+ - add a randomized test for the received_packet_history ([lucas-clemente/quic-go#3052](https://github.com/lucas-clemente/quic-go/pull/3052))
579
+ - fix documentation of default values for MaxReceive{Stream, Connection}FlowControlWindow ([lucas-clemente/quic-go#3055](https://github.com/lucas-clemente/quic-go/pull/3055))
580
+ - refactor merge packet number ranges ([lucas-clemente/quic-go#3051](https://github.com/lucas-clemente/quic-go/pull/3051))
581
+ - add draft-34 to support versions in README
582
+ - update README to reflect dropped Go 1.14 support
583
+ - remove redundant nil-check in the packet packer ([lucas-clemente/quic-go#3048](https://github.com/lucas-clemente/quic-go/pull/3048))
584
+ - avoid using rand.Source ([lucas-clemente/quic-go#3046](https://github.com/lucas-clemente/quic-go/pull/3046))
585
+ - update Go to 1.16, drop support for 1.14 ([lucas-clemente/quic-go#3045](https://github.com/lucas-clemente/quic-go/pull/3045))
586
+ - fix error message when the UDP receive buffer size can't be increased ([lucas-clemente/quic-go#3039](https://github.com/lucas-clemente/quic-go/pull/3039))
587
+ - add the time_format field to qlog common_fields ([lucas-clemente/quic-go#3038](https://github.com/lucas-clemente/quic-go/pull/3038))
588
+ - log connection IDs without the 0x prefix ([lucas-clemente/quic-go#3036](https://github.com/lucas-clemente/quic-go/pull/3036))
589
+ - add support for QUIC draft-34 ([lucas-clemente/quic-go#3031](https://github.com/lucas-clemente/quic-go/pull/3031))
590
+ - fix qtls imports in mockgen generated mocks ([lucas-clemente/quic-go#3037](https://github.com/lucas-clemente/quic-go/pull/3037))
591
+ - improve error message when the read buffer size can't be set ([lucas-clemente/quic-go#3030](https://github.com/lucas-clemente/quic-go/pull/3030))
592
+ - qlog the quic-go version ([lucas-clemente/quic-go#3033](https://github.com/lucas-clemente/quic-go/pull/3033))
593
+ - remove the metrics package ([lucas-clemente/quic-go#3032](https://github.com/lucas-clemente/quic-go/pull/3032))
594
+ - expose the constructor for the qlog connection tracer ([lucas-clemente/quic-go#3034](https://github.com/lucas-clemente/quic-go/pull/3034))
595
+ - expose the constructor for the multipexed connection tracer ([lucas-clemente/quic-go#3035](https://github.com/lucas-clemente/quic-go/pull/3035))
596
+ - make sure the server is stopped before closing all server sessions ([lucas-clemente/quic-go#3020](https://github.com/lucas-clemente/quic-go/pull/3020))
597
+ - increase the size of the send queue ([lucas-clemente/quic-go#3016](https://github.com/lucas-clemente/quic-go/pull/3016))
598
+ - prioritize receiving packets over sending out more packets ([lucas-clemente/quic-go#3015](https://github.com/lucas-clemente/quic-go/pull/3015))
599
+ - reenable key updates for HTTP/3 ([lucas-clemente/quic-go#3017](https://github.com/lucas-clemente/quic-go/pull/3017))
600
+ - check for errors after handling each previously undecryptable packet ([lucas-clemente/quic-go#3011](https://github.com/lucas-clemente/quic-go/pull/3011))
601
+ - fix flaky streams map test on Windows ([lucas-clemente/quic-go#3013](https://github.com/lucas-clemente/quic-go/pull/3013))
602
+ - fix flaky stream cancelation integration test ([lucas-clemente/quic-go#3014](https://github.com/lucas-clemente/quic-go/pull/3014))
603
+ - preallocate a slice of one frame when packing a packet ([lucas-clemente/quic-go#3018](https://github.com/lucas-clemente/quic-go/pull/3018))
604
+ - allow sending of ACKs when pacing limited ([lucas-clemente/quic-go#3010](https://github.com/lucas-clemente/quic-go/pull/3010))
605
+ - fix qlogging of the packet payload length ([lucas-clemente/quic-go#3004](https://github.com/lucas-clemente/quic-go/pull/3004))
606
+ - corrupt more ACKs in the MITM test ([lucas-clemente/quic-go#3007](https://github.com/lucas-clemente/quic-go/pull/3007))
607
+ - fix flaky key update integration test ([lucas-clemente/quic-go#3005](https://github.com/lucas-clemente/quic-go/pull/3005))
608
+ - immediately complete streams that were canceled, drop retransmissions ([lucas-clemente/quic-go#3003](https://github.com/lucas-clemente/quic-go/pull/3003))
609
+ - stop generating new packets when the send queue is full ([lucas-clemente/quic-go#2971](https://github.com/lucas-clemente/quic-go/pull/2971))
610
+ - allow access to the underlying quic.Stream from a http.ResponseWriter ([lucas-clemente/quic-go#2993](https://github.com/lucas-clemente/quic-go/pull/2993))
611
+ - remove stay print statement from session test
612
+ - allow receiving of multiple packets before sending a packet ([lucas-clemente/quic-go#2984](https://github.com/lucas-clemente/quic-go/pull/2984))
613
+ - use cryptographic random for determining skipped packet numbers ([lucas-clemente/quic-go#2940](https://github.com/lucas-clemente/quic-go/pull/2940))
614
+ - fix interpretation of time.Time{} as a pacing deadline ([lucas-clemente/quic-go#2980](https://github.com/lucas-clemente/quic-go/pull/2980))
615
+ - qlog restored transport parameters ([lucas-clemente/quic-go#2991](https://github.com/lucas-clemente/quic-go/pull/2991))
616
+ - use a pkg.go.dev instead of a GoDoc badge ([lucas-clemente/quic-go#2982](https://github.com/lucas-clemente/quic-go/pull/2982))
617
+ - introduce a separate queue for undecryptable packets ([lucas-clemente/quic-go#2988](https://github.com/lucas-clemente/quic-go/pull/2988))
618
+ - improve 0-RTT queue ([lucas-clemente/quic-go#2990](https://github.com/lucas-clemente/quic-go/pull/2990))
619
+ - simplify switch statement in the transport parameter parser ([lucas-clemente/quic-go#2995](https://github.com/lucas-clemente/quic-go/pull/2995))
620
+ - remove unneeded overflow check when parsing the max_ack_delay ([lucas-clemente/quic-go#2996](https://github.com/lucas-clemente/quic-go/pull/2996))
621
+ - remove unneeded check in receivedPacketHandler.IsPotentiallyDuplicate ([lucas-clemente/quic-go#2998](https://github.com/lucas-clemente/quic-go/pull/2998))
622
+ - qlog the max_datagram_frame_size transport parameter ([lucas-clemente/quic-go#2997](https://github.com/lucas-clemente/quic-go/pull/2997))
623
+ - qlog draft-02 fixes ([lucas-clemente/quic-go#2987](https://github.com/lucas-clemente/quic-go/pull/2987))
624
+ - fix flaky qlog test ([lucas-clemente/quic-go#2981](https://github.com/lucas-clemente/quic-go/pull/2981))
625
+ - only run gofumpt on .go files in pre-commit hook ([lucas-clemente/quic-go#2983](https://github.com/lucas-clemente/quic-go/pull/2983))
626
+ - fix outdated comment for the http3.Server
627
+ - make the OpenStreamSync cancelation test less flaky ([lucas-clemente/quic-go#2978](https://github.com/lucas-clemente/quic-go/pull/2978))
628
+ - add some useful pre-commit hooks ([lucas-clemente/quic-go#2979](https://github.com/lucas-clemente/quic-go/pull/2979))
629
+ - publicize QUIC varint reading and writing ([lucas-clemente/quic-go#2973](https://github.com/lucas-clemente/quic-go/pull/2973))
630
+ - add a http3.RoundTripOpt to skip the request scheme check ([lucas-clemente/quic-go#2962](https://github.com/lucas-clemente/quic-go/pull/2962))
631
+ - use the standard quic.Config in the deadline tests ([lucas-clemente/quic-go#2970](https://github.com/lucas-clemente/quic-go/pull/2970))
632
+ - update golangci-lint to v1.34.1 ([lucas-clemente/quic-go#2964](https://github.com/lucas-clemente/quic-go/pull/2964))
633
+ - update text about QUIC versions in the README ([lucas-clemente/quic-go#2975](https://github.com/lucas-clemente/quic-go/pull/2975))
634
+ - remove stray TODO in the http3.Server
635
+ - add support for Go 1.16 ([lucas-clemente/quic-go#2953](https://github.com/lucas-clemente/quic-go/pull/2953))
636
+ - cancel reading on unidirectional streams when the stream type is unknown ([lucas-clemente/quic-go#2952](https://github.com/lucas-clemente/quic-go/pull/2952))
637
+ - remove duplicate check of the URL scheme in the HTTP/3 client ([lucas-clemente/quic-go#2956](https://github.com/lucas-clemente/quic-go/pull/2956))
638
+ - increase queueing duration in 0-RTT queue test to reduce flakiness ([lucas-clemente/quic-go#2954](https://github.com/lucas-clemente/quic-go/pull/2954))
639
+ - implement the HTTP/3 Datagram negotiation ([lucas-clemente/quic-go#2951](https://github.com/lucas-clemente/quic-go/pull/2951))
640
+ - implement HTTP/3 control stream handling ([lucas-clemente/quic-go#2949](https://github.com/lucas-clemente/quic-go/pull/2949))
641
+ - fix flaky sentPacketHandler test ([lucas-clemente/quic-go#2950](https://github.com/lucas-clemente/quic-go/pull/2950))
642
+ - don't retransmit PING frames added to ACK-only packets ([lucas-clemente/quic-go#2942](https://github.com/lucas-clemente/quic-go/pull/2942))
643
+ - move the transport parameter stream limit check to the parser ([lucas-clemente/quic-go#2944](https://github.com/lucas-clemente/quic-go/pull/2944))
644
+ - remove unused initialVersion variable in session ([lucas-clemente/quic-go#2946](https://github.com/lucas-clemente/quic-go/pull/2946))
645
+ - remove unneeded check for the peer's transport parameters ([lucas-clemente/quic-go#2945](https://github.com/lucas-clemente/quic-go/pull/2945))
646
+ - add the H3_MESSAGE_ERROR ([lucas-clemente/quic-go#2947](https://github.com/lucas-clemente/quic-go/pull/2947))
647
+ - simplify Read and Write mock calls in http3 tests ([lucas-clemente/quic-go#2948](https://github.com/lucas-clemente/quic-go/pull/2948))
648
+ - implement the datagram draft ([lucas-clemente/quic-go#2162](https://github.com/lucas-clemente/quic-go/pull/2162))
649
+ - fix logging of bytes_in_flight when receiving an ACK ([lucas-clemente/quic-go#2937](https://github.com/lucas-clemente/quic-go/pull/2937))
650
+ - trace when a packet is dropped because the receivedPackets chan is full ([lucas-clemente/quic-go#2939](https://github.com/lucas-clemente/quic-go/pull/2939))
651
+ - various improvements to the packet number generator ([lucas-clemente/quic-go#2905](https://github.com/lucas-clemente/quic-go/pull/2905))
652
+ - introduce a quic.Config.HandshakeIdleTimeout, remove HandshakeTimeout ([lucas-clemente/quic-go#2930](https://github.com/lucas-clemente/quic-go/pull/2930))
653
+ - allow up to 20 byte for the initial connection IDs ([lucas-clemente/quic-go#2936](https://github.com/lucas-clemente/quic-go/pull/2936))
654
+ - reduce memory footprint of undecryptable packet handling ([lucas-clemente/quic-go#2932](https://github.com/lucas-clemente/quic-go/pull/2932))
655
+ - use a buffer from the pool for composing Retry packets ([lucas-clemente/quic-go#2934](https://github.com/lucas-clemente/quic-go/pull/2934))
656
+ - release the packet buffer after sending a CONNECTION_CLOSE in the server ([lucas-clemente/quic-go#2935](https://github.com/lucas-clemente/quic-go/pull/2935))
657
+ - move integration tests to GitHub Actions, disable Travis ([lucas-clemente/quic-go#2891](https://github.com/lucas-clemente/quic-go/pull/2891))
658
+ - use golang.org/x/sys/unix instead of syscall ([lucas-clemente/quic-go#2927](https://github.com/lucas-clemente/quic-go/pull/2927))
659
+ - add support for the connection_closed qlog event ([lucas-clemente/quic-go#2921](https://github.com/lucas-clemente/quic-go/pull/2921))
660
+ - qlog tokens in NEW_TOKEN frames, Retry packets and Initial packets ([lucas-clemente/quic-go#2863](https://github.com/lucas-clemente/quic-go/pull/2863))
661
+ - qlog the packet_type as part of the packet header, not the event itself ([lucas-clemente/quic-go#2758](https://github.com/lucas-clemente/quic-go/pull/2758))
662
+ - use the new, streaming-friendly NDJSON-based qlog encoding ([lucas-clemente/quic-go#2736](https://github.com/lucas-clemente/quic-go/pull/2736))
663
+ - add a generic Debug() function to the connection tracer ([lucas-clemente/quic-go#2909](https://github.com/lucas-clemente/quic-go/pull/2909))
664
+ - remove unnecessary call to time.Now() when sending a packet ([lucas-clemente/quic-go#2911](https://github.com/lucas-clemente/quic-go/pull/2911))
665
+ - remove support for quic-trace ([lucas-clemente/quic-go#2913](https://github.com/lucas-clemente/quic-go/pull/2913))
666
+ - reduce the maximum number of ACK ranges ([lucas-clemente/quic-go#2887](https://github.com/lucas-clemente/quic-go/pull/2887))
667
+ - don't allocate for acked packets ([lucas-clemente/quic-go#2899](https://github.com/lucas-clemente/quic-go/pull/2899))
668
+ - avoid allocating when detecting lost packets ([lucas-clemente/quic-go#2898](https://github.com/lucas-clemente/quic-go/pull/2898))
669
+ - use the string optimization for map keys in the packet handler map ([lucas-clemente/quic-go#2892](https://github.com/lucas-clemente/quic-go/pull/2892))
670
+ - use a single map in the incoming streams map ([lucas-clemente/quic-go#2890](https://github.com/lucas-clemente/quic-go/pull/2890))
671
+- github.com/marten-seemann/qtls-go1-15 (v0.1.1 -> v0.1.4):
672
+ - use a prefix for client session cache keys
673
+ - add callbacks to store and restore app data along a session state
674
+ - don't use TLS 1.3 compatibility mode when using alternative record layer
675
+ - delete the session ticket after attempting 0-RTT
676
+ - reject 0-RTT when a different ALPN is chosen
677
+ - encode the ALPN into the session ticket
678
+ - add a field to the ConnectionState to tell if 0-RTT was used
679
+ - add a callback to tell the client about rejection of 0-RTT
680
+ - don't offer 0-RTT after a HelloRetryRequest
681
+ - add Accept0RTT to Config callback to decide if 0-RTT should be accepted
682
+- github.com/marten-seemann/qtls-go1-16 (null -> v0.1.3):
683
+ - use a prefix for client session cache keys
684
+ - add callbacks to store and restore app data along a session state
685
+ - don't use TLS 1.3 compatibility mode when using alternative record layer
686
+ - delete the session ticket after attempting 0-RTT
687
+ - reject 0-RTT when a different ALPN is chosen
688
+- github.com/multiformats/go-multiaddr (v0.3.1 -> v0.3.2):
689
+ - fix(net): export new net.Addr conversion registration functions ([multiformats/go-multiaddr#152](https://github.com/multiformats/go-multiaddr/pull/152))
690
+ - sync: run go mod tidy (and set Go 1.15) and gofmt -s in copy workflow (#146) ([multiformats/go-multiaddr#146](https://github.com/multiformats/go-multiaddr/pull/146))
691
+ - more linter fixes ([multiformats/go-multiaddr#145](https://github.com/multiformats/go-multiaddr/pull/145))
692
+ - fix go vet and staticcheck failures ([multiformats/go-multiaddr#143](https://github.com/multiformats/go-multiaddr/pull/143))
693
+ - don't listen on all interfaces in tests, unless on CI ([multiformats/go-multiaddr#136](https://github.com/multiformats/go-multiaddr/pull/136))
694
+ - Fix Local Address on TCP connections ([multiformats/go-multiaddr#135](https://github.com/multiformats/go-multiaddr/pull/135))
695
+- github.com/multiformats/go-multiaddr-dns (v0.2.0 -> v0.3.1):
696
+ - Normalize domains to fqdn for resolver selection ([multiformats/go-multiaddr-dns#27](https://github.com/multiformats/go-multiaddr-dns/pull/27))
697
+ - refactor Resolver to support custom per-TLD resolvers ([multiformats/go-multiaddr-dns#26](https://github.com/multiformats/go-multiaddr-dns/pull/26))
698
+ - feat: exposes backend ([multiformats/go-multiaddr-dns#25](https://github.com/multiformats/go-multiaddr-dns/pull/25))
699
+- github.com/multiformats/go-multihash (v0.0.14 -> v0.0.15):
700
+ - Refactor registry system: no direct dependencies; expose standard hash.Hash; be a data carrier. ([multiformats/go-multihash#136](https://github.com/multiformats/go-multihash/pull/136))
701
+- github.com/multiformats/go-multistream (v0.2.0 -> v0.2.2):
702
+ - change the simultaneous open protocol to /libp2p/simultaneous-connect ([multiformats/go-multistream#66](https://github.com/multiformats/go-multistream/pull/66))
703
+ - fix the lazy stress read test on Windows ([multiformats/go-multistream#61](https://github.com/multiformats/go-multistream/pull/61))
704
+ - fix go vet and staticcheck errors ([multiformats/go-multistream#60](https://github.com/multiformats/go-multistream/pull/60))
705
+ - Implement simultaneous open extension ([multiformats/go-multistream#42](https://github.com/multiformats/go-multistream/pull/42))
706
+ - reduce the number of streams in the stress tests, fix error handling ([multiformats/go-multistream#54](https://github.com/multiformats/go-multistream/pull/54))
707
+- github.com/whyrusleeping/cbor-gen (v0.0.0-20200710004633-5379fc63235d -> v0.0.0-20210219115102-f37d292932f2):
708
+ - feat: allow unmarshaling of struct with more fields than marshaled struct ([whyrusleeping/cbor-gen#50](https://github.com/whyrusleeping/cbor-gen/pull/50))
709
+ - chore: add a license file ([whyrusleeping/cbor-gen#49](https://github.com/whyrusleeping/cbor-gen/pull/49))
710
+ - fix: enforce maxlen in ReadByteArray() ([whyrusleeping/cbor-gen#43](https://github.com/whyrusleeping/cbor-gen/pull/43))
711
+ - use unix nanoseconds for encoding Cbortime ([whyrusleeping/cbor-gen#41](https://github.com/whyrusleeping/cbor-gen/pull/41))
712
+ - add json marshalers to CborTime
713
+ - add a helper for roundtripping time.time objects ([whyrusleeping/cbor-gen#40](https://github.com/whyrusleeping/cbor-gen/pull/40))
714
+ - Add a validate function. ([whyrusleeping/cbor-gen#39](https://github.com/whyrusleeping/cbor-gen/pull/39))
715
+ - Fix import handling ([whyrusleeping/cbor-gen#38](https://github.com/whyrusleeping/cbor-gen/pull/38))
716
+ - Optimize discarding in ScanForLinks ([whyrusleeping/cbor-gen#36](https://github.com/whyrusleeping/cbor-gen/pull/36))
717
+ - Always allocate scratch space when marshalling into a map. ([whyrusleeping/cbor-gen#37](https://github.com/whyrusleeping/cbor-gen/pull/37))
718
+ - optimize byte reading ([whyrusleeping/cbor-gen#35](https://github.com/whyrusleeping/cbor-gen/pull/35))
719
+ - Optimize decoding ([whyrusleeping/cbor-gen#34](https://github.com/whyrusleeping/cbor-gen/pull/34))
720
+ - Fix named string issue ([whyrusleeping/cbor-gen#30](https://github.com/whyrusleeping/cbor-gen/pull/30))
721
+ - Fix encoding/decoding fixed byte arrays ([whyrusleeping/cbor-gen#29](https://github.com/whyrusleeping/cbor-gen/pull/29))
722
+ - fix overread on scanforlinks ([whyrusleeping/cbor-gen#28](https://github.com/whyrusleeping/cbor-gen/pull/28))
723
+
724
+### ❤️ Contributors
725
+
726
+| Contributor | Commits | Lines ± | Files Changed |
727
+|-------------|---------|---------|---------------|
728
+| Marten Seemann | 358 | +17444/-12000 | 1268 |
729
+| Eric Myhre | 82 | +9672/-2459 | 328 |
730
+| Ian Davis | 7 | +8421/-737 | 116 |
731
+| Daniel Martí | 18 | +2733/-4377 | 313 |
732
+| Adin Schmahmann | 46 | +5387/-1289 | 125 |
733
+| Steven Allen | 95 | +3278/-1861 | 200 |
734
+| hannahhoward | 14 | +1380/-3667 | 84 |
735
+| gammazero | 29 | +2520/-1161 | 88 |
736
+| Hector Sanjuan | 12 | +511/-3129 | 52 |
737
+| vyzo | 77 | +2198/-940 | 117 |
738
+| Will Scott | 12 | +912/-593 | 37 |
739
+| Dirk McCormick | 3 | +1384/-63 | 14 |
740
+| Andrew Gillis | 3 | +1231/-39 | 19 |
741
+| Marcin Rataj | 37 | +549/-308 | 72 |
742
+| Aarsh Shah | 13 | +668/-86 | 30 |
743
+| Olivier Poitrey | 1 | +469/-182 | 15 |
744
+| Rod Vagg | 9 | +364/-184 | 14 |
745
+| whyrusleeping | 5 | +253/-32 | 11 |
746
+| Cory Schwartz | 10 | +162/-115 | 37 |
747
+| Adrian Lanzafame | 8 | +212/-60 | 11 |
748
+| aarshkshah1992 | 7 | +102/-110 | 9 |
749
+| Jakub Sztandera | 7 | +126/-75 | 16 |
750
+| huoju | 4 | +127/-41 | 6 |
751
+| acruikshank | 6 | +32/-24 | 7 |
752
+| Toby | 1 | +41/-1 | 2 |
753
+| Naveen | 1 | +40/-0 | 1 |
754
+| Bogdan Stirbat | 1 | +22/-16 | 2 |
755
+| Kévin Dunglas | 1 | +32/-2 | 2 |
756
+| Nicholas Bollweg | 1 | +22/-0 | 1 |
757
+| q191201771 | 2 | +4/-11 | 2 |
758
+| Mathis Engelbart | 1 | +12/-2 | 1 |
759
+| requilence | 1 | +13/-0 | 1 |
760
+| divingpetrel | 1 | +7/-4 | 2 |
761
+| Oli Evans | 2 | +9/-2 | 3 |
762
+| Lucas Molas | 3 | +7/-3 | 3 |
763
+| RubenKelevra | 3 | +2/-6 | 3 |
764
+| Will | 1 | +1/-5 | 1 |
765
+| Jorropo | 1 | +4/-2 | 1 |
766
+| Ju Huo | 1 | +2/-2 | 1 |
767
+| zhoujiajie | 1 | +1/-1 | 1 |
768
+| Luflosi | 1 | +1/-1 | 1 |
769
+| Jonathan Rudenberg | 1 | +1/-1 | 1 |
770
+| David Pflug | 1 | +1/-1 | 1 |
771
+| Ari Mattila | 1 | +1/-1 | 1 |
772
+| Yingrong Zhao | 1 | +0/-1 | 1 |