funnel_http 0.5.11 → 0.5.12

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: 22dec90d863bebb8a5753c55038e6cfa79015bf1d5bfe14931041c47119243ea
4
- data.tar.gz: 5e8af7c4da20c8f735eb24aa7061666af1e269220fa9918830c69e136bdec83e
3
+ metadata.gz: 3a321a6b510e6a6976ad817ffa8dea26bf5b984ecef8bba0d071978ffc40924c
4
+ data.tar.gz: 25cc6522dff2ca2d005eb8104226c743f8780d1dc229abbf0d3de38de5b15c62
5
5
  SHA512:
6
- metadata.gz: d5becb0f6464c9172796ccd3cfcdba570e160ce3b28a4105d1c5ae5e7386d77362c08514c85efe03a85ca1480b22e20321cd54c17e27e7d9604620f5714a55c2
7
- data.tar.gz: 27edeacccfea0bb4e7dcfb8dae17483e51395aba654e1abd30e396ddd1dd836d20fdc9eca73a393b00ee010f1a83f489738d968b2e961f6abf32fff3952225c9
6
+ metadata.gz: f6eff59ddc864b2cf1940082dd90316f1c14a566009f26d00fd35722f104e500c191b38238ca8ef8debe917e1400f4fb5dc509be2f586da79042462a22f26ddc
7
+ data.tar.gz: 467676b71da272d77d2ab28570ac0ca80a3ddf95db142c565b77aba60ed98f728818a128bb80b02a67940981c800e27709266956c0b11df10336fa83861b1991
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
- [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.11...main)
2
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.12...main)
3
+
4
+ ## [0.5.12](https://github.com/sue445/funnel_http/releases/tag/v0.5.12) - 2026-08-14
5
+ [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.11...v0.5.12)
6
+
7
+ * [CVE-2026-33818] Requires Go 1.25.13+
8
+ * https://github.com/sue445/funnel_http/pull/203
9
+ * Update Go dependencies
3
10
 
4
11
  ## [0.5.11](https://github.com/sue445/funnel_http/releases/tag/v0.5.11) - 2026-07-10
5
12
  [full changelog](http://github.com/sue445/funnel_http/compare/v0.5.10...v0.5.11)
@@ -1,10 +1,10 @@
1
1
  module github.com/sue445/funnel_http
2
2
 
3
- go 1.25.12
3
+ go 1.25.13
4
4
 
5
5
  require (
6
6
  github.com/cockroachdb/errors v1.14.0
7
- github.com/jarcoal/httpmock v1.4.1
7
+ github.com/jarcoal/httpmock v1.4.2
8
8
  github.com/ruby-go-gem/go-gem-wrapper v0.11.0
9
9
  github.com/stretchr/testify v1.11.1
10
10
  golang.org/x/sync v0.22.0
@@ -15,8 +15,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
15
15
  github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
16
16
  github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
17
17
  github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
18
- github.com/jarcoal/httpmock v1.4.1 h1:0Ju+VCFuARfFlhVXFc2HxlcQkfB+Xq12/EotHko+x2A=
19
- github.com/jarcoal/httpmock v1.4.1/go.mod h1:ftW1xULwo+j0R0JJkJIIi7UKigZUXCLLanykgjwBXL0=
18
+ github.com/jarcoal/httpmock v1.4.2 h1:dKwiP/9zITCPfBLsDn3kchbSOu16JrnxtVEmL0fPRcI=
19
+ github.com/jarcoal/httpmock v1.4.2/go.mod h1:ftW1xULwo+j0R0JJkJIIi7UKigZUXCLLanykgjwBXL0=
20
20
  github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
21
21
  github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
22
22
  github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FunnelHttp
4
- VERSION = "0.5.11"
4
+ VERSION = "0.5.12"
5
5
  end
@@ -10,15 +10,19 @@ gems:
10
10
  source:
11
11
  type: git
12
12
  name: ruby/gem_rbs_collection
13
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
13
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
14
14
  remote: https://github.com/ruby/gem_rbs_collection.git
15
15
  repo_dir: gems
16
+ - name: delegate
17
+ version: '0'
18
+ source:
19
+ type: stdlib
16
20
  - name: diff-lcs
17
21
  version: '1.5'
18
22
  source:
19
23
  type: git
20
24
  name: ruby/gem_rbs_collection
21
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
25
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
22
26
  remote: https://github.com/ruby/gem_rbs_collection.git
23
27
  repo_dir: gems
24
28
  - name: fileutils
@@ -34,7 +38,7 @@ gems:
34
38
  source:
35
39
  type: git
36
40
  name: ruby/gem_rbs_collection
37
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
41
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
38
42
  remote: https://github.com/ruby/gem_rbs_collection.git
39
43
  repo_dir: gems
40
44
  - name: monitor
@@ -58,7 +62,7 @@ gems:
58
62
  source:
59
63
  type: git
60
64
  name: ruby/gem_rbs_collection
61
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
65
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
62
66
  remote: https://github.com/ruby/gem_rbs_collection.git
63
67
  repo_dir: gems
64
68
  - name: rake
@@ -66,7 +70,7 @@ gems:
66
70
  source:
67
71
  type: git
68
72
  name: ruby/gem_rbs_collection
69
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
73
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
70
74
  remote: https://github.com/ruby/gem_rbs_collection.git
71
75
  repo_dir: gems
72
76
  - name: rdoc
@@ -78,7 +82,7 @@ gems:
78
82
  source:
79
83
  type: git
80
84
  name: ruby/gem_rbs_collection
81
- revision: 5689759efdc7875d533e8e5b2376b4ab89472e36
85
+ revision: bc8394e60b1d20e2332104e60b64b283d025be57
82
86
  remote: https://github.com/ruby/gem_rbs_collection.git
83
87
  repo_dir: gems
84
88
  - name: stringio
@@ -89,6 +93,10 @@ gems:
89
93
  version: '0'
90
94
  source:
91
95
  type: stdlib
96
+ - name: tmpdir
97
+ version: '0'
98
+ source:
99
+ type: stdlib
92
100
  - name: uri
93
101
  version: '0'
94
102
  source:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: funnel_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-10 00:00:00.000000000 Z
11
+ date: 2026-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: go_gem