Skip to content
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: dbader/node-datadog-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.3
Choose a base ref
...
head repository: dbader/node-datadog-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.4
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 25, 2024

  1. Bump version for development

    Mr0grog committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9d10438 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Expand CI test matrix, add dependabot for actions (#121)

    Node.js has moved forward by several major versions since our CI configuration was last updated, and this updates our CI test matrix to cover them. I've also added Dependabot for updating CI workflows, but not JS dependencies (we only want security updates for those).
    Mr0grog authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    99b4624 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (#122)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    72ff76d View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-node from 3 to 4 (#123)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b0e9936 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Export a type for BufferedMetricsLogger (#120)

    Even though we started generating TypeScript types from the JSDoc a while back, it turns out `BufferedMetricsLogger` was getting exported as a *value* and not a type. That technically works in TS, but requires some weird syntax and is definitely not what you want. This changes up our imports and exports a bit to get the TypeScript compiler to do the right thing, and adds a basic test of the types to make sure we don't regress.
    
    See #119.
    Mr0grog authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a834a05 View commit details
    Browse the repository at this point in the history
  2. Mark v0.11.3a1

    Mr0grog committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a6dca69 View commit details
    Browse the repository at this point in the history
  3. Prepare v0.11.3

    Mr0grog committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    804190a View commit details
    Browse the repository at this point in the history
  4. Prepare v0.11.4-a.1

    Mr0grog committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6d49b78 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    9f87676 View commit details
    Browse the repository at this point in the history
Loading