From a86fc60460905286c5d786a543e70fb0a6957adc Mon Sep 17 00:00:00 2001 From: Christian Gendreau Date: Thu, 16 May 2024 10:28:12 -0400 Subject: [PATCH] Prepare 0.9 release --- docs/messaging.adoc | 13 +++++++++++-- pom.xml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/messaging.adoc b/docs/messaging.adoc index 522eb2b..12e586c 100644 --- a/docs/messaging.adoc +++ b/docs/messaging.adoc @@ -1,5 +1,14 @@ == Messaging -The export-api can listen to RabbitMQ queue (defined by property `dina.messaging.export.queue`) for object export notifications. +The export-api can listen to RabbitMQ queue (defined by property `dina.messaging.export.queue`) for object export +and report template upload notifications. -The api will download the object export using the toa (temporary object access) key to store it as a data export. The export will then appear as a data export of type `OBJECT_ARCHIVE`. +=== Object Exports + +The api will download the object using the toa (temporary object access) key to store it. +The export will then appear as a data export of type `OBJECT_ARCHIVE`. + +=== Report Templates + +The api will download the report template using the toa (temporary object access) key to store it. +The template will then be available for a report template resource to use it. diff --git a/pom.xml b/pom.xml index fda80d3..5748da8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ ca.gc.aafc dina-export-api - 0.9-SNAPSHOT + 0.9 jar DINA export API