Skip to content

Releases: crowdparlay/social

v1.3.9

20 Nov 16:27
Compare
Choose a tag to compare

Features

  • comments: rename FirstRepliesAuthors to LastRepliesAuthors (de80b9a)
  • discussions: add CommentCount and LastCommentsAuthors to discussion models (691ce08)

v1.3.8

17 Nov 15:22
Compare
Choose a tag to compare

Bug Fixes

  • reactions: prevent setting reactions from creating duplicates due to Cartesian product (20558da)

v1.3.7

09 Nov 20:21
Compare
Choose a tag to compare

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

29 Oct 19:32
Compare
Choose a tag to compare

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

28 Oct 17:51
Compare
Choose a tag to compare

Bug Fixes

  • reactions: specify proper names for reaction counters in Cypher queries (dab1614)

v1.3.4

28 Oct 14:50
Compare
Choose a tag to compare

Features

  • reactions: redesign reactions API (b6bbc12)

v1.3.3

15 Oct 13:49
2cd4d41
Compare
Choose a tag to compare

Bug Fixes

  • telemetry: remove default Elastic APM Server endpoint from appsettings.json (2cd4d41)

v1.3.2

15 Oct 13:24
e1adcaf
Compare
Choose a tag to compare

Bug Fixes

  • comment: remove comment's replies endpoint duplicate (e1adcaf)

v1.3.1

15 Oct 13:06
98703f8
Compare
Choose a tag to compare

Bug Fixes

  • comments: add missing CommitAsync calls (3f42fb6)
  • discussions: add missing CommitAsync calls (3b9f4b3)

v1.3.0

14 Oct 17:56
Compare
Choose a tag to compare

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)