pact-ffi 0.5.4.0-x86_64-linux → 0.5.8.1-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44d0c74ed77e866835877ae740d3d94a57a4e54675a5f11b050ece0ed8e9c8be
4
- data.tar.gz: '0879cc4548140f0adf70ddb6f117c041d42e23d30e67a36ca74ac210ccabcc8a'
3
+ metadata.gz: f4bce76ebb29e0ed948b094e2aa685ce4fdfe1bee308e70ef525caf39a98c7d3
4
+ data.tar.gz: b6a0872de5283be8ecf73425f2443d6579948cccd6a6bd4476a30b8982a6b106
5
5
  SHA512:
6
- metadata.gz: 28ab266432588a558c87f3bea4fcc91b5f56cab1c4222a69cef4b53ff66c0c71f49b63cda2dd9d1d98fcf32e5d2a6b7d49fc777049d095930f2a63c77401efbc
7
- data.tar.gz: d848bc04945a0e62f8f80b5ef8bdf4f6cd2535a6271482d23f4360845114323becc6b61d5a94fa2d537d674551b41775f6c2e7d01f58043ca3ee90c9ed952f55
6
+ metadata.gz: dfa3f1342e49eaf84d88a960e69267b995c097a4286890aab25ac638932af1d26c223e99e65cbaa8994a66f7a737f5090c31ec171936469909dee2344b0a2e5c
7
+ data.tar.gz: aec2d0203794c6ccc9dfb5dd6e2db5dd4533e7fb229bd85ca622e34e79f3c93f82c93fea577c0572456fd0d547251ef6195ead23afbb4c3e781ee77c59e4b920
data/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ All notable changes to this project will be documented in this file.
6
6
  <!-- markdownlint-disable emph-style -->
7
7
  <!-- markdownlint-disable strong-style -->
8
8
 
9
+ ## [0.5.8.1] _2026-09-14_
10
+
11
+ ### 📦 Other
12
+
13
+ - Bump pact-ffi to 0.5.7
14
+ - Copy ci test trigger to grpc job
15
+
16
+ ### 🛠️ Miscellaneous Tasks
17
+
18
+ - Use uint32 on windows as uint32_t not avail
19
+
20
+ ### Contributors
21
+
22
+ - @YOU54F
23
+
9
24
  ## [0.5.4.0] _2026-07-10_
10
25
 
11
26
  ### 🚀 Features
Binary file
@@ -29,5 +29,6 @@ module PactFfi
29
29
  attach_function :iter_next, :pactffi_pact_async_message_iter_next, %i[pointer], :pointer
30
30
  attach_function :iter_delete, :pactffi_pact_async_message_iter_delete, %i[pointer], :void
31
31
  attach_function :get_iter, :pactffi_pact_handle_get_async_message_iter, %i[uint16], :pointer
32
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
32
33
  end
33
34
  end
@@ -126,5 +126,6 @@ module PactFfi
126
126
  attach_function :free_handle, :pactffi_free_message_pact_handle, %i[uint16], :uint32_type
127
127
  attach_function :pact_handle_get_message_iter, :pactffi_pact_handle_get_message_iter, %i[uint16], :pointer
128
128
  attach_function :with_metadata_v2, :pactffi_message_with_metadata_v2, %i[uint32_type string string], :void
129
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
129
130
  end
130
131
  end
@@ -33,8 +33,12 @@ module PactFfi
33
33
  ]
34
34
 
35
35
  attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
36
+ attach_function :using_plugin_with_delay, :pactffi_using_plugin_with_delay, %i[uint16 string string ulong_long], :uint32_type
36
37
  attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
37
38
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
38
39
  :uint32_type
40
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
41
+ attach_function :register_plugin_log_callback, :pactffi_register_plugin_log_callback, %i[pointer], :void
42
+ attach_function :get_plugin_logs, :pactffi_get_plugin_logs, %i[string], :string
39
43
  end
40
44
  end
@@ -32,5 +32,6 @@ module PactFfi
32
32
  attach_function :iter_next, :pactffi_pact_sync_http_iter_next, %i[pointer], :pointer
33
33
  attach_function :iter_delete, :pactffi_pact_sync_http_iter_delete, %i[pointer], :void
34
34
  attach_function :pact_handle_get_sync_http_iter, :pactffi_pact_handle_get_sync_http_iter, %i[uint16], :pointer
35
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
35
36
  end
36
37
  end
@@ -35,5 +35,6 @@ module PactFfi
35
35
  attach_function :get_provider_state_iter, :pactffi_sync_message_get_provider_state_iter, %i[pointer], :pointer
36
36
  attach_function :new_interaction, :pactffi_new_sync_message_interaction, %i[uint16 string], :uint32_type
37
37
  attach_function :get_iter, :pactffi_pact_handle_get_sync_message_iter, %i[uint16], :pointer
38
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
38
39
  end
39
40
  end
@@ -1,5 +1,5 @@
1
1
  module Pact
2
2
  module Version
3
- VERSION = '0.5.4.0'
3
+ VERSION = '0.5.8.1'
4
4
  end
5
5
  end
data/lib/pact/ffi.rb CHANGED
@@ -412,6 +412,7 @@ module PactFfi
412
412
  attach_function :verifier_json, :pactffi_verifier_json, %i[pointer], :string
413
413
  attach_function :verifier_set_follow_redirects, :pactffi_verifier_set_follow_redirects, %i[pointer uint8], :void
414
414
  attach_function :using_plugin, :pactffi_using_plugin, %i[uint16 string string], :uint32_type
415
+ attach_function :using_plugin_with_delay, :pactffi_using_plugin_with_delay, %i[uint16 string string ulong_long], :uint32_type
415
416
  attach_function :cleanup_plugins, :pactffi_cleanup_plugins, %i[uint16], :void
416
417
  attach_function :interaction_contents, :pactffi_interaction_contents, %i[uint32_type int32 string string],
417
418
  :uint32_type
@@ -446,4 +447,8 @@ module PactFfi
446
447
  attach_function :set_comment, :pactffi_set_comment, %i[uint32_type string string], :bool
447
448
  attach_function :add_text_comment, :pactffi_add_text_comment, %i[uint32_type string], :bool
448
449
  attach_function :pact_handle_get_async_message_iter, :pactffi_pact_handle_get_async_message_iter, %i[uint16], :pointer
450
+ attach_function :add_interaction_reference, :pactffi_add_interaction_reference, %i[uint32_type string string string], :bool
451
+ attach_function :set_test_run_id, :pactffi_set_test_run_id, %i[string], :void
452
+ attach_function :register_plugin_log_callback, :pactffi_register_plugin_log_callback, %i[pointer], :void
453
+ attach_function :get_plugin_logs, :pactffi_get_plugin_logs, %i[string], :string
449
454
  end
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.0
4
+ version: 0.5.8.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Yousaf Nabi