Hi all,
As was posted by Jimmy, the release was delayed by a week, but another RC is made available. There’s a list of fixes below, but most are to do with performance and scalability - not stability per-se, luckily.
You can get the update on https://nextcloud.com/install (bottom right of the page) or grab it directly from the download server at https://download.nextcloud.com/server/prereleases/
This release is now closed for anything other than regressions - that is, we only fix things that we broke with this new release, we don’t add any new features or fixes for problems that already exist for earlier releases, to avoid causing new problems.
We should be there pretty much, I see only one open PR that is still targeted for 24 - plan is to do another RC tomorrow or Friday. But as I said, if you find any regressions we want to fix those!
So to help us, install the RC or update an earlier instance and click around in Files, edit a Text file, add some people to a Circle, check out a knowledge base article, send an email, accept a calendar invitation, upload a file: check if the basics are working for you!
Changelog
- Log stacktrace for ‘Backends provided no user object’ (server#32026)
- Ignore forbidden files while scanning local storage (server#32027)
- Fix export of shared calendars (server#32029)
- Improve optimization for SharedStorage::instanceOfStorage(Common) (server#32046)
- Fix Talk branch used by integration tests (server#32051)
- Cache storage info in memcache for 5m (server#32062)
- Add known dav properties to ignore list (server#32063)
- Cache display name (server#32065)
- Cache fullSetupRequired locally (server#32066)
- Cache the verification of the share mountpoint (server#32075)
- Only register mounts that are new from providers that are new during a full setup (server#32083)
- Use and cache root storage info if a share can’t be resolved (server#32087)
- Get not only time-sensitive next job from list but any when not in cron-mode (server#32116)
- Use a lazy user for the file owner when listing a directory (server#32118)
- Add missing index for oc_mounts queries (server#32119)
- Fix scanning app data with metadata (server#32134)
- Optimize adding submount info to directory content (server#32138)
- Only need to setup root for groupfolders (server#32141)
- Update stable24 target versions (activity#785)
- Run Cypress in more contexts (activity#792)
- Update stable24 target versions (circles#1021)
- Fix array key on import() (circles#1026)
- Update stable24 target versions (firstrunwizard#701)
- Bump @nextcloud/vue from 5.0.0 to 5.3.1 (firstrunwizard#704)
- Bump @nextcloud/axios from 1.8.0 to 1.9.0 (firstrunwizard#706)
- Update stable24 target versions (logreader#695)
- Update stable24 target versions (nextcloud_announcements#100)
- Update stable24 target versions (notifications#1185)
- Update stable24 target versions (password_policy#350)
- Update stable24 target versions (photos#1078)
- Update stable24 target versions (privacy#758)
- Update stable24 target versions (serverinfo#368)
- Update stable24 target versions (survey_client#132)
- Update stable24 target versions (text#2296)
- Add dropcursor to indicate where drop happens (text#2305)
- Fix matrix variable reference in Github static-analysis action (text#2308)
- Fix position of dropped images (text#2309)
- Explicit latest versions (text#2310)
- Fix: keep menubar in one line - prioritize entries (text#2313)
- Fix modal heights (text#2314)
- Add support to auto link (text#2319)
- Implement collaborative locking (text#2322)
- Fix drag&drop of non-image objects (text#2332)
- Adapt cypress login command to small change in login page (text#2333)
- Fix cypress tests on stable24 (text#2336)