rack-dedos 0.7.2 → 0.7.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +103 -68
  3. data/lib/rack/dedos/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 947e6356b19bea810a33478eb1b71a6c15226361875e3049c838736efa80c7d7
4
- data.tar.gz: 2dc040a8efdb5ebbe2efec61dc95cbafa84e2df65af1c04fdccaaf1800256466
3
+ metadata.gz: 1876d028a80926559978d4afff1d011227355de81868bc6a2bf78377199ca7e3
4
+ data.tar.gz: 915be1922ba19ea3c4f64e4710994eee3e74a1a8ae383554dccd72ef4213775f
5
5
  SHA512:
6
- metadata.gz: 3262a3fae6cf1f78acabdc33677f2f9d9309f1b474204cab8f2de8e0052c77ef360ecfe0cc98bee381416550f51881647f970b93b172c7565446a843ed655860
7
- data.tar.gz: 8de32babd643f4678e176ddafea65050361d3ceb1bfb2c878a7b902ed9a8f23758e0aad81c9f422f03934a00987b3b3aea772718bddd575205f3d1852612fe52
6
+ metadata.gz: f7452453fd2b4a36a02398fc32563e386f4ab42e35a50e082db295b2584a947b7bf36e8216ac331f8ac54a9d0ac5fe9c7d4e2e59192237142a535357abfb344c
7
+ data.tar.gz: e8c5f2118f9eb86dba94ef777a1e6f6339367467051ace6740addb23152b4715b3d6ed59c624fe83ec4912d2fd6a80253b1112578ebc0d72ed85c76b193afd2b
data/CHANGELOG.md CHANGED
@@ -2,112 +2,147 @@
2
2
 
3
3
  Nothing so far
4
4
 
5
- ## 0.7.2
5
+ # Changelog
6
6
 
7
- ### Additions
8
- * Spamhaus filter
7
+ All notable changes to this project will be documented in this file.
9
8
 
10
- ## 0.7.1
9
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/2.0.0/),
10
+ and this project adheres to [Break Versioning](https://www.taoensso.com/break-versioning).
11
11
 
12
- ### Improvements
13
- * Enforce MFA for future gem releases
12
+ ## [Unreleased]
14
13
 
15
- ## 0.7.0
14
+ Nothing so far
15
+
16
+ ## [0.7.3] - 2026-06-26
17
+
18
+ ### Changed
19
+
20
+ - Relaxed dependency on connection_pool for better legacy support
21
+
22
+ ## [0.7.2] - 2026-06-26
23
+
24
+ ### Added
25
+
26
+ - Spamhaus filter
27
+
28
+ ## [0.7.1] - 2026-04-21
29
+
30
+ ### Added
31
+
32
+ - Enforce MFA for future gem releases
33
+
34
+ ## [0.7.0] - 2026-03-11
35
+
36
+ ### Changed
37
+
38
+ - **Breaking:** Changed format of country code details in log
39
+
40
+ ### Fixed
41
+
42
+ - Dropped keyword arguments for Rack compatibility
43
+ - Fixed collision with Rack::Logger
44
+
45
+ ## [0.6.0] - 2026-03-11
46
+
47
+ ### Changed
48
+
49
+ - **Breaking:** Log to STDOUT (instead of STDERR) by default
50
+
51
+ ### Added
52
+
53
+ - Suppport custom loggers
54
+ - Optionally log request headers
55
+
56
+ ## [0.5.1] - 2026-01-08
57
+
58
+ ### Fixed
59
+
60
+ - Fixed getcwd errors due to unlinked tmpdir
61
+
62
+ ## [0.5.0] - 2026-01-06
63
+
64
+ ### Changed
65
+
66
+ - Updated to Ruby 4.0
67
+ - Require Minitest >= 6
68
+
69
+ ## [0.4.2] - 2025-12-01
16
70
 
17
- ### Breaking changes
18
- * Change format of country code details in log
71
+ ### Changed
19
72
 
20
- ### Fixes
21
- * Drop keyword arguments for Rack compatibility
22
- * Fix collision with Rack::Logger
73
+ - Adhere to [BreakVer](https://www.taoensso.com/break-versioning) from this point forward
23
74
 
24
- ## 0.6.0 (yanked)
75
+ ### Added
25
76
 
26
- ### Breaking changes
27
- * Log to STDOUT (instead of STDERR) by default
77
+ - Include the requested URL in warnings
78
+ - Added `only_paths` and `except_paths` options
28
79
 
29
- ### Additions
30
- * Suppport custom loggers
31
- * Optionally log request headers
80
+ ## [0.4.1] - 2025-11-04
32
81
 
33
- ## 0.5.1
82
+ ### Fixed
34
83
 
35
- ### Fixes
36
- * Fix getcwd errors due to unlinked tmpdir
84
+ - Correctly include details in warnings (i.e. country code)
37
85
 
38
- ## 0.5.0
86
+ ## [0.4.0] - 2025-07-21
39
87
 
40
- ### Changes
41
- * Update to Ruby 4.0
42
- * Require Minitest >= 6
88
+ ### Changed
43
89
 
44
- ## 0.4.2
90
+ - Dropped certs
91
+ - Addded action for trusted release
45
92
 
46
- ### Changes
47
- * Use [BreakVer](https://www.taoensso.com/break-versioning) from this point forward
93
+ ## [0.3.2] - 2025-01-16
48
94
 
49
- ### Additions
50
- * Include the requested URL in warnings
51
- * Add `only_paths` and `except_paths` options
95
+ ### Changed
52
96
 
53
- ## 0.4.1
97
+ - Resolve all paths to prevent problems with relative paths
54
98
 
55
- ### Fixes
56
- * Correctly include details in warnings (i.e. country code)
99
+ ## [0.3.1] - 2025-01-16
57
100
 
58
- ## 0.4.0
101
+ ### Fixed
59
102
 
60
- ### Changes
61
- * Drop certs
62
- * Add action for trusted release
103
+ - Root `File` operations to prevent clashes with Rack
63
104
 
64
- ## 0.3.2
105
+ ## [0.3.0] - 2025-01-16
65
106
 
66
- ### Changes
67
- * Resolve all paths to prevent problems with relative paths
107
+ ### Changed
68
108
 
69
- ## 0.3.1
109
+ - Converted `geoipget` from Bash to Ruby
70
110
 
71
- ### Changes
72
- * Root `File` operations to prevent clashes with Rack
111
+ ## [0.2.4] - 2025-01-15
73
112
 
74
- ## 0.3.0
113
+ ### Changed
75
114
 
76
- ### Changes
77
- * Convert `geoipget` from Bash to Ruby
115
+ - Use Bash for `geoipget` to prevent problems with `/bin/sh` diversity
78
116
 
79
- ## 0.2.4
117
+ ## [0.2.3] - 2025-01-15
80
118
 
81
- ### Changes
82
- * Use Bash for `geoipget` to prevent problems with `/bin/sh` diversity
119
+ ### Added
83
120
 
84
- ## 0.2.3
121
+ - `geoipget` shell script
85
122
 
86
- ### Additions
87
- * `geoipget` shell script
123
+ ## [0.2.2] - 2024-12-25
88
124
 
89
- ## 0.2.2
125
+ ### Changed
90
126
 
91
- ### Changes
92
- * Update to Ruby 3.4
127
+ - Updated to Ruby 3.4
93
128
 
94
- ## 0.2.1
129
+ ## [0.2.1] - 2024-11-20
95
130
 
96
- ### Fixes
131
+ ### Fixed
97
132
 
98
- * Fix paths on conditional requires
99
- * Renew certificate
133
+ - Fixed paths on conditional requires
134
+ - Renewed certificate
100
135
 
101
- ## 0.2.0
136
+ ## [0.2.0] - 2023-05-16
102
137
 
103
- ### Changes
138
+ ### Changed
104
139
 
105
- * Determine real client IP
106
- * Drop autoload and put filters in proper namespace
140
+ - Determine real client IP
141
+ - Dropped autoload and put filters in proper namespace
107
142
 
108
- ## 0.1.0
143
+ ## [0.1.0] - 2023-02-03
109
144
 
110
- ### Initial implementation
145
+ ### Added
111
146
 
112
- * UserAgent filter
113
- * Country filter
147
+ - UserAgent filter
148
+ - Country filter
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rack
4
4
  module Dedos
5
- VERSION = "0.7.2"
5
+ VERSION = "0.7.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-dedos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.0.0
46
+ version: 2.5.0
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 3.0.0
53
+ version: 2.5.0
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rake
56
56
  requirement: !ruby/object:Gem::Requirement