Skip to content

v7.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 17:34
· 644 commits to main since this release

7.5.0 (2024-05-24)

Features

  • deploy: increase CPU limit to 700 for strimzi-cluster-operator to improve performance (b01cda1)
  • ingress: add notifications paths to ingress (c2ae701)
  • notifications: add auth based on new token storage (0ebf189)
  • notifications: add deployment and service configuration for notifications-service in Kubernetes (3cef420)
  • notifications: move to kafka (7691acd)
  • servers-service: modify request object structure in ChannelApi to use 'content' instead of 'message' (073aeda)

Bug Fixes

  • add sender and content of messages in Domain Events body for friendship and server services (e2ea865)
  • api: change error property to message (2270c45)
  • api: update property names in Channel and Server interface (5552661)
  • channel-service: fix addMessage into channel (cc79715)
  • channel-service: fix getMessage sublist returned (93cca51)
  • ChannelApi: rename 'type' field to 'channelType' for match with frontend (5fbd846)
  • ci: restore java version with source compatibility (e5ddc0c)
  • components: update 'participants' to 'users' in ServerMenu (284105e)
  • frontendApi: rename 'message' property to 'content' for matching with friendship endpoint (c23eb7a)
  • frontend: change CreateChannelApi request params in order to match backend ones (4729ae3)
  • frontend: change getChannels response in order to match backend one (1420db1)
  • java-version: put it in gradle.properties (fe2f542)
  • notifications: allow consumer subscribe to topic not created yet (cfd1806)
  • notifications: jwt middleware (828aee7)
  • pinia-stores: update channelType property to type for consistency and improved semantics in store files. (64efa75)
  • servers-service: rename 'to' parameter to 'limit'. (1e30ecc)
  • vue: change multimedia to MULTIMEDIA. Remove unnecessary usePhotoStore to simplify the code. (cc225d6)