Skip to content

Releases: tgies/client-certificate-auth

v1.3.2

23 Feb 21:39
v1.3.2
a568554

Choose a tag to compare

What's Changed

  • test(helpers): add strict tests to kill Stryker mutants by @tgies in #36
  • fix(helpers): reject empty match objects in allowIssuer/allowSubject by @tgies in #37

Full Changelog: v1.3.1...v1.3.2

v1.3.1

17 Feb 07:04
v1.3.1
e79a957

Choose a tag to compare

What's Changed

  • fix: handle multi-valued DN fields in certificate helpers by @tgies in #35

Full Changelog: v1.3.0...v1.3.1

v1.3.0

16 Feb 15:05
v1.3.0
6c2bc0e

Choose a tag to compare

What's Changed

  • chore(deps): bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #31
  • chore(deps): bump @types/node from 25.2.2 to 25.2.3 by @tgies in #32
  • fix(types): deduplicate ValidationCallback type in helpers.d.ts by @tgies in #33
  • feat: add CJS export paths for helpers, parsers, and extractor by @tgies in #34

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Feb 19:25

Choose a tag to compare

What's Changed

  • ci: harden GitHub Actions workflows per zizmor audit by @tgies in #24
  • test: add edge case coverage and improve hook test robustness by @tgies in #25
  • ci: upload docker compose logs on E2E test failure by @tgies in #26
  • fix: scope Jest roots to prevent .stryker-tmp test duplication by @tgies in #27
  • perf: enable findRelatedTests in Stryker Jest runner by @tgies in #28
  • chore(deps): update dev dependencies by @tgies in #29
  • feat: extract certificate extraction logic into reusable extractor module by @tgies in #30

Full Changelog: v1.1.3...v1.2.0

v1.1.3

09 Feb 08:44

Choose a tag to compare

What's Changed

  • test: add mixed valid/invalid chain tests for parseBase64Der by @tgies in #21
  • test: add malformed header with fallbackToSocket test by @tgies in #20
  • fix: guard against string[] header values in certificate and verify header extraction by @tgies in #23
  • test: add CJS load() full-feature contract test by @tgies in #22

Full Changelog: v1.1.2...v1.1.3

v1.1.2

07 Feb 16:57

Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 4.3.1 to 6.0.2 by @dependabot[bot] in #13
  • chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #14
  • chore(deps): bump actions/setup-node from 4.4.0 to 6.2.0 by @dependabot[bot] in #16
  • chore(deps): bump actions/download-artifact from 4.3.0 to 7.0.0 by @dependabot[bot] in #17
  • chore(deps-dev): bump jest from 29.7.0 to 30.2.0 by @dependabot[bot] in #15
  • chore(deps-dev): bump @types/node from 22.19.8 to 25.2.1 by @dependabot[bot] in #18

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Feb 14:00

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Feb 23:47

Choose a tag to compare

What's Changed

  • ci: use --runInBand for Node 20 tests by @tgies in #12

Full Changelog: v1.0.0...v1.1.0

v1.0.0

19 Jan 07:23
ddbd4ab

Choose a tag to compare

What's Changed

New Contributors

  • @tgies made their first contribution in #11

Full Changelog: 0.3.0...v1.0.0