Skip to content

Releases: coralproject/talk

v9.6.1

13 Dec 13:55
d399c8e
Compare
Choose a tag to compare

Bug fixes and improvements

  • ensure SSO token URL updates from token #4713
  • prevent refresh comments button from appearing on first load #4715

v9.6.0

09 Dec 21:30
17cc296
Compare
Choose a tag to compare

New Features

  • add Bluesky link detection and embed options #4705

Bug fixes and improvements

  • set optional flags on OIDC validator schema #4704
  • don't show the Refresh comments button when live updates are disabled #4703
  • add a development docker compose to root of project #4707

v9.5.3

14 Nov 17:11
b8ba9d3
Compare
Choose a tag to compare

Bugfixes and improvements

  • add a check to ensure ignoredUsers array exists before accessing it #4691
  • fix a typo in FR #4695

v9.5.2

01 Nov 16:08
dad90cd
Compare
Choose a tag to compare

Bug fixes and improvements

  • improve type checking and error handling #4683
  • reduce default maxPoolSize and make configurable #4688 (this should resolve issues with mongo creating too many connections)

v9.5.0

16 Oct 14:54
2d14038
Compare
Choose a tag to compare

Important update

This version includes an update to the mongo driver from v3.5.9 to 6.9.0. This is a significant update and should be tested in a staging environment where possible, though it is backwards compatible with no API changes.

v9.4.1

07 Oct 21:06
1d2fe8e
Compare
Choose a tag to compare

Bug fixes and improvements

  • updates to gif tenor search for better error handling #4679

v9.4.0

03 Oct 20:38
1396828
Compare
Choose a tag to compare

New Features

  • expose COMMENT_ENTERED_MODERATION_QUEUE event as a webhook #4673 thanks to @ddrysdale-ffx !! 🎉

Bug fixes and improvements

  • remove extra tab definition for screen readers #4667
  • update webhooks docs links #4670
  • Create notification on previously rejected comment being approved if DSA is enabled #4671
  • do not autoplay tenor gifs in mod queue #4669
  • Update docs packages and add lunrjs search #4672
  • Add support for non-latin character range for urls for comment counts #4675
  • add safety check for tenant.dsa #4674

v9.3.1

24 Sep 18:52
26e3800
Compare
Choose a tag to compare

Bug fixes and improvements

  • Updated Finnish translations #4665

v9.3.0

12 Sep 13:18
da44ace
Compare
Choose a tag to compare

New Features

  • experimental new comment counts endpoint #4635. Documentation to follow once further load testing is completed.
  • caching for new comment counts endpoint #4660

v9.2.0

06 Aug 17:24
2be4a9b
Compare
Choose a tag to compare

Bug fixes and improvements

  • Update design of gif selector #4653
  • Move external mod phases to run before pre-moderation #4641