Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 70e142a

Browse files
authoredJun 13, 2022
chore: cleanup changelog (#4129)
Fixes #4119 Moved 0.61.0 to proper order Linked to the upgrade guide for v0.63.0
1 parent 129ac77 commit 70e142a

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed
 

‎packages/ipfs/CHANGELOG.md

+23-26
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,8 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [0.61.0](https://github.com/ipfs/js-ipfs/compare/ipfs@0.60.2...ipfs@0.61.0) (2021-12-15)
76

8-
9-
### Bug Fixes
10-
11-
* **pubsub:** multibase in pubsub http rpc ([#3922](https://github.com/ipfs/js-ipfs/issues/3922)) ([6eeaca4](https://github.com/ipfs/js-ipfs/commit/6eeaca452c36fa13be42d704575c577e4ca938f1))
12-
13-
14-
### Features
15-
16-
* dht client ([#3947](https://github.com/ipfs/js-ipfs/issues/3947)) ([62d8ecb](https://github.com/ipfs/js-ipfs/commit/62d8ecbc723e693a2544e69172d99c576d187c23))
17-
* update DAG API to match go-ipfs@0.10 changes ([#3917](https://github.com/ipfs/js-ipfs/issues/3917)) ([38c01be](https://github.com/ipfs/js-ipfs/commit/38c01be03b4fd5f401cd9b698cfdb4237d835b01))
18-
19-
20-
### BREAKING CHANGES
21-
22-
* **pubsub:** We had to make breaking changes to `pubsub` commands sent over HTTP RPC to fix data corruption caused by topic names and payload bytes that included `\n`. More details in https://github.com/ipfs/go-ipfs/issues/7939 and https://github.com/ipfs/go-ipfs/pull/8183
23-
* `ipfs.dag.put` no longer accepts a `format` arg, it is now `storeCodec` and `inputCodec`. `'json'` has become `'dag-json'`, `'cbor'` has become `'dag-cbor'` and so on
24-
* The DHT API has been refactored to return async iterators of query events
25-
26-
27-
28-
29-
30-
### [0.63.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.1...ipfs-v0.63.2) (2022-06-01)
7+
## [0.63.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.1...ipfs-v0.63.2) (2022-06-01)
318

329

3310
### Dependencies
@@ -40,7 +17,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4017
* ipfs-client bumped from ^0.8.0 to ^0.8.1
4118
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1
4219

43-
### [0.63.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.0...ipfs-v0.63.1) (2022-05-30)
20+
## [0.63.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.0...ipfs-v0.63.1) (2022-05-30)
4421

4522

4623
### Dependencies
@@ -54,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5431

5532
### ⚠ BREAKING CHANGES
5633

57-
* This module is now ESM only and there return types of some methods have changed
34+
* This module is now ESM only and there return types of some methods have changed. See the [upgrade guide](https://github.com/ipfs/js-ipfs/blob/master/docs/upgrading/v0.62-v0.63.md) for more info.
5835

5936
### Features
6037

@@ -148,6 +125,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
148125
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
149126
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0
150127

128+
## [0.61.0](https://github.com/ipfs/js-ipfs/compare/ipfs@0.60.2...ipfs@0.61.0) (2021-12-15)
129+
130+
131+
### Bug Fixes
132+
133+
* **pubsub:** multibase in pubsub http rpc ([#3922](https://github.com/ipfs/js-ipfs/issues/3922)) ([6eeaca4](https://github.com/ipfs/js-ipfs/commit/6eeaca452c36fa13be42d704575c577e4ca938f1))
134+
135+
136+
### Features
137+
138+
* dht client ([#3947](https://github.com/ipfs/js-ipfs/issues/3947)) ([62d8ecb](https://github.com/ipfs/js-ipfs/commit/62d8ecbc723e693a2544e69172d99c576d187c23))
139+
* update DAG API to match go-ipfs@0.10 changes ([#3917](https://github.com/ipfs/js-ipfs/issues/3917)) ([38c01be](https://github.com/ipfs/js-ipfs/commit/38c01be03b4fd5f401cd9b698cfdb4237d835b01))
140+
141+
142+
### BREAKING CHANGES
143+
144+
* **pubsub:** We had to make breaking changes to `pubsub` commands sent over HTTP RPC to fix data corruption caused by topic names and payload bytes that included `\n`. More details in https://github.com/ipfs/go-ipfs/issues/7939 and https://github.com/ipfs/go-ipfs/pull/8183
145+
* `ipfs.dag.put` no longer accepts a `format` arg, it is now `storeCodec` and `inputCodec`. `'json'` has become `'dag-json'`, `'cbor'` has become `'dag-cbor'` and so on
146+
* The DHT API has been refactored to return async iterators of query events
147+
151148
## [0.60.2](https://github.com/ipfs/js-ipfs/compare/ipfs@0.60.1...ipfs@0.60.2) (2021-11-24)
152149

153150
**Note:** Version bump only for package ipfs

0 commit comments

Comments
 (0)
This repository has been archived.