Changed - Decrease restlet request time on subsequent requests by half by re-using the OAuth session
0.3.0
Added - Support for making requests to restlets - New command to utilize the new restlet request capability - Added: Document usage of CLI utils Removed - `requests-ntlm` dependency which was never used
Changed - Don't specify `lxml` as a dependency. Implicitly take dependency from `zeep` instead.
0.2.2
Added - `get`, `getAll`, `add`, `upsert` and `upsertList` methods. Big thanks go out to matmunn for the original PR. (6)
0.2.1
Added - Helper `NetSuite.to_builtin` to convert zeep objects to python builtins - `lastQtyAvailableChange` filter
0.2.0
Changed - Sandbox is now configured through account ID, `sandbox` flag is now a no-op - New default version is 2018.1.0 - Account specific domains are now used when `wsdl_url` is left unspecified
Added - Support regular credentials Passport - Listing Python 3.7 as a supported version
0.1.1
Fixed - `getItemAvailability` only read first passed in external/internal ID
Added - Allow overriding global NS preferences through SOAP headers