Skip to content

Releases: PHP-CMSIG/search

Release 0.12.9 (2026-03-01)

01 Mar 16:27
1b10d62

Choose a tag to compare

SEAL 0.12.9

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

Main added feature you can now use ?tls=true inside the DSN to use https instead of http for different http based adpaters.

New Contributors

Full Changelog: 0.12.8...0.12.9

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.8 (2026-02-12)

12 Feb 07:31
acd6e68

Choose a tag to compare

SEAL 0.12.8

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

New Contributors

Full Changelog: 0.12.7...0.12.8

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.7 (2026-01-28)

28 Jan 06:45
140314d

Choose a tag to compare

SEAL 0.12.7

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

New Contributors

Full Changelog: 0.12.6...0.12.7

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.6 (2025-11-19)

04 Dec 11:28
82be39f

Choose a tag to compare

SEAL 0.12.6

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

Full Changelog: 0.12.5...0.12.6

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.5 (2025-11-19)

19 Nov 13:03
a2a283e

Choose a tag to compare

SEAL 0.12.5

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

Full Changelog: 0.12.4...0.12.5

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.4 (2025-11-12)

12 Nov 18:15
46e4eec

Choose a tag to compare

SEAL 0.12.4

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

return new Index('blog', [
    // ...
    'metadata' => new Field\JsonObjectField('metadata'), // @experimental
]);

New Contributors

Full Changelog: 0.12.3...0.12.4

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.3 (2023-09-22)

22 Sep 05:51
b146967

Choose a tag to compare

SEAL 0.12.3

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

Full Changelog: 0.12.2...0.12.3

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.2 (2025-08-19)

19 Aug 07:07
27bc8d5

Choose a tag to compare

SEAL 0.12.2

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

->addFilter(
    // old (will still work)
    new Condition\EqualCondition('tags', 'Tech')
    // new (shorter and hopefully easier Syntax)
    Condition::equal('tags', 'Tech')
);

There was an issue with the publishing of the subpackages yesterday and so the previous 0.12.1 version was not successfully tagged.
In this release we fixed the problem and tagged the subpackages now correctly.

Full Changelog: 0.12.0...0.12.2

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.1 (2025-08-18)

18 Aug 13:35
c9c0b19

Choose a tag to compare

SEAL 0.12.1

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

->addFilter(
    // old (will still work)
    new Condition\EqualCondition('tags', 'Tech')
    // new (shorter and hopefully easier Syntax)
    Condition::equal('tags', 'Tech')
);

Full Changelog: 0.12.0...0.12.1

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?

Release 0.12.0 (2025-08-13)

13 Aug 09:07
9b62051

Choose a tag to compare

SEAL 0.12.0

SEAL Logo with an abstract seal sitting on a telescope.
Logo created by Meine Wilma

What's Changed

Full Changelog: 0.11.0...0.12.0

BC Breaks

For Meilisearch, Algolia, RediSearch and Solr the saving of the datetime type changed to fix a issue with filters on datetime fields. If a datetime field was used it requires a drop reindex. Call the cmsig:seal:reindex --drop command or reindex method with drop.

Upgrading from an older version?

If you upgrade from an older version – check backwards compatibility breaks of previous releases:

Attend Discussions 📢

If you like SEAL, give it a ⭐ on GitHub!
Interested in sponsoring me?