Skip to content

Commit

Permalink
Preload frequently used JSON-LD contexts
Browse files Browse the repository at this point in the history
Close #74
  • Loading branch information
dahlia committed Jun 19, 2024
1 parent 86bb52d commit fd936ae
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Version 0.11.0

To be released.

- Frequently used JSON-LD contexts are now preloaded. [[74]]

- The `fetchDocumentLoader()` function now preloads the following JSON-LD
contexts:

- <https://www.w3.org/ns/activitystreams>
- <https://w3id.org/security/v1>
- <https://w3id.org/security/data-integrity/v1>
- <https://www.w3.org/ns/did/v1>
- <https://w3id.org/security/multikey/v1>

- The default `rules` for `kvCache()` function are now 5 minutes for all
URLs.

[#74]: https://github.com/dahlia/fedify/issues/74


Version 0.10.0
--------------
Expand Down
Loading

0 comments on commit fd936ae

Please sign in to comment.