- There are no code changes in this release.
README.md
has been updated to include compatibility with ParadeDB0.14.x
.
::fieldname
casts have been updated to::paradedb.fieldname
. This change is backwards compatible to0.11.0
.- Test/example migrations have been updated to demo Paradex
0.13.0
's new index creation syntax. - Be mindful that upgrading to ParadeDB
0.13.0
will require you to revise your existing migrations.
- There are no code changes in this release.
README.md
has been updated to include compatibility with ParadeDB0.12.x
. - Included
CHANGELOG.md
and fixed macro groupings in hexdocs.
- Added
Paradex.extensions/0
which presently consists of[ Paradex.FieldName ]
.- This allows Postgrex to parameterize field names in ParadeDB query objects, solving issue #4.
- Updated docs to include instructions for the above.
If you've configured everything correctly and are receiving an error that fieldname
doesn't exist, try updating ParadeDB.
- Added
lenient
andconjunction_mode
options toparse
(non-breaking). - Added
lenient
option toparse_with_field
as the 2nd argument, makingconjunction_mode
the 3rd (minor breaking change).
Initial Release.