You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2123,7 +2210,7 @@ As usual, this release includes important fixes, some of which may be critical f
2123
2210
- `ipfs dag put`
2124
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.
2125
2212
- `--format` and `--input-enc` were removed and replaced with `--store-codec` and `--input-codec`
2126
-
- codec names now match the ones defined in the [multicodec table](https://github.com/multiformats/multicodec/blob/master/table.csv)
2213
+
- codec names now match the ones defined in the [multicodec table](https://github.com/multiformats/multicodec/blob/master/table.csv)
2127
2214
- dag-pb (e.g. unixfs) field names changed - impacts userland code that works with `dag-pb` objects stored via `dag put`
2128
2215
2129
2216
Keep reading to learn more details.
@@ -3507,7 +3594,7 @@ Examples include:
3507
3594
```
3508
3595
ipfs pin remote service add myservice https://myservice.tld:1234/api/path myaccess key
@@ -3530,7 +3617,7 @@ Previously DNSLink names would have trouble loading over subdomain gateways with
3530
3617
3531
3618
`/ipns/en.wikipedia-on-ipfs.org` →
3532
3619
`ipns://en.wikipedia-on-ipfs.org` →
3533
-
`https://dweb.link/ipns/en.wikipedia-on-ipfs.org`
3620
+
`https://dweb.link/ipns/en.wikipedia-on-ipfs.org`
3534
3621
`https://en-wikipedia--on--ipfs-org.ipns.dweb.link` :point_left: _a single DNS label, no TLS error_
3535
3622
3536
3623
#### QUIC update
@@ -5258,7 +5345,7 @@ default. This:
5258
5345
5259
5346
* Ensures that every dapp gets its own browser origin.
5260
5347
* 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).
5261
-
5348
+
5262
5349
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.
5263
5350
5264
5351
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.
@@ -5287,7 +5374,7 @@ This feature will be enabled by default in 0.6.0.
5287
5374
5288
5375
##### IPNS with base32 PIDs
5289
5376
5290
-
IPNS names can now be expressed as special multibase CIDs. E.g.,
5377
+
IPNS names can now be expressed as special multibase CIDs. E.g.,
Then on another `ipfs` instance, not even connected to the network:
@@ -5413,7 +5500,7 @@ To enable structured logging, set the `IPFS_LOGGING_FMT` environment variable to
5413
5500
5414
5501
Note: while we've switched to using Zap as the logging backend, most of go-ipfs still logs strings.
5415
5502
5416
-
##### Systemd Support
5503
+
##### Systemd Support
5417
5504
5418
5505
For Linux users, this release includes support for two systemd features: socket activation and startup/shutdown notifications. This makes it possible to:
5419
5506
@@ -5470,7 +5557,7 @@ type Plugin interface {
5470
5557
}
5471
5558
```
5472
5559
5473
-
to
5560
+
to
5474
5561
5475
5562
```go
5476
5563
type Environment struct {
@@ -6480,7 +6567,7 @@ This release includes fixes for the following regressions:
6480
6567
networking module, causing it to announce the wrong addresses and sometimes
6481
6568
complain about not being able to determine the IP address
0 commit comments