From d0e497efdf613bbaeb1276acec87d74993e64d62 Mon Sep 17 00:00:00 2001 From: Ed Shryane Date: Mon, 20 Nov 2023 12:14:21 +0100 Subject: [PATCH] Whois 1.109 Release (#1355) * Create Whois 1.109 release * Added changes for Whois 1.109 release --- changes.txt | 12 ++++++++++++ .../src/main/resources/whois.version.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 7abe5c9cad..de71cf85c8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,17 @@ # next +# 1.109 + +[rdap] Rdap redaction (#1317) +[rdap] Removed organisation "e-mail" from RDAP and added to redactions (#1333) +[update] Removed geofeed prefix validation (#1326) +[api] Added HTTPS Support to Whois Backend (#1329) +[api] Support HTTP Basic authentication (#1342) +[api] Support HTTPS Client Certificate Authentication (#1343) +[nrtm] Initialize nrtm from command-line (JMX) (#1310) +[nrtm] Use parallel stream to generate NRTMv4 snapshots (#1309) +[all] Include AS-SET in NONAUTH dump (#1352) + # 1.108 [nrtm] Use base64 instead of Hex (#1302) diff --git a/whois-commons/src/main/resources/whois.version.properties b/whois-commons/src/main/resources/whois.version.properties index 8eb05752a2..519be513b1 100644 --- a/whois-commons/src/main/resources/whois.version.properties +++ b/whois-commons/src/main/resources/whois.version.properties @@ -3,7 +3,7 @@ # # public release version (tagged in repo) -application.version=1.109-SNAPSHOT +application.version=1.109 # commit-id and timestamp (generated by the build) application.build.timestamp=${maven.build.timestamp}