Problem/Motivation

It is not possible to support both Drupal 9.x and 10.x in a single release of this module due to a breaking change in EncoderInterface::encode() between Symfony 4.4 (D9) and Symfony 6.2 (D10). When preparing for an upgrade to Drupal 10 we need to widen Composer version constraints to allow either 2.x or 3.x: composer require drupal/csv_serialization:^2.0 || ^3.0. This will allow the module to be automatically upgraded when you upgrade Drupal core.

Changelists:

https://git.drupalcode.org/project/csv_serialization/-/commits/3.x?ref_t...

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

nkoporec created an issue. See original summary.

nkoporec’s picture

tbsiqueira’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ronaldtebrake’s picture

Status: Closed (fixed) » Needs review

Unfortunatly that was reverted here; https://www.drupal.org/project/csv_serialization/issues/3396149
So we need to move to the 4.0 major.

ronaldtebrake’s picture

Status: Needs review » Fixed

Will be in rc-4

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ronaldtebrake’s picture