Skip to content

Releases: jacobsvante/netsuite-rs

v0.7.0

29 Apr 08:43
Compare
Choose a tag to compare

0.7.0 (2022-04-29)

⚠ BREAKING CHANGES

  • Use latest dependencies

Bug Fixes

  • Use latest dependencies (901b43c)

netsuite v0.6.0

03 Nov 10:36
Compare
Choose a tag to compare

⚠ 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)

netsuite v0.5.0

01 Nov 07:47
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • oauth1 Token struct fields and authorize function were open to the outside world
  • Harmonize with_base_url method with with_algorithm

Features

  • Allow overriding OAuth 1 algorithm (7fa59b4)

Bug Fixes

  • Harmonize with_base_url method with with_algorithm (d95b76f)
  • oauth1 Token struct fields and authorize function were open to the outside world (f0ec653)
  • Only install netsuite binary if cli feature is enabled (6e14ced)

netsuite v0.4.0

30 Oct 17:07
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Allow Params.push to accept anything that can be turned into a String

Features

  • Add support for JSON Schema and OpenAPI + OpenAPI web schema browser (8d97821)
  • Don't include CLI dependencies by default (6bac000)

Bug Fixes

  • Allow Params.push to accept anything that can be turned into a String (2ebf3e0)

netsuite v0.3.0

29 Oct 08:37
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Simplify API usage by not using references for Config et al.

Features

  • Simplify API usage by not using references for Config et al. (aa7f96d)

netsuite v0.2.0

28 Oct 20:38
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Move to SHA-256 algorithm for OAuth1 authentication header
  • Support INI configs
  • Rename CLI options to account and token_id

Features

  • Ability to set log level via CLI argument (17a324e)
  • Implement CRUD methods (42d4038)
  • Move to SHA-256 algorithm for OAuth1 authentication header (5e01c54)
  • Support INI configs (1ee0494)

Bug Fixes

  • CLI didn't return proper library version (10e79f4)
  • Couldn't see CLI --help because of how INI section was being checked (ea7484f)
  • INI containing unknown config key wasn't allowed (073cf08)
  • Logging wasn't initialized before proper CLI args parse (a3ca1f4)
  • Rename CLI options to account and token_id (aea4244)
  • Return error in case an unknown env var is being set (db0d808)

netsuite v0.1.1

24 Oct 20:39
Compare
Choose a tag to compare

Bug Fixes

  • Wrong repo/homepage links (c12c7cc)

netsuite v0.1.0

24 Oct 20:25
Compare
Choose a tag to compare

Bug Fixes

  • Implement clippy suggestions and format code (4725b45)