Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 6, 2024
1 parent 4ae5b53 commit ddccacc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fedify changelog
Version 0.8.0
-------------

To be released.
Released on May 6, 2024.

- The CLI toolchain for testing and debugging is now available on JSR:
[@fedify/cli]. You can install it with
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
[Mastodon], [Lemmy], [Pixelfed], [PeerTube], and so on.

[JSR]: https://jsr.io/@fedify/fedify
[JSR badge]: https://jsr.io/badges/@fedify/fedify?v=0.6.0
[JSR badge]: https://jsr.io/badges/@fedify/fedify
[npm]: https://www.npmjs.com/package/@fedify/fedify
[npm badge]: https://img.shields.io/npm/v/@fedify/fedify?logo=npm
[GitHub Actions]: https://github.com/dahlia/fedify/actions/workflows/build.yaml
Expand Down
9 changes: 2 additions & 7 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,23 @@ It aims to eliminate the complexity and redundant boilerplate code when
building a federated server app, so that you can focus on your business logic
and user experience.

Currently, Fedify is moving fast and the API is not stable yet. We do not
recommend using it in production yet, so please use it if you would like to
experiment with it and help us improve it.

The rough roadmap is to implement the following features out of the box:
Currently, Fedify provides the following features out of the box:

- Type-safe objects for [Activity Vocabulary] (including some vendor-specific
extensions)
- [WebFinger] client and server
- [HTTP Signatures]
- Middlewares for handling webhooks
- [ActivityPub] client
- [NodeInfo] protocol
- Special touch for interoperability with Mastodon and few other popular
fediverse software
- CLI toolchain for testing and debugging

If you want to know more about the project, please take a look at the following
resources:

- [GitHub](https://github.com/dahlia/fedify)
- [Tutorial](./tutorial.md)
- [Manual](./manual.md)
- [API reference](https://jsr.io/@fedify/fedify)
- [Examples](https://github.com/dahlia/fedify/tree/main/examples)

Expand Down

0 comments on commit ddccacc

Please sign in to comment.