Introduce parallel requests
-
Push and pull files more quickly by using the new
--parallel
option
withtx push
andtx pull
to make parallel requests. This is a beta
feature - be careful when using it with many files as it may cause you
to hit your API rate limits. -
--expression
is now a named argument fortx config mapping
so it’s
consistent with thetx config mapping-bulk
command with regard to
how you pass a file path expression. -
The algorithm for locating translation files has been optimized to
improve performance in cases where you have many files in your working
directory.