Skip to content

Introduce parallel requests

Compare
Choose a tag to compare
@SofiaMargariti SofiaMargariti released this 02 Apr 09:23
· 101 commits to master since this release
51fd40d
  • Push and pull files more quickly by using the new --parallel option
    with tx push and tx 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 for tx config mapping so it’s
    consistent with the tx 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.