Skip to content

Releases: malinkinsa/pydantic-to-elastic

0.0.4

02 May 17:38
75634a6
Compare
Choose a tag to compare

0.0.4

This release (0.0.4) is identical to 0.0.3, but re-tagged due to a publishing error with PyPI (the original 0.0.3 release was not uploaded successfully).
Please refer to the release notes for 0.0.3 for details on the changes included.

0.0.3

02 May 17:25
55fcae3
Compare
Choose a tag to compare

0.0.3

Breaking changes

  • None

New features

  • Add flattened fields static list;
  • Add support for importing Pydantic models from the project root

0.0.2

05 Mar 17:37
1e53b95
Compare
Choose a tag to compare

What's Changed

  • Bug fixes:
    • correctly distinguish between root models and child models by checking if a model is only referenced but never itself a reference;
    • child models correctly recognize nested models and process them as properties in elasticsearch mappings;

Full Changelog: 0.0.1...0.0.2

0.0.1

17 Nov 21:07
8edbc31
Compare
Choose a tag to compare

Beta release