v0.5.0
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.