1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00

Merged changelog entries

This commit is contained in:
mserranom 2024-07-17 11:05:55 +02:00
parent bec10b0474
commit 71e8321fab

View file

@ -3,14 +3,15 @@
## 2024-07-17
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `5.1.0`.
- `SIBLING_CONTAINERS_ENABLED` is now set to `true` for new installs in [`config-seed/overleaf.rc`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/overleaf.rc).
We strongly recommend enabling the [Sandboxed Compiles feature](https://github.com/overleaf/toolkit/blob/master/doc/sandboxed-compiles.md) for existing installations as well.
## 2024-07-17
### Added
- `SIBLING_CONTAINERS_ENABLED` is now set to `true` for new installs in [`config-seed/overleaf.rc`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/overleaf.rc).
We strongly recommend enabling the [Sandboxed Compiles feature](https://github.com/overleaf/toolkit/blob/master/doc/sandboxed-compiles.md)
for existing installations as well.
- Added "--appendonly yes" configuration to redis.
redis persistence documentation: https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/
Redis persistence documentation: https://redis.io/docs/latest/operate/oss_and_stack/management/persistence/
## 2024-07-16
### Added