Releases: amir20/dozzle
Releases · amir20/dozzle
v10.0.7
🚀 Features
- Shows a subtle background affect when a new container is added - by @amir20 in #4494 (66126)
- Bases colors for containers off id instead of name - by @amir20 in #4496 (c7e56)
- Introduces sample window size for metric alerting - by @amir20 and Claude Opus 4.6 in #4498 (93d9c)
🐞 Bug Fixes
- deps:
View changes on GitHub
v10.0.6
v10.0.5
🐞 Bug Fixes
- Normalize CPU % against container cpuLimit and add soft ceiling to BarChart - by @amir20 and Claude Opus 4.6 in #4464 (54469)
- Add network stats to agent client - by @marvinruder in #4482 (e66dd)
- Makes the bar chart with a large limit more sensetive - by @amir20 in #4476 (5d38e)
- deps:
View changes on GitHub
v10.0.4
🐞 Bug Fixes
- Use coolify.serviceName for unique container names in multi-container apps - by @javierperezm in #4466 (5ff6d)
- Call Start() before LoadConfig() in agent mode to prevent nil pointer panic - by @amir20 and Claude in #4468 (78114)
- deps: Update all non-major dependencies - in #4463 (ffa38)
View changes on GitHub
v10.0.3
🚀 Features
- Auto completes json keys in preview - by @amir20 in #4440 (ed950)
- Supports host when forwarding to permanent link and provide it as an option in drop down. - by @amir20 in #4441 (d6109)
- Supports copying logs to clipboard - by @amir20 in #4451 (8057b)
- Add metric-based alerts for container CPU/memory thresholds - by @amir20, Dhaval Patel and Claude Opus 4.6 in #4454 (a79ff)
🐞 Bug Fixes
- Fixes broken shell when reading large content. tty was never set - by @amir20 in #4443 (a300d)
- Fixes new containers not subsrcribing when first starting - by @amir20 in #4458 (37486)
- Fixes context menu not showing with little rows. see #4332 - by @amir20 in #4462 and #4332 (bf16c)
- Fixes multiple bugs with alerting 🔔 - by @amir20 in #4459 (c3a45)
- deps:
View changes on GitHub
v10.0.2
🤦 Update
- Dozzle Cloud experienced a database failure, and I was unable to restore the data. I currently have a backup running, so this should not happen again. However, all users who had linked their Dozzle instance will need to relink it. This release includes a status page that allows you to verify if the link is correct. 🙏
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v10.0.1
v10.0.0
🚀 Features
- Implements web hooks and dispatchers with a complete new notificaiton page 🔔 - by @amir20 in #4349 (321bf)
- Supports go templates for webhooks - by @amir20 in #4366 (abeb8)
- Adds test connection for destination - by @amir20 in #4369 (1411c)
- Supports notifications for agents - by @amir20 in #4372 (0ff0d)
- Add Coolify labels as fallbacks for container name and group - by @javierperezm in #4384 (4db74)
- Supports dozzle cloud - by @amir20 in #4381 (8b4f4)
- Adds shortcut for creating alerts - by @amir20 in #4411 (40f33)
- Expand trace level aliases in level_guesser.go - by @gjorgdy in #4413 (b8f22)
- Adds json sytanx to template - by @amir20 in #4414 (c5af5)
🐞 Bug Fixes
- Fixes json objects not working for expr - by @amir20 in #4371 (0d712)
- Avoid fatal on invalid container filters in auth - by @Mirza-Samad-Ahmed-Baig in #4379 (efcad)
- Use io.Copy for exec TTY output instead of stdcopy - by @robertbreker in #4382 (f3afb)
- Fixes incorrect user scope for agent.find - by @amir20 (98a49)
- Fixes scrolling down in historical logs - by @amir20 in #4398 (ff586)
- Fixes alert edit not loading destination correctly - by @amir20 in #4399 (ecdcd)
- Fixes broken UI on smaller screens - by @amir20 in #4400 (cd15f)
- deps:
- Update all non-major dependencies to ^1.2.52 - in #4359 (d60a1)
- Update all non-major dependencies - in #4362 (e2109)
- Update all non-major dependencies - in #4378 (f831d)
- Update module github.com/puzpuzpuz/xsync/v4 to v4.4.0 - in #4388 (4a646)
- Update all non-major dependencies - in #4404 (21676)
- Update all non-major dependencies - in #4408 (0a1d8)
- Update dependency @codemirror/view to ^6.39.13 - in #4418 (30614)
- Update all non-major dependencies - in #4423 (e48aa)
🏎 Performance
- Implements a semaphore when too many requests happen in notificaiton manager - by @amir20 in #4402 (87ea9)
- Improves performance by removing watcher on containers - by @amir20 in #4394 (425d9)
View changes on GitHub
v9.0.3
🐞 Bug Fixes
- Fixes incorrect user scope for agent.find. This also fixes a security advisory. - by @amir20 (620e5)
- Avoid fatal on invalid container filters in auth - by @Mirza-Samad-Ahmed-Baig in #4379 (58cac)
View changes on GitHub
v9.0.2
🚀 Features
- Adds network usage for each container - by @amir20 in #4340 (d44ab)
- Shows net stats on mobile - by @amir20 in #4357 (51fce)
🐞 Bug Fixes
- Fixes host limits being miscalculated - by @amir20 in #4341 (05f76)
- Fixes cpu limit not working correctly - by @amir20 in #4356 (4b3e4)
- deps: