Skip to content

netsuite v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 20:38

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