Skip to content

Releases: silverstripe/silverstripe-search-service

2.0.0

16 Aug 04:53
b1ed1e9
Compare
Choose a tag to compare

What's Changed

MAJOR: Move to new Enterprise Search dependency by @chrispenny in #76

See full, detailed release notes here: #76 (comment)

See upgrading notes here: https://github.com/silverstripe/silverstripe-search-service/blob/2/docs/en/changes-in-v2.md

Breaking Changes

  • PHP requirement (^8)
  • ENV vars renamed from APP_SEARCH_ prefix to ENTERPRISE_SEARCH_ prefix
  • Updated return types for multiple methods
  • Type declarations added liberally
  • Naive Search Service has had its namespace corrected

Full Changelog: 1.1.2...2.0.0

1.1.2

21 Jul 02:45
06832e8
Compare
Choose a tag to compare

What's Changed

  • FIX Add default batch size when creating IndexJob by @ssmarco in #74

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

22 Jun 03:00
f546a34
Compare
Choose a tag to compare

What's Changed

  • FIX Update getters to return correct value types by @chrispenny in #73

Full Changelog: 1.1.0...1.1.1

1.1.0

16 Jun 23:18
90cacdd
Compare
Choose a tag to compare

What's Changed

  • Update dependencies and refactor to allow for PHP 8.0 by @chrispenny in #69

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

22 Dec 23:29
4ad8b26
Compare
Choose a tag to compare

Initial stable release