Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Dec 2, 2024
1 parent 1891319 commit 45c7b19
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
## Unreleased

### Enhancements

- Introduce global process lock for Loader Workers, preventing multiple workers from
attempting to compile the same module simultaneously
- Page Warming - Beacon will now eagerly load a small number of pages (default 10) at boot time for SEO
- Page Warming - Beacon will now eagerly load a small number of pages (default 10) at boot time for SEO
- `Beacon.Config` option `:page_warming` can change the number of pages to warm, specify which pages, or disable warming per site
- Only start reachable sites on boot to save resources
- Warn when a site defined in the router is not reachable

### Fixes

### Fixes
- Remove self dependency on ErrorPage module
- Allow `:admin` source for BeaconAssigns in unpublished Pages

### Chores
- Isolate dynamic function calls

### Documentation
- Add Deployment Topologies guide

## 0.2.2 (2024-11-17)

### Fixes
Expand Down

0 comments on commit 45c7b19

Please sign in to comment.