---
title: January 2024 Release
description: Technical Release Notes for release-2024-01
---
To get an overview about new functionality, read the [Release Notes](https://livingdocs.io/en/release-january-2024).
To learn about the necessary actions to update Livingdocs to `release-2024-01`, read on.
**Attention:** If you skipped one or more releases, please also check the release-notes of the skipped ones.
## Webinar
* [Feature Webinar Recording](https://us02web.zoom.us/rec/share/9o-Nb7rIqNkO3C9ATe2D5b7aDv-ASn8et9UEum9glHnkBmHa7MZlyt3Cr7eBVLU.WJNKFH8Lv4nKGYWT) | Passcode: j@PkK@96
* [Feature Webinar Documentation](https://docs.google.com/presentation/d/1HRI9w_mhPuIoMJeUUChel0aSqF8zu5d6CQJ_QgebqFE)
* [Dev Webinar Recording](https://us02web.zoom.us/rec/share/JML9yz-8d9z0ctgtbcRsyETNDgRypIEvZghC_EIj0gf_71c6RMpXhiOFnWg2omsw.EP2TAfIYs4uUL2GC) | Passcode: $2BSSyTt
* [Dev Webinar Slides](https://docs.google.com/presentation/d/14qFd0X_G49WWuYRlH8rTLzDlM_rMky_Ofafojr1OhS4)
* [Release Newsletter Subscription](https://confirmsubscription.com/h/j/61B064416E79453D)
## System Requirements
### Suggested
| Name | Version |
| ------------------------------ | ---------------------------------------------------------------------------------------- |
| Node | 20 |
| NPM | 9 |
| Postgres | 15 |
| Elasticsearch
OpenSearch | 8.x
v2.3.0 |
| Redis | 7 |
| Livingdocs Server Docker Image | livingdocs/server-base:20 |
| Livingdocs Editor Docker Image | livingdocs/editor-base:20 |
| Browser Support | Edge >= 92, Firefox >= 90, Chrome >= 92, Safari >= 15.4, iOS Safari >= 15.4, Opera >= 78 |
### Minimal
| Name | Version |
| ------------------------------ | ---------------------------------------------------------------------------------------- |
| Node | 18 |
| NPM | 9 |
| Postgres | (Deprecated Postgres v12) 12 |
| Elasticsearch
OpenSearch | 7.x
1 |
| Redis | 6.2 |
| Livingdocs Server Docker Image | livingdocs/server-base:18.4 |
| Livingdocs Editor Docker Image | livingdocs/editor-base:18.6 |
| Browser Support | Edge >= 92, Firefox >= 90, Chrome >= 92, Safari >= 15.4, iOS Safari >= 15.4, Opera >= 78 |
## Breaking Changes 🔥
**Release** (`server`)
### Migrate the Postgres Database :fire:
No upstream migrations were added this release.
**Requirements** (`server`)
### Drop support for Node v18.17 :fire:
Drop support for Node versions below 18.17 due to a dependency. Use `livingdocs/server-base:20` and `livingdocs/editor-base:20` or the latest `livingdocs/server-base:18.x` or `livingdocs/editor-base:18.x` container images: `livingdocs/server-base:18.4` and `livingdocs/editor-base:18.6`.
* [Server: Remove Node