diff --git a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md index 507e615c99..90df550609 100644 --- a/docs/pages/1 - Cask - a Scala HTTP micro-framework.md +++ b/docs/pages/1 - Cask - a Scala HTTP micro-framework.md @@ -463,7 +463,7 @@ $$$todo ## Running Cask with Virtual Threads -$$minimalApplicationWithLoom +$$$minimalApplicationWithLoom Cask can support using Virtual Threads to handle the request out of the box, you can enable it with the next steps: diff --git a/readme.md b/readme.md index c865ecd59a..ee7cb7ebf1 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Cask 0.9.5: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] +Cask 0.9.6: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] =========================================================================================================================================================================== [gitter-badge]: https://badges.gitter.im/Join%20Chat.svg @@ -45,6 +45,11 @@ courtesy of EJ Technologies ## Changelog +### 0.9.6 + +- Support for Java21/Loom Virtual Threads [#161](https://github.com/com-lihaoyi/cask/pull/159), see + [Running Cask with Virtual Threads](https://com-lihaoyi.github.io/cask/#running-cask-with-virtual-threads) + ### 0.9.5 - Fix path traversal issue when serving static files [#157](https://github.com/com-lihaoyi/cask/pull/157)