Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NOTE: Latest version of the release notes can be found here in bitbucket.


[1.1.6] - 2024-07-01

Changed

  • Added grammar for special coded strings such as a-b-c or 1-2-3 that were clashing with numeric ranges in some cases
  • Also added restrictions to range and not rules
  • Added translation support in Azure for coded strings of the form 0:00-00000-AAA

[1.1.5] - 2024-05-12

Changed

  • Added nested field support for Azure

[1.1.4] - 2024-04-12

Changed

  • Implemented Azure AI Search translator

[1.1.2] - 2024-02-06

Changed

  • Fixed interpretation of parenthesis in strings for NEAR, ADJ, BEFORE and similar cases.

[1.1.1] - 2024-01-29

Changed

  • Fixed interpretation of dates with / instead of - as separators
  • Fixed date range logic

[1.1.0] - 2023-10-17

Changed

  • pydantic to latest version 2.4.2 (SAPI-10)
  • autodoc_pydantic to latest version 2.0.1
  • Pydantic models to latest grammar (SAPI-10)
  • Unit tests to fit new response order, since Pydantic replace the unique_items for the use of Set type
  • Lark to latest version 1.1.7

[1.0.7] - 2023-08-07

Changed

  • Modified toml so pydantic is limited to go under version 2.0.0

...