v0.12.0
v0.12.0 (2022-10-17)
✨ New
- #978 Users can now configure a dedicated metrics logger using SINGER_SDK_LOG_CONFIG.
🐛 Fixes
- #1043 Support Windows-style storage paths in BATCH message type config -- Thanks @BuzzCutNorman!
- #1001 Fixed column name rendering for the
allow_column_alter
error message.
⚡ Performance
- #1032 SQL streams now only include columns in the
SELECT
statement which are selected in the catalog.
📚 Documentation Improvements
- #1020 Fixed typo in
docs/stream_maps.md
-- Thanks @spacecowboy! - #1060 Add explanation and recommendations for
context
usage. - #1074 Document an example implementation and usage of pagination with
BaseHATEOASPaginator
.