You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support branches when publishing Pacts + Kafka Schema Registry support
feat: Update readmes on setting branches when publishing #1453
feat: Update Maven publish task to support branches #1453
feat: Update Gradle publish task to support branches #1453
feat: Add pact tests for "all in one" endpoint to publish pacts #1452
feat: Use "all in one" endpoint to publish pacts #1452
feat: Adding custom information to generated pact json file #400
feat: Adding support for Kafka Schema Registry JSON messages. Do not store magic bytes in broker: - use the content-type to add them to messages for Consumer Tests - remove first 5 bytes from provider tests before parsing as JSON (Andy Muir)
feat: Add support for PactLoader path value expressions (Francisco González Ibáñez)
feat: Adding support for Kafka Schema Registry JSON messages. Utilise the Content-Type to indicate KSR messages. Deal with the 5 "magic" bytes at the start of the JSON. (Andy Muir)