Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wavefrontHQ/wavefront-sdk-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.11
Choose a base ref
...
head repository: wavefrontHQ/wavefront-sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 16, 2022

  1. Ensure Option instances are immutable.

    This fixes issue #86.
    keep94 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6fcebe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from keep94/23392_86

    Ensure Option instances are immutable.
    keep94 authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    27261c3 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#83)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    763cac2 View commit details
    Browse the repository at this point in the history
  4. Code documentation updates (#90)

    * Correctly deprecate deprecated methods.
    * Mark public API as internal use only as appropriate. This helps fix issue #89.
    * Improve documentation on SDKMetricsTags.
    keep94 authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0bc5247 View commit details
    Browse the repository at this point in the history
  5. Fix senders.NewSender() for direct ingestion.

    This commit fixes Issue #84.
    Also extract a method for setting default port in configuration.
    keep94 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    53927e1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from keep94/23392

    Fix senders.NewSender() for direct ingestion.
    keep94 authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f0e69a1 View commit details
    Browse the repository at this point in the history
Loading