Skip to content

Releases: wavefrontHQ/wavefront-sdk-python

Aria Operations for Applications SDK v2.1.0

Choose a tag to compare

@akodali18 akodali18 released this 06 Sep 21:41
9156941
  • 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

Choose a tag to compare

@ustinov ustinov released this 11 Jul 20:09
e09a388
  • 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

Choose a tag to compare

@ustinov ustinov released this 29 Jun 17:19
4528a1a
  • 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

Choose a tag to compare

@ustinov ustinov released this 24 Mar 01:11
12e883f
  • Aria Operations for Applications Rebranding

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

Add version tag to internal metrics

Choose a tag to compare

@keep94 keep94 released this 16 Sep 22:28
e982323

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

Choose a tag to compare

@keep94 keep94 released this 09 Sep 15:42
64ffc3f

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

Choose a tag to compare

@ustinov ustinov released this 29 Nov 21:10
caa4e13
  • Documentation fixes;
  • Bug fixes involving certain race conditions.

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

v1.8.0

Choose a tag to compare

@ustinov ustinov released this 01 Apr 06:38
1ade929
  • WavefrontDirectClient and WavefrontProxyClient are deprecated in favor of unified WavefrontClient

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

v1.7.9

Choose a tag to compare

@joannatk joannatk released this 02 Feb 22:26
02dce1c

Update release version to 1.7.9

v1.7.4

Choose a tag to compare

@xshipeng xshipeng released this 02 Oct 19:50
37b8afe
  • Added support for sending events.
  • Added support for setting custom tags with environment variables.
  • Minor Fixes and Improvements.