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: mongodb-js/boxednode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fee6c8
Choose a base ref
...
head repository: mongodb-js/boxednode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea49575
Choose a head ref
  • 14 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 17, 2023

  1. Merge pull request #52 from mongodb-js/add-code-ql

    Add CodeQL Analysis
    mcasimir authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    04dfeca View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    6c33033 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 11, 2024

  1. fix: work around Node.js April 2024 security release (#56)

    nodejs/node@9095c91
    disallowed spawning `.bat` files directly, without running them inside
    of a shell such as `cmd`. Boxednode needs to be adjusted for this.
    addaleax authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    115008f View commit details
    Browse the repository at this point in the history
  2. 2.3.1

    addaleax committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b2cb73f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc38b50 View commit details
    Browse the repository at this point in the history
  4. 2.3.2

    addaleax committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cd1e937 View commit details
    Browse the repository at this point in the history
  5. 2.4.1

    addaleax committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6d28f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. feat: enable optionally enabling/disabling blob compression (#58)

    While blobs such as startup snapshots (40MB in the case of mongosh) can
    be quite large and compressing them saves binary size, decompressing
    them also costs non-trivial startup time. We make compression optional
    in this commit so that we can turn it off in mongosh.
    addaleax authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ac13672 View commit details
    Browse the repository at this point in the history
  2. 2.4.2

    addaleax committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fd3cad1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    6ff7236 View commit details
    Browse the repository at this point in the history
  2. 2.4.3

    addaleax committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1a70fc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    5c71a18 View commit details
    Browse the repository at this point in the history
  2. 2.4.4

    addaleax committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ea49575 View commit details
    Browse the repository at this point in the history
Loading