changelog

This commit is contained in:
Michiel Borkent 2023-10-29 14:47:55 +01:00
parent 3735135c05
commit e746593f14

View file

@ -9,11 +9,16 @@ A preview of the next release can be installed from
## Unreleased
- [Support self-contained binaries as uberjars!](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar)
- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`, `java.net.URISyntaxException`
- Fix babashka.process/exec wrt `babashka.process/*defaults*`
- #1632: Partial fix for `(.readPassword (System/console))`
- Enable producing self-contained binaries using [uberjars](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar)
- Bump httpkit to `2.8.0-beta3` (fixes GraalVM issue with virtual threads)
- Bump `deps.clj` and `fs`
- Expose `taoensso.timbre.appenders.core`
- nREPL: implement `ns-list` op
- SCI: optimize `swap!`, `deref` and `reset!` for normal atoms (rather than user-created `IAtom`s)
## 1.3.185 (2023-09-28)