Skip to content

Releases: formkiq/formkiq-core

v1.15.1

08 Aug 02:32
40244af
Compare
Choose a tag to compare

What's Changed

Updates

  • Console update to 3.6.2

  • #239 - Add validation (400) when POST /search using 'text' along with 'tags', 'attributes'

  • #241 - Soft DELETE /document/{documentId} returns document not found

  • #242 - "Untagged" tag is added to document when using attributes

  • #248 - Add optional "documentId" to POST /documents, POST /documents/upload

  • #247 - Add MappingAttributeSourceType CONTENT_KEY_VALUE support

  • #251 - Add default content type for Google Docs

Bugs Fixes

  • #237 - PUT/sites/{siteId}/classifications/{classificationId} "'name' is already used

  • #240 - Classification Schema: Adding an optional attribute that conflicts with site-level required schema

  • #244 - GET /mappings API missing mappingId from response

  • #245 - POST /users with invalid email gives 500

  • #252 - Search for Document Attributes eqOr returns all records

  • V1.15.1 by @mfriesen in #253

Full Changelog: v1.15.0...v1.15.1

v1.15.0

11 Jul 02:16
Compare
Choose a tag to compare

What's Changed

Features

  • #195 - Users API (/users)

  • #228 - add IDP Mapping API (/mappings)

  • #232 - Add Schema Classification API (/sites/:siteId/schema, /sites/:siteId/classifications)

  • #226 - Add Publish Action Type to allow the publishing of documents

Updates

  • Console update to 3.6.1

  • #215 - Add "ocrNumberOfPages" to OCR action

  • #227 - Modify "Only available with Pro/Enterprise" text in /documents/{id}/ocr endpoints

Bugs

  • #207 - GET /documents/{documentId}/content - NoSuchKeyException

  • #217 - deepLinkPath property is using the deepest-level name as path and is not modifiable

  • #218 - POST /search tag range not inclusive of "end" value

  • #231 - Require valid URL on deepLinkPath property

Full Changelog: v1.14.2...v1.15.0

v1.14.2

26 Jun 01:36
909a6f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

v1.14.1

23 Apr 01:43
d5d1ac7
Compare
Choose a tag to compare

What's Changed

  • Update Console to 3.5.0

  • #220 - OCR Processor fails to create with using a long appenvironment name

Full Changelog: v1.14.0...v1.14.1

v1.14.0

04 Apr 00:12
d938221
Compare
Choose a tag to compare

What's Changed

SPECIAL NOTE

Due to AWS template limitations, the API Endpoint Urls will be changed. Make sure to update anywhere you have it hard coded.

API Endpoints change

Features

  • #203 - Add /objects/examine/pdf endpoints for getting metadata from PDF

  • #214 - Document Rulesets (/rulesets) API

  • #28 - add limit parameter to /documents/{id}/versions

  • #209 - Add next and limit to GET /document/{id}/actions endpoint

  • #30 - Move OPA and other configuration options into /sites resource

  • #212 - /search add range queries

  • Update Console to v3.4.0

Bugs

  • #204 - Template may not exceed 1000000 bytes in size

  • #205 - VPC CloudFormation Templates fails in ca-central-1

  • Fulltext Action handling when document doesn't exist in Opensearch

Full Changelog: v1.13.1...v1.14.0

v1.13.1

16 Mar 19:02
9f0ad33
Compare
Choose a tag to compare

What's Changed

  • Updated Console to v3.3.2

Full Changelog: v1.13.0...v1.13.1

v1.13.0

23 Jan 01:55
d252ea8
Compare
Choose a tag to compare

What's Changed

New Feature

#182 - Document Retry - documents that fail to process are added to a queue for reprocessing
#192 - Added POST /documents/{documentId}/actions/retry for retrying of failed document actions
#196 - Added OCR support for PDF Portfolio files
#194 - Added support for document content to be a "deep link"
#189 - Added document "soft delete"
#146 - Added insertedDate, completedDate to Document actions
#171 - Added Document Workflows
#179 - Added Cognito group that allows authentication but no authorization
#170 - Added Notification action
#168 - Added SMTP support to /configuration API
#169 - Added /groups API
#201 - Added version of FormKiQ that can be run via Docker

Updates

#166 - AWS Lambda end of support for Custom Runtime based on Amazon Linux 1
#188 - Intelligent document processing with OpenAI, uses Schemas to improve results
#119 - improved performance when removing documents

Bugs Fixes

#172 - Fixed Fulltext action ending up in a bad state
#185 - Fixed GET /documents/{documentId}/url returns full path of document instead of filename
#197 - POST /documents/compress is not available for users with READ ONLY access

Full Changelog: v1.12.2...v1.13.0

v1.12.2

11 Nov 21:54
d041d90
Compare
Choose a tag to compare

What's Changed

  • Added OCR support for DOC, DOCX, PDF

Full Changelog: v1.12.1...v1.12.2

v1.12.1

30 Sep 18:09
Compare
Choose a tag to compare

What's Changed

  • #167 - Add support for GovCloud (US) Regions

  • #173 - Fix mapping SAML groups to Cognito Groups

  • #174 - Saving Document can result in "Provided list of item keys contains duplicates" error

  • #175 - Strip quotes around checksum

Full Changelog: v1.12.0...v1.12.1

v1.12.0

14 Aug 01:17
2367936
Compare
Choose a tag to compare

What's Changed

  • #130 - Feature: Added PUT/PATCH /documents/{documentId}/tags to allow adding/updating multiple tags to a document at once
  • #131 - Feature: Added POST /documents/compress to create a ZIP file of multiple document's contents.
  • #133 - Feature: Added PATCH /documents/tags to allow adding tags to documents based on tag search criteria
  • #138 - Bug: Added validation for reservered tag keys when using POST /documents
  • #144 - Bug: DELETE /indices/folder return 500 when invalid siteId is used
  • #145 - Feature: Added Typesense support to API GET documents/{id}/fulltext
  • #150 - Bug: Renamed module 'fulltext' to 'opensearch'
  • #151 - Bug: Documentation for POST /documents/upload, missing contentLength
  • #158 - Bug: Improved Actions API validation
  • #159 - Feature: API Keys added READ / WRITE / DELETE permissions
  • #161 - Bug: POST /documents/upload generates incorrect URL

Full Changelog: v1.11.1...v1.12.0