tag:github.com,2008:https://github.com/google/go-querystring/releasesRelease notes from go-querystring2025-11-10T17:18:24Ztag:github.com,2008:Repository/12738417/v1.2.02025-12-30T04:27:18Zv1.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>willnorristag:github.com,2008:Repository/12738417/v1.1.02021-03-10T22:41:24Zv1.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>willnorristag:github.com,2008:Repository/12738417/v1.0.02018-09-16T13:16:37Zv1.0.0<p>add go.mod file to identify as a module</p>willnorris