Skip to content

Releases: laminas/laminas-serializer

3.1.0

15 Oct 11:25
3.1.0
1322e7b
Compare
Choose a tag to compare

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

renovate

3.0.0

23 Apr 22:42
3.0.0
ff20797
Compare
Choose a tag to compare

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\Serializer is removed in favor of proper dependency injection
  • Laminas\Serializer\Adapter\MsgPack is removed to reduce the amount of maintenance within this component
  • Laminas\Serializer\Adapter\PythonPickle is removed to reduce the amount of maintenance within this component
  • Laminas\Serializer\Adapter\Wddx is 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 the Laminas\Serializer\Adapter\AdapterInterface service

Added

  • Laminas\Serializer\GenericSerializerFactory in case projects want to re-configure the default serializer (PhpSerialize) provided by the Laminas\Serializer\Adapter\AdapterInterface service
  • Compatibility with laminas/laminas-servicemanager v4.0.0 and therefore psr/container v2.0.0

3.0.0

  • Total issues resolved: 2
  • Total pull requests resolved: 12
  • Total contributors: 3

Documentation

Enhancement

Documentation,Enhancement

BC Break,Enhancement,Feature Removal

BC Break,Enhancement

BC Break,Documentation,Enhancement

BC Break,RFC

2.17.0

01 Oct 15:39
2.17.0
9641dee
Compare
Choose a tag to compare

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

2.16.2

25 Sep 13:23
2.16.2
092b67e
Compare
Choose a tag to compare

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

13 Sep 21:59
2.16.1
63f0a14
Compare
Choose a tag to compare

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

04 Sep 17:45
7ea4f09
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release

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\Serializer is removed in favor of proper dependency injection
  • Laminas\Serializer\Adapter\MsgPack is removed to reduce the amount of maintenance within this component
  • Laminas\Serializer\Adapter\PythonPickle is removed to reduce the amount of maintenance within this component
  • Laminas\Serializer\Adapter\Wddx is 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 the Laminas\Serializer\Adapter\AdapterInterface service

Added

  • Laminas\Serializer\GenericSerializerFactory in case projects want to re-configure the default serializer (PhpSerialize) provided by the Laminas\Serializer\Adapter\AdapterInterface service
  • Compatibility with laminas/laminas-servicemanager v4.0.0 and therefore psr/container v2.0.0

2.16.0

04 Sep 17:13
2.16.0
0aba33d
Compare
Choose a tag to compare

Release Notes for 2.16.0

Feature release (minor)

Added

  • #41 Laminas\Serializer\GenericSerializerFactory which is registered with Laminas\Serializer\Adapter\AdapterInterface in mezzio and laminas-mvc configuration to provide project default PhpSerialize serializer adapter via the container. Can be used in projects to reconfigure projects default serializer by overriding the Laminas\Serializer\Adapter\AdapterInterface in the container confgiuration in (dependencies/service_manager).factories.

Deprecated

  • #41 Laminas\Serializer\Serializer is 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

Enhancement

2.15.0

09 Jul 15:20
2.15.0
a54801b
Compare
Choose a tag to compare

Release Notes for 2.15.0

Feature release (minor)

Deprecated

  • #28 MsgPack, PythonPickle and Wddx are deprecated and marked to be removed in v3.0.0

2.15.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 1

Documentation

Enhancement

2.14.0

16 Oct 14:51
2.14.0
c4ceeb0
Compare
Choose a tag to compare

Release Notes for 2.14.0

Feature release (minor)

2.14.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.13.0

11 Apr 19:54
2.13.0
aa72a69
Compare
Choose a tag to compare

Release Notes for 2.13.0

Removed

This release removes support for PHP 7.3.

2.13.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement