pods/CHANGELOG.md

20 lines
788 B
Markdown
Raw Normal View History

2022-05-30 08:11:03 +00:00
# Changelog
## Unreleased
- [#63](https://github.com/babashka/pods/issues/63): create directory before un-tarring
2023-01-09 20:21:34 +00:00
- #59: delete port file on exit
2022-12-29 16:06:37 +00:00
## v0.2.0
2022-05-30 08:11:03 +00:00
2022-12-29 16:07:51 +00:00
- [#61](https://github.com/babashka/pods/issues/61): add transit as explicit JVM dependency
- [#60](https://github.com/babashka/pods/issues/60): transform pod reader error into exception of caller
- Switch "out" and "err" messages to print and flush instead of `println` ([@justone](https://github.com/justone))
- Set TCP_NODELAY on transport socket ([@retrogradeorbit](https://github.com/retrogradeorbit))
- Allow env vars OS_NAME & OS_ARCH to override os props ([@cap10morgan](https://github.com/cap10morgan))
- [#49](https://github.com/babashka/pods/issues/49): don't log socket closed exception
2022-05-30 08:11:03 +00:00
2022-12-29 16:06:37 +00:00
## v0.1.0
Initial version