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: hertzg/node-net-keepalive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.9
Choose a base ref
...
head repository: hertzg/node-net-keepalive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 21, 2024

  1. chore(deps): update actions/setup-node action to v4.0.4 (#339)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 21, 2024
    Copy the full SHA
    e48e12c View commit details

Commits on Sep 23, 2024

  1. fix(deps): update dependency ffi-rs to v1.0.96 (#340)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 23, 2024
    Copy the full SHA
    7fde6b9 View commit details
  2. chore(release): 4.0.10 [skip ci]

    ## [4.0.10](v4.0.9...v4.0.10) (2024-09-23)
    
    ### Bug Fixes
    
    * **deps:** update dependency ffi-rs to v1.0.96 ([#340](#340)) ([7fde6b9](7fde6b9))
    semantic-release-bot committed Sep 23, 2024
    Copy the full SHA
    ea22da2 View commit details

Commits on Oct 1, 2024

  1. chore(deps): lock file maintenance (#341)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 1, 2024
    Copy the full SHA
    35de829 View commit details

Commits on Oct 2, 2024

  1. chore(deps): update codecov/codecov-action action to v4.6.0 (#342)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 2, 2024
    Copy the full SHA
    45ab45b View commit details

Commits on Oct 7, 2024

  1. chore(deps): update bahmutov/npm-install action to v1.10.3 (#343)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 7, 2024
    Copy the full SHA
    04f29a2 View commit details

Commits on Dec 9, 2024

  1. chore: match on start of exception message (#350)

    Co-authored-by: Giorgi Kotchlamazashvili <1886698+hertzg@users.noreply.github.com>
    hertzg and hertzg authored Dec 9, 2024
    Copy the full SHA
    0bb654c View commit details
  2. chore(deps): update bahmutov/npm-install action to v1.10.5 (#349)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2024
    Copy the full SHA
    fc947a3 View commit details
  3. chore(deps): update codecov/codecov-action action to v5 (#348)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2024
    Copy the full SHA
    1862c93 View commit details
  4. chore(deps): lock file maintenance (#346)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2024
    Copy the full SHA
    181ccb0 View commit details
  5. fix(deps): update dependency ffi-rs to v1.1.1 (#344)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 9, 2024
    Copy the full SHA
    a8b36a5 View commit details
  6. chore(release): 4.0.11 [skip ci]

    ## [4.0.11](v4.0.10...v4.0.11) (2024-12-09)
    
    ### Bug Fixes
    
    * **deps:** update dependency ffi-rs to v1.1.1 ([#344](#344)) ([a8b36a5](a8b36a5))
    semantic-release-bot committed Dec 9, 2024
    Copy the full SHA
    e89fa80 View commit details

Commits on Dec 19, 2024

  1. chore(deps): update codecov/codecov-action action to v5.1.2 (#351)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 19, 2024
    Copy the full SHA
    5b25e69 View commit details

Commits on Dec 24, 2024

  1. fix(deps): update dependency ffi-rs to v1.2.1 (#352)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 24, 2024
    Copy the full SHA
    e2a6a56 View commit details
  2. chore(release): 4.0.12 [skip ci]

    ## [4.0.12](v4.0.11...v4.0.12) (2024-12-24)
    
    ### Bug Fixes
    
    * **deps:** update dependency ffi-rs to v1.2.1 ([#352](#352)) ([e2a6a56](e2a6a56))
    semantic-release-bot committed Dec 24, 2024
    Copy the full SHA
    3ba7993 View commit details

Commits on Jan 1, 2025

  1. chore(deps): lock file maintenance (#353)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 1, 2025
    Copy the full SHA
    f2d1436 View commit details
Showing with 3,084 additions and 3,134 deletions.
  1. +2 −2 .github/workflows/actions/setup/action.yaml
  2. +1 −1 .github/workflows/test-run.yaml
  3. +33 −0 CHANGELOG.md
  4. +3,013 −3,096 package-lock.json
  5. +2 −2 package.json
  6. +11 −11 test/unit/test-interval.js
  7. +11 −11 test/unit/test-probes.js
  8. +11 −11 test/unit/test-timeout.js
4 changes: 2 additions & 2 deletions .github/workflows/actions/setup/action.yaml
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
check-latest: true
node-version: ${{ inputs.nodeVersion }}
- uses: bahmutov/npm-install@v1.10.2
- uses: bahmutov/npm-install@v1.10.5
2 changes: 1 addition & 1 deletion .github/workflows/test-run.yaml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:

- if: ${{ success() && inputs.testUnit == 'test-with-coverage' }}
continue-on-error: true
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.1.2
with:
file: ./coverage.lcov
env:
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [4.0.12](https://github.com/hertzg/node-net-keepalive/compare/v4.0.11...v4.0.12) (2024-12-24)

### Bug Fixes

- **deps:** update dependency ffi-rs to v1.2.1 ([#352](https://github.com/hertzg/node-net-keepalive/issues/352)) ([e2a6a56](https://github.com/hertzg/node-net-keepalive/commit/e2a6a562e1237498f28b826e180bd1dba9440d06))

# Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [4.0.11](https://github.com/hertzg/node-net-keepalive/compare/v4.0.10...v4.0.11) (2024-12-09)

### Bug Fixes

- **deps:** update dependency ffi-rs to v1.1.1 ([#344](https://github.com/hertzg/node-net-keepalive/issues/344)) ([a8b36a5](https://github.com/hertzg/node-net-keepalive/commit/a8b36a5a588469fc2c6291723115bbc4ae4f8afa))

# Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [4.0.10](https://github.com/hertzg/node-net-keepalive/compare/v4.0.9...v4.0.10) (2024-09-23)

### Bug Fixes

- **deps:** update dependency ffi-rs to v1.0.96 ([#340](https://github.com/hertzg/node-net-keepalive/issues/340)) ([7fde6b9](https://github.com/hertzg/node-net-keepalive/commit/7fde6b9cc5b5d8c2908ca0fe8731652847479930))

# Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

## [4.0.9](https://github.com/hertzg/node-net-keepalive/compare/v4.0.8...v4.0.9) (2024-09-19)

### Bug Fixes
Loading