Skip to content

v1.10.0

Compare
Choose a tag to compare
@mfriesen mfriesen released this 14 Mar 22:14
· 42 commits to master since this release
5c3b26c

What's Changed

Features

  • Add Typesense Fulltext search

  • #82 - POST /search added indexFilterBeginsWith param

  • #93 - Add /document/{documentId}/syncs for tracking syncing of data to different services (Typesense, OpenSearch, CLI)

  • #100 - Add DELETE /documents/{documentId}/versions/{versionKey} to be able to remove specific document versions

  • #108 - POST /search, add ability to search for document PATH

  • #112 - Webhook Action now sends document metadata and S3 presigned url to document content

  • #113 - Add CloudFormation option to adjust the Typesense Memory

  • #114 - Document Fulltext Action has option 'characterMax', to only allow specific number of document's characters to be added to Fulltext search

  • #115 - Turn on AWS API Gateway Access Logs

  • Added Cloudwatch Dashboard to monitor the health / performance of FormKiQ

Fixes

  • #51 - POST /documents/{documentId}/action doesn't run action

  • #99 - Upgrade Graalvm to 22.3

Full Changelog: v1.9.0...v1.10.0