pods/CHANGELOG.md

22 lines
1 KiB
Markdown
Raw Permalink 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:45 +00:00
- [#59](https://github.com/babashka/pods/issues/59): delete port file on exit
2023-04-02 09:27:07 +00:00
- [#65](https://github.com/babashka/pods/issues/65): fix warnings when defining var with core name in JVM
2023-05-12 14:09:40 +00:00
- [#66](https://github.com/babashka/pods/issues/66): Allow metadata on fn arguments for transit+json
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