Skip to content

Releases: pommee/goaway

v0.63.4

31 Dec 12:40

Choose a tag to compare

0.63.4 (2025-12-31)

Bug Fixes

  • deps: bump client dependencies (f8d9a1d)

UI/UX

  • optimize ui for smaller viewports (714f7ee)

v0.63.3

28 Dec 10:17

Choose a tag to compare

0.63.3 (2025-12-28)

Bug Fixes

  • added ability to change the name for any client (2bca605)

v0.63.2

23 Dec 09:32

Choose a tag to compare

0.63.2 (2025-12-23)

Bug Fixes

  • let gorm handle createdat/updatedat fields (8667a15)

v0.63.1

22 Dec 13:19

Choose a tag to compare

0.63.1 (2025-12-22)

Bug Fixes

  • fix bypass bug and cleanup client name/ip caches (b1f2d68)

v0.63.0

22 Dec 02:24

Choose a tag to compare

0.63.0 (2025-12-22)

Important

A new database field has been introduced during this version to handle "bypass".
This will most likely require you to regenerate the database.

This setting enables you to fully allow a client to pass through any rules set. Handy for admins and troubleshooting.

Features

  • added ability to set 'bypass' for each client to bypass any rules (1471ff1)

UI/UX

  • added indicator to show blocking status along with a modal rework (2d23669)
  • make it clear that 'client' is clickable in the logs view (dc633be)

v0.62.25

20 Dec 09:11

Choose a tag to compare

0.62.25 (2025-12-20)

Bug Fixes

  • use net package instead of parsing raw strings for ip (fb0b3bb)

Documentation

  • add 'api.jwtSecret' to documentation (b8eb1af)

UI/UX

  • remove 'lucide-react' related and confetti library to minimize build. Also updated the rest of client dependencies (918d4ba)

v0.62.24

11 Dec 09:54

Choose a tag to compare

0.62.24 (2025-12-11)

Bug Fixes

  • prevent initialization if previously done for blacklist (c8d6ee5)

v0.62.23

08 Dec 20:30

Choose a tag to compare

0.62.23 (2025-12-08)

Bug Fixes

  • parse blocking time as number (31706de)

v0.62.22

08 Dec 20:03

Choose a tag to compare

0.62.22 (2025-12-08)

Performance Improvements

  • better performance when fetching unique query types (9042f1d)

UI/UX

v0.62.21

08 Dec 18:50

Choose a tag to compare

0.62.21 (2025-12-08)

Bug Fixes

  • add better toast for 'pause blocking' button in case of error (16827a8)
  • remove 'white flash' for dark mode users (aeb1894)
  • switched to only coloring log level instead of entire lines (817dc24)

UI/UX

  • add history tab to client card (6565ec2)
  • added restart button in dashboard that will fully restart the entire application (1d45174)
  • cursor-pointer on toggle switch (32103ae)