valiant-mtl 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+11/−2 lines, 2 filesdep ~pg-wirePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pg-wire
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- valiant-mtl.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.0.1] - 2026-04-29++### Changed++- Updated `pg-wire` bound to `>=0.2 && <0.3`, which switches the+ per-connection prepared-statement cache to SIEVE. No public API+ change in this adapter.+ ## [0.1.0.0] - 2026-04-25 Initial release. MTL-style adapter for@@ -11,4 +19,5 @@ queries, commands, transactions (including isolation levels), pool stats, and raw connection access. +[0.1.0.1]: https://github.com/joshburgess/valiant/releases/tag/valiant-mtl-v0.1.0.1 [0.1.0.0]: https://github.com/joshburgess/valiant/releases/tag/v0.1.0.0
valiant-mtl.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: valiant-mtl-version: 0.1.0.0+version: 0.1.0.1 synopsis: MTL-style adapter for valiant description: Provides valiant database operations as MTL-style functions that work in@@ -62,7 +62,7 @@ , base >=4.17 && <5 , valiant >=0.1 && <0.2 , mtl >=2.2 && <2.4- , pg-wire >=0.1 && <0.2+ , pg-wire >=0.2 && <0.3 , time >=1.12 && <1.15 , transformers >=0.6 && <0.7 , vector >=0.12 && <0.14