Skip to content

Releases: upb-code-labs/submissions-status-updater-microservice

Release v0.2.1

30 Jan 01:39
59627fa

Choose a tag to compare

release: v0.2.1 (#10)

* fix: Use an exchange instead of a queue to handle real time updates (#9)

* refactor(domain): Update method in the real time queue interface

* chore: Update logging messages when connecting to PG database

* fix: Use an exchange instead of a queue to send submission status updates

Release v0.2.0

06 Jan 15:43
ed5bd58

Choose a tag to compare

release: v0.2.0 (#7)

* feat: Send submission updates to real time updates queue (#6)

* docs: Update README

* chore: Improve logging messages

* feat: Implement submissions real time updates queue manager

* feat: Push message to the queue after updating db

Push message to the new submission-real-time-updates  queue after updating the entry in the database.

Release v0.1.0

06 Jan 02:09
f8b9aba

Choose a tag to compare

release: v0.1.0 (#5)

* feat: Update submissions status in the database (#4)

* feat: Connect to postgres and rabbitmq

* feat: Implement submissions repository

* feat: Listen for messages in the SSU queue and update entry in database

* docs: Add Readme and contributing guidelines

Release v0.0.0

06 Jan 00:00
a880879

Choose a tag to compare

chore: Setup project boilerplate (#1)

* chore: Init golang package and base architecture

* chore: Create basic github related files

* ci: Setup integration and tagging pipelines

* build: Create release pipeline