Skip to content

Releases: formkiq/formkiq-core

v1.6.0

19 Apr 03:31
d70257a
Compare
Choose a tag to compare

What's Changed

  • API /documents/{documentId}/tags support for Multi-Value Tags

  • Added DELETE /documents/{documentId}/tags/{tagKey}/{tagValue} API

  • Fixed adding "untagged" tag when file added directly to Staging bucket

  • Updated JS libraries

  • Added /search to include restricting results by certain DocumentIds only

  • Changed findDocuments() method to use BatchGetItemRequest instead of TransactGetItem

  • Updated API description

  • Updated aws sdk to 2.17.167

  • Changed tests to use TestContainers

v1.3.0

08 Sep 02:16
ddbc2b0
Compare
Choose a tag to compare
V1.3.0 (#15)

* Converted to use aws-cognito module

* Added siteId to webhooks url if not using default site

* Removed cognito-user-signup lambda, fixed requests not looking up correct siteId in all cases

* added ability to Disable /public/webhooks

added GET/PATCH /webhooks/{webhookId}
verify /public/webhooks application/json to be valid JSON

* fixed PATCH /webhooks/{webhookId} to update the Enabled flag

* Added ConfigService

* added /sites to return site config data

* Added idempotent request support through the "Idempotency-Key" header

* Change DocumentEvent to only send content if JSON object

* Added Webhook Time To Live as a Config option

* upgraded lambda-runtime-graalvm to 2.3.0

* Changed default password policy to be simpler

* added Websocket

* Added Websocket url to Cloudformation Outputs

* Fixed websocket-api to support Token Verify "ID" and "Access"

* Fixed Websockets sending messages to clients

* added DocumentId to Websocket Message

* WebSocket: delete connectionId when disconnected

* WebSocket - publish entire body and not just message

* module-email-notify - handle unexpectant messages without bombing

* Fixed SNS Message Attribute to only use valid characters

* Added webhooks to be enabled in "private" mode

* Removed 'Options' methods from OpenAPI specs

* Fixed Webhook Tags not being deleted when Webhook is deleted

* Upgraded Console to 2.0.0

* added allowAdminCreateUserOnly as a parameter in the console config file

* Updated Cognito library to 1.3.0

v1.2.8

13 Feb 01:11
b236a8f
Compare
Choose a tag to compare

Fixed when the TimeToLive on the webhook is set, change webhook tag's to match (#13)

v1.2.7

10 Feb 22:15
ad7bbd4
Compare
Choose a tag to compare
Fixed 'redirect_uri' to work on any Content-Type (#12)

v1.2.6

09 Feb 18:00
93c61d0
Compare
Choose a tag to compare
  • Added 'redirect_uri' & 'responseFields' magic parameters to /public/webhook/{webhookId}

v1.2.5

06 Feb 17:30
c1c0d04
Compare
Choose a tag to compare
  • Added GET/POST /webhooks/{webhookId}/tags (#10)

v1.2.4

06 Feb 02:49
8a1c54c
Compare
Choose a tag to compare

Added 'path' to DocumentEvent

v1.2.3

03 Feb 18:34
f7ce225
Compare
Choose a tag to compare
  • Added PATCH /webhooks/{webhookId}

v1.2.2

01 Feb 16:04
5083827
Compare
Choose a tag to compare

Added ability to set TimeToLive on records created through a webhook

v1.2.1

28 Jan 05:21
e526e77
Compare
Choose a tag to compare
Added SnsDocumentEventArn as CloudFormation Output (#6)