From a35b53983e82d385d34dcff0533bd278b151c46f Mon Sep 17 00:00:00 2001 From: Evis Drenova <80707987+evisdrenova@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:38:01 -0800 Subject: [PATCH] NEOS-1603: add in 11-07 changelog (#2916) --- docs/blog/2024-11-07-column-strategy.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/blog/2024-11-07-column-strategy.md diff --git a/docs/blog/2024-11-07-column-strategy.md b/docs/blog/2024-11-07-column-strategy.md new file mode 100644 index 0000000000..cbfe8bf3fe --- /dev/null +++ b/docs/blog/2024-11-07-column-strategy.md @@ -0,0 +1,18 @@ +--- +title: 11/07 - Column Strategy +hide_table_of_contents: false +slug: /column-strategy +authors: + - evis +--- + +1. Added support for new column strategy to auto-map new columns +2. Added support for an IP Address Transformer +3. Added support for batching config options in the CLI +4. Added support for batching config options in the App +5. Added support for configuring max in flight for sql insert/update +6. Added support for importing and exporting mappings from the Jobs page +7. Added support for a business name transformer +8. Added a countdown component to trials to show time remaining +9. Updated sql to json datatypes in AWS output when syncing +10. Fixed a bug that was causing nil pointer errors when there were empty tables and we were syncing S3 -> database