hasql/CHANGELOG.md
2022-09-07 21:53:39 +03:00

14 lines
268 B
Markdown

# 1.6.1
- Added `jsonLazyBytes` and `jsonbLazyBytes`
# 1.6
- Added position to `ServerError` (breaking change).
- Disabled failure on empty query.
# 1.5
- Added column number to `RowError` (breaking change).
- Added `MonadReader Connection` instance for Session.