0.7.0 (2022-04-29)
- Use latest dependencies
- Use latest dependencies (901b43c)
0.6.0 (2021-11-03)
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
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)
- Include error message on IO error (8cc4cef)
- Include serde error message (0941a78)
- Make main structs Debug and Clone (7fa92f4)
- Return CliError from CLI (5cbcbcb)
0.5.0 (2021-11-01)
- oauth1 Token struct fields and authorize function were open to the outside world
- Harmonize
with_base_url
method withwith_algorithm
- Allow overriding OAuth 1 algorithm (7fa59b4)
- Harmonize
with_base_url
method withwith_algorithm
(d95b76f) - oauth1 Token struct fields and authorize function were open to the outside world (f0ec653)
- Only install
netsuite
binary ifcli
feature is enabled (6e14ced)
0.4.0 (2021-10-30)
- Allow Params.push to accept anything that can be turned into a String
- Add support for JSON Schema and OpenAPI + OpenAPI web schema browser (8d97821)
- Don't include CLI dependencies by default (6bac000)
- Allow Params.push to accept anything that can be turned into a String (2ebf3e0)
0.3.0 (2021-10-29)
- Simplify API usage by not using references for Config et al.
- Simplify API usage by not using references for Config et al. (aa7f96d)
0.2.0 (2021-10-28)
- Move to SHA-256 algorithm for OAuth1 authentication header
- Support INI configs
- Rename CLI options to
account
andtoken_id
- 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)
- 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)
0.1.1 (2021-10-24)
- Wrong repo/homepage links (c12c7cc)
- Implement clippy suggestions and format code (4725b45)