Skip to content

Releases: SoTrxII/Pandora-cooking-server

2.4.4

06 Oct 09:23
Compare
Choose a tag to compare

Commits

  • ceeb72b: Adding an optional payload property "jobId" to batch records together (SoTrx)
  • e992b34: Release 2.4.4 (SoTrx)

2.4.3

02 Oct 16:58
Compare
Choose a tag to compare

Commits

  • 50d9119: Fixing wrong "In Progress" state sent when sending the "Done" event for a async cooking job (SoTrx)
  • 3f813fd: Release 2.4.2 (SoTrx)
  • 7807361: Release 2.4.3 (SoTrx)

2.4.1

02 Oct 11:51
Compare
Choose a tag to compare

Commits

  • f8e9d94: Adzpting to Dapr errors formats in the async processing to prevent a chain of retry to happen even when non retriable error were thrown (SoTrx)
  • c96954f: Release 2.4.1 (SoTrx)

2.4.0

01 Oct 16:13
Compare
Choose a tag to compare

Commits

  • 3ae3b2d: Handling cloudevent format in async jobs (SoTrx)
  • 2b84733: Release 2.4.0 (SoTrx)

2.3.2

01 Oct 11:32
Compare
Choose a tag to compare

Commits

  • 47c67e8: Adding app port in Dapr command (SoTrx)
  • 5d75209: Adding missing @Injectable annotation for job-notifier.ts (SoTrx)
  • 522c85a: Configuring express/json to parse dapr json+cloudevents (SoTrx)
  • 2b4e719: Fixing typo in README.md (SoTrx)
  • 4660f94: Release 2.2.1 (SoTrx)
  • ec8e526: Release 2.3.2 (SoTrx)

2.2.1

01 Oct 11:17
Compare
Choose a tag to compare

Commits

  • 7e89465: Updating node typings to v18.6.4 (SoTrx)
  • 5533244: Fixing some interfaces being imported from another local folder (SoTrx)
  • 7f4614e: Unifying progress events between services (SoTrx)
  • 47c67e8: Adding app port in Dapr command (SoTrx)
  • 5d75209: Adding missing @Injectable annotation for job-notifier.ts (SoTrx)
  • 522c85a: Configuring express/json to parse dapr json+cloudevents (SoTrx)
  • 2b4e719: Fixing typo in README.md (SoTrx)
  • 4660f94: Release 2.2.1 (SoTrx)

2.3.0

20 Sep 13:01
Compare
Choose a tag to compare

Commits

  • 7e89465: Updating node typings to v18.6.4 (SoTrx)
  • 5533244: Fixing some interfaces being imported from another local folder (SoTrx)
  • 7f4614e: Unifying progress events between services (SoTrx)

2.2.0

07 Aug 16:03
Compare
Choose a tag to compare

Commits

  • 8f4cdc2: Enabling the server to parse JSON (SoTrx)
  • f671277: Loading lib es2020.promise to gain access to Promise.allSettled (SoTrx)
  • b3ffa0f: Adding a new POST endpoint to process a record asynchronously (SoTrx)
  • be86872: Adding dapr declarative subscription "autocook" to automatically process a record once its finished (SoTrx)
  • c8daf77: Adding async record processing backend up with the object storage and pub/sub broker (SoTrx)
  • 7879691: Prettier (SoTrx)
  • 89bbbf4: Release 2.2.0 (SoTrx)

2.1.0

17 Jul 14:10
Compare
Choose a tag to compare

Commits

  • 7b12a2b: Adjusting record name formatting to handle Pandora v1 data format too (SoTrx)
  • 654fcdc: Version 2.1.0 (SoTrx)

2.0.0

17 Jul 12:00
Compare
Choose a tag to compare

Commits

  • 2a792f7: Updating Dockerfile : (SoTrx)
  • bb961e9: Updating Dockerfile : (SoTrx)
  • 3489edd: Eslint for line endings (SoTrx)
  • 7348bbb: Adding OpenAPI generation (SoTrx)
  • c95a3aa: Adding CI workflows : (SoTrx)
  • 7234b12: Moving cooker in a pkg dir (SoTrx)
  • 8fa9a33: Fixing resolve preventing to find records on root dir (SoTrx)
  • faebf2c: Bumping dependencies (SoTrx)
  • 8446c0e: Changing line ending in Dockerfile for a any cooking file instead of just .sh scripts (SoTrx)
  • 52806f7: Decoupling components with inversify : (SoTrx)
  • d6e93d2: Using a service to decouple the controller from the actual cooking implementation (SoTrx)
  • 0c52aaa: Replacing console.log logging by winston logging in record controller (SoTrx)
  • 26daadf: Using status code enum instead of plain numbers in records controller (SoTrx)
  • ce84f9f: Pointing documentation generation to controllers (SoTrx)
  • 7028084: Removing the single "constants.ts" file in favor of an API based approach (SoTrx)
  • 87daaa6: Adding a proper jest configuration and scaffolding tests (SoTrx)
  • dacc814: Removing old CI files (SoTrx)
  • 8c1e617: Making the recording directory and cooking script directory a constructor argument of the Cooker instead of a fixed value (SoTrx)
  • 790b119: Adding the object store integration in the record service. (SoTrx)
  • 5a6508e: Adding unit and integration testing for records.service.ts (SoTrx)
  • 4f3745b: Ignoring server.ts coverage on jest.config.json (SoTrx)
  • 90e531d: Publishing local dapr components (SoTrx)
  • 09bd72a: Using injected logger for the server callback instead of console.log (SoTrx)
  • 413aaab: Renaming the project from "craig-as-a-service" to "cooking-server", changing version to "2.0.0" (SoTrx)
  • 4114d3c: Updating README.md for v2 (SoTrx)
  • f37a128: Also changing start.sh line ending in Dockerfile (SoTrx)
  • 9380df6: Prettier NO-OP (SoTrx)
  • fcd2879: Changing file naming convention from id.ext to date-channel-id.ext when record metadata are available (SoTrx)