Releases: jacobsvante/netsuite-rs
Releases · jacobsvante/netsuite-rs
v0.7.0
netsuite v0.6.0
⚠ 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
netsuite v0.5.0
⚠ BREAKING CHANGES
- oauth1 Token struct fields and authorize function were open to the outside world
- Harmonize
with_base_url
method withwith_algorithm
Features
- Allow overriding OAuth 1 algorithm (7fa59b4)
Bug Fixes
netsuite v0.4.0
⚠ 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
⚠ 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
⚠ BREAKING CHANGES
- Move to SHA-256 algorithm for OAuth1 authentication header
- Support INI configs
- Rename CLI options to
account
andtoken_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
andtoken_id
(aea4244) - Return error in case an unknown env var is being set (db0d808)
netsuite v0.1.1
Bug Fixes
- Wrong repo/homepage links (c12c7cc)
netsuite v0.1.0
Bug Fixes
- Implement clippy suggestions and format code (4725b45)