Skip to content

Commit

Permalink
Release v4.3.0
Browse files Browse the repository at this point in the history
New Features, Go21 Compatibility and bugfixes
  • Loading branch information
pydio-trusted committed Oct 10, 2023
1 parent a611fde commit 4556dec
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
# Changes between v4.3.0-rc1 and v4.3.0-rc2
# Changes between v4.2.7 and v4.3.0

[See Full Changelog](https://github.com/pydio/cells/compare/v4.3.0-rc1...v4.3.0-rc2)
[See Full Changelog](https://github.com/pydio/cells/compare/v4.2.7...v4.3.0)

- [#a611fde](https://github.com/pydio/cells/commit/a611fde71991a9fba771d3d4d76af842aab25288): Remove refs to grunt
- [#cff667f](https://github.com/pydio/cells/commit/cff667f095cb8ddff2b7a56d9bb9f007c6994152): Unused dependency in editor.video
- [#a531898](https://github.com/pydio/cells/commit/a53189826282651dac92751f38375afadf059c5f): Update webpack version
- [#f65368d](https://github.com/pydio/cells/commit/f65368d87b84945bd54d1c887a98a231d58a3527): js libs updates
- [#9157b78](https://github.com/pydio/cells/commit/9157b784f7da3871f5fe5bbf806cd4df8c908b9c): Merge remote-tracking branch 'origin/main'
- [#75d900f](https://github.com/pydio/cells/commit/75d900f89b06c6077fb67a8b020dc8aeaf63e4af): Fix Resizable handle positioning (preventing access to scrollbar)
- [#2dfc8fc](https://github.com/pydio/cells/commit/2dfc8fcabb8d59c3dc1595fdf26d9877174ea4f0): Release v4.3.0-rc2
- [#c19e292](https://github.com/pydio/cells/commit/c19e29236ab51315e28e7867da5bb855a40286cb): Custom buttons in Metadata Board
- [#8158b6c](https://github.com/pydio/cells/commit/8158b6c03808cbf0fe2edee0202f64f79b7cfb8e): Metadata grouping : remember state locally, implement grouping in search advanced filters.
- [#d501404](https://github.com/pydio/cells/commit/d50140445634592a7d2c289d976ddca006626ae2): Usermeta Tags : extract code for listing/upserting/deleting tags values
- [#82d2950](https://github.com/pydio/cells/commit/82d2950cc722886ab34a03b2e0105e39277263db): Release v4.3.0-rc1
- [#0746002](https://github.com/pydio/cells/commit/0746002613b6c4ad9721736df692881b4bb0e916): Merge remote-tracking branch 'origin/main'
- [#8349f01](https://github.com/pydio/cells/commit/8349f01b6809f74c4f832c0784eb91febb07de80): userMeta: Make TypeEditor and UserMetaPanel components more flexible.
- [#6c38082](https://github.com/pydio/cells/commit/6c380828a1e029ed32489c66f02b944790eafe61): More Es
- [#56f9688](https://github.com/pydio/cells/commit/56f968827a020a8632f25cff60f2be5d70190172): More Es
- [#fb35092](https://github.com/pydio/cells/commit/fb35092c9d17f4278932f9c3540840cfe231fa1c): Improve editor.codemirror with a file preview
- [#463de52](https://github.com/pydio/cells/commit/463de52fb45e5f97562567af741472c58ecc1785): Publish usage stats on boltdb DAO
- [#ce62ced](https://github.com/pydio/cells/commit/ce62ceddeb6328d3086a347cd9dec349fd76a326): tweak the policies cache
- [#990f46d](https://github.com/pydio/cells/commit/990f46d773b01c82094c84638901f10890654e92): Missing field in selector
- [#6651b0f](https://github.com/pydio/cells/commit/6651b0f605463681f99c1b86ec7b55046900bc59): Display optional flash message
- [#dbf9efe](https://github.com/pydio/cells/commit/dbf9efee1d228ff9a3266b2a4ca23b3a65ee27ca): Caddy upgrade made metrics optional
- [#a9523df](https://github.com/pydio/cells/commit/a9523dfa2e11fc44ae359aa2cebd3370fae23051): Implement a /dav/ endpoint on public links for direct files downloads
- [#99062fa](https://github.com/pydio/cells/commit/99062faa1fc99a741c048305e30690b38d72048a): UpdateNameInPlace optional uuid/level restrictions
- [#99f7e08](https://github.com/pydio/cells/commit/99f7e0856a8487e735183276aaa575e39cfe97a3): Additional calls to Audit Log
- [#820df51](https://github.com/pydio/cells/commit/820df515a443563db9ca86b1e359d52299435edc): Merge remote-tracking branch 'origin/main'
- [#120073e](https://github.com/pydio/cells/commit/120073e3473016a7d90a39d8f3e7af5675107449): update cells-fuse go mod for go20+
- [#98c698c](https://github.com/pydio/cells/commit/98c698ce54efeed57fab9b617b29ec210a4dced4): Also make go binary variable for cells fuse builds
- [#29fac05](https://github.com/pydio/cells/commit/29fac05a2305eaea47e745d19dc6a6829b8f4112): Missing GOBIN usage in arm target
- [#2e276c2](https://github.com/pydio/cells/commit/2e276c28da1bd495a140c75473404b1610c38d04): Fixing unit tests
- [#319ea91](https://github.com/pydio/cells/commit/319ea911477337531758f64cbf9bbd7d105fbca1): fix trimming a wrong value
- [#4cfd138](https://github.com/pydio/cells/commit/4cfd138480a4760433ae19d5917edcfb4e3968b1): Fix zap slice call for linter
- [#c2197eb](https://github.com/pydio/cells/commit/c2197ebe73c9ced67d5adc2b2230fba2e9f1f5da): Update Readme.MD for GO compile version
- [#f34d979](https://github.com/pydio/cells/commit/f34d97905004bf9516fc15af1c8eb447dc43da8a): More Spanish
- [#8cd2d83](https://github.com/pydio/cells/commit/8cd2d834f4505154dc0574563909e124034b5266): More Spanish
- [#49d74cc](https://github.com/pydio/cells/commit/49d74cc48f87e4421ef0f26eff71651dc47bf1c3): Switch modules to go20/21 and to cross-compilation

0 comments on commit 4556dec

Please sign in to comment.