File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
site/content/3.12/release-notes/version-3.12 Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -247,3 +247,10 @@ This following startup options of arangodump are obsolete from ArangoDB 3.12 on:
247247- ` --tick-end ` : setting this option allowed to restrict the dumped data to some
248248 time range with the MMFiles storage engine. It had no effect for the RocksDB
249249 storage engine and so it is removed now.
250+
251+ ### arangoimport
252+
253+ * arangoimport* now automatically detects the type of the import file based on
254+ the file extension. The default value of the ` --type ` startup option has been
255+ changed from ` json ` to ` auto ` . You might need to explicitly specify the ` --type `
256+ in exceptional cases now whereas it was not necessary to do so previously.
Original file line number Diff line number Diff line change @@ -520,5 +520,20 @@ _arangodump_ operations on the server:
520520 dump thread was blocked because it honored the server-side memory
521521 limit for dumps.
522522
523+ ### arangoimport
524+
525+ The default value for the ` --type ` startup option has been changed from ` json `
526+ to ` auto ` . * arangoimport* now automatically detects the type of the import file
527+ based on the file extension.
528+
529+ The following file extensions are automatically detected:
530+ - ` .json `
531+ - ` .jsonl `
532+ - ` .csv `
533+ - ` .tsv `
534+
535+ If the file extension doesn't correspond to any of the mentioned types, the
536+ import defaults to the ` json ` format.
537+
523538## Internal changes
524539
You can’t perform that action at this time.
0 commit comments