Releases: wavefrontHQ/wavefront-sdk-python
Releases · wavefrontHQ/wavefront-sdk-python
Aria Operations for Applications SDK v2.1.0
- Add authentication support for VMware Cloud Services
- A new metric tag with name
authTypeis added to all the sdk internal metrics which identified the type of authentication used. - Remove
python 3.7support as it has EOL'd.
Full Changelog: v2.0.0...v2.1.0
Aria Operations for Applications SDK v2
- Use
requests.SessioninWavefrontClientto keep connections alive; - Keep track of created clients in the
WavefrontClientFactoryinstance; - No direct use of
WavefrontDirectClientorWavefrontProxyClient.
Detailed diff since the last release: v1.8.15...v2.0.0
Aria Operations for Applications SDK v1.9.0
- Use
equests.Sessionin WavefrontClient
Detailed diff since the last release: v1.8.15...v1.9.0
Aria Operations for Applications SDK v1.8.15
- Aria Operations for Applications Rebranding
Detailed changes since last release v1.8.12...v1.8.15
Add version tag to internal metrics
CI/CD updates
- Fix CI so that it runs when PRs are updated as well as created
Documentation updates
- README file updates: Include release instructions.
Enhancements
- Add version tag to internal metrics which contains the API version of this library.
Detailed changes since last release v1.8.10...v1.8.12
Span Lines in Span Logs
CI/CD updates
- Switch to github actions from TravisCI
Documentation updates
- README file updates
- Simplify example code
Enhancements
- Allow caller to provide custom queue implementation for sending telemetry data
- Use re-entrant locks internally
Bug fixes
- Include span lines in span logs
Detailed changes since last release v1.8.2...v1.8.10
v1.8.2
- Documentation fixes;
- Bug fixes involving certain race conditions.
Detailed changes since last release v1.8.0...v1.8.2
v1.8.0
WavefrontDirectClientandWavefrontProxyClientare deprecated in favor of unifiedWavefrontClient
Detailed changes since last release v1.7.4...v1.8.0