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

Commit 6710c7e

Browse files
committed
Merge branch 'release/v0.39.x'
2 parents 2f17ce9 + 8953e27 commit 6710c7e

File tree

4 files changed

+76
-5
lines changed

4 files changed

+76
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ test/fixtures/go-ipfs-repo/LOG.old
4343

4444
# while testing npm5
4545
package-lock.json
46-
yarn.lock
46+
yarn.lock

.travis.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,38 @@ jobs:
119119
if: branch =~ /^release\/.*$/
120120
name: external - ipfs-pubsub-room
121121
script:
122-
- npm run test:external -- ipfs-pubsub-room https://github.com/ipfs-shipyard/ipfs-pubsub-room.git
122+
- npm run test:external -- ipfs-pubsub-room https://github.com/ipfs-shipyard/ipfs-pubsub-room.git --branch upgrade-to-latest-js-ipfs-rc
123123

124124
- stage: test
125125
if: branch =~ /^release\/.*$/
126126
name: external - peer-base
127127
script:
128-
- npm run test:external -- peer-base https://github.com/peer-base/peer-base.git
128+
- npm run test:external -- peer-base https://github.com/achingbrain/peer-base.git --branch upgrade-to-latest-ipfs-rc
129129

130130
- stage: test
131131
if: branch =~ /^release\/.*$/
132132
name: external - service-worker-gateway
133133
script:
134134
- npm run test:external -- service-worker-gateway https://github.com/ipfs-shipyard/service-worker-gateway.git
135135

