File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11= OS-Lib
2- :version: 0.11.2
2+ :version: 0.11.3
33:toc-placement: preamble
44:toclevels: 3
55:toc:
@@ -2509,6 +2509,15 @@ string, int or set representations of the `os.PermSet` via:
25092509
25102510== Changelog
25112511
2512+ [#0-11-3]
2513+ === 0.11.3
2514+
2515+ * `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
2516+ down when the host JVM exits, `SubProcess#destroy` now takes a configurable
2517+ `(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
2518+ the old `destroy()`/`destroyForcibly()` methods), and `timeoutGracePeriod` has been renamed to
2519+ `shutdownGracePeriod` https://github.com/com-lihaoyi/os-lib/pull/324[#324]
2520+
25122521[#0-11-2]
25132522=== 0.11.2
25142523
You can’t perform that action at this time.
0 commit comments