@fedify/fedify 1.2.0-dev.463 → 1.2.0-dev.464
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|