Skip to content

Commit 3fb02a4

Browse files
committed
Merge branch '5.0.14' into 'main'
release 5.0.14 See merge request denic-eg/datascience/nis-gdpr/openpaq!22
2 parents e7e9935 + 0f33424 commit 3fb02a4

27 files changed

Lines changed: 818 additions & 548 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.1-alpine3.21 as builder
1+
FROM golang:1.25.3-alpine3.21 as builder
22

33
RUN apk update && apk add --no-cache git ca-certificates
44

cmd/main.go

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/hbollon/go-edlib"
6-
log "github.com/sirupsen/logrus"
75
"openPAQ/internal"
86
"openPAQ/internal/algorithms"
97
diytypes "openPAQ/internal/listmatcher/types"
108
"openPAQ/internal/types"
119
"os"
1210
"strings"
11+
12+
"github.com/hbollon/go-edlib"
13+
log "github.com/sirupsen/logrus"
1314
)
1415

1516
func init() {
@@ -24,7 +25,12 @@ func init() {
2425

2526
func setupLogger(logLevel log.Level) {
2627
// Log as JSON instead of the default ASCII formatter.
27-
log.SetFormatter(&log.JSONFormatter{})
28+
29+
if os.Getenv("LOG_FORMAT") == "text" {
30+
log.SetFormatter(&log.TextFormatter{})
31+
} else {
32+
log.SetFormatter(&log.JSONFormatter{})
33+
}
2834

2935
// Output to stdout instead of the default stderr
3036
log.SetOutput(os.Stdout)

docs/404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313

1414
<link rel="icon" href="/assets/images/favicon.png">
15-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.20">
15+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.22">
1616

1717

1818

1919
<title>OpenPAQ</title>
2020

2121

2222

23-
<link rel="stylesheet" href="/assets/stylesheets/main.e53b48f4.min.css">
23+
<link rel="stylesheet" href="/assets/stylesheets/main.84d31ad4.min.css">
2424

2525

2626
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
@@ -155,7 +155,7 @@
155155
<a href="https://github.com/DENICeG/OpenPAQ" title="Go to repository" class="md-source" data-md-component="source">
156156
<div class="md-source__icon md-icon">
157157

158-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
158+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
159159
</div>
160160
<div class="md-source__repository">
161161
GitHub
@@ -200,7 +200,7 @@
200200
<a href="https://github.com/DENICeG/OpenPAQ" title="Go to repository" class="md-source" data-md-component="source">
201201
<div class="md-source__icon md-icon">
202202

203-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
203+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
204204
</div>
205205
<div class="md-source__repository">
206206
GitHub
@@ -499,7 +499,7 @@ <h1>404 - Not found</h1>
499499

500500

501501
<a href="https://www.denic.de" target="_blank" rel="noopener" title="DENIC eG" class="md-social__link">
502-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M351.9 280H161c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4-11.4-24.4-23.7-41.8-35.1-52.4C268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C78.7 47.3 10.9 131.2 1.5 232zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C501.9 131.2 434.1 47.3 342 14.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
502+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M351.9 280H161c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4-11.4-24.4-23.7-41.8-35.1-52.4C268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C78.7 47.3 10.9 131.2 1.5 232zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C501.9 131.2 434.1 47.3 342 14.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
503503
</a>
504504

505505
</div>

docs/assets/external/unpkg.com/mermaid@11/dist/mermaid.min.js

Lines changed: 508 additions & 391 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/stylesheets/main.84d31ad4.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/stylesheets/main.84d31ad4.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/stylesheets/main.e53b48f4.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/stylesheets/main.e53b48f4.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/index.html

Lines changed: 80 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717

1818
<link rel="icon" href="../assets/images/favicon.png">
19-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.20">
19+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.22">
2020

2121

2222

2323
<title>Changelog - OpenPAQ</title>
2424

2525

2626

27-
<link rel="stylesheet" href="../assets/stylesheets/main.e53b48f4.min.css">
27+
<link rel="stylesheet" href="../assets/stylesheets/main.84d31ad4.min.css">
2828

2929

3030
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -164,7 +164,7 @@
164164
<a href="https://github.com/DENICeG/OpenPAQ" title="Go to repository" class="md-source" data-md-component="source">
165165
<div class="md-source__icon md-icon">
166166

167-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
167+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
168168
</div>
169169
<div class="md-source__repository">
170170
GitHub
@@ -209,7 +209,7 @@
209209
<a href="https://github.com/DENICeG/OpenPAQ" title="Go to repository" class="md-source" data-md-component="source">
210210
<div class="md-source__icon md-icon">
211211

212-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
212+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M439.6 236.1 244 40.5c-5.4-5.5-12.8-8.5-20.4-8.5s-15 3-20.4 8.4L162.5 81l51.5 51.5c27.1-9.1 52.7 16.8 43.4 43.7l49.7 49.7c34.2-11.8 61.2 31 35.5 56.7-26.5 26.5-70.2-2.9-56-37.3L240.3 199v121.9c25.3 12.5 22.3 41.8 9.1 55-6.4 6.4-15.2 10.1-24.3 10.1s-17.8-3.6-24.3-10.1c-17.6-17.6-11.1-46.9 11.2-56v-123c-20.8-8.5-24.6-30.7-18.6-45L142.6 101 8.5 235.1C3 240.6 0 247.9 0 255.5s3 15 8.5 20.4l195.6 195.7c5.4 5.4 12.7 8.4 20.4 8.4s15-3 20.4-8.4l194.7-194.7c5.4-5.4 8.4-12.8 8.4-20.4s-3-15-8.4-20.4"/></svg>
213213
</div>
214214
<div class="md-source__repository">
215215
GitHub
@@ -429,6 +429,30 @@
429429
</label>
430430
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
431431

432+
<li class="md-nav__item">
433+
<a href="#5014-2025-10-20" class="md-nav__link">
434+
<span class="md-ellipsis">
435+
[5.0.14] - 2025-10-20
436+
</span>
437+
</a>
438+
439+
<nav class="md-nav" aria-label="[5.0.14] - 2025-10-20">
440+
<ul class="md-nav__list">
441+
442+
<li class="md-nav__item">
443+
<a href="#fixed" class="md-nav__link">
444+
<span class="md-ellipsis">
445+
Fixed
446+
</span>
447+
</a>
448+
449+
</li>
450+
451+
</ul>
452+
</nav>
453+
454+
</li>
455+
432456
<li class="md-nav__item">
433457
<a href="#5013-2025-09-17" class="md-nav__link">
434458
<span class="md-ellipsis">
@@ -440,7 +464,7 @@
440464
<ul class="md-nav__list">
441465

442466
<li class="md-nav__item">
443-
<a href="#fixed" class="md-nav__link">
467+
<a href="#fixed_1" class="md-nav__link">
444468
<span class="md-ellipsis">
445469
Fixed
446470
</span>
@@ -464,7 +488,7 @@
464488
<ul class="md-nav__list">
465489

466490
<li class="md-nav__item">
467-
<a href="#fixed_1" class="md-nav__link">
491+
<a href="#fixed_2" class="md-nav__link">
468492
<span class="md-ellipsis">
469493
Fixed
470494
</span>
@@ -560,7 +584,7 @@
560584
<ul class="md-nav__list">
561585

562586
<li class="md-nav__item">
563-
<a href="#fixed_2" class="md-nav__link">
587+
<a href="#fixed_3" class="md-nav__link">
564588
<span class="md-ellipsis">
565589
Fixed
566590
</span>
@@ -593,7 +617,7 @@
593617
</li>
594618

595619
<li class="md-nav__item">
596-
<a href="#fixed_3" class="md-nav__link">
620+
<a href="#fixed_4" class="md-nav__link">
597621
<span class="md-ellipsis">
598622
Fixed
599623
</span>
@@ -617,7 +641,7 @@
617641
<ul class="md-nav__list">
618642

619643
<li class="md-nav__item">
620-
<a href="#fixed_4" class="md-nav__link">
644+
<a href="#fixed_5" class="md-nav__link">
621645
<span class="md-ellipsis">
622646
Fixed
623647
</span>
@@ -641,7 +665,7 @@
641665
<ul class="md-nav__list">
642666

643667
<li class="md-nav__item">
644-
<a href="#fixed_5" class="md-nav__link">
668+
<a href="#fixed_6" class="md-nav__link">
645669
<span class="md-ellipsis">
646670
Fixed
647671
</span>
@@ -665,7 +689,7 @@
665689
<ul class="md-nav__list">
666690

667691
<li class="md-nav__item">
668-
<a href="#fixed_6" class="md-nav__link">
692+
<a href="#fixed_7" class="md-nav__link">
669693
<span class="md-ellipsis">
670694
Fixed
671695
</span>
@@ -813,6 +837,30 @@
813837
</label>
814838
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
815839

840+
<li class="md-nav__item">
841+
<a href="#5014-2025-10-20" class="md-nav__link">
842+
<span class="md-ellipsis">
843+
[5.0.14] - 2025-10-20
844+
</span>
845+
</a>
846+
847+
<nav class="md-nav" aria-label="[5.0.14] - 2025-10-20">
848+
<ul class="md-nav__list">
849+
850+
<li class="md-nav__item">
851+
<a href="#fixed" class="md-nav__link">
852+
<span class="md-ellipsis">
853+
Fixed
854+
</span>
855+
</a>
856+
857+
</li>
858+
859+
</ul>
860+
</nav>
861+
862+
</li>
863+
816864
<li class="md-nav__item">
817865
<a href="#5013-2025-09-17" class="md-nav__link">
818866
<span class="md-ellipsis">
@@ -824,7 +872,7 @@
824872
<ul class="md-nav__list">
825873

826874
<li class="md-nav__item">
827-
<a href="#fixed" class="md-nav__link">
875+
<a href="#fixed_1" class="md-nav__link">
828876
<span class="md-ellipsis">
829877
Fixed
830878
</span>
@@ -848,7 +896,7 @@
848896
<ul class="md-nav__list">
849897

850898
<li class="md-nav__item">
851-
<a href="#fixed_1" class="md-nav__link">
899+
<a href="#fixed_2" class="md-nav__link">
852900
<span class="md-ellipsis">
853901
Fixed
854902
</span>
@@ -944,7 +992,7 @@
944992
<ul class="md-nav__list">
945993

946994
<li class="md-nav__item">
947-
<a href="#fixed_2" class="md-nav__link">
995+
<a href="#fixed_3" class="md-nav__link">
948996
<span class="md-ellipsis">
949997
Fixed
950998
</span>
@@ -977,7 +1025,7 @@
9771025
</li>
9781026

9791027
<li class="md-nav__item">
980-
<a href="#fixed_3" class="md-nav__link">
1028+
<a href="#fixed_4" class="md-nav__link">
9811029
<span class="md-ellipsis">
9821030
Fixed
9831031
</span>
@@ -1001,7 +1049,7 @@
10011049
<ul class="md-nav__list">
10021050

10031051
<li class="md-nav__item">
1004-
<a href="#fixed_4" class="md-nav__link">
1052+
<a href="#fixed_5" class="md-nav__link">
10051053
<span class="md-ellipsis">
10061054
Fixed
10071055
</span>
@@ -1025,7 +1073,7 @@
10251073
<ul class="md-nav__list">
10261074

10271075
<li class="md-nav__item">
1028-
<a href="#fixed_5" class="md-nav__link">
1076+
<a href="#fixed_6" class="md-nav__link">
10291077
<span class="md-ellipsis">
10301078
Fixed
10311079
</span>
@@ -1049,7 +1097,7 @@
10491097
<ul class="md-nav__list">
10501098

10511099
<li class="md-nav__item">
1052-
<a href="#fixed_6" class="md-nav__link">
1100+
<a href="#fixed_7" class="md-nav__link">
10531101
<span class="md-ellipsis">
10541102
Fixed
10551103
</span>
@@ -1148,14 +1196,20 @@ <h1 id="changelog">Changelog</h1>
11481196
With any major version update, breaking changes may occur that can affect the behavior, structure, or integration of OpenPAQ in your environment. It is strongly recommended to review the changelog and migration guide before upgrading to a new major version to ensure compatibility with your existing implementation.
11491197
<br><br></p>
11501198
<hr />
1151-
<h2 id="5013-2025-09-17">[5.0.13] - 2025-09-17</h2>
1199+
<h2 id="5014-2025-10-20">[5.0.14] - 2025-10-20</h2>
11521200
<h3 id="fixed">Fixed</h3>
11531201
<ul>
1202+
<li>Error handling: unreachable Nominatim no longer returns HTTP 200 with false result values</li>
1203+
</ul>
1204+
<hr />
1205+
<h2 id="5013-2025-09-17">[5.0.13] - 2025-09-17</h2>
1206+
<h3 id="fixed_1">Fixed</h3>
1207+
<ul>
11541208
<li>Significant reduction in queries to Nominatim</li>
11551209
</ul>
11561210
<hr />
11571211
<h2 id="5012-2025-09-01">[5.0.12] - 2025-09-01</h2>
1158-
<h3 id="fixed_1">Fixed</h3>
1212+
<h3 id="fixed_2">Fixed</h3>
11591213
<ul>
11601214
<li>Build Container Release for GitHub</li>
11611215
<li>User Agent for Nominatim Request</li>
@@ -1180,7 +1234,7 @@ <h3 id="added">Added</h3>
11801234
</ul>
11811235
<hr />
11821236
<h2 id="507-2025-06-18">[5.0.7] - 2025-06-18</h2>
1183-
<h3 id="fixed_2">Fixed</h3>
1237+
<h3 id="fixed_3">Fixed</h3>
11841238
<ul>
11851239
<li>Fixed documentation list visualisation </li>
11861240
</ul>
@@ -1190,25 +1244,25 @@ <h3 id="added_1">Added</h3>
11901244
<ul>
11911245
<li>Added more context for documentation</li>
11921246
</ul>
1193-
<h3 id="fixed_3">Fixed</h3>
1247+
<h3 id="fixed_4">Fixed</h3>
11941248
<ul>
11951249
<li>Typos in documentation</li>
11961250
</ul>
11971251
<hr />
11981252
<h2 id="504-2025-06-04">[5.0.4] - 2025-06-04</h2>
1199-
<h3 id="fixed_4">Fixed</h3>
1253+
<h3 id="fixed_5">Fixed</h3>
12001254
<ul>
12011255
<li>Fixed umlauts for Austrian (at) streets (ü,ä,ö and ß)</li>
12021256
</ul>
12031257
<hr />
12041258
<h2 id="503-2025-05-16">[5.0.3] - 2025-05-16</h2>
1205-
<h3 id="fixed_5">Fixed</h3>
1259+
<h3 id="fixed_6">Fixed</h3>
12061260
<ul>
12071261
<li>References for docker image fixed</li>
12081262
</ul>
12091263
<hr />
12101264
<h2 id="502-2025-05-16">[5.0.2] - 2025-05-16</h2>
1211-
<h3 id="fixed_6">Fixed</h3>
1265+
<h3 id="fixed_7">Fixed</h3>
12121266
<ul>
12131267
<li>CSS fixes for documentation</li>
12141268
</ul>
@@ -1327,7 +1381,7 @@ <h2 id="format">Format</h2>
13271381

13281382

13291383
<a href="https://www.denic.de" target="_blank" rel="noopener" title="DENIC eG" class="md-social__link">
1330-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M351.9 280H161c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4-11.4-24.4-23.7-41.8-35.1-52.4C268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C78.7 47.3 10.9 131.2 1.5 232zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C501.9 131.2 434.1 47.3 342 14.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
1384+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M351.9 280H161c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4-11.4-24.4-23.7-41.8-35.1-52.4C268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C78.7 47.3 10.9 131.2 1.5 232zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C501.9 131.2 434.1 47.3 342 14.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
13311385
</a>
13321386

13331387
</div>

0 commit comments

Comments
 (0)