Skip to content

Releases: formkiq/formkiq-core

v1.11.0

15 Jun 02:27
89e43cc
Compare
Choose a tag to compare

What's Changed

  • #123 - Add AWS XRay Support to Lambda functions

  • #124 - OCR Tessaract Support

  • #126 - add GET/PATCH /configs API endpoints

  • #125 - ChatGPT Tag "documentTagging" Support

  • #127 - Add "apiKey" access support

  • #126 add GET/PATCH /configuration API endpoints

  • #128 - Add GET/POST/DELETE /configuration/apiKeys

  • added contentLength to GET /documents/{documentId}/fulltext, POST /searchFulltext

  • #10 - Version delete corrupts all other versions of file, including current

Full Changelog: v1.10.1...v1.11.0

v1.10.1

02 Jun 04:40
1d424b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

14 Mar 22:14
5c3b26c
Compare
Choose a tag to compare

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

v1.9.0

21 Dec 23:57
b980ffd
Compare
Choose a tag to compare

What's Changed

  • #71 - Added Document Meta Data / Document Versioning

  • Added https://typesense.org full text search

  • #55 - Add API endpoint to remove a document from one folder index and add to another

  • #71 - Added Document Versioning DynamoDb Service

  • #75 - Ability to delete a folder

  • #74 - Fix folders index to sort folders to the top

  • #73 - Add ability to get a list of all tags in siteId

Full Changelog: v1.8.9...v1.9.0

v1.8.9

16 Oct 21:50
5f2e9f4
Compare
Choose a tag to compare

What's Changed

  • Added POST /queryFulltext API

  • #52 - Add option for content-disposition:inline to S3 signed URL on GET /documents/{id}/url

  • Added ability to create Global Indexes

  • Added https://www.onlyoffice.com/ API support

  • #56 - Document Content-Length is set to NULL when using PATCH /documents/{documentId}

  • #53 - Adding new "path" tag after deleting previous "path" tag gives 200 but tag does not appear to exist

Full Changelog: v1.8.8...v1.8.9

v1.8.8

25 Sep 06:10
72a54d8
Compare
Choose a tag to compare

What's Changed

  • #44 - DELETE Document API does not work unless a corresponding file exists in S3

  • #40 - Add last modified to GET documents and GET document/{id}

  • #45 - Metadata records with no corresponding S3 object are causing issues on GET /documents

  • #46 - 500 Error in /search endpoint when using large "limit" with "responseFields"

  • #48 - File downloads are named using the document ID rather than the original filename

  • added POST /documents/{documentId}/actions

  • POST /searchFulltext - added pagination

Full Changelog: v1.8.7...v1.8.8

v1.8.7

18 Sep 16:39
909a8e0
Compare
Choose a tag to compare
  • Added addPdfDetectedCharactersAsText option to /ocr API

  • #36 - Update Console Install Lambda to remove Console on delete

  • #29 - Add list of installed Modules to /versions

  • #39 - Add OpenAPI spec to Release Zip

  • updated aws-cognito library to 1.4.2

  • Added ActionStatus 'RUNNING'

  • Fixed bug resetting document actions when document is updated

v1.8.6

05 Sep 14:37
58e5ed6
Compare
Choose a tag to compare

What's Changed

  • Added support for very large OCR documents

  • #37 - rename contentUrl to contentUrls

  • #31 - Add FormKiQ Version to CloudFormation description

Full Changelog: v1.8.5...v1.8.6

v1.8.5

01 Sep 23:02
6fe588e
Compare
Choose a tag to compare

What's Changed

  • Added support for Webhook Actions

  • Added GET /documents/{documentId}/fulltext endpoint

Full Changelog: v1.8.4...v1.8.5

v1.8.4

29 Aug 01:39
1ac7fa1
Compare
Choose a tag to compare

What's Changed

  • improved access denied error message

  • Fixed authentication when using SAML

Full Changelog: v1.8.3...v1.8.4