2024-09-13 10:16:05 +03:00
# 1.8.1
- In case of exceptions thrown by user from inside of Session, the connection status gets checked to be out of transaction and unless it is the connection gets reset.
2024-06-24 09:38:02 +03:00
# 1.8
- Move to "iproute" from "network-ip" for the "inet" datatype (#163).
2024-04-21 06:25:01 +03:00
# 1.7
- Decidable instance on `Encoders.Params` removed. It was useless and limited the design.
2024-04-27 22:00:08 +03:00
- `QueryError` type renamed to `SessionError` .
- `PipelineError` constructor added to the `SessionError` type.
2024-04-21 06:25:01 +03:00
2023-07-31 13:03:13 +03:00
# 1.6.3.1
- Moved to "postgresql-libpq-0.10"
2022-11-21 23:22:45 +03:00
# 1.6.3
- Added `unknownEnum` encoder
2022-10-18 15:05:31 +03:00
# 1.6.2
- Added composite encoder
- Added `oid` and `name` encoders
2022-09-07 21:53:39 +03:00
# 1.6.1
- Added `jsonLazyBytes` and `jsonbLazyBytes`
2022-07-20 22:47:12 +03:00
# 1.6
- Added position to `ServerError` (breaking change).
2022-07-20 22:56:43 +03:00
- Disabled failure on empty query.
2022-07-20 22:47:12 +03:00
2022-01-03 16:36:39 +03:00
# 1.5
- Added column number to `RowError` (breaking change).
- Added `MonadReader Connection` instance for Session.