Unverified Commit 1d7aa4ce authored by Hong Minhee's avatar Hong Minhee
Browse files

Merge tag '0.15.1'

Fedify 0.15.1
parents 4e5e0929 87538e29
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -36,6 +36,17 @@ To be released.
[Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/


Version 0.15.1
--------------

Released on September 15, 2024.

 -  Fixed a bug where even if the `ActorCallbackSetters.mapHandle()` method was
    called, a WebFinger username was used as an actor's handle.  [[#136]]

[#136]: https://github.com/dahlia/fedify/pull/136


Version 0.15.0
--------------

+1 −0
Original line number Diff line number Diff line
@@ -2063,6 +2063,7 @@ class FederationImpl<TContextData> implements Federation<TContextData> {
        return await handleWebFinger(request, {
          context,
          actorDispatcher: this.actorCallbacks?.dispatcher,
          actorHandleMapper: this.actorCallbacks?.handleMapper,
          onNotFound,
        });
      case "nodeInfoJrd":