Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 14:15
· 819 commits to main since this release

5.0.0 (2024-05-06)

⚠ BREAKING CHANGES

  • finished microservice

Features

  • finished microservice (7460f48)
  • friends-service: implement accept request feature and refactor tests (d765196)
  • friends-service: implement db mapped entities (6389fb9)
  • friends-service: implement decline requests with its tests (64c4485)
  • friends-service: implement event publishing (cbd2027)
  • friends-service: implement kafka event publisher (d8cab38)
  • friends-service: implement last queries with tests and fix detekt issues (56f91cd)
  • friends-service: implement repository (610e539)
  • friends-service: implement repository implementation tests for both aggregates (eceefd0)
  • friends-service: implement send message with tests (5fff8e4)
  • implement api for interfaces-web layer (1412a64)
  • implement first http controller for friendships endpoints (1e0935e)
  • implement integration tests for directs (67f553e)
  • implement integration tests for friendship endpoints (d7ef45b)
  • import microservice template (74d9eb0)
  • merge main into microservice branch (e605680)
  • merge main into microservice branch (0931190)
  • service: implement friendships api (f5e6711)

Bug Fixes

  • channel-service: fix assertion in test (2f12f43)
  • ci: try to run test multiple times before failing (47164d4)
  • friendship-request: adjust test case of accepting request (cdbf28a)
  • friendships-repository: let query return the aggregate instead of domain entities/valueObjs (c4dc920)
  • friendships-service: fixed micronaut configuration for db entities package (5c5c941)
  • friendships-service: implement update in repository instead of save and finish integration tests (1c24252)
  • friendships-service: make test green (7595ac4)
  • server-service: add sealed interface to exceptions in channelservice (57ea7d2)