@fedify/fedify 1.2.0-dev.463 → 1.2.0-dev.464
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +5 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -39,6 +39,11 @@ To be released.
|
|
|
39
39
|
- `new Service()` constructor now accepts `followedMessage` option.
|
|
40
40
|
- `Service.clone()` method now accepts `followedMessage` option.
|
|
41
41
|
|
|
42
|
+
- Add options for an AMQP driver to `fedify init` command.
|
|
43
|
+
|
|
44
|
+
- Added `amqp` value to the `-q`/`--message-queue` option of
|
|
45
|
+
the `fedify init` command.
|
|
46
|
+
|
|
42
47
|
- Added more log messages using the [LogTape] library. Currently the below
|
|
43
48
|
logger categories are used:
|
|
44
49
|
|