Skip to content

netsuite v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 10:36

⚠ BREAKING CHANGES

  • suiteql command now fetches all results, suiteql-raw retains previous behavior
  • Fetch SuiteQL results more quickly using threads
  • Read SuiteQL query from file path instead of from string
  • Return CliError from CLI

Features

  • suiteql command now fetches all results, suiteql-raw retains previous behavior (78690ca)
  • Fetch SuiteQL results more quickly using threads (f4a2689)
  • Read SuiteQL query from file path instead of from string (51d3445)

Bug Fixes

  • Include error message on IO error (8cc4cef)
  • Include serde error message (0941a78)
  • Make main structs Debug and Clone (7fa92f4)
  • Return CliError from CLI (5cbcbcb)