Releases: jaeyson/open_api_typesense
Releases · jaeyson/open_api_typesense
1.0.4
1.0.4 (2025.06.18)
Fixed
- Refactor
renderer.ex,client.exand operation schemas for consistently returning appropriate types PR #33.
Added
- Poison library for custom json decoder.
- Use fork version of
open-api-generator, for addingdefaultvalue indefstructdeclarations. - Module (
OpenApiTypesense.Converter) for maps/structs with mixed keys to full atom key conversions.
What's Changed
Full Changelog: v1.0.3...v1.0.4
1.0.3
1.0.3 (2025.06.16)
Chore
- Add few documents tests
- Add custom encoder for JSON encoding all schemas.
- Typespecs and client definitions to use snake casing for consistency.
- Add custom renderer plugin for OpenAPI code gen.
- Use fork version for open-api-generator, with added
defaultfield for generated schema.
What's Changed
Full Changelog: v1.0.2...v1.0.3
1.0.2
1.0.1
1.0.1 (2025.06.06)
Fixed
- Typespecs for Documents and Stemmings. See
ex_typesenseissue
Full Changelog: v1.0.0...v1.0.1
1.0.0
0.7.1
0.7.0
0.7.0 (2025.04.06)
Changed (#28)
- Update to include Typesense v28.0
- Removed deprecated functions in
OpenApiTypesense.Client - Bump dependency versions.
- Renamed
searchtosearch_collectionfromDocumentsmodule.
Added
- Tests for stemming
- Doc version tags
What's Changed
Full Changelog: v0.6.5...v0.7.0
0.6.5
0.6.5 (2025.03.23)
Changed (#25)
- the client now accepts all options defined in Req.new/1
- global configuration can be set in config.exs
- per-function call overrides are possible using the req argument
- the Req client configuration has been deprecated and moved from the Client module to the Connection module
What's Changed
Full Changelog: v0.6.4...v0.6.5