@fedify/fedify 0.13.0-dev.310 → 0.13.0-dev.311

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGES.md CHANGED
@@ -20,11 +20,24 @@ To be released.
20
20
  - Removed `Context.getActorKey()` method.
21
21
  Use `Context.getActorKeyPairs()` method instead.
22
22
 
23
+ - The `Federation` is no more a class, but an interface, which has been
24
+ planned since version 0.10.0. [[#69]]
25
+
26
+ - `new Federation()` constructor is removed. Use `createFederation()`
27
+ function instead.
28
+ - Removed `Federation.sendActivity()` method.
29
+ Use `Context.sendActivity()` method instead.
30
+ - Removed `Federation` class.
31
+ - Added `Federation` interface.
32
+ - Removed `FederationParameters` interface.
33
+
23
34
  - Added more log messages using the [LogTape] library. Currently the below
24
35
  logger categories are used:
25
36
 
26
37
  - `["fedify", "webfinger", "server"]`
27
38
 
39
+ [#69]: https://github.com/dahlia/fedify/issues/69
40
+
28
41
 
29
42
  Version 0.12.0
30
43
  --------------