Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4 #535

Open
wants to merge 21 commits into
base: next
Choose a base branch
from
Open

v4 #535

wants to merge 21 commits into from

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    2fbbacc View commit details
    Browse the repository at this point in the history
  2. feat: Add Fastify v4 compatibility

    BREAKING CHANGE: Fastify is now a peer-dependency.
    BREAKING CHANGE: Removed deprecated options
    franky47 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    34bfa59 View commit details
    Browse the repository at this point in the history
  3. doc: Fix CI/CD badge

    franky47 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    14c6e1b View commit details
    Browse the repository at this point in the history
  4. chore: Update Sentry

    Partially failed release 7.17.0 botched the lockfile.
    franky47 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    82cff6f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix: Maintain Sentry environment

    By default, Sentry will use the `SENTRY_ENVIRONMENT`
    environement variable to configure its environment
    property. Since we required `NODE_ENV` to be always set,
    this was overriding this default behaviour.
    
    So now we only use `NODE_ENV` as a fallback if `SENTRY_ENVIRONMENT`
    is not set.
    franky47 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    53e9245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2abea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. fix: Log response headers

    franky47 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    92efbed View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. feat: Add HTTPS support

    - Replace Yarn with PNPM
    - Add mkcert in CI/CD to generate test certificates
    - Add `https` option to enable TLS
    - Replace `delay` jig with built-in promisified `setTimeout`
    franky47 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2608831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9807e0 View commit details
    Browse the repository at this point in the history
  3. chore: Install mkcert after dependencies

    Just in case someone tries to be smart and steal
    a CI-bound root CA..
    franky47 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    80a9ea7 View commit details
    Browse the repository at this point in the history
  4. chore: Explicit packlist

    franky47 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    582fefb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore: Update dependencies

    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5a138d2 View commit details
    Browse the repository at this point in the history
  2. chore: Update lockfile

    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6564db3 View commit details
    Browse the repository at this point in the history
  3. chore: Fix CI command

    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3f31a07 View commit details
    Browse the repository at this point in the history
  4. chore: Reduce PR CI

    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    93ce089 View commit details
    Browse the repository at this point in the history
  5. fix: Explicit return types

    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    18b877d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3b994b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d81589d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c3c503 View commit details
    Browse the repository at this point in the history
  9. chore: Remove env option

    Merging of envs may need to be done at the module top-level
    in consuming apps to be exposed to scripts
    like database migrations.
    Moreover, the server.env decoration can be overriden.
    franky47 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    37c9dba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5a7d58 View commit details
    Browse the repository at this point in the history