Skip to content

Commit 28f1c40

Browse files
committed
docs: prepare changelog for v0.18.0
1 parent 39f4588 commit 28f1c40

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,29 @@ The following emojis are used to highlight certain changes:
1616

1717
### Added
1818

19+
### Changed
20+
21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
## [v0.18.0]
28+
29+
### Added
30+
1931
- `blockservice` now has `ContextWithSession` and `EmbedSessionInContext` functions, which allows to embed a session in a context. Future calls to `BlockGetter.GetBlock`, `BlockGetter.GetBlocks` and `NewSession` will use the session in the context.
2032
- `blockservice.NewWritethrough` deprecated function has been removed, instead you can do `blockservice.New(..., ..., WriteThrough())` like previously.
2133
- `gateway`: a new header configuration middleware has been added to replace the existing header configuration, which can be used more generically.
2234
- `namesys` now has a `WithMaxCacheTTL` option, which allows you to define a maximum TTL that will be used for caching IPNS entries.
2335

24-
### Changed
25-
26-
### Removed
27-
2836
### Fixed
2937

3038
- 🛠 `boxo/gateway`: when making a trustless CAR request with the "entity-bytes" parameter, using a negative index greater than the underlying entity length could trigger reading more data than intended
3139
- 🛠 `boxo/gateway`: the header configuration `Config.Headers` and `AddAccessControlHeaders` has been replaced by the new middleware provided by `NewHeaders`.
3240
- 🛠 `routing/http/client`: the default HTTP client is no longer a global singleton. Therefore, using `WithUserAgent` won't modify the user agent of existing routing clients. This will also prevent potential race conditions. In addition, incompatible options will now return errors instead of silently failing.
3341

34-
### Security
35-
3642
## [v0.17.0]
3743

3844
### Added
@@ -58,7 +64,7 @@ The following emojis are used to highlight certain changes:
5864
### Fixed
5965

6066
* `boxo/gateway`
61-
* a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right [conditions were met](https://github.com/ipfs/boxo/pull/511).
67+
* a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right [conditions were met](https://github.com/ipfs/boxo/pull/511).
6268
* no longer emits `http: superfluous response.WriteHeader` warnings when an error happens.
6369

6470
## [v0.15.0]
@@ -162,7 +168,7 @@ The following emojis are used to highlight certain changes:
162168

163169
* 🛠 The `routing/http` package experienced following removals:
164170
* Server and client no longer support the experimental `Provide` method.
165-
`ProvideBitswap` is still usable, but marked as deprecated. A protocol-agnostic
171+
`ProvideBitswap` is still usable, but marked as deprecated. A protocol-agnostic
166172
provide mechanism is being worked on in [IPIP-378](https://github.com/ipfs/specs/pull/378).
167173
* Server no longer exports `FindProvidersPath` and `ProvidePath`.
168174

0 commit comments

Comments
 (0)