From 69f0ca762c5bc18fff7516cee36413024681eff8 Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Mon, 10 Oct 2022 12:06:38 -0700 Subject: [PATCH] Release 3.5.0 - See CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc91e2..c3654fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -## develop 2022-09-20 +## 3.5.0 2022-10-10 ### Added - - MONGO_CUSTOM_URI support to ignore the seperate environment variables - Parses the URI and populates DB_HOST and DB_NAME for filenaming. Can be overridden + - Blobxfer / Microsoft Azure Support (credit: eoehen@github) + - Introduce MONGO_CUSTOM_URI environment variable for those not wanting to use DB_* variables + + ### Changed + - Force filenames to be in lowercase + - Fix S3 Database cleanups (credit greenatwork@github) + - Remove MONGO_DB_TYPE variable as MONGO_CUSTOM_URI overrides + - Fix MSSQL Backups (credit eoehen@github) + - Seperate examples for MySQL and MSSQL + ## 3.4.2 2022-09-19