Skip to content

Commit 142baba

Browse files
author
Jimmy Byrd
committed
Bump version to 0.2.1
* MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (#3) * MINOR: Adding Benchmarks (#3)
1 parent 186b751 commit 142baba

18 files changed

+4979
-4959
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.2.1 - 2019-09-12
2+
* MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
3+
* MINOR: Adding Benchmarks (https://github.com/TheAngryByrd/FSharp.Control.WebSockets/pull/3)
4+
15
#### 0.2.0 - 2019-05-24
26
* BREAKING: API Changes
37
* FEATURE: Doc Comments for all public functions

docs/coverage/FSharp.Control.Websockets.TPL_AssemblyVersionInformation.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ <h1>Summary</h1>
2626
</table>
2727
<h1>File(s)</h1>
2828
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
29-
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />5/24/19 - 1:30:52 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
29+
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />9/12/19 - 9:24:19 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
3030
<script type="text/javascript" src="combined.js"></script>
3131
</body></html>

docs/coverage/FSharp.Control.Websockets.TPL_Stream.htm

Lines changed: 510 additions & 508 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets.TPL_ThreadSafeWebSocket.htm

Lines changed: 589 additions & 596 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets.TPL_WebSocket.htm

Lines changed: 568 additions & 566 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_AssemblyVersionInformation.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ <h1>Summary</h1>
2626
</table>
2727
<h1>File(s)</h1>
2828
<p>No files found. This usually happens if a file isn&#39;t covered by a test or the class does not contain any sequence points (e.g. a class that only contains auto properties).</p>
29-
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />5/24/19 - 1:30:52 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
29+
<div class="footer">Generated by: ReportGenerator 4.0.0.0<br />9/12/19 - 9:24:19 PM<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="http://www.palmmedia.de">www.palmmedia.de</a></div></div></div>
3030
<script type="text/javascript" src="combined.js"></script>
3131
</body></html>

docs/coverage/FSharp.Control.Websockets_Async.htm

Lines changed: 494 additions & 492 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_Stream.htm

Lines changed: 491 additions & 485 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_ThreadSafeWebSocket2.htm

Lines changed: 558 additions & 571 deletions
Large diffs are not rendered by default.

docs/coverage/FSharp.Control.Websockets_ThreadSafeWebsocket.htm

Lines changed: 568 additions & 552 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)