Skip to content

Releases: S-H-GAMELINKS/activity-pub-relay

v0.8.0

26 Dec 15:00
56cc4e5
Compare
Choose a tag to compare

What's Changed

Noted

  • Fix Pleroma and Akkoma relay support.
  • Introduce domain block and delivery suspend in dashboard.
  • Introudce REPOSITORY_NAME environment variable for support multiple server deploy.

Full Changelog: v0.7.0...v0.8.0

v0.7.2

23 Dec 12:40
1e85a59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

23 Dec 12:08
93be825
Compare
Choose a tag to compare

What's Changed

  • Fix Hashtag Relay option to deploy environment variable not set. by @S-H-GAMELINKS in #100

Noted

Fix Hashtag Relay Option to Deploy

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Dec 14:11
702874b
Compare
Choose a tag to compare

What's Changed

Noted

Need more implimentation to support Pleroma and Akkoma Relay.
But, currently the costs for this are not affordable.
So, decide to drop supoort to Pleroma and Akkoma.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

12 Dec 11:31
8ad4194
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Dec 15:50
643374b
Compare
Choose a tag to compare

What's Changed

Breaking Change

ActivityPub Relay used Rails 8 Authentication, but after v0.5.0
use Rodauth.
When migrate to Rodauth, dropped your old authentication credentials(email address and password).
If you used before v0.4.0, need these command after kamal deploy to add new authentication credentials.

Account.create!(email: "<your email address>", password: "<password for the service>")
Account.last.update(status: :verified)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Nov 09:37
e74939b
Compare
Choose a tag to compare

What's Changed

Update Guide

If you want update ActivityPub Relay from v0.3.0 to v0.4.0, need these environment variable in .env.

TERM_OF_SERVICE_LINK=<Your Term of Service Link>
SOURCE_CODE_LINK=<Your Fork Code Link>
ADMIN_LINKS=<Your Fedives Account>

Then added these environment variables, run to kamal deploy command.

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Nov 08:24
2a0e4b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Nov 11:03
348b767
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Nov 13:20
35447a2
Compare
Choose a tag to compare

What's Changed

  • Support ActivityPub Relay flow for Mastodon and Misskey(include some Misskey fork's)
  • Add simple dashboard and authentication

New Contributors

Full Changelog: https://github.com/S-H-GAMELINKS/activity-pub-relay/commits/v0.1.0