This commit is contained in:
Michiel Borkent 2020-05-01 11:49:42 +02:00
parent 41a7987dc8
commit ecd26832b0

View file

@ -2,9 +2,17 @@
## Breaking changes
## v0.0.90
- The `next.jdbc` and PostgresQL driver are no longer part of the standardly
distributed `bb` binary. This is now available behind a feature flag. See See
[feature flag
documentation](https://github.com/borkdude/babashka/blob/master/doc/build.md#feature-flags).
- borkdude/babashka.curl#16: throw on certain status codes and non-zero codes. Opt out with `:throw false`.
## v0.0.79
- [babashka.curl#9](https://github.com/borkdude/babashka.curl/issues/9):
BREAKING! Functions in `babashka.curl` like `get`, `post`, etc. now always
Functions in `babashka.curl` like `get`, `post`, etc. now always
return a map with `:status`, `:body`, and `:headers`.
## v0.0.71