From 6b16330eea1c8a26b2f5d46a2f6dfce2c5621736 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 17 Jul 2020 17:07:50 +0200 Subject: [PATCH] chore(release): 18.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0102a8cbb..96c5854d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [18.0.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.8.0...v18.0.0) (2020-07-17) + + +### Bug Fixes + +* **ldap-failover:** improve concurrency & error handling ([da1bf86](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/da1bf86)) + + +### Features + +* **db:** automatic retry of database transactions upon system error ([e7a5162](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/e7a5162)) +* **files:** buffer uploads to minio ([d9e9179](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/d9e9179)) +* **files:** further balance file jobs ([1926917](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1926917)) +* **files:** move uploads from buffer to database ([9a2cba5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9a2cba5)) +* **invitations:** anonymous invitations ([1380d9d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/1380d9d)) + + +### BREAKING CHANGES + +* **db:** transactions need to be retryable, now + + + ## [17.8.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.7.0...v17.8.0) (2020-07-17) diff --git a/package-lock.json b/package-lock.json index 48c52c1ae..59b87070a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.8.0", + "version": "18.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a95e4a482..625ee404b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "17.8.0", + "version": "18.0.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 2678670a9..44514cb6a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 17.8.0 +version: 18.0.0 dependencies: - base