Releases: zucchero-sintattico/piper-kt
Releases · zucchero-sintattico/piper-kt
v6.5.0
v6.4.1
v6.4.0
v6.3.0
v6.2.0
v6.1.0
v6.0.0
v5.0.0
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
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
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)