Skip to content

Releases: wavefrontHQ/wavefront-sdk-python

Aria Operations for Applications SDK v2.1.0

06 Sep 21:41
9156941
Compare
Choose a tag to compare
  • Add authentication support for VMware Cloud Services
  • A new metric tag with name authType is added to all the sdk internal metrics which identified the type of authentication used.
  • Remove python 3.7 support as it has EOL'd.

Full Changelog: v2.0.0...v2.1.0

Aria Operations for Applications SDK v2

11 Jul 20:09
e09a388
Compare
Choose a tag to compare
  • Use requests.Session in WavefrontClient to keep connections alive;
  • Keep track of created clients in the WavefrontClientFactory instance;
  • No direct use of WavefrontDirectClient or WavefrontProxyClient.

Detailed diff since the last release: v1.8.15...v2.0.0

Aria Operations for Applications SDK v1.9.0

29 Jun 17:19
4528a1a
Compare
Choose a tag to compare
  • Use equests.Session in WavefrontClient

Detailed diff since the last release: v1.8.15...v1.9.0

Aria Operations for Applications SDK v1.8.15

24 Mar 01:11
12e883f
Compare
Choose a tag to compare
  • Aria Operations for Applications Rebranding

Detailed changes since last release v1.8.12...v1.8.15

Add version tag to internal metrics

16 Sep 22:28
e982323
Compare
Choose a tag to compare

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

09 Sep 15:42
64ffc3f
Compare
Choose a tag to compare

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

29 Nov 21:10
caa4e13
Compare
Choose a tag to compare
  • Documentation fixes;
  • Bug fixes involving certain race conditions.

Detailed changes since last release v1.8.0...v1.8.2

v1.8.0

01 Apr 06:38
1ade929
Compare
Choose a tag to compare
  • WavefrontDirectClient and WavefrontProxyClient are deprecated in favor of unified WavefrontClient

Detailed changes since last release v1.7.4...v1.8.0

v1.7.9

02 Feb 22:26
02dce1c
Compare
Choose a tag to compare

Update release version to 1.7.9

v1.7.4

02 Oct 19:50
37b8afe
Compare
Choose a tag to compare
  • Added support for sending events.
  • Added support for setting custom tags with environment variables.
  • Minor Fixes and Improvements.