@fedify/fedify 0.13.0-dev.320 → 0.13.0-dev.322

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGES.md +8 -2
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -55,8 +55,14 @@ To be released.
55
55
  - Added `fedify tunnel` command to expose a local HTTP server to the public
56
56
  internet.
57
57
 
58
- - The `fedify init` command now generates a scaffold project with logging
59
- configuration using the [LogTape] library.
58
+ - A scaffold project generated by the `fedify init` command has several
59
+ changes:
60
+
61
+ - Now a scaffold project uses a [x-forwarded-fetch] middleware to
62
+ support `X-Forwarded-Proto` and `X-Forwarded-Host` headers.
63
+ - Now a scaffold project has hot reloading by default.
64
+ - Now a scaffold project has logging configuration using the [LogTape]
65
+ library.
60
66
 
61
67
  - Added more log messages using the [LogTape] library. Currently the below
62
68
  logger categories are used:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.13.0-dev.320+acfb05d2",
3
+ "version": "0.13.0-dev.322+b93d9508",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",