Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pact go client lib version to pact #501

Merged
merged 2 commits into from
Mar 6, 2025

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Feb 12, 2025

example metadata

  "metadata": {
    "pact-go": {
      "version": "2.1.0"
    },
    "pactRust": {
      "ffi": "0.4.26",
      "models": "1.2.7"
    },
    "pactSpecification": {
      "version": "4.0"
    }
  }

Works as per pact-js

https://github.com/search?q=repo%3Apact-foundation%2Fpact-js%20this.pact.addMetadata&type=code

note, for pact-js, we may want to also write pact-js-core library version as well

noted when investigating #499

example metadata
```json
  "metadata": {
    "pact-go": {
      "version": "2.1.0"
    },
    "pactRust": {
      "ffi": "0.4.26",
      "models": "1.2.7"
    },
    "pactSpecification": {
      "version": "4.0"
    }
  }
```
@YOU54F YOU54F marked this pull request as ready for review February 13, 2025 17:38
@YOU54F YOU54F merged commit 8d700cc into master Mar 6, 2025
19 checks passed
@YOU54F YOU54F deleted the feat/add_pact-go_client_lib_version_to_pact branch March 6, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant