Fixed a number of minor issues:
- Updated CacheTagsChecksumTrait to work with Redis.
- Add support for the paragraphs module.
- Updated the readme file for development and CI pipeline data.
This is the first full release for the database driver for MongoDB. This database driver passes >99% of the Drupal Core tests. The site (https://techblog.finalist.nl) is in production and uses this database driver.
8.x-2.0 is the first stable release of the MongoDB package for Drupal since Drupal 6. It includes the driver module mongodb, the mongodb_watchdog logger module, and the mongodb_storage Key-Value store.
The 8.x-2.x branch is a "reboot" of development for MongoDB on Drupal 8+
Unlike the 8.x-1.x and 8.x-3.x branches, it does not aim at replacing the whole SQL database subsystem (No SQL), but to provide additional MongoDB-based services on top of a normal SQL deployment (Not Only SQL), proceeding in incremental fashion, developing more slowly but with increasing test coverage and actual redacted user documentation.
The is the first release candidate of the MongoDB driver for Drupal 6.x.
It includes fixes for all reported issues on 6.x, no known incompatibility with earlier versions since 2012, and is expected to become the final release for 6.x.
As such it is expected to be used by all remaining D6/PF6 production sites instead of earlier versions.
Finally tagged after many years as dev-only, this is the first release for Drupal 6 / Pressflow 6, hopefully to also become the final release for these platforms.
All users should use it instead of the -dev version until a RC is released.
We are putting out this release because now most modules pass core tests or extended and very slightly modified core tests. Once mongodb_watchdog has a test too we will put out a beta-2. Coding around this MongoDB server limitation would be nice before 1.0.
HEAD development release : this is the one you want, not the old unsupported RC2 of 2012.
Since this is still a -dev release, some changes may happen from one commit to the next, so before deploying the latest version of this package take a minute to look at the README to see if something changed since the previous version.