Skip to content

Releases: pact-foundation/pact-js-core

Release v13.4.0

14 Dec 06:11
Compare
Choose a tag to compare

13.4.0 (2021-12-14)

Features

  • Add buildUrl option to Pact Broker Publishing API (58be64a)

Fixes and Improvements

  • update standalone to 1.88.80 (c0332e8)

Release v13.3.0

29 Oct 01:31
Compare
Choose a tag to compare

13.3.0 (2021-10-29)

Features

  • Add new branch consumerVersionSelector options to verifier (c3872be)

Fixes and Improvements

  • Bump version of Pact FFI to 0.0.3 (bc74026)
  • update standalone to 1.88.78 (cb25136)

Release v13.2.1

18 Oct 10:09
Compare
Choose a tag to compare

13.2.1 (2021-10-18)

Fixes and Improvements

  • publisher: Fix an issue that caused the publisher API to reject with the most recent binaries (As an aside, the recommended approach is to use the CLI not the API for almost all use cases- see the examples for more details) (4a100bb)
  • Substantially improve error messages if the pact publisher API fails (81d3511)

Release v13.2.0

16 Oct 09:08
Compare
Choose a tag to compare

13.2.0 (2021-10-16)

Features

  • Add a beta interface to the FFI / V3 Consumer tests. Try it out with import { makeConsumerPact } from 'pact-core/src/consumer' (46d6667)
  • Revert the consumer changes until the issues with node 14 are fixed (the release notes about the V3 consumer support in this release are not true, sorry) (dc5217d)

Fixes and Improvements

  • Pass logLevel down to the native consumer (88b329c)
  • Pin standalone version back to the last known good version 1.88.66 (77eab71)
  • update standalone to 1.88.68 (5f38729)
  • update standalone to 1.88.69 (ceb7071)
  • update standalone to 1.88.70 (138a2c4)
  • update standalone to 1.88.71 (850178d)
  • update standalone to 1.88.72 (f8d0d0f)
  • update standalone to 1.88.73 (4ba164d)
  • update standalone to 1.88.75 (c2fc6ac)
  • update standalone to 1.88.76 (eea5c54)
  • update standalone to 1.88.77 (9659f35)
  • verifier: Correctly pass down log levels to the native core (c11ce75)
  • verifier: Correctly pass down log levels to the native core (13d5ded)
  • Warn if broker arguments are set without a broker URL and ignore the argument (fixes pact-foundation/pact-js#760) (17d3eb1)

Release v13.1.7

22 Sep 07:43
Compare
Choose a tag to compare

13.1.7 (2021-09-22)

Fixes and Improvements

  • Bump version of libpact_ffi to 0.0.2 (490249c)
  • Verifier now accepts explicitly setting options to undefined (it will ignore and warn). This fixes a regression introduced in beta-45 (7521c61)

Release v13.1.6

14 Sep 11:48
Compare
Choose a tag to compare

13.1.6 (2021-09-14)

Fixes and Improvements

  • verifier: Correct the way that authentication tokens are sent to the verifier (4902db7)

Release v13.1.5

09 Sep 09:47
Compare
Choose a tag to compare

13.1.5 (2021-09-09)

Fixes and Improvements

  • add disableSslVerification option to verifier (f354d8a)
  • update standalone to 1.88.66 (#320) (92f0532)

Release v13.1.4

08 Sep 10:37
Compare
Choose a tag to compare

13.1.4 (2021-09-08)

Fixes and Improvements

  • Fix an issue that caused ENOENT on some platforms (943484a)
  • update standalone to 1.88.65 (#319) (3be38b4)

Release v13.1.3

06 Sep 14:24
Compare
Choose a tag to compare

13.1.3 (2021-09-06)

Fixes and Improvements

  • Add consumer version selectors for deployedOrReleased, deployed, released and environment (#715) (1bf3b22)

Release v13.1.2

06 Sep 11:30
Compare
Choose a tag to compare

13.1.2 (2021-09-06)

Fixes and Improvements

  • Don't create logger on each log call, so that frameworks that check for imports after teardown (jest) don't throw errors deep inside pino (c5cf077)