Skip to content

Releases: YOU54F/pact-js-core

Release v15.0.2

28 May 20:41
Compare
Choose a tag to compare

15.0.2 (2024-05-28)

Fixes and Improvements

  • ffi process.stdout._handle.setBlocking(true) (6b1b61b)

Release v15.0.1

28 May 18:55
Compare
Choose a tag to compare

15.0.1 (2024-05-28)

Fixes and Improvements

  • refactor shell escaping, only on windows and escape cmd/pwsh args (2b0700f)
  • shell escaping on non windows platforms (d5ec9ea)

Release v15.0.0

28 May 11:39
Compare
Choose a tag to compare

15.0.0 (2024-05-28)

⚠ BREAKING CHANGES

  • drop support for node 15 and earlier

Features

  • add musl support, for x86_64/aarch64 (50d58ad)
  • add pactffi_given_with_params for params (#476) (ed8dea8)
  • add pactffi_message_with_metadata_v2 (#493) (613b7bd)
  • allow setting of LOG_LEVEL env var (7224770)
  • ARM64 Linux/MacOS Pact Ruby Standalone (ea9f86f)
  • Prebuild pact_ffi pact.node - (6a38cf7)
  • support status code matcher via pactffi_response_status_v2 (#486) (0edd3ac)

Fixes and Improvements

Release v13.19.0

27 May 16:50
Compare
Choose a tag to compare

13.19.0 (2023-05-27)%0A%0A%0A### Features%0A%0A* Improved error messaging on path lookups (b3c80be)

Release v13.18.2

27 May 15:50
Compare
Choose a tag to compare

13.18.2 (2023-05-27)%0A%0A%0A### Fixes and Improvements%0A%0A* node-gyp-build for resolution only (fceb1cf)

Release v13.18.1

27 May 04:52
Compare
Choose a tag to compare

13.18.1 (2023-05-27)%0A%0A%0A### Fixes and Improvements%0A%0A* ensure ffi not npm ignored (8092c22)

Release v13.18.0

27 May 04:30
Compare
Choose a tag to compare

13.18.0 (2023-05-27)

Features

  • ARM64 Linux/MacOS Pact Ruby Standalone (ea9f86f)
  • Prebuild pact_ffi pact.node + publish in npm pkg - (win-32|linux|darwin)-x64 (linux|darwin)-arm64 (2cd224d)
  • Prebuildify pact.node for multi-arch (d3baebf)

Fixes and Improvements

  • Remove unusable external export of HTTPConfig, which removes the need to have needle types as a dependency (f123204)
  • update standalone to 1.92.0 (0287ce8)
  • upgrade to latest needle to support no_proxy. Fixes #351 (30f46d0)