Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 19, 2025
1 parent 05ca192 commit 110976c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/1 - Cask - a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 110976c

Please sign in to comment.