Skip to content

0.3.14

Compare
Choose a tag to compare
@rholshausen rholshausen released this 12 Apr 04:54
· 80 commits to main since this release

Bugfix Release

  • 9ba9b24 - chore: add macos to the release binaries
  • d9ce8fb - fix: Take into account package names when looking for message types in the descriptors
  • 4587ac7 - fix: Unknown varint fields were incorrectly treated as u64 values with 8 bytes #53
  • d31aac8 - chore: Add example provider with new fields added #53
  • 0b9ac92 - chore: Add example with consumer and provider #53
  • 7414995 - chore: Update dependencies
  • fb3faf2 - chore: Update clap to latest
  • 56ddeab - chore: Remove locked version of ahash
  • f5b6ad9 - chore: Disable test that hangs in CI Windows agents
  • b50488d - chore: Get musl build to work on latest Rust (1.77.1)
  • 0b2cf00 - chore: Fix musl build
  • 5aacf85 - chore: support musl build with Rust 1.77.1
  • bdb815c - chore: Update dependencies
  • a88de0c - chore: Lock ahash crate as 0.8.8 requires Rust 1.72
  • 067394d - chore: Downgrade ahash crate as 0.8.8 requires Rust 1.72
  • 6751c74 - chore: Lock clap crate to 4.4 as 4.5 requires Rust 1.75
  • 3aee270 - chore: Updated integrated_tests/response_metadata to use the corrected version of pact_consumer
  • 4d4aa78 - test: integrated test for response metadata (Stan)
  • 76067b2 - fix: Support configuring primitive values for fields with native values instead of strings