Skip to content

Commit ac99fc3

Browse files
committed
Prepare v0.19.0
1 parent 146d1c8 commit ac99fc3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,28 @@ Here are some outlines of changes we intend to make that affect the public API:
2727
Released Changes
2828
----------------
2929

30+
### v0.19.0
31+
32+
_2022 October 13_
33+
34+
go-ipld-prime's release policy says that:
35+
36+
> even numbers should be easy upgrades; odd numbers may change things
37+
38+
The major change in this release is a bump to Go 1.18, and as such we're suggesting this should be an "easy upgrade".
39+
40+
#### 🛠 Breaking Changes
41+
42+
Update go.mod to Go 1.18.
43+
44+
#### 🔦 Highlights
45+
46+
* **Codecs**: [Correct JSON codec Bytes handling](https://github.com/ipld/go-ipld-prime/pull/472). This change does not impact DAG-JSON, which is the generally recommended codec for JSON output as the JSON codec cannot properly handle Bytes or Links.
47+
* **Dependencies**:
48+
* Update to [email protected]: https://github.com/multiformats/go-multihash/releases/tag/v0.2.1
49+
* Update to [email protected]: https://github.com/multiformats/go-multicodec/releases/tag/v0.6.0
50+
* Update to [email protected]: https://github.com/ipfs/go-cid/compare/v0.2.0...v0.3.2
51+
3052
### v0.18.0
3153

3254
_2022 August 01_

Diff for: version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.18.0"
2+
"version": "v0.19.0"
33
}

0 commit comments

Comments
 (0)