Releases: crowdparlay/social
Releases · crowdparlay/social
v1.3.9
Features
- comments: rename FirstRepliesAuthors to LastRepliesAuthors (de80b9a)
- discussions: add CommentCount and LastCommentsAuthors to discussion models (691ce08)
v1.3.8
Bug Fixes
- reactions: prevent setting reactions from creating duplicates due to Cartesian product (20558da)
v1.3.7
Bug Fixes
- reactions: fix viewer reactions selection and counting (7c14f93)
Features
- authors: create author entity for each created user via MassTransit subscription to users events (88c57c1)
- authors: include
AuthorsRepository
in UnitOfWork
(8a70a64)
Reverts
v1.3.6
Bug Fixes
- authentication: combine JWT Bearer and Cookies in BearerOrCookies policy scheme and use it by default (9e45ede)
Features
- users-service: add resilience decorator over users service (b10dbd6)
v1.3.5
Bug Fixes
- reactions: specify proper names for reaction counters in Cypher queries (dab1614)
v1.3.4
Features
- reactions: redesign reactions API (b6bbc12)
v1.3.3
Bug Fixes
- telemetry: remove default Elastic APM Server endpoint from appsettings.json (2cd4d41)
v1.3.2
Bug Fixes
- comment: remove comment's replies endpoint duplicate (e1adcaf)
v1.3.1
Bug Fixes
- comments: add missing CommitAsync calls (3f42fb6)
- discussions: add missing CommitAsync calls (3b9f4b3)
v1.3.0
Bug Fixes
- authentication: disable inbound claims mapping to make JWT Bearer scheme parse user ID correctly (39f95eb)
Features
- add reactions (157cc21)
- add reactions and implement Unit of Work pattern (22be04a)