Releases: S-H-GAMELINKS/activity-pub-relay
Releases · S-H-GAMELINKS/activity-pub-relay
v0.5.0
What's Changed
- Bump sqlite3 from 2.3.0 to 2.3.1 by @dependabot in #44
- Introduce live reload gem for development by @S-H-GAMELINKS in #45
- Remove webmock gem by @S-H-GAMELINKS in #46
- Add root systemc spec by @S-H-GAMELINKS in #47
- Update issue templates by @S-H-GAMELINKS in #48
- Create pull_request_template.md by @S-H-GAMELINKS in #49
- Move Pull Request template by @S-H-GAMELINKS in #50
- Add unfollow type spec by @S-H-GAMELINKS in #51
- Introduce devcontainer setting by @S-H-GAMELINKS in #52
- Add session request spec by @S-H-GAMELINKS in #53
- Migrate/rodauth by @S-H-GAMELINKS in #54
- Introduce OTP login flow by @S-H-GAMELINKS in #55
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
What's Changed
- Add References by @S-H-GAMELINKS in #30
- Add seed for Dashboard user by @S-H-GAMELINKS in #31
- Adding about initial settings in deployment documents by @naoki-wjm in #32
- Introduce SessionHelpers for spec by @S-H-GAMELINKS in #33
- Ignore and remove Vim swap files by @S-H-GAMELINKS in #34
- Add tailwindcss-rails gem by @S-H-GAMELINKS in #35
- Fix session views layouts by @S-H-GAMELINKS in #36
- Bump puma from 6.4.3 to 6.5.0 by @dependabot in #38
- Bump selenium-webdriver from 4.26.0 to 4.27.0 by @dependabot in #37
- Update/dashboard layout by @S-H-GAMELINKS in #40
- Correcting translation, and adding Update documents by @naoki-wjm in #39
- Add root page by @S-H-GAMELINKS in #41
- Add maintainance document by @S-H-GAMELINKS in #42
- Update development server running command by @S-H-GAMELINKS in #43
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
- @naoki-wjm made their first contribution in #32
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump sqlite3 from 2.2.0 to 2.3.0 by @dependabot in #26
- Fix to no need master.key and credentials.yml.enc for Deploy by @S-H-GAMELINKS in #27
- Add ActivityPub Relay Docs Page by @S-H-GAMELINKS in #28
- Introduce FinishedJobs delete task by @S-H-GAMELINKS in #29
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bump solid_queue from 1.0.1 to 1.0.2 by @dependabot in #15
- Add ActivityPubTypeHandler spec case by @S-H-GAMELINKS in #16
- Add InboxProcessHandler spec by @S-H-GAMELINKS in #17
- Add SimpleCov gem for test coverage by @S-H-GAMELINKS in #18
- Add spec by @S-H-GAMELINKS in #19
- Remove uneeded file by @S-H-GAMELINKS in #20
- Add Job Dashboard by @S-H-GAMELINKS in #21
- Add Job spec by @S-H-GAMELINKS in #22
- Add Job Dashboard link by @S-H-GAMELINKS in #23
- Add Unfollow flow by @S-H-GAMELINKS in #24
- Improve ActivityPub Relay deploy flow by @S-H-GAMELINKS in #25
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Support ActivityPub Relay flow for Mastodon and Misskey(include some Misskey fork's)
- Add simple dashboard and authentication
New Contributors
- @S-H-GAMELINKS made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/S-H-GAMELINKS/activity-pub-relay/commits/v0.1.0