Releases: zucchero-sintattico/piper-kt
Releases · zucchero-sintattico/piper-kt
v8.2.0
v8.1.1
v8.1.0
v8.0.0
8.0.0 (2024-05-30)
⚠ BREAKING CHANGES
- multimedia: completed integration
Features
- helm: add servicePorts configuration to helm values files for consistency and better management of service ports across microservices (eca975b)
- kube: add undeploy script (8504dc4)
- kubernetes: add resource limits and requests for CPU and memory in frontend and notifications services to optimize resource allocation and improve performance (fb0ab19)
- multimedia: added serializers for events (c1a1df8)
- multimedia: completed integration (4229f63)
Bug Fixes
- helm-chart: using port naming for health (ab4fafe)
- kubernetes-ingress: adjusted regex (53ad49e)
- kubernetes: adjusted deploy script (96750c7)
- multimedia-kubernetes: fixed path in kubernetes and token retrieve in multimedia service (715b96c)
- multimedia: adjusted kafka client (79af307)
- multimedia: adjusted socket service with eager initialization (63ec86a)
- multimedia: adjusted socketio port (ac236ce)
- multimedia: fixed architecture test and error (7ab8e4d)
- multimedia: fixed tests (dfcb10d)
- notifications: servers id cannot be used as MongoId (c09a23a)
v7.6.0
v7.5.1
v7.5.0
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)