Releases: formkiq/formkiq-core
Releases · formkiq/formkiq-core
v1.6.0
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
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