Skip to content

Releases: DirectoryTree/OpenSearchAdapter

v1.0.2

25 Jun 14:15

Choose a tag to compare

Changed

  • Updated mapping helpers to emit OpenSearch-native field types for flat objects, k-NN vectors, and xy shapes.
  • Kept Elasticsearch-style helper names as compatibility aliases that now emit the correct OpenSearch field types.

v1.0.1

22 Jun 21:06

Choose a tag to compare

Changed

  • Refined fake testing APIs for search responses, document managers, and index managers.

v1.0.0

22 Jun 19:12

Choose a tag to compare

Initial stable release of the OpenSearch adapter package.

Includes:

  • Index, mapping, settings, alias, document, and search response adapters.
  • Explicit mapping and settings builders with flexible escape hatches.
  • Document-specific routing support for bulk operations.
  • Integration coverage against OpenSearch 2.19.3 and 3.7.0.
  • PHP 8.2, 8.3, and 8.4 test coverage.