Skip to content

Releases: octue/twined-gcp

Stop extracting outdated `order` parameter from events in event handler

15 Jul 10:23
49e7a7c
Compare
Choose a tag to compare

Contents (#11)

Enhancements

  • Stop extracting outdated order parameter from events

Apply autoclass to cloud storage

03 Jun 14:24
b2aaf2c
Compare
Choose a tag to compare

Contents (#10)

IMPORTANT: There is 1 breaking change.

New features

  • 💥 BREAKING CHANGE: Add more originator_question_uuid, parent_question_uuid and parent attributes to event handler

Operations

  • Upgrade to hashicorp/google version 5.25.0
  • Apply autoclass to storage bucket

Upgrade instructions

💥 Add more originator and parent information to handled events

Redeploy your cloud function and BigQuery table and use with events from octue>=0.56.0.

Store event kind in a separate column

17 Apr 13:25
d4e4e24
Compare
Choose a tag to compare

Contents (#9)

IMPORTANT: There is 1 breaking change.

Enhancements

  • 💥 BREAKING CHANGE: Store event kind in a separate column

Upgrade instructions

💥 Store event kind in a separate column

Add a kind column to the BigQuery table the event handler feeds and migrate the "kind" key/value out of the event column into it.

Support datetime and UUID attributes

11 Apr 09:43
66f170c
Compare
Choose a tag to compare

Contents (#7)

IMPORTANT: There are 2 breaking changes.

Enhancements

  • 💥 BREAKING CHANGE: Store event UUID in its own column
  • 💥 BREAKING CHANGE: Replace Pub/Sub publish time with backend-agnostic datetime attribute

Upgrade instructions

Add to your bigquery table:

  • A datetime column of the TIMESTAMP type
  • A uuid column of the STRING type

Store events as JSON

10 Apr 16:26
79bc80f
Compare
Choose a tag to compare

Contents (#6)

Fixes

  • Store events as JSON

Configure logging and avoid duplicated data storage

10 Apr 14:39
ba85635
Compare
Choose a tag to compare

Contents (#5)

Enhancements

  • Add stream log handler
  • Avoid duplicating attributes stored in table

Refactoring

  • Rename attributes to other_attributes

Dependencies

  • Specify packages to install in setup.py

Add event handler cloud function

08 Apr 16:24
bbaae17
Compare
Choose a tag to compare

Contents (#1)

New features

  • Add cloud function for handling Octue service events

Enhancements

  • Remove outdated answer topics deleter cloud function

Operations

  • Add setup.py
  • Add terraform config
  • Upload zipped function source to cloud bucket on merge

Add answer topic deleter

14 Mar 11:48
Compare
Choose a tag to compare
0.1.0

FEA: Add gcloud helper function for topic deletion