Skip to content

Commit

Permalink
Releasing 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Nov 12, 2023
1 parent af7f117 commit 9bb40ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/releases/0.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

*Released: Not Yet Released*

This release is a polish release that is prepping us for the road to 1.0.
This release is a polish release that mostly focuses on performance, stability
and federation compatibility.

This release's major changes:

Expand All @@ -13,12 +14,6 @@ This release's major changes:
most situations (the context switching was costing more than the gains from
talking to other servers asynchronously).

* Old remote posts are now automatically pruned out of the database after a
configurable horizon time, defaulting to 90 days. Posts from local users and
posts that have been interacted with (liked, boosted, pinned) by local users
are never deleted. You can change the deletion horizon with the
``TAKAHE_REMOTE_PRUNE_HORIZON`` setting.

Minor changes also include:

* Followers-only mode now works correctly inbound and outbound (though outbound
Expand All @@ -42,6 +37,11 @@ Minor changes also include:
* Python 3.11 is now the minimum version required; this will not affect you at
all if you run Takahē via a docker image, as is recommended.

A remote post pruning system, to shrink the database of old data that was no
longer needed, was in the development version but has been removed in this
release due to the extra database load it caused. An alternative approach to
this will hopefully land in a future release.

If you'd like to help with code, design, or other areas, see
:doc:`/contributing` to see how to get in touch.

Expand Down
2 changes: 1 addition & 1 deletion takahe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.0-dev"
__version__ = "0.10.0"

0 comments on commit 9bb40ca

Please sign in to comment.