Skip to content

Releases: combine-social/timeline

v1.2.0

14 Aug 08:36
Compare
Choose a tag to compare

What's New

This release includes a robustness fix that enables connecting to instances with stricter CSP settings.

  • Moved instance verification from client to API server.
  • Build fixes for CVE-2022-25883

To pull the images for this release, run:

docker pull ghcr.io/combine-social/timeline-web:1.1.0
docker pull ghcr.io/combine-social/timeline-api:1.2.0
docker pull ghcr.io/combine-social/timeline-worker:1.1.2

v1.1.2

17 Jun 21:27
Compare
Choose a tag to compare

What's New

This is a bug fix release.

  • Website build fixes for CVE-2023-34092
  • Worker fixes for issue which could cause follow requests to not be cached in time

To pull the images for this release, run:

docker pull ghcr.io/combine-social/timeline-web:1.0.2
docker pull ghcr.io/combine-social/timeline-api:1.1.1
docker pull ghcr.io/combine-social/timeline-worker:1.1.2

v1.1.1

26 May 13:55
Compare
Choose a tag to compare

What's New

This release is all about moving from cyborch/toottail to combine-social/timeline.

  • Website was updated with a link to the new combine-social/timeline github repository
  • Build scripts were updated to use ghcr.io

To pull the images for this release, run:

docker pull ghcr.io/combine-social/timeline-web:1.0.1
docker pull ghcr.io/combine-social/timeline-api:1.1.1
docker pull ghcr.io/combine-social/timeline-worker:1.1.1

v1.1.0

03 May 16:22
Compare
Choose a tag to compare

What's New

This release splits worker services out from the API service.

This allows for more scalability when serving many users.

v1.0.0

12 Apr 18:17
Compare
Choose a tag to compare

First stable release.