go-ipfs-cmds

IPFS commands package

MIT License

Stars
48
Committers
70

Bot releases are hidden (Show)

go-ipfs-cmds - v0.7.0

Published by lidel over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ipfs/go-ipfs-cmds/compare/v0.6.0...v0.7.0

go-ipfs-cmds - v0.6.0

Published by aschmahmann over 3 years ago

  • Added support for DelimitedStringsOption which allows the CLI to process options like command --inputs="a,b,c --inputs="x,y,z" as []string{"a","b","c","x","y","z"}.
  • Added strictness + panics if trying to use an incorrect default option (e.g. StringOption("string", "s", "a string").WithDefault(5))
go-ipfs-cmds - v0.5.0

Published by aschmahmann almost 4 years ago

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.

go-ipfs-cmds - v0.4.0

Published by aschmahmann about 4 years ago

Allow requests from Electron UserAgent #201

go-ipfs-cmds - v0.3.0

Published by aschmahmann about 4 years ago

go-ipfs-cmds - v0.2.9

Published by Stebalien over 4 years ago

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

go-ipfs-cmds - v0.2.0

Published by Stebalien over 4 years ago

Require HTTP POST by default

go-ipfs-cmds - v0.1.4

Published by Stebalien over 4 years ago

Correctly handle flag aliases.

go-ipfs-cmds - v0.1.2

Published by Stebalien over 4 years ago

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