You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
* make http api only accept POST requests ([#2977](https://github.com/ipfs/js-ipfs/issues/2977)) ([943d4a8](https://github.com/ipfs/js-ipfs/commit/943d4a8cf2d4c4ff5ecd4814c59cb0aae0cfa1fd))
12
+
* pass timeout arg to server ([#2979](https://github.com/ipfs/js-ipfs/issues/2979)) ([049f085](https://github.com/ipfs/js-ipfs/commit/049f085fd206a1afb729fa825d8df38bf7aa8549))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
* Where we used to accept all and any HTTP methods, now only POST is
18
+
accepted. The API client will now only send POST requests too.
19
+
20
+
* test: add tests to make sure we are post-only
21
+
22
+
* chore: upgrade ipfs-utils
23
+
24
+
* fix: return 405 instead of 404 for bad methods
25
+
26
+
* fix: reject browsers that do not send an origin
27
+
28
+
Also fixes running interface tests over http in browsers against
* make http api only accept POST requests ([#2977](https://github.com/ipfs/js-ipfs/issues/2977)) ([943d4a8](https://github.com/ipfs/js-ipfs/commit/943d4a8cf2d4c4ff5ecd4814c59cb0aae0cfa1fd))
12
+
13
+
14
+
### BREAKING CHANGES
15
+
16
+
* Where we used to accept all and any HTTP methods, now only POST is
17
+
accepted. The API client will now only send POST requests too.
18
+
19
+
* test: add tests to make sure we are post-only
20
+
21
+
* chore: upgrade ipfs-utils
22
+
23
+
* fix: return 405 instead of 404 for bad methods
24
+
25
+
* fix: reject browsers that do not send an origin
26
+
27
+
Also fixes running interface tests over http in browsers against
* make http api only accept POST requests ([#2977](https://github.com/ipfs/js-ipfs/issues/2977)) ([943d4a8](https://github.com/ipfs/js-ipfs/commit/943d4a8cf2d4c4ff5ecd4814c59cb0aae0cfa1fd))
12
+
* pass timeout arg to server ([#2979](https://github.com/ipfs/js-ipfs/issues/2979)) ([049f085](https://github.com/ipfs/js-ipfs/commit/049f085fd206a1afb729fa825d8df38bf7aa8549))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
* Where we used to accept all and any HTTP methods, now only POST is
18
+
accepted. The API client will now only send POST requests too.
19
+
20
+
* test: add tests to make sure we are post-only
21
+
22
+
* chore: upgrade ipfs-utils
23
+
24
+
* fix: return 405 instead of 404 for bad methods
25
+
26
+
* fix: reject browsers that do not send an origin
27
+
28
+
Also fixes running interface tests over http in browsers against
* make http api only accept POST requests ([#2977](https://github.com/ipfs/js-ipfs/issues/2977)) ([943d4a8](https://github.com/ipfs/js-ipfs/commit/943d4a8cf2d4c4ff5ecd4814c59cb0aae0cfa1fd))
12
+
* regression that dht could not be enabled through conf ([#2976](https://github.com/ipfs/js-ipfs/issues/2976)) ([9d88a2e](https://github.com/ipfs/js-ipfs/commit/9d88a2ebbad4dfa58df351d31d201eaf2aaf78dc))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
* Where we used to accept all and any HTTP methods, now only POST is
18
+
accepted. The API client will now only send POST requests too.
19
+
20
+
* test: add tests to make sure we are post-only
21
+
22
+
* chore: upgrade ipfs-utils
23
+
24
+
* fix: return 405 instead of 404 for bad methods
25
+
26
+
* fix: reject browsers that do not send an origin
27
+
28
+
Also fixes running interface tests over http in browsers against
0 commit comments