136+
- stage: test
137+
if: branch =~ /^release\/.*$/
138+
name: external - orbit-db
139+
script:
140+
- npm run test:external -- orbit-db https://github.com/orbitdb/orbit-db.git
141+
142+
- stage: test
143+
if: branch =~ /^release\/.*$/
144+
name: external - ipfs-log
145+
script:
146+
- npm run test:external -- ipfs-log https://github.com/orbitdb/ipfs-log.git
147+
148+
- stage: test
149+
if: branch =~ /^release\/.*$/
150+
name: external - sidetree
151+
script:
152+
- npm run test:external -- sidetree https://github.com/decentralized-identity/sidetree.git
153+
136154
- stage: test
137155
if: branch =~ /^release\/.*$/
138156
name: example - browser-add-readable-stream

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
<a name="0.39.0"></a>
2+
# [0.39.0](https://github.com/ipfs/js-ipfs/compare/v0.39.0-rc.2...v0.39.0) (2019-10-23)
3+
4+
5+
6+
<a name="0.39.0-rc.2"></a>
7+
# [0.39.0-rc.2](https://github.com/ipfs/js-ipfs/compare/v0.39.0-rc.1...v0.39.0-rc.2) (2019-10-17)
8+
9+
10+
### Bug Fixes
11+
12+
* add profiles docs, support in validation and tests ([#2545](https://github.com/ipfs/js-ipfs/issues/2545)) ([e081e16](https://github.com/ipfs/js-ipfs/commit/e081e16))
13+
* choose import strategy in ipfs.add ([#2541](https://github.com/ipfs/js-ipfs/issues/2541)) ([e2e6701](https://github.com/ipfs/js-ipfs/commit/e2e6701))
14+
* fix ls crash ([#2546](https://github.com/ipfs/js-ipfs/issues/2546)) ([83eb99b](https://github.com/ipfs/js-ipfs/commit/83eb99b)), closes [ipfs/js-ipfs-unixfs-exporter#24](https://github.com/ipfs/js-ipfs-unixfs-exporter/issues/24)
15+
* make init options look like go-ipfs ([#2544](https://github.com/ipfs/js-ipfs/issues/2544)) ([d4d6dfe](https://github.com/ipfs/js-ipfs/commit/d4d6dfe))
16+
17+
18+
19+
<a name="0.39.0-rc.1"></a>
20+
# [0.39.0-rc.1](https://github.com/ipfs/js-ipfs/compare/v0.39.0-rc.0...v0.39.0-rc.1) (2019-10-15)
21+
22+
23+
24+
<a name="0.39.0-rc.0"></a>
25+
# [0.39.0-rc.0](https://github.com/ipfs/js-ipfs/compare/v0.38.0...v0.39.0-rc.0) (2019-10-08)
26+
27+
28+
### Bug Fixes
29+
30+
* limit concurrent HTTP requests in browser ([#2304](https://github.com/ipfs/js-ipfs/issues/2304)) ([cf38aea](https://github.com/ipfs/js-ipfs/commit/cf38aea))
31+
* only try to get ipfs if argv is present ([#2504](https://github.com/ipfs/js-ipfs/issues/2504)) ([1281b9f](https://github.com/ipfs/js-ipfs/commit/1281b9f))
32+
* pull in preconfigured chai from interface tests ([#2510](https://github.com/ipfs/js-ipfs/issues/2510)) ([8c01259](https://github.com/ipfs/js-ipfs/commit/8c01259))
33+
34+
35+
### Features
36+
37+
* Add config profile endpoint and CLI ([#2165](https://github.com/ipfs/js-ipfs/issues/2165)) ([7314f0d](https://github.com/ipfs/js-ipfs/commit/7314f0d))
38+
* allow daemon to init and start in a single cmd ([#2428](https://github.com/ipfs/js-ipfs/issues/2428)) ([16d5e7b](https://github.com/ipfs/js-ipfs/commit/16d5e7b))
39+
* support block.rm over http api ([#2514](https://github.com/ipfs/js-ipfs/issues/2514)) ([c9be79e](https://github.com/ipfs/js-ipfs/commit/c9be79e))
40+
* web ui 2.5.3 ([4f398fc](https://github.com/ipfs/js-ipfs/commit/4f398fc))
41+
* web ui 2.5.4 ([#2478](https://github.com/ipfs/js-ipfs/issues/2478)) ([bff402c](https://github.com/ipfs/js-ipfs/commit/bff402c))
42+
43+
44+
### Reverts
45+
46+
* e ([55c4446](https://github.com/ipfs/js-ipfs/commit/55c4446))
47+
48+
49+
150
<a name="0.38.0"></a>
251
# [0.38.0](https://github.com/ipfs/js-ipfs/compare/v0.38.0-rc.6...v0.38.0) (2019-09-30)
352

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -195,7 +195,7 @@
195195
"yargs-promise": "^1.1.0"
196196
},
197197
"devDependencies": {
198-
"aegir": "^20.3.1",
198+
"aegir": "^20.4.1",
199199
"base64url": "^3.0.1",
200200
"clear-module": "^4.0.0",
201201
"delay": "^4.1.0",
@@ -291,6 +291,7 @@
291291
"Maciej Krüger <mkg20001@gmail.com>",
292292
"Marcin Rataj <lidel@lidel.org>",
293293
"Marius Darila <marius.darila@gmail.com>",
294+
"Mark Robert Henderson <henderson.mark@gmail.com>",
294295
"Mat Kelly <machawk1@gmail.com>",
295296
"Michelle Lee <michelle@protocol.ai>",
296297
"Mikeal Rogers <mikeal.rogers@gmail.com>",
@@ -324,9 +325,11 @@
324325
"Steven Allen <steven@stebalien.com>",
325326
"Terence Pae <terencepae@gmail.com>",
326327
"Teri Chadbourne <terichadbourne@users.noreply.github.com>",
328+
"Travis CI <travis@travis-ci.org>",
327329
"Uroš Jurglič <jurglic@gmail.com>",
328330
"Vasco Santos <vasco.santos@moxy.studio>",
329331
"Vasco Santos <vasco.santos@ua.pt>",
332+
"Vincent Martin <vince@finalatomicbuster.net>",
330333
"Volker Mische <volker.mische@gmail.com>",
331334
"Xiao Liang <yxliang01@users.noreply.github.com>",
332335
"Yahya <ya7yaz@gmail.com>",
@@ -348,6 +351,7 @@
348351
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>",
349352
"robbsolter <35879806+robbsolter@users.noreply.github.com>",
350353
"seungwon-kang <ksw3894@gmail.com>",
354+
"swedneck <40505480+swedneck@users.noreply.github.com>",
351355
"tcme <hi@this-connect.me>",
352356
"victorbjelkholm <victorbjelkholm@gmail.com>",
353357
"Łukasz Magiera <magik6k@users.noreply.github.com>",

0 commit comments

Comments
 (0)