Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 2, 2025
1 parent b27a63e commit 0fc00e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pages/1 - Cask - a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ via the following coordinates:
```scala
// Mill
ivy"com.lihaoyi::cask:0.9.5"
ivy"com.lihaoyi::cask:0.9.7"
// SBT
"com.lihaoyi" %% "cask" % "0.9.5"
"com.lihaoyi" %% "cask" % "0.9.7"
```
The `./mill` command is just a wrapper around the
Expand Down Expand Up @@ -517,4 +517,4 @@ or not.
In general virtual threads are most beneficial in applications which spend a lot of time blocked
on IO. How much they benefit your own application will need to be benchmarked and measured,
but they are relatively easy to enable so you can run your own small benchmarks before deciding
to use them or not.
to use them or not.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.9.6: a Scala HTTP micro-framework [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link]
Cask 0.9.7: 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,10 @@ courtesy of EJ Technologies

## Changelog

### 0.9.7

- Add a helper method to create a dedicated virtual thread scheduler. [#164](https://github.com/com-lihaoyi/cask/pull/164)

### 0.9.6

- Support for Java21/Loom Virtual Threads [#161](https://github.com/com-lihaoyi/cask/pull/159), see
Expand Down

0 comments on commit 0fc00e2

Please sign in to comment.