-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEOS-1603: add in 11-07 changelog (#2916)
- Loading branch information
1 parent
b826d05
commit a35b539
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |