hasql/CHANGELOG.md
2022-11-21 23:22:45 +03:00

23 lines
378 B
Markdown

# 1.6.3
- Added `unknownEnum` encoder
# 1.6.2
- Added composite encoder
- Added `oid` and `name` encoders
# 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.