Skip to content

Releases: pydio/cells

Last RC before GA

20 Oct 08:52
Compare
Choose a tag to compare
Last RC before GA Pre-release
Pre-release

Last release candidate for Cells v3.

If you have a staging environment, it's a good time to give it a try!

Please read Cells v3.0.0-rc1 Release Note for testing instructions.

Change log

You can find a summary of the change log here.

Cells v3 - RC2

01 Oct 13:58
Compare
Choose a tag to compare
Cells v3 - RC2 Pre-release
Pre-release

A new release candidate for Cells v3. Many glitches and small bugs were fixed, we are getting closer!

If you have a staging environment, it's a good time to give it a try! Please read Cells v3.0.0-rc1 Release Note for testing instructions.

Change log

You can find a summary of the change log here.

Hotfix for 2.2

29 Sep 10:23
Compare
Choose a tag to compare

This is a security release, upgrade is highly recommended.

Vulnerabilities were discovered by security researcher Robin Descamps from NTT Belgium, a big thank to him for following our responsible disclosure policy.
CVEs are on their way.

Change log

You can find a summary of the change log here.

Cells v3 - RC1

20 Sep 13:52
Compare
Choose a tag to compare
Cells v3 - RC1 Pre-release
Pre-release

This is the first Release Candidate for Cells V3. As it names implies, this is not ready for production yet!

It brings many new features, but intensive testing should focus on the new datasource format, as well as performing upgrades from previous versions.

New Datasource Format

A new datasource format is introduced, that keeps the tree structure only in Cells internal indexes, and stores files as a flat structure inside the storage. This is more inline with "object storage" design, and brings huge performance gains as no more synchronization is required to maintain these indexes. This is now the preferred format, unless a direct access to the files inside the storage is necessary.

Notes

  • Existing datasources (where data is stored as structured files and folders) are not modified. Tooling is provided for migrating format between structured and flat, as well as for dumping a snapshot of the index directly inside the storage, enabling easy restoration of a flat datasource.
  • Internal buckets (used for storing thumbnails and versions) are now using this new format : this provides much more flexibility to the versioning feature, as these locations now appear as standard datasources.

👉 Read more about "Flat" datasources in the up-coming documentation page (WIP).

Other features (more info to come)

UX, Metadata, Search

  • Tons of bugfixes and small improvements in all parts of the GUI. JavaScript is now built on top of React 17!
  • Files presentation now offer a new "Gallery" view that is perfect for displaying folders of photos ("masonry layout"). The search results interface has been fully redesigned, the chat view was improved, including an experimental support for video calls.
  • Many new metadata types are added, providing nice fields for boolean, dates, integers, progress bars, etc... They are indexed and searchable and can be used in Cells Flows as well.

Perfs & provisioning

  • Single-node deployments do not start a NATS server anymore, all communications being transferred directly in-memory for the main process, and via gRPC for fork processes.
  • Focus has been put on providing housekeeping commands for logs and activities and overall CPU and RAM consumption are lower.
  • Installation can be more easily automatized with support of new fields in YAML/JSON configs.
  • S3 (and compatible) support is improved and Cells S3 gateway (exposing Cells files as an S3-compatible storage) was made more vanila with the support of listBuckets and better Content-Type extraction.

Change log

You can find a summary of the change log here.

Hotfix for Cells 2.2

02 Jul 09:08
Compare
Choose a tag to compare

Fix edge case where logger can be stuck by huge slices of data

Change log

You can find a summary of the change log here.

Bugfix for 2.2

02 Jun 10:14
Compare
Choose a tag to compare

Fix missing event in websocket

Change log

You can find a summary of the change log here.

Hotfix for 2.2

19 May 07:02
Compare
Choose a tag to compare

This is a bugfix and security release for v2.2.

  • Security hardening for a specific user endpoint (could be brute-forced)
  • Fix some regression in personal data import from Pydio 8
  • Fix UX not showing "save" button on editable shared links (text files)
  • Improve emails layout, better mailer behaviour at restart, better i18n strings

Change log

You can find a summary of the change log here.

Hotfix for 2.2

20 Apr 12:49
Compare
Choose a tag to compare

Bugfixes and improvements on address book (pagination), sendmail (see below) and sharding.

Sendmail translates a single line with a dot as an interruption command.
If you are using this mailer, make sure to either configure it to ignore this configuration
(see IgnoreDots).
It is better to pass this as a static configuration, but it can also be done using runtime parameters. You can set them directly in Cells configuration file under the "defaults/sendmailParams" key (must be an array of strings).

For example, binary path and custom parameters can be set as follow :

{
  "defaults":{
    "sendmail":"/usr/sbin/sendmail",
    "sendmailParams":["-i"],
  "..."
  },
  "..."
}

Change log

You can find a summary of the change log here.

Hotfix for 2.2

06 Apr 15:09
Compare
Choose a tag to compare

Make version pruning less agressive

Change log

You can find a summary of the change log here.

Hotfix for 2.2

01 Apr 16:08
Compare
Choose a tag to compare

This release hardens indexes auto-healing and fixes various bugs and regressions.

  • Fixed performance issue when migrating huge setup
  • Fixed regression when binding registry to public IP
  • Fixed some notifications issues
  • Improve datasource indexes with conflicts detection and auto-fix when possible, new schema constraints and remove unused tables
  • Fix various jobs in scheduler : tasks purge, versions purge (lower frequency)
  • Prevent concurrency issue when saving roles with tons of ACLs in Console
  • [ED] Improve activities purge and DB size compaction
  • [ED] Visual indication of quota usage for end-users
  • [ED] Fix images annotations not randomly showing
  • [ED] Data sharding : improve template paths and users data deletion policies

Change log

You can find a summary of the change log here.