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: IBM/node-odbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.8
Choose a base ref
...
head repository: IBM/node-odbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.9
Choose a head ref
  • 19 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 5, 2023

  1. Tame down stale bot (#344)

    - Bump from 30 to 90 days
    - Add "confirmed" label to keep issue from being marked stale
    - Prevent issues being marked stale if they're in projects, milestones,
      or are assigned
    kadler authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6ce98c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. remove NAPI_EXPERIMENTAL to fix #380 (#381)

    Signed-off-by: acheronfail <[email protected]>
    acheronfail authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d382685 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Bump dependencies for security issues

    The following packages were affected:
    braces  <3.0.3
    semver  6.0.0 - 6.3.0 || 7.0.0 - 7.5.1
    tar  <6.2.1
    word-wrap  <1.2.4
    
    Updated via `npm audit fix`
    kadler committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c1cbc13 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Clean up GitHub Actions workflows (#399)

    - Install unixodbc in homebrew on macOS
    - Add descriptive names to steps
    - Rename build-binaries
    
    Also fix gitignore to only ignore build* directories.
    kadler authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8f828c5 View commit details
    Browse the repository at this point in the history
  2. Drop support for NAPI 7 and below (#398)

    This allows us to only build for one NAPI version instead of 4 and
    removes a separate code path for NAPI versions older than 6. We
    technically don't use anything newer than 6, but may as well go to 8
    since that supports all Node.js versions we care about (and even some we
    don't).
    
    https://nodejs.org/api/n-api.html#node-api-version-matrix
    kadler authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b6f05d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update repository URLs

    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7ac7af9 View commit details
    Browse the repository at this point in the history
  2. Require Node.js 18+

    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    aef8085 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#391)

    typo fix and reflecting node.js version updates
    zozo-yasuda authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    22039ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    061b4a8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #400 from IBM/update-package-metadata

    Update package metadata
    kadler authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a576eae View commit details
    Browse the repository at this point in the history
  6. Refactor GitHub Actions workflows

    - Reorganize in to matrix builds for less redundancy
    - Use IBM approved actions
    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    05defab View commit details
    Browse the repository at this point in the history
  7. Patch node-pre-gyp on Windows

    Updated node-pre-gyp attempting to resolve this issue, but it is still
    unresolved upstream. For now, hack in a patch. Once upstream fixes
    this, we can update to the fixed version and drop this hack.
    
    For more details, see mapbox/node-pre-gyp#715
    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3a2b35b View commit details
    Browse the repository at this point in the history
  8. Update release build OS targets

    - Switch from "latest" to specific runner levels
    - Add macos-13 for x86_64 (macos-14 is arm64 only it seems)
    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    63f7b5e View commit details
    Browse the repository at this point in the history
  9. Publish NPM as part of release automation

    Add files section to package.json to only package the files we want.
    Otherwise, npm publish will find and include the node-pre-gyp tar files
    which we only want attached to the GitHub release.
    kadler committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    96f0d2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e02158 View commit details
    Browse the repository at this point in the history
  11. Remove unused and dubious strptime (#402)

    No longer used as of da60af0 and its source was of a dubious nature
    anyway.
    kadler authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6ee6338 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ff4fb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    44c54c0 View commit details
    Browse the repository at this point in the history
  2. chore: Release 2.4.9

    kadler committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3694c4d View commit details
    Browse the repository at this point in the history
Loading