Unverified Commit ddccacc7 authored by Hong Minhee's avatar Hong Minhee
Browse files

Release 0.8.0

parent 4ae5b539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −7
Original line number Diff line number Diff line
@@ -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)