Skip to content

Commit 6450bf5

Browse files
authored
Merge pull request #33 from tabcat/release-please--branches--master--components--zzzync
chore(master): release 4.0.0
2 parents b9acbbf + bfdc1b4 commit 6450bf5

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/tabcat/zzzync/compare/v3.0.0...v4.0.0) (2023-09-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change advertiser interface
9+
* add pinner to zzzync interface
10+
11+
### Features
12+
13+
* add pinner to zzzync interface ([1d23cff](https://github.com/tabcat/zzzync/commit/1d23cffdb8a05b41d7afd7e6da45b832596efa7a))
14+
15+
16+
### Bug Fixes
17+
18+
* catch advertisers/dht query abort error ([d3a5aea](https://github.com/tabcat/zzzync/commit/d3a5aea6c68beefc64b6f3a81f43c9a61fa45608))
19+
* handle sync and async code the same ([277086b](https://github.com/tabcat/zzzync/commit/277086be56a0255125ff76e6d0591b2557a2d506))
20+
* handle w3 name resolution errors ([31ffe91](https://github.com/tabcat/zzzync/commit/31ffe910de56cc46f724fbda96cb838ad0ccf537))
21+
* pinner/w3 uses CarWriter correctly ([3f1b3ec](https://github.com/tabcat/zzzync/commit/3f1b3ec79a8a0ddd02aa2347a381ce0bcdccfd27))
22+
* w3 namer uses passed service option ([20e1ad3](https://github.com/tabcat/zzzync/commit/20e1ad32d6fae6225655c9f23dacc17ef23dadeb))
23+
24+
25+
### Code Refactoring
26+
27+
* change advertiser interface ([7af6741](https://github.com/tabcat/zzzync/commit/7af674178640527e36ea7a37a2163c0d902dcb34))
28+
329
## [3.0.0](https://github.com/tabcat/zzzync/compare/v2.0.0...v3.0.0) (2023-09-04)
430

531

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabcat/zzzync",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "replication protocol over IPLD, IPNS, and IPFS Provider Records",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)