From 8d84eb9659fc38ccbd0f3d523e9a7929278cf99c Mon Sep 17 00:00:00 2001 From: Pydio Trusted Date: Mon, 5 Feb 2024 11:52:50 +0100 Subject: [PATCH] Release v4.3.5 Regular Maintenance Release for Pydio Cells --- CHANGELOG.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5129816ac6..94f0dfe4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ -# Changes between v4.3.3 and v4.3.4 +# Changes between v4.3.4 and v4.3.5 -[See Full Changelog](https://github.com/pydio/cells/compare/v4.3.3...v4.3.4) +[See Full Changelog](https://github.com/pydio/cells/compare/v4.3.4...v4.3.5) -- [#62ac826](https://github.com/pydio/cells/commit/62ac8261f8da98b2703de8c00153d82aea87b6d7): go.sum -- [#7190a04](https://github.com/pydio/cells/commit/7190a048d6d2e874ac018f51311c734ab2d7116b): update quic-go -- [#59d5336](https://github.com/pydio/cells/commit/59d53368e1f6c0af30f167ee8c201f7890338229): Fix JobParameters panel -- [#bcc4d54](https://github.com/pydio/cells/commit/bcc4d546e739385052d26fd4062bd02c7a8192d9): Fix DB compaction again (wrong re-opening) -- [#5473de1](https://github.com/pydio/cells/commit/5473de1a13c839323a0e6049ba44e741d0f774e7): Prevent a nil in handler-path-multiple-roots.go -- [#b6d951e](https://github.com/pydio/cells/commit/b6d951e49476650f86f68e75a55e0769e74c47f4): Fix 0 value in MetaForm -- [#5f428cc](https://github.com/pydio/cells/commit/5f428ccccba39b05e1e232d0a807dc265e3cc0b7): Compact DB: fix possible opened resource preventing disk space liberation before restart. Do not re-create buckets if they are empty. -- [#a814e4a](https://github.com/pydio/cells/commit/a814e4a5892f14c9d799faa45c1f44ea8efa5ec4): Lower level when ignoring digest for users without workspaces -- [#c93dbbc](https://github.com/pydio/cells/commit/c93dbbc39a9bce13ca5aff145abed2e08b2c6f11): Fix missing context metadata when sending some logs -- [#0ca906c](https://github.com/pydio/cells/commit/0ca906ccffca5a485109cb17bf28fa056edd0fbc): Next development cycle +- [#d4636d5](https://github.com/pydio/cells/commit/d4636d52c4bd906697b2c560ecf83e73be2f56f7): Remove console.log +- [#eef5c49](https://github.com/pydio/cells/commit/eef5c49421fa71ac3bebbf8e877671fe7fdde5e5): Increase timer again for WelcomeTour +- [#3d7e7dd](https://github.com/pydio/cells/commit/3d7e7dd8026608daefac5ece51c86b929a9f6cb9): Refix search by Uuid for bleve implementation and add unit test +- [#16ff397](https://github.com/pydio/cells/commit/16ff397f70fdebd06cc615573852d1522521f3d6): Fix WelcomeModal sometimes not appearing (add delay). +- [#7793126](https://github.com/pydio/cells/commit/779312697ed3fd65b679c736d9fc6174f5e1f916): Comment out unused flag for now +- [#cf1026e](https://github.com/pydio/cells/commit/cf1026e9b357f4b41b90aae0e9d75c8a23bb095a): Support wildcard on AttributeValue in user matcher +- [#630049c](https://github.com/pydio/cells/commit/630049c747769a113f17f9226cc77a359515ef16): Fix MsgId for PutMultipart log +- [#d773388](https://github.com/pydio/cells/commit/d77338892cea5d78f33520831b81fb84fa7906c8): Fix Unimplemented api on Search requests +- [#362930b](https://github.com/pydio/cells/commit/362930b4b7faf84c31115c2b30be458179fa19b6): Fix duplicates in subsequent activities stream calls if similar activities are grouped together. +- [#30de0c2](https://github.com/pydio/cells/commit/30de0c21eb5a563bba1e909a753869c3f4055ef8): Refix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2 +- [#bfa941a](https://github.com/pydio/cells/commit/bfa941a97feea914e5005d4d930ae2044f217918): Revert "Fix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2" +- [#0ff45f0](https://github.com/pydio/cells/commit/0ff45f01557993b4aab87fb76e0abcc1e6a610d4): Adding support for one-way tls +- [#1cae614](https://github.com/pydio/cells/commit/1cae6146d61a0e074a959165e0ad8c2df6383d29): Fix ListBucket request filtering to avoid conflict with new aws-sdk-go/v2 +- [#2d80e4b](https://github.com/pydio/cells/commit/2d80e4bfda44d925d00df5e09f3d90712946fdbd): Fixes to support more MongoDB connection string options +- [#3260ed7](https://github.com/pydio/cells/commit/3260ed7070e60ec75d01bbfdbb0e557d86f0e78c): UX install: ability to edit queryString in mongoDSN +- [#cc9de2d](https://github.com/pydio/cells/commit/cc9de2d710155f46b220e38e4de38841097b647f): Next development cycle