pact-ffi 0.5.3.0-x86_64-linux โ 0.5.4.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +202 -0
- data/ffi/linux-x64/libpact_ffi.so +0 -0
- data/lib/pact/ffi/http_consumer.rb +1 -0
- data/lib/pact/ffi/version.rb +1 -1
- metadata +17 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44d0c74ed77e866835877ae740d3d94a57a4e54675a5f11b050ece0ed8e9c8be
|
|
4
|
+
data.tar.gz: '0879cc4548140f0adf70ddb6f117c041d42e23d30e67a36ca74ac210ccabcc8a'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ab266432588a558c87f3bea4fcc91b5f56cab1c4222a69cef4b53ff66c0c71f49b63cda2dd9d1d98fcf32e5d2a6b7d49fc777049d095930f2a63c77401efbc
|
|
7
|
+
data.tar.gz: d848bc04945a0e62f8f80b5ef8bdf4f6cd2535a6271482d23f4360845114323becc6b61d5a94fa2d537d674551b41775f6c2e7d01f58043ca3ee90c9ed952f55
|
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
<!-- markdownlint-disable no-duplicate-heading -->
|
|
6
|
+
<!-- markdownlint-disable emph-style -->
|
|
7
|
+
<!-- markdownlint-disable strong-style -->
|
|
8
|
+
|
|
9
|
+
## [0.5.4.0] _2026-07-10_
|
|
10
|
+
|
|
11
|
+
### ๐ Features
|
|
12
|
+
|
|
13
|
+
- Bind pactffi_add_interaction_reference
|
|
14
|
+
|
|
15
|
+
### ๐ Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Add logger dependency for Ruby 4.0
|
|
18
|
+
|
|
19
|
+
### ๐ Refactor
|
|
20
|
+
|
|
21
|
+
- Replace bash download scripts with Ruby
|
|
22
|
+
|
|
23
|
+
### ๐ Documentation
|
|
24
|
+
|
|
25
|
+
- Update developer documentation
|
|
26
|
+
- Note the FFI version is derived from version.rb
|
|
27
|
+
|
|
28
|
+
### ๐ ๏ธ Miscellaneous Tasks
|
|
29
|
+
|
|
30
|
+
- Remove legacy files
|
|
31
|
+
- Add release tooling
|
|
32
|
+
- _(ci)_ Modernise test matrix and add PR-driven release workflow
|
|
33
|
+
- Fix buffer limit on Alpine Ruby 3.3
|
|
34
|
+
- _(ci)_ Minor refactor
|
|
35
|
+
- Add ruby version file
|
|
36
|
+
|
|
37
|
+
### Contributors
|
|
38
|
+
|
|
39
|
+
- @JP-Ellis
|
|
40
|
+
|
|
41
|
+
## [0.5.3.0] _2026-02-23_
|
|
42
|
+
|
|
43
|
+
### ๐ฆ Other
|
|
44
|
+
|
|
45
|
+
- Create publish workflow
|
|
46
|
+
- Update API token reference
|
|
47
|
+
|
|
48
|
+
### ๐ ๏ธ Miscellaneous Tasks
|
|
49
|
+
|
|
50
|
+
- Bump version to 0.5.3.0
|
|
51
|
+
- _(ci)_ Add ruby-version to publish workflow [skip ci]
|
|
52
|
+
- _(ci)_ Add blank audience [skip ci]
|
|
53
|
+
- _(ci)_ Add publish step [skip ci]
|
|
54
|
+
|
|
55
|
+
### Contributors
|
|
56
|
+
|
|
57
|
+
- @YOU54F
|
|
58
|
+
- @Copilot
|
|
59
|
+
|
|
60
|
+
## [0.4.28.0] _2025-08-29_
|
|
61
|
+
|
|
62
|
+
### ๐ฆ Other
|
|
63
|
+
|
|
64
|
+
- Update to libpact_ffi-0.4.28
|
|
65
|
+
|
|
66
|
+
### ๐ ๏ธ Miscellaneous Tasks
|
|
67
|
+
|
|
68
|
+
- Only download standalone as it contains rust tools now
|
|
69
|
+
|
|
70
|
+
### Contributors
|
|
71
|
+
|
|
72
|
+
- @YOU54F
|
|
73
|
+
|
|
74
|
+
## [0.4.26.0] _2024-12-21_
|
|
75
|
+
|
|
76
|
+
### ๐ Features
|
|
77
|
+
|
|
78
|
+
- Pact-ruby ffi
|
|
79
|
+
- Add specs to test
|
|
80
|
+
- _(ci)_ Test crossplatform
|
|
81
|
+
- _(examples)_ Add init grpc.io ruby example
|
|
82
|
+
- _(examples)_ Add area calculator grpc / test with pact plugin
|
|
83
|
+
- Run plugin in CI
|
|
84
|
+
- Test/publish/verify x-plat
|
|
85
|
+
- All fully converted ffi lib
|
|
86
|
+
- Rework for release
|
|
87
|
+
- Release multi-arch gems
|
|
88
|
+
- Support alpine/musl targets
|
|
89
|
+
- Add basic V1 consumer example
|
|
90
|
+
- Add basic fixture
|
|
91
|
+
- Setup features under spec version/feature type
|
|
92
|
+
- Add V1 scenarios for unexpected requests + requests with query parameters
|
|
93
|
+
- Add remaining V1 HTTP consumer scenarios
|
|
94
|
+
- Add V1 HTTP provider feature
|
|
95
|
+
- Add V1 HTTP provider examples using a Pact broker
|
|
96
|
+
- Correct the V1 HTTP provider feature
|
|
97
|
+
- Add scenarios for dealing with provider states
|
|
98
|
+
- Add scenarios for no provider state callback configured + request filters
|
|
99
|
+
- Add initial V2 HTTP scenarios
|
|
100
|
+
- _(V1)_ Add scenarios for verifying different HTTP response parts
|
|
101
|
+
- _(V2)_ Add scenarios for matching rules on different HTTP response parts
|
|
102
|
+
- _(V2)_ Add fixtures for matching rules on different HTTP response parts
|
|
103
|
+
- _(V2)_ Add scenarios for matching rules when verifying different HTTP response parts
|
|
104
|
+
- _(V2)_ Add negative scenario for repeated request query parameters
|
|
105
|
+
- _(V1)_ Add scenarios for other content types than JSON
|
|
106
|
+
- _(V1)_ Add scenarios for multipart bodies
|
|
107
|
+
- Add remaining V2 provider scenarios
|
|
108
|
+
- Add V3 HTTP + JSON features
|
|
109
|
+
- Add V3 matching rule scenarios
|
|
110
|
+
- Add V3 generator scenarios
|
|
111
|
+
- Add V3 HTTP generator scenarios
|
|
112
|
+
- Update V3 features and fixtures
|
|
113
|
+
- Add V3 message consumer feature
|
|
114
|
+
- Add V3 message provider feature
|
|
115
|
+
- Add V4 features
|
|
116
|
+
- Add missing V3 matching rule scenarios
|
|
117
|
+
- Add V3 generator and matching rule scenarios
|
|
118
|
+
- Update V4 mismatch errors
|
|
119
|
+
- Add V4 message scenarios
|
|
120
|
+
- Add Synchronous Messages feature
|
|
121
|
+
- Add interaction description to the published verification results
|
|
122
|
+
- Add some more ffi methods
|
|
123
|
+
- Add x64-mingw32 platform
|
|
124
|
+
|
|
125
|
+
### ๐ Bug Fixes
|
|
126
|
+
|
|
127
|
+
- Use uint32 on windows as uint32_t not avail
|
|
128
|
+
- Content_type_detection_plus_aarch64_musl_so
|
|
129
|
+
- Correct the pact broker fixtures to be inline with Pact-Rust
|
|
130
|
+
- Correct regex in the pact-broker_c1 fixture
|
|
131
|
+
- Correct the error messages in V2 HTTP consumer scenarios
|
|
132
|
+
- Correct V1 error message, which was not consistent with V3
|
|
133
|
+
- Correct grammar in error messages
|
|
134
|
+
- Update error steps to support regexes due to optional spaces
|
|
135
|
+
- Small typos + added message tag
|
|
136
|
+
- Add missing fixture file
|
|
137
|
+
- Make empty body explicit
|
|
138
|
+
- Ffi interface fixes
|
|
139
|
+
|
|
140
|
+
### ๐ Documentation
|
|
141
|
+
|
|
142
|
+
- Add some doccos :)
|
|
143
|
+
- Update compat table
|
|
144
|
+
|
|
145
|
+
### ๐งช Testing
|
|
146
|
+
|
|
147
|
+
- Add calculateOne test
|
|
148
|
+
- Refactor server to be started outside of test
|
|
149
|
+
- Add pact-compatibility-suite partially impl v4 spec
|
|
150
|
+
- _(ci)_ Add compat-suite to ci
|
|
151
|
+
- Replace sleep with healthchecks
|
|
152
|
+
|
|
153
|
+
### ๐ฆ Other
|
|
154
|
+
|
|
155
|
+
- Download libs for grpc example and test x rubies
|
|
156
|
+
- X-plat build/test - windows dll name
|
|
157
|
+
- Testy:
|
|
158
|
+
- Winnebago:
|
|
159
|
+
- Cirrus arm64 + osx arm64 install rspec
|
|
160
|
+
- Cirrus arm64 lookup
|
|
161
|
+
- Test grpc on arm64
|
|
162
|
+
- Test grpc on arm64
|
|
163
|
+
- _(test)_ Add sleep as set path sep for windows
|
|
164
|
+
- Alpine qemu slow so increase healthcheck duration
|
|
165
|
+
- Macos-12 -> macos-13
|
|
166
|
+
- Exclude grpc tests on linux/macos ruby 3.0
|
|
167
|
+
|
|
168
|
+
### ๐ ๏ธ Miscellaneous Tasks
|
|
169
|
+
|
|
170
|
+
- Bundle on relative path not abs
|
|
171
|
+
- Use libs in users home folder
|
|
172
|
+
- Libpact_ffi-v0.4.4 - fiddle + arm64 aarch workaround
|
|
173
|
+
- Libpact_ffi-v0.4.4 - fiddle + arm64 aarch workaround
|
|
174
|
+
- Release 0.0.3
|
|
175
|
+
- Release 0.0.3
|
|
176
|
+
- Fixup grpc test
|
|
177
|
+
- Dont clobber defs
|
|
178
|
+
- Use webrick over thin
|
|
179
|
+
- Revert back to pf releases post libpact_ffi 0.4.21 release
|
|
180
|
+
- Minor update
|
|
181
|
+
- Re-arrange feature layout
|
|
182
|
+
- Add pact-foundation triage automation
|
|
183
|
+
- Correct V3 content type matcher scenarios
|
|
184
|
+
- Remove duplicated scenarios
|
|
185
|
+
- Add @wip tag to Kafka scenario
|
|
186
|
+
- Add smartbear supported jira integration
|
|
187
|
+
- Compat suite subtree
|
|
188
|
+
- Revert to pact-foundation libpact_ffi releases
|
|
189
|
+
- _(test)_ Add basic-server
|
|
190
|
+
- _(win)_ Sleep 2 use localhost for verifier
|
|
191
|
+
- _(release)_ 0.4.22 - musl support
|
|
192
|
+
- Fix plugin should be uint16 not pointer
|
|
193
|
+
- Update rel script to grab version from version.rb
|
|
194
|
+
|
|
195
|
+
### Contributors
|
|
196
|
+
|
|
197
|
+
- @YOU54F
|
|
198
|
+
- @mefellows
|
|
199
|
+
- @rholshausen
|
|
200
|
+
- @tienvx
|
|
201
|
+
|
|
202
|
+
<!-- generated by git-cliff on 2026-06-19-->
|
|
Binary file
|
|
@@ -38,5 +38,6 @@ module PactFfi
|
|
|
38
38
|
attach_function :with_matching_rules, :pactffi_with_matching_rules, %i[uint32_type int32 string], :bool
|
|
39
39
|
attach_function :with_generators, :pactffi_with_generators, %i[uint32_type int32 string], :bool
|
|
40
40
|
attach_function :with_multipart_file_v2, :pactffi_with_multipart_file_v2, %i[uint32_type int32 string string string string], :pointer
|
|
41
|
+
attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
|
|
41
42
|
end
|
|
42
43
|
end
|
data/lib/pact/ffi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pact-ffi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4.0
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Yousaf Nabi
|
|
@@ -37,6 +37,20 @@ dependencies:
|
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 0.21.0
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: logger
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :development
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
40
54
|
- !ruby/object:Gem::Dependency
|
|
41
55
|
name: nokogiri
|
|
42
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -130,6 +144,7 @@ executables: []
|
|
|
130
144
|
extensions: []
|
|
131
145
|
extra_rdoc_files: []
|
|
132
146
|
files:
|
|
147
|
+
- CHANGELOG.md
|
|
133
148
|
- LICENSE.txt
|
|
134
149
|
- README.md
|
|
135
150
|
- bin/console
|
|
@@ -166,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
181
|
- !ruby/object:Gem::Version
|
|
167
182
|
version: '0'
|
|
168
183
|
requirements: []
|
|
169
|
-
rubygems_version:
|
|
184
|
+
rubygems_version: 4.0.10
|
|
170
185
|
specification_version: 4
|
|
171
186
|
summary: Pact Reference FFI libpact_ffi library wrapper
|
|
172
187
|
test_files: []
|