tag:github.com,2008:https://github.com/aspnet/AspNetWebStack/releasesTags from AspNetWebStack2023-10-24T20:19:34Ztag:github.com,2008:Repository/64037583/v3.3.02023-10-24T20:27:00Z3.3.0wtgodbetag:github.com,2008:Repository/64037583/v3.2.92022-05-31T20:41:01Z3.2.9<p>Merge tag 'v3.2.8' into 'main' (<a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/pull/320">#320</a>)</p>
<p>- redo merge to restore the complete history
<br />- no files changed because I accidentally squashed the commits in <a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/pull/319">#319</a></p>mkArtakMSFTtag:github.com,2008:Repository/64037583/v3.2.82022-04-13T19:08:00Z3.2.8mkArtakMSFTtag:github.com,2008:Repository/64037583/v3.2.72022-04-12T16:07:16Z3.2.7<p>Flesh out `ByteRangeStream` methods to make it always limit reads (<a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/pull/213">#213</a>)</p>
<p>* Flesh out `ByteRangeStream` methods to make it always limit reads
<br />- <a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/issues/206">#206</a>
<br />- `Seek(...)` was a no-op, `Position` was incorrect if `_lowerbounds != 0`, `ReadAsync(...)` read entire inner `Stream`
<br /> - rewrite `ByteRangeStreamTest` to cover new `ByteRangeStream` members and hold fewer resources
<br />- remove `DelegatingStream.CopyToAsync(...)` override because it copied entire inner `Stream` and was not needed
<br /> - base implementation invokes `ReadAsync(...)`</p>danroth27tag:github.com,2008:Repository/64037583/v3.2.62018-11-28T23:30:06Z3.2.6<p>Move to 5.2.6 / 3.2.6 Preview1</p>
<p>- match combination of <a class="commit-link" href="https://github.com/aspnet/AspNetWebStack/commit/eb1bfe51a1f26a2a5a431799f0ea4ff87c168f25"><tt>eb1bfe5</tt></a> and <a class="commit-link" href="https://github.com/aspnet/AspNetWebStack/commit/986889d81cea9a78a56bef0fe235220a7a83100d"><tt>986889d</tt></a> i.e. the upgrade to 5.2.5 / 3.2.5 Preview1
<br />- also change README.md to use "Web API 5.x" instead of "Web API 2.x"</p>danroth27tag:github.com,2008:Repository/64037583/v3.2.52018-05-02T19:36:49Z3.2.5<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/pull/146">#146</a> from Tasteful/response-desciptor</p>
<p>Initialize property ApiDescription.ResponseDescription in ctor</p>danroth27tag:github.com,2008:Repository/64037583/v3.2.5-preview12018-03-19T20:56:30Z3.2.5-preview1<p>Do not include compiler-generated names in expression names</p>
<p>- <a class="issue-link js-issue-link" href="https://github.com/aspnet/AspNetWebStack/issues/117">#117</a>
<br />- see also <a class="commit-link" href="https://github.com/aspnet/Mvc/commit/a045324d3a">aspnet/Mvc@<tt>a045324d3a</tt></a> and PR <a class="issue-link js-issue-link" href="https://github.com/aspnet/Mvc/pull/3027">aspnet/Mvc#3027</a>, the fix for <a class="issue-link js-issue-link" href="https://github.com/aspnet/Mvc/issues/2890">aspnet/Mvc#2890</a></p>
<p>nits: copy some improved comments from <a class="commit-link" href="https://github.com/aspnet/Mvc/commit/a045324d3a">aspnet/Mvc@<tt>a045324d3a</tt></a></p>danroth27tag:github.com,2008:Repository/64037583/v3.2.42018-05-02T19:36:10Z3.2.4danroth27tag:github.com,2008:Repository/64037583/v3.2.4-preview12018-01-05T20:50:56Z3.2.4-preview1<p>Isolate `MediaTypeFormatterTests.MaxCollectionKeySize_RoundTrips`</p>
<p>- in recent CI run, another test failed because `MediaTypeFormatter.MaxHttpCollectionKeys == 1` temporarily
<br />- also left `MediaTypeFormatter.MaxHttpCollectionKeys == 125` which could affect later tests</p>danroth27tag:github.com,2008:Repository/64037583/v3.2.32015-01-16T19:29:34Zv3.2.3pranavkm