Releases: laminas/laminas-serializer
3.2.0
Release Notes for 3.2.0
Feature release (minor)
3.2.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
Dependencies
Enhancement
2.18.0
Release Notes for 2.18.0
Feature release (minor)
2.18.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 73: Drop PHP 8.0, allow PHP 8.4 thanks to @driehle
3.1.0
Release Notes for 3.1.0
Feature release (minor)
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 70: Ensure tests fail on warning, notice, deprecation etc thanks to @gsteel
- 68: PHP8.4 Support Added thanks to @cod43156
renovate
- 69: Update dependency laminas/laminas-coding-standard to v3 thanks to @renovate[bot]
- 67: Lock file maintenance, Documentation Linting Fixes thanks to @renovate[bot]
3.0.0
Release Notes for 3.0.0
Backwards incompatible release (major)
With v3.0.0, a huge maintenance release is rolled out.
Every property and every method is now fully typed, starting with method arguments up to object properties.
These kind of changes were necessary due to the changes in laminas-servicemanager v4.0.0 which is also fully typed starting with v4.0.
To reduce further maintenance effort, some niche serializers were dropped in favor or faster CI pipelines and due to the lack of cross-platform checks. Laminas wants to provide fully tested code which was not properly possible for at least the Wddx adapter.
The migration guide is available on the documentation website:
https://docs.laminas.dev/laminas-serializer/v3/migration/to-version-3/
Breaking Changes
- All methods within this component now have typed arguments and typed return
- All properties within this component are now typed
Removed
Laminas\Serializer\Serializeris removed in favor of proper dependency injectionLaminas\Serializer\Adapter\MsgPackis removed to reduce the amount of maintenance within this componentLaminas\Serializer\Adapter\PythonPickleis removed to reduce the amount of maintenance within this componentLaminas\Serializer\Adapter\Wddxis removed to reduce the amount of maintenance within this component
Changed
- Due to the removal of
Laminas\Serializer\Serializer, projects now have to either instantiate the default serializer implementation or inject it by consuming theLaminas\Serializer\Adapter\AdapterInterfaceservice
Added
Laminas\Serializer\GenericSerializerFactoryin case projects want to re-configure the default serializer (PhpSerialize) provided by theLaminas\Serializer\Adapter\AdapterInterfaceservice- Compatibility with
laminas/laminas-servicemanagerv4.0.0 and thereforepsr/containerv2.0.0
3.0.0
- Total issues resolved: 2
- Total pull requests resolved: 12
- Total contributors: 3
Documentation
- 66: Documentation: Normalize intro table thanks to @boesing
- 40: Documentation and initial migration guide for 3.0.0 thanks to @boesing
Enhancement
- 65: Update
laminas/laminas-servicemanagerto v4.1.0+ thanks to @boesing - 57: Introduce some static analysis checks thanks to @boesing
- 43: Require stable v4.0 of
laminas-servicemanagerthanks to @boesing - 36: Remove support for PHP 8.0, Upgrade PHPUnit to 10.x thanks to @gsteel
Documentation,Enhancement
BC Break,Enhancement,Feature Removal
BC Break,Enhancement
- 37: Implementing native type-hints thanks to @boesing
- 25: Support and require
laminas-servicemanagerv4.0 thanks to @boesing - 20: Remove zend compatibility thanks to @boesing
BC Break,Documentation,Enhancement
BC Break,RFC
2.17.0
Release Notes for 2.17.0
Feature release (minor)
2.17.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 49: Add support for PHP 8.3 thanks to @MauricioFauth
2.16.2
Release Notes for 2.16.2
2.16.x bugfix release (patch)
2.16.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug,Documentation
2.16.1
Release Notes for 2.16.1
2.16.x bugfix release (patch)
2.16.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
3.0.0-rc1
Backwards incompatible release (major)
With v3.0.0, a huge maintenance release is rolled out.
Every property and every method is now fully typed, starting with method arguments up to object properties.
These kind of changes were necessary due to the changes in laminas-servicemanager v4.0.0 which is also fully typed starting with v4.0.
To reduce further maintenance effort, some niche serializers were dropped in favor or faster CI pipelines and due to the lack of cross-platform checks. Laminas wants to provide fully tested code which was not properly possible for at least the Wddx adapter.
Breaking Changes
- All methods within this component now have typed arguments and typed return
- All properties within this component are now typed
Removed
Laminas\Serializer\Serializeris removed in favor of proper dependency injectionLaminas\Serializer\Adapter\MsgPackis removed to reduce the amount of maintenance within this componentLaminas\Serializer\Adapter\PythonPickleis removed to reduce the amount of maintenance within this componentLaminas\Serializer\Adapter\Wddxis removed to reduce the amount of maintenance within this component
Changed
- Due to the removal of
Laminas\Serializer\Serializer, projects now have to either instantiate the default serializer implementation or inject it by consuming theLaminas\Serializer\Adapter\AdapterInterfaceservice
Added
Laminas\Serializer\GenericSerializerFactoryin case projects want to re-configure the default serializer (PhpSerialize) provided by theLaminas\Serializer\Adapter\AdapterInterfaceservice- Compatibility with
laminas/laminas-servicemanagerv4.0.0 and thereforepsr/containerv2.0.0
2.16.0
Release Notes for 2.16.0
Feature release (minor)
Added
- #41
Laminas\Serializer\GenericSerializerFactorywhich is registered withLaminas\Serializer\Adapter\AdapterInterfaceinmezzioandlaminas-mvcconfiguration to provide project defaultPhpSerializeserializer adapter via the container. Can be used in projects to reconfigure projects default serializer by overriding theLaminas\Serializer\Adapter\AdapterInterfacein the container confgiuration in (dependencies/service_manager).factories.
Deprecated
- #41
Laminas\Serializer\Serializeris deprecated and marked to be removed in v3.0.0.
2.16.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1