Jacobsvante Netsuite Versions Save

Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets

v0.12.0

2 months ago

0.12.0 (2024-03-01)

Features

  • add more account/configuration helpers (a66bf39)
  • odbc: add username and password auth (e01f601)
  • odbc: adding odbc data source to config (b5a6a38)
  • source username and password from env (38b1788)

Documentation

  • adding slack community link (4ba6cf9)

v0.11.0

3 months ago

0.11.0 (2024-01-25)

Features

  • adding token_info restapi command (dbeaf0a)

v0.10.1

3 months ago

0.10.1 (2024-01-24)

Bug Fixes

  • add query helper to interact and use a standard ipython shell (896be6f)

Documentation

  • additional rest api documentation (81b629c)
  • removing beta quality disclaimer (c09b230)

v0.10.0

6 months ago

0.10.0 (2023-10-29)

Features

  • Update all major libraries to latest version and update related py version requirements. Large breaking changes for users here.
  • import pretty_traceback if it exists (93e6246)
  • support ENV-based configuration (3ba4150)
  • upgrade swagger openai viewer 3 => 5 (bc52155)

Bug Fixes

  • make log level optional (5110138)
  • optional log_level for real (f4b9a92)
  • use old-school dict typing assignment for py 8 (8168726)

Documentation

  • add config-environment note (378f8e5)

v0.9.0

1 year ago

0.9.0 (2022-06-02)

Bug Fixes

  • Async connections sessions were being closed (28e2b8e)
  • Don't require existing config to check version (b9982bf)
  • Regression in openapi serve CLI command (c0074a0)
  • Update dependencies (1956b4d), closes #39 #40

Documentation

  • Add example project for soap requests (352bdd6)

Continuous Integration

v0.8.0

3 years ago

Commits

  • [c80515c]: Ignore pushed version tags from triggering CI (Jacob Magnusson)
  • [86b4bd4]: Changelog updates (Jacob Magnusson)
  • [f4e9f52]: Hopefully fixes CI not running (Jacob Magnusson)
  • [49e0642]: v0.8.0 - Default signing method is now HMAC-SHA256 for REST API and Restlet (Jacob Magnusson)

v0.7.0

3 years ago

This release breaks a lot of things. Please read CHANGELOG.md carefully.

Commits

  • [292a61b]: Mark as Beta version and add disclaimer about breaking APIs (Jacob Magnusson)
  • [e6815cc]: Update CHANGELOG.md (Jacob Magnusson)
  • [b35f961]: v0.7.0 - This release breaks a lot of things. Please read carefully. (Jacob Magnusson)
  • [f16f435]: zeep wasn't marked as optional in pyproject.toml (Jacob Magnusson)
  • [96b902b]: CI/CD fixes (Jacob Magnusson)
  • [9f943d6]: Fix requests not being available (Jacob Magnusson)
  • [4f94345]: httpx ~0.18 (Jacob Magnusson)
  • [af780cf]: Fix failing tests and add basic REST API and Restlet tests (Jacob Magnusson)

v0.6.3

3 years ago

Commits

  • [d40a31f]: Set black as vscode formatting provider (Jacob Magnusson)
  • [ec6623c]: 0.6.3 - custom headers to REST API and improve suiteql REST API method (Jacob Magnusson)

v0.6.2

3 years ago

Commits

  • [d175c38]: Rebuild GitHub pages (Jacob Magnusson)
  • [f608db9]: 0.6.2 - Don't require a running asyncio loop to instantiate the REST API class (Jacob Magnusson)

v0.6.1

3 years ago

Commits

  • [2299aae]: 0.6.1 - Fix reference error in NetSuite.get (Jacob Magnusson)