v0.14.0
·
212 commits
to main
since this release
Added
- (client) add max_response_size cap; enforce command_timeout on bulk insert
Fixed
- (types) error on dates outside the DATE range instead of wrapping
- (protocol) decode ENVCHANGE frame-strictly so under-declared frames cannot over-consume
- (protocol) decode FEDAUTHINFO per MS-TDS 2.2.7.12
- (types) [breaking] structure the fallible date-encoder error docs
- (types) error on out-of-range NUMERIC in decode_value instead of degrading to f64
- (tls) split oversized handshake flights into 4096-byte PRELOGIN packets
- (pool) hold the pool weakly from the reaper so drop without close() cannot leak