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: restify/node-restify Loading
base: v10.0.0
Choose a base ref
...
head repository: restify/node-restify Loading
compare: v11.1.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 17, 2023

  1. feat!: use req.log on audit plugin

    So it's consistent with other plugins, and to allow child loggers
    attached to req to be used on audit.
    mmarchini committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    528ecbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    852d2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4aef49 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Create SECURITY.md

    mmarchini committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    adf24c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. feat: allow custom alternatives to domains

    domains is deprecated, but there isn't a standard alternative in the
    ecosystem as of right now. Instead of implementing a bespoke alternative
    to it, let users create their own alternatives (or use libraries) by
    providing a generic way to replace domains in the error handling
    workflow. Note: unless you know what you're doing, you should NOT be
    using this feature.
    mmarchini committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    54adfcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c1f6e View commit details
    Browse the repository at this point in the history
Loading