beam v0.11.1.0 Release Notes
Release Date: 2026-05-13 // 3 months ago-
๐ New features
- โ Added a cross-backend abstraction for the
COPYstatement in
Database.Beam.Backend.SQL.BeamExtensions:- file-mode
COPY ... TO 'file'/COPY ... FROM 'file'. Defines
MonadBeamCopyTo/MonadBeamCopyFrom, and the user-facing
๐copyTableTo/copySelectTo/copyTableFrombuilders. - streaming
COPY ... TO STDOUT/COPY ... FROM STDIN. Mirrors the file-mode
API:MonadBeamCopyToStream/MonadBeamCopyFromStream,
๐ and thecopyTableToStream/copySelectToStream/copyTableFromStreambuilders.
- file-mode
๐ Bug fixes
- ๐ Fixed an issue where a window function applied over the result of
nub_(or
the Postgres-specificpgNubBy_) would emitDISTINCTand the window
expression in the sameSELECT, causing the window to evaluate against the
pre-deduplicated rows. The inner select is now materialised as a subquery
whenever it carriesDISTINCT,GROUP BY, orHAVING(#756).
Dependencies
- โ Removed dependency on
ghc-prim.
- โ Added a cross-backend abstraction for the
Previous changes from v0.11.0.0
-
What's Changed
๐ See
beam-core0.11's changelog