Skip to content

Latest commit

 

History

History
99 lines (53 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

99 lines (53 loc) · 1.86 KB

[Unreleased]

Fix

  • Remove buggy healtch check
  • indexation: remove empty values from subarrays

Feat

  • Remove support for php 8.1

Fix

  • upstream Typesense-php issue with PSR-18 client

BREAKING CHANGE

ClientSingletonFactory->getClient is now private

Remove php 8.1 support

Fix

  • deps: update dependency typesense/typesense-php to v5

Feat

  • mapping: Add field_converter option to use an external service
  • populate: allow auto embedding fields

BREAKING CHANGE

use ValueConversionException::fromType instead of default constructor

EntityTransformer needs an extra argument

isMapped added to FieldMappingInterface, Changes on VectorQueryInterface

Feat

  • populate: Wait for readiness before populating

Fix

  • ci: Docker build on MR only
  • populate: Do not alias on failure

Feat

  • ci: Build docker image
  • ci: Force conventional commits
  • ci: move changelog
  • converter: Support for enums
  • coverage: Coverage comment based on previous coverage

Fix

  • ci: spacing issues

v0.0.1

Feat

  • doc: Generate via cicd using daux

Fix

  • Avoid Service not found in MapperLocator