Skip to content

Commit

Permalink
Merge pull request #733 from swrlab/dev/725-stop-saving-events-to-gcp…
Browse files Browse the repository at this point in the history
…-datastore--replace-message-id

feat: stop storing the message in the gcp datastore
  • Loading branch information
frytg authored Oct 30, 2024
2 parents 46725f1 + 2404a2f commit 618cc9f
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 137 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.2] - 2024-10-28

- feat: stop storing the message in the datastore

## [1.9.1] - 2024-09-04

- chore: apply linter suggestions
Expand Down
Binary file modified bun.lockb
Binary file not shown.
28 changes: 4 additions & 24 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "European Union Public License 1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
},
"version": "1.9.0"
"version": "1.9.2"
},
"externalDocs": {
"description": "ARD Eventhub Documentation",
Expand Down Expand Up @@ -879,15 +879,7 @@
"properties": {
"type": {
"type": "string",
"enum": [
"Episode",
"Section",
"Publication",
"Broadcast",
"Show",
"Season",
"Article"
]
"enum": ["Episode", "Section", "Publication", "Broadcast", "Show", "Season", "Article"]
},
"id": {
"type": "string",
Expand Down Expand Up @@ -925,25 +917,13 @@
"type": "string",
"description": "If set, it needs to match the URL event parameter",
"example": "de.ard.eventhub.v1.radio.track.playing",
"enum": [
"de.ard.eventhub.v1.radio.track.playing",
"de.ard.eventhub.v1.radio.track.next"
]
"enum": ["de.ard.eventhub.v1.radio.track.playing", "de.ard.eventhub.v1.radio.track.next"]
},
"type": {
"type": "string",
"description": "The type of the element that triggered this event. See additional file in docs for details.",
"example": "music",
"enum": [
"audio",
"commercial",
"jingle",
"live",
"music",
"news",
"traffic",
"weather"
]
"enum": ["audio", "commercial", "jingle", "live", "music", "news", "traffic", "weather"]
},
"start": {
"type": "string",
Expand Down
Loading

0 comments on commit 618cc9f

Please sign in to comment.