@pact-foundation/pact
Advanced tools
Changelog
10.0.0-beta.51 (2021-09-22)
Changelog
10.0.0-beta.50 (2021-09-21)
Changelog
10.0.0-beta.49 (2021-09-15)
Changelog
10.0.0-beta.48 (2021-09-15)
Changelog
10.0.0-beta.47 (2021-09-15)
Matchers.rfc3339Timestamp()
has been renamed to Matchers.rfc1123Timestamp()
. The behaviour is unchanged - it was always RFC1123, and never did match RFC3339 timestamps.Changelog
10.0.0-beta.45 (2021-09-10)
There are several changes to the VerifierOptions
. To migrate:
verbose
with logLevel: "DEBUG"
(logLevels of DEBUG
and below now imply verbose
where appropriate)consumerVersionTag
with the consumerVersionTags
arrayproviderVersionTag
with the providerVersionTags
arraytags
with consumerVersionTags
or providerVersionTags
as appropriate.Some VerifierOptions
have been removed entirely:
customProviderHeaders
has been removed. If you need this functionality, set an
appropriate request filter with the requestFilters
option instead.logDir
/ format
/ out
have all been removed. If your ecosystem needs
the ability to customise logging and reporting, please let us know by opening an issue.monkeypatch
has been removed. The use cases for this
feature are mostly covered by other options.logging: 'fatal' log level has been removed. Nothing was logged at fatal, and the underlying core doesn't support it.
Actually send message metadata during verification (c373144)
Add ability to specify metadata in provider tests with (824e49b)
State handlers respect promises for all pact file formats (72bfc0b)
logging: Improve trace logging and use clearer types (060daa9)
update verifier options (6df54b0)
Changelog
10.0.0-beta.45 (2021-09-10)
There are several changes to the VerifierOptions
. To migrate:
verbose
with logLevel: "DEBUG"
(logLevels of DEBUG
and below now imply verbose
where appropriate)consumerVersionTag
with the consumerVersionTags
arrayproviderVersionTag
with the providerVersionTags
arraytags
with consumerVersionTags
or providerVersionTags
as appropriate.Some VerifierOptions
have been removed entirely:
customProviderHeaders
has been removed. If you need this functionality, set an
appropriate request filter with the requestFilters
option instead.logDir
/ format
/ out
have all been removed. If your ecosystem needs
the ability to customise logging and reporting, please let us know by opening an issue.monkeypatch
has been removed. The use cases for this
feature are mostly covered by other options.logging: 'fatal' log level has been removed. Nothing was logged at fatal, and the underlying core doesn't support it.
Actually send message metadata during verification (c373144)
Add ability to specify metadata in provider tests with (824e49b)
State handlers respect promises for all pact file formats (72bfc0b)
logging: Improve trace logging and use clearer types (060daa9)
update verifier options (6df54b0)
Changelog
10.0.0-beta.43 (2021-07-18)