Skip to content

Releases: zucchero-sintattico/piper-kt

v6.5.0

13 May 11:10
Compare
Choose a tag to compare

6.5.0 (2024-05-13)

Features

  • frontend: add frontend project from piperchat and init gradlifing (cf9a72f)
  • frontend: gradlifing the project and setup delivery tasks (2322505)

v6.4.1

10 May 19:52
Compare
Choose a tag to compare

6.4.1 (2024-05-10)

Bug Fixes

  • delivery: check-command cannot be blank (cc7ed03)

v6.4.0

10 May 19:11
Compare
Choose a tag to compare

6.4.0 (2024-05-10)

Features

  • notifications: add image delivery according to the toolchain (369e41c)

v6.3.0

10 May 13:57
Compare
Choose a tag to compare

6.3.0 (2024-05-10)

Features

  • server-service: add all server endpoints api responses and implemented owner leaving a server management (435b94f)
  • server-service: add first endpoint specification (9f5c31c)
  • server-service: add swagger (91ac577)

v6.2.0

10 May 09:25
Compare
Choose a tag to compare

6.2.0 (2024-05-10)

Features

  • delivery: add action to delivery service images to dockerhub (e02a3f5)

v6.1.0

09 May 13:40
Compare
Choose a tag to compare

6.1.0 (2024-05-09)

Features

  • notifications: import old microservice as is and apply gradle plugin (2d3de4e)

v6.0.0

07 May 17:16
Compare
Choose a tag to compare

6.0.0 (2024-05-07)

⚠ BREAKING CHANGES

  • project: cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations

Features

  • project: cleanup micronaut configurations and dependencies, fixed micronaut problems with serializations (9c58d74)

v5.0.0

06 May 14:15
Compare
Choose a tag to compare

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)

v4.1.0

03 May 15:28
Compare
Choose a tag to compare

4.1.0 (2024-05-03)

Features

  • services: added users-service template project (7705613)
  • user-service: implementing jwt authentication (42f7a7a)
  • user-service: removed template stuff and started implementing (b4f9e55)
  • users-service: add event publish at application level (36e7f7d)
  • users-service: added user events and event publisher with kafka implementation (46c764f)
  • users-service: implemented auth service and setup of entity and repositories (cd6de9f)

v4.0.0

29 Apr 09:21
Compare
Choose a tag to compare

4.0.0 (2024-04-29)

⚠ BREAKING CHANGES

  • finished microservice (trigger for major release)

Features

  • channels: implement http controller and client (fc291af)
  • channels: implement test for interface layer (d9d0fac)
  • controller: fix kafka event publishing (60d689e)
  • controller: implement api for channels operation (bad400e)
  • controller: implement api for servers operations (4695b9f)
  • controller: implement first integration test of servers (fc0f34b)
  • controller: implement integration tests for http responses (42ff503)
  • finished microservice (trigger for major release) (6048ed9)
  • interfaces-web: add DTO for presentation and developed first enpoints (fc6ae3a)
  • server-service: finish integration tests for channels management (70dfbeb)

Bug Fixes

  • server-service: fix all bugs and refuses from prevs refactors (91f15a1)
  • server-test: adjust http response assertions and return informations (574766e)