Skip to content

Commit b31da04

Browse files
committed
chore(release): 1.8.1
1 parent 7bad10b commit b31da04

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1-
## [1.8.0](https://github.com/Sync-in/server/compare/v1.7.0...v1.8.0) (2025-10-26)
1+
## [1.8.1](https://github.com/Sync-in/server/compare/v1.8.0...v1.8.1) (2025-10-30)
22

33
### Highlights
44

55
* 🌍 **14 languages supported** — added 12 new ones: 🇩🇪 🇪🇸 🇵🇹 🇧🇷 🇮🇹 🇨🇳 🇮🇳 🇹🇷 🇯🇵 🇰🇷 🇵🇱 🇷🇺
66
***Better suited for small systems** – reduced the default number of backend workers from **2 to 1** to improve memory efficiency on lightweight
77
setups (e.g. Raspberry Pi).
8+
* 😈 **FreeBSD support** – npm distribution is now compatible with FreeBSD
89
* 🔍 **Indexing & search controls** — new config to enable/disable indexing, per-space toggles, and full-text search preferences.
910
* 📊 **Quotas** — define storage quotas for external shares; storage from anchored external locations now counts toward the space’s total usage.
1011
* 🖼️ **Thumbnails** — photo thumbnail generation is now **3× faster**.
11-
* 🐳 **Docker** — minimized system dependencies for a **lighter and more efficient image**.
12+
* 🐳 **Docker** — minimized system dependencies for a **lighter and more efficient image** (from 562MB to 357MB, saving 205MB!).
1213

1314
➡️ [More details](https://sync-in.com/news/sync-in-server-1-8)
1415

16+
### Bug Fixes
17+
18+
* **backend:files:** lower PDF.js verbosity to reduce logging noise ([336fce8](https://github.com/Sync-in/server/commit/336fce8d6b9f2873c10bfaf3a7ca226eb3cb6069))
19+
* **backend:users:** handle graceful shutdown in WebSocket gateway to prevent new connections during app termination ([0f02820](https://github.com/Sync-in/server/commit/0f02820a291fd5764e928a00cd540514ddfc5ad3))
20+
* **backend:** update router options access to use `options.routerOptions` instead of deprecated `constraints` property (Fastify v6 compatibility) ([2d74512](https://github.com/Sync-in/server/commit/2d74512a800ba7d80e043679249ec98d3ab6f180))
21+
22+
## [1.8.0](https://github.com/Sync-in/server/compare/v1.7.0...v1.8.0) (2025-10-26)
23+
1524
### Features
1625

1726
* **backend:cache:** update Redis packages to latest versions supporting Redis 7.x and 8.x, adjust code and improve cache

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Sync-in",
33
"name": "sync-in-server",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"description": "The secure, open-source platform for file storage, sharing, collaboration, and sync",
66
"keywords": [
77
"sync-in",

0 commit comments

Comments
 (0)