Skip to content

v0.5.0

Compare
Choose a tag to compare
@aschmahmann aschmahmann released this 08 Dec 18:43
· 109 commits to master since this release
edc78ef

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.