tag:github.com,2008:https://github.com/google/go-querystring/releases Release notes from go-querystring 2025-11-10T17:18:24Z tag:github.com,2008:Repository/12738417/v1.2.0 2025-12-30T04:27:18Z v1.2.0 <p>A lot of version bumps, though mostly actually of GitHub Actions that have nothing to do with the package itself.</p> <p>Two minor code optimizations:</p> <ul> <li>code opt: prioritize handling boundary conditions by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hcraM41/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hcraM41">@hcraM41</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3015691315" data-permission-text="Title is private" data-url="https://github.com/google/go-querystring/issues/149" data-hovercard-type="pull_request" data-hovercard-url="/google/go-querystring/pull/149/hovercard" href="https://github.com/google/go-querystring/pull/149">#149</a></li> <li>code opt: replace bytes.Buffer with strings.Builder by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hcraM41/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hcraM41">@hcraM41</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3016391331" data-permission-text="Title is private" data-url="https://github.com/google/go-querystring/issues/151" data-hovercard-type="pull_request" data-hovercard-url="/google/go-querystring/pull/151/hovercard" href="https://github.com/google/go-querystring/pull/151">#151</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/google/go-querystring/compare/v1.1.0...v1.2.0"><tt>v1.1.0...v1.2.0</tt></a></p> willnorris tag:github.com,2008:Repository/12738417/v1.1.0 2021-03-10T22:41:24Z v1.1.0: cleanup github actions config <ul> <li>cancel previous workflow runs</li> <li>limit actions to changes on master branch</li> <li>update actions/cache config</li> <li>only upload code coverage status once</li> </ul> willnorris tag:github.com,2008:Repository/12738417/v1.0.0 2018-09-16T13:16:37Z v1.0.0 <p>add go.mod file to identify as a module</p> willnorris