Skip to content

Releases: ipfs/go-ipfs-cmds

v0.5.0

08 Dec 18:43
edc78ef
Compare
Choose a tag to compare

Added support for StringsOption even over HTTP #203

Note: This release technically changes how Strings options were being sent over the wire for HTTP from a Go formatted string array (e.g. [str1 str2 str3]) to sending as repeated HTTP query parameters. However, this wasn't really working before and so should have no effect on downstream users.

v0.4.0

09 Sep 17:18
bb36028
Compare
Choose a tag to compare

Allow requests from Electron UserAgent #201

v0.3.0

04 Aug 21:01
df39339
Compare
Choose a tag to compare
refactor: move external command checks into commands lib (#198)

* refactor: move environment-based command restrictions to be stored with the command itself

v0.2.9

29 Apr 20:50
11ca922
Compare
Choose a tag to compare

Fix a bug where we'd return HEAD in the allowed methods list but then reject the HEAD method.

v0.2.0

04 Apr 00:56
90182ce
Compare
Choose a tag to compare

Require HTTP POST by default

v0.1.4

20 Mar 16:21
9b025d0
Compare
Choose a tag to compare

Correctly handle flag aliases.

v0.1.2

17 Mar 00:24
0c2a21b
Compare
Choose a tag to compare

Allow named pipes when passed directly on the command-line, but still forbid them when we recursively add directories.