- Python: Fix bug where SSL verification wasn't applied to all requests.
1.4.4
- Python: Add `sslVerify` option which when set to `False`, will not verify the server's TLS certificate. Defaults to `True`. - Add blurb in the README file about this new behavior. For NodeJS, must set an environment variable to achieve this. - JavaScript: Update dependency versions
1.4.3
- Remove deprecated `getModelsByNameAndMakeID()` API function - If you are currently using this API call, please downgrade to version `1.4.2`, but transfer all code to using the `searchModels()` API call, as the deprecated one will no longer work as of dcTrack 9.3.0
1.4.2
- Add `getAuditTrailFieldList()` API request
1.4.1
- Publish with provenance (JavaScript) - Update Node version to 20 (JavaScript)
1.4.0
- Update API guide URL for dcTrack 9.2.0 - Update dependencies in GitHub workflow - Update dependencies (JavaScript) - Add `proceedOnWarning` parameter for item API - Support both `PUT` and `PATCH` (experimental) requests for updating models - Add `searchAuditTrail` endpoint - Change `submitRequest` to `createRequest` - Remove deprecated actuals readings API endpoints