From e62392e3d88427c33e03ad2ff53ab0b45f1f8464 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 18 Aug 2026 12:12:18 -0100 Subject: [PATCH] release 2.8.0 Signed-off-by: Maxence Lange --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- appinfo/info.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f50ce8..43ba88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.8.0 + +- feat: IGlobalScaleService +- feat: enforce long JWT key +- fix: removing default HTTP Client options override + ## 2.7.3 - fix: add brute force protection and avoid saving token on debug log diff --git a/Makefile b/Makefile index 89e4f09..97fc76e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build_dir=$(CURDIR)/build/artifacts source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) -version+=2.7.3 +version+=2.8.0 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 29414c1..f73e93c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Global Site Selector Nextcloud Portal to redirect users to the right instance The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server - 2.7.3 + 2.8.0 agpl Bjoern Schiessle Maxence Lange @@ -21,7 +21,7 @@ https://github.com/nextcloud/globalsiteselector/issues https://github.com/nextcloud/globalsiteselector - + OCA\GlobalSiteSelector\BackgroundJobs\UpdateLookupServer