Skip to content

Releases: amir20/dozzle

v10.3.0

07 Apr 14:11
4423961

Choose a tag to compare

   🚀 Features

  • Expose container actions to Dozzle Cloud via gRPC  -  by @amir20 and Claude Opus 4.6 (1M context) in #4578 (3ce1f)
  • Adds scroll up for multiple container views 🥳  -  by @amir20 and Claude Opus 4.6 (1M context) in #4450 (475a1)
  • Add container update action with image pull and recreate 🚀  -  by @amir20 and Claude Opus 4.6 (1M context) in #4588 (28482)
  • Add descriptive messages to cloud action responses  -  by @amir20 and Claude Opus 4.6 (1M context) in #4592 (dd5cd)
  • Include short SHA in dev/PR version strings  -  by @amir20 and Claude Opus 4.6 (1M context) in #4598 (4c378)

   🐞 Bug Fixes

  • Add missing fields to protobuf agent conversions  -  by @amir20 and Claude Opus 4.6 (1M context) in #4568 (4cf39)
  • Preserve grouped log fragments as array in notifications  -  by @amir20 and Claude Opus 4.6 (1M context) in #4573 (77ddc)
  • Increase log details max height  -  by @amir20 and Claude Opus 4.6 (1M context) in #4574 (48145)
  • Add gRPC keepalive to cloud client to prevent proxy idle disconnects  -  by @amir20 in #4582 (7225a)
  • Guard FuzzySearchModal for fuse.js 7.3.0 empty query change  -  by @amir20 and Claude Opus 4.6 (1M context) in #4587 (7966b)
  • Resolve race condition in TestContainerStore_die  -  by @amir20 and Claude Opus 4.6 (1M context) in #4591 (5abda)
  • Improve toast layout on mobile 📱  -  by @amir20 and Claude Opus 4.6 (1M context) in #4593 (2d54f)
  • Prevent Dozzle from attempting to update its own container  -  by @amir20 and Claude Opus 4.6 (1M context) in #4600 (f13bc)
  • deps:
    View changes on GitHub

v10.2.1

26 Mar 19:47
922d6de

Choose a tag to compare

   🚀 Features

  • Add swarm-deploy function for local image testing  -  by @amir20 and Claude Opus 4.6 (1M context) (2380c)
  • Support log.level JSON key for level detection  -  by @amir20 and Claude Opus 4.6 (1M context) in #4564 (fd943)

   🐞 Bug Fixes

  • Notification config not broadcast to swarm nodes  -  by @amir20 and Claude Opus 4.6 (1M context) in #4563 (f60fb)
  • deps: Update all non-major dependencies  -  in #4566 (e2715)
    View changes on GitHub

v10.2.0

23 Mar 17:40
9c9d361

Choose a tag to compare

   🚀 Features

  • Always persist user profile to disk  -  by @amir20 and Claude Opus 4.6 (1M context) in #4550 (fc1e8)
  • Add Docker event notifications  -  by @amir20 and Claude Opus 4.6 (1M context) in #4556 (2975a)

   🐞 Bug Fixes

  • Don't break log group when next line has the same level  -  by @amir20 and Claude Opus 4.6 (1M context) in #4549 (abdcb)
  • Correct Makefile dependencies and missing .PHONY declarations  -  by @amir20 and Claude Opus 4.6 (1M context) in #4552 (8957f)
  • Mobile UI improvements for notifications and container table  -  by @amir20 and Claude Opus 4.6 (1M context) in #4558 (dc38d)
  • deps:
    • Update module google.golang.org/grpc to v1.79.3  -  in #4546 (0db98)
    • Update all non-major dependencies  -  in #4554 (4f769)
    • Update all non-major dependencies  -  in #4559 (21302)
    • Update dependency unplugin-vue-components to v32  -  in #4560 (6bb3c)
    View changes on GitHub

v10.1.2

17 Mar 21:36
177d721

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v10.1.1

09 Mar 21:43
68d7720

Choose a tag to compare

   🐞 Bug Fixes

  • Sync notification stats across agents  -  by @amir20 and Claude Opus 4.6 in #4525 (330e9)
  • Emit orphaned log lines when no real entry follows  -  by @amir20 and Claude Opus 4.6 in #4527 (fce15)
  • deps:
    • Update all non-major dependencies  -  in #4521 (6f139)
    • Update all non-major dependencies to ^3.5.30  -  in #4522 (1cd1b)
    View changes on GitHub

v10.1.0

08 Mar 15:34
72ea5ee

Choose a tag to compare

   🚀 Features

  • Add custom HTTP headers for webhook notifications  -  by @amir20 and Claude Opus 4.6 in #4517 (91ad1)

   🐞 Bug Fixes

  • Set correct timestamp on downloaded zip log files  -  by @amir20 in #4516 (ebc64)
  • Preserve notification runtime stats on update  -  by @amir20 and Claude Opus 4.6 in #4520 (45b7a)
  • Skip orphaned continuation lines and improve group chaining  -  by @amir20 and Claude Opus 4.6 in #4518 (8121e)
  • deps: Update all non-major dependencies  -  in #4508 (3bc57)
    View changes on GitHub

v10.0.7

02 Mar 17:45
b68fb45

Choose a tag to compare

   🚀 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

27 Feb 18:29
f2cb9ae

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v10.0.5

26 Feb 20:58
bdfeb0a

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v10.0.4

21 Feb 20:25
a074aa9

Choose a tag to compare

   🐞 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