|
1 | | -## v0.2.4 [2025-05-26] |
| 1 | +## v0.2.5 [2025-05-19] |
| 2 | +* Update tailpipe-plugin-sdk to v0.6.1. |
| 3 | +* Update checkJsonlSize to skip check if no min size is set. ([#204](https://github.com/turbot/tailpipe-plugin-sdk/issues/204)) |
| 4 | + |
| 5 | + |
| 6 | +## v0.2.4 [2025-05-16] |
2 | 7 | * Update tailpipe-plugin-sdk to v0.6.0 |
3 | | - * Add support for zip artifact loaders. ([#195](https://github.com/turbot/tailpipe-plugin-sdk/issues/195)) |
| 8 | +* Add support for zip artifact loaders. ([#195](https://github.com/turbot/tailpipe-plugin-sdk/issues/195)) |
4 | 9 | * Update pipe-fittings to v2.5.1 |
5 | | - * Add `remain` to `HclTag` |
| 10 | +* Add `remain` to `HclTag` |
6 | 11 |
|
7 | 12 | ## v0.2.3 [2025-04-25] |
8 | 13 |
|
9 | 14 | * Update tailpipe-plugin-sdk to v0.5.0-rc.2 |
10 | | - * When describing a source, include all properties. ([#199](https://github.com/turbot/tailpipe-plugin-sdk/issues/199)) |
11 | | - * Add support for enforcing size limits on temporary directory `max_temp_dir_mb` by limiting total JSONL disk usage. ([#192](https://github.com/turbot/tailpipe-plugin-sdk/issues/192)) |
| 15 | +* When describing a source, include all properties. ([#199](https://github.com/turbot/tailpipe-plugin-sdk/issues/199)) |
| 16 | +* Add support for enforcing size limits on temporary directory `max_temp_dir_mb` by limiting total JSONL disk usage. ([#192](https://github.com/turbot/tailpipe-plugin-sdk/issues/192)) |
12 | 17 | * Update pipe-fittings to v2.4.0-rc.5 |
13 | | - * Add `plugin_memory_max_mb`, `memory_max_mb`, `temp_dir_max_mb` options to TailpipeWorkspaceProfile. Also add `TEMP_DIR_MAX_MB` env var and `temp-dir-max-mb` argument. ([#707](https://github.com/turbot/pipe-fittings/issues/707)) |
| 18 | +* Add `plugin_memory_max_mb`, `memory_max_mb`, `temp_dir_max_mb` options to TailpipeWorkspaceProfile. Also add `TEMP_DIR_MAX_MB` env var and `temp-dir-max-mb` argument. ([#707](https://github.com/turbot/pipe-fittings/issues/707)) |
14 | 19 |
|
15 | 20 | ## v0.2.2 [2025-04-25] |
16 | 21 |
|
17 | 22 | * Update tailpipe-plugin-sdk to v0.4.0 |
18 | | - * Add WithHeaderRowNotification RowSourceOption, which can be set to enable a mapper to be notified of the header row of an artifact. ([#186](https://github.com/turbot/tailpipe-plugin-sdk/issues/186)) |
19 | | - * Fix source file error for custom tables when using S3 or other external source. ([#188](https://github.com/turbot/tailpipe-plugin-sdk/issues/188)) |
| 23 | +* Add WithHeaderRowNotification RowSourceOption, which can be set to enable a mapper to be notified of the header row of an artifact. ([#186](https://github.com/turbot/tailpipe-plugin-sdk/issues/186)) |
| 24 | +* Fix source file error for custom tables when using S3 or other external source. ([#188](https://github.com/turbot/tailpipe-plugin-sdk/issues/188)) |
20 | 25 |
|
21 | 26 | ## v0.2.1 [2025-04-16] |
22 | 27 |
|
23 | 28 | * Update pipe-fittings to v2.3.3 |
24 | | - * Update auto_escape deprecation warning |
25 | | - * Fix multiple backtick escaping. |
26 | | - * Add comma separators to numeric output in query results. ([#685](https://github.com/turbot/pipe-fittings/issues/685)) |
27 | | - * Add support to `querydisplay.ColumnValueAsString` for UUID/Decimal in format received from DuckDB. |
| 29 | +* Update auto_escape deprecation warning |
| 30 | +* Fix multiple backtick escaping. |
| 31 | +* Add comma separators to numeric output in query results. ([#685](https://github.com/turbot/pipe-fittings/issues/685)) |
| 32 | +* Add support to `querydisplay.ColumnValueAsString` for UUID/Decimal in format received from DuckDB. |
28 | 33 | * Update tailpipe-plugin-sdk to v0.3.1 |
29 | | - * Fix Column level `null_if` not being respected. ([#182](https://github.com/turbot/tailpipe-plugin-sdk/issues/182)) |
30 | | - * Fix missing required column is not being reported as a row error. ([#181](https://github.com/turbot/tailpipe-plugin-sdk/issues/181)) |
| 34 | +* Fix Column level `null_if` not being respected. ([#182](https://github.com/turbot/tailpipe-plugin-sdk/issues/182)) |
| 35 | +* Fix missing required column is not being reported as a row error. ([#181](https://github.com/turbot/tailpipe-plugin-sdk/issues/181)) |
31 | 36 |
|
32 | 37 | ## v0.2.0 [2025-15-04] |
33 | 38 | * Add support for custom tables |
|
0 commit comments