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.12.0
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.12.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 6, 2024

  1. Prepare for development

    Mr0grog committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    8cca1bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Reformat release history with headings (#140)

    Formatting the release history with headings makes it much more scannable (for me, at least), and also helps developers using assistive technology to scan the page. It also makes the notes for individual releases linkable.
    Mr0grog authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    950765c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Use new promise interface in module tests (#142)

    In #125, we switched the default aync interface to promises/async/await, but missed updating the module-level tests. This updates them.
    Mr0grog authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    06b0bb6 View commit details
    Browse the repository at this point in the history
  2. Auto-flush on process exit (#141)

    This attaches to the process’s `beforeExit` event (supported in Node.js, Deno, and Bun) when auto-flushing is enabled in order to automatically flush when a program exits. Before, you needed to remember to call `metrics.flush()` manually at the end of your program, which is easy to forget (or not even know about in the first place!).
    
    It also adds a `stop()` method that disables auto-flushing and flushes any remaining buffered metrics.
    
    Fixes #136.
    Mr0grog authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    31ababb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Prepare v0.12.1 (#143)

    Release v0.12.1 with some maintenance updates and the new `process.beforeExit` functionality from #141.
    Mr0grog authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    3614136 View commit details
    Browse the repository at this point in the history
Loading