Skip to content

Releases: zucchero-sintattico/piper-kt

v8.2.0

03 Jun 10:57
Compare
Choose a tag to compare

8.2.0 (2024-06-03)

Features

  • report: completed! 🚀 (aa20796)

v8.1.1

03 Jun 08:46
Compare
Choose a tag to compare

8.1.1 (2024-06-03)

Bug Fixes

  • deploy: rename helm deployment (f8bd277)

v8.1.0

01 Jun 12:13
Compare
Choose a tag to compare

8.1.0 (2024-06-01)

Features

  • undeploy: update undeploy script to delete specific secrets and use helm uninstall (d326b15)

v8.0.0

30 May 11:00
Compare
Choose a tag to compare

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

25 May 20:45
Compare
Choose a tag to compare

7.6.0 (2024-05-25)

Features

  • docs: move from Hugo to Vitepress for site gen (32815b3)

v7.5.1

25 May 19:52
Compare
Choose a tag to compare

7.5.1 (2024-05-25)

Bug Fixes

  • events-serialization: added serializare for events in servers and friendships services (fc5c035)
  • kafka: adopt one topic per event (415d163)

v7.5.0

24 May 17:34
Compare
Choose a tag to compare

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)

v7.4.2

24 May 12:31
Compare
Choose a tag to compare

7.4.2 (2024-05-24)

Bug Fixes

  • users-service: avoid duplicate element on db (bbfb178)

v7.4.1

21 May 23:47
Compare
Choose a tag to compare

7.4.1 (2024-05-21)

Bug Fixes

  • image: adjust dockerfile file copying (6536fc6)
  • npm: registry org name (e5d493d)

v7.4.0

21 May 23:10
Compare
Choose a tag to compare

7.4.0 (2024-05-21)

Features

  • commons: make it a kotlin multiplatform project (b5df687)
  • events: make it a kotlin multiplatform project and publish js to npm (15b3efe)