Skip to content

Version 0.32.0

Compare
Choose a tag to compare
@kkraune kkraune released this 28 Feb 10:42
· 1422 commits to master since this release
b091374
  • A local Docker deployment can now open the debug port (default 5005) into the container: #399
  • Field additions:
    • The match block for fields is now supported: #403
    • Support for the weight and bolding fields: #406
    • Implement Struct Field, and allow Field to use it: #413
  • Schema Document Summary is added: #408
  • Add support for stemming, query-command, rank, and implement Struct for Documents: #416
  • ApplicationConfiguration is added: #421
  • rank-profile additions #424:
    • weight
    • type-hints for eq and repr
    • rank_type
    • rank-properties
  • Support for validation-overrides.xml: #426
  • Throw HTTPError on failures: #466