423 Commits

Author SHA1 Message Date
lukaszraczylo 3352050bdb Update go.mod and go.sum (#68) v0.43.55 2026-02-27 03:46:24 +00:00
lukaszraczylo bb2509e254 Update go.mod and go.sum (#67) v0.43.53 2026-02-26 03:47:30 +00:00
lukaszraczylo d027122446 Update go.mod and go.sum (#66) v0.43.51 2026-02-25 03:48:58 +00:00
lukaszraczylo 3abbaf66a1 Update go.mod and go.sum (#65) v0.43.49 2026-02-24 03:47:16 +00:00
lukaszraczylo f8871a4fb7 Update go.mod and go.sum (#64) v0.43.47 2026-02-19 03:49:36 +00:00
lukaszraczylo 420e63f383 Update go.mod and go.sum (#63) v0.43.45 2026-02-18 03:50:04 +00:00
lukaszraczylo 9bd9f0b9ba Update go.mod and go.sum (#62) v0.43.43 2026-02-17 03:47:17 +00:00
lukaszraczylo 31cb5930d5 Update go.mod and go.sum (#61) v0.43.41 2026-02-15 03:51:37 +00:00
lukaszraczylo 454e1d2425 Update go.mod and go.sum (#60) v0.43.39 2026-02-14 03:46:07 +00:00
lukaszraczylo 98afa39943 Update go.mod and go.sum (#59) v0.43.37 2026-02-11 03:57:00 +00:00
lukaszraczylo 6605c59efd Update go.mod and go.sum (#58) v0.43.35 2026-02-10 03:58:10 +00:00
lukaszraczylo f87f2ae5a2 Update go.mod and go.sum (#57) v0.43.33 2026-02-09 03:52:03 +00:00
lukaszraczylo 04f6deb0a8 Update go.mod and go.sum (#56) v0.43.31 2026-02-04 03:46:40 +00:00
lukaszraczylo 5ea41ea268 Update go.mod and go.sum (#55) v0.43.29 2026-02-03 03:47:55 +00:00
lukaszraczylo b8b814a9be Update go.mod and go.sum (#54) v0.43.27 2026-02-02 03:51:10 +00:00
lukaszraczylo 5b79b49b00 Update go.mod and go.sum (#53) v0.43.25 2026-02-01 03:55:03 +00:00
lukaszraczylo bdbf829a59 Update go.mod and go.sum (#52) v0.43.23 2026-01-30 03:45:32 +00:00
lukaszraczylo dcff327745 Update go.mod and go.sum (#51) v0.43.21 2026-01-29 03:45:20 +00:00
lukaszraczylo f2997c4c9f Update go.mod and go.sum (#50) v0.43.19 2026-01-28 03:32:18 +00:00
lukaszraczylo c3fe0471df Update go.mod and go.sum (#49) v0.43.17 2026-01-27 03:32:38 +00:00
lukaszraczylo d62c718682 Update go.mod and go.sum (#48) v0.43.15 2026-01-26 03:37:18 +00:00
lukaszraczylo 26cebee756 Update go.mod and go.sum (#47) v0.43.13 2026-01-25 03:33:49 +00:00
lukaszraczylo acace4fe16 Update go.mod and go.sum (#46) v0.43.11 2026-01-23 03:32:22 +00:00
lukaszraczylo f6fc338c8c Update go.mod and go.sum (#45) v0.43.9 2026-01-22 03:32:34 +00:00
lukaszraczylo 9b792c3c64 Update go.mod and go.sum (#44) v0.43.7 2026-01-21 03:30:16 +00:00
lukaszraczylo d3fe02aa52 Update go.mod and go.sum (#43) v0.43.5 2026-01-19 03:31:38 +00:00
lukaszraczylo 82000bfb4c Update go.mod and go.sum (#42) v0.43.3 2026-01-17 03:29:33 +00:00
lukaszraczylo 3aa83d4480 chore(security,refactor): extract sanitization and improve code quality (#41)
* chore(security,refactor): extract sanitization and improve code quality

- [x] Extract sanitization functions to dedicated sanitization.go module
- [x] Add comprehensive golangci-lint v2 configuration with security rules
- [x] Replace interface{} with any type throughout codebase
- [x] Add admin API authentication security warning
- [x] Extract WebSocket and stats streaming constants
- [x] Add best-effort error handling comments for resource cleanup
- [x] Expand sensitive field patterns for improved PII redaction
- [x] Simplify safety checks and remove redundant nil validations
- [x] Improve test coverage for password field redaction patterns

* refactor: replace interface{} with any type alias

- [x] Replace all `map[string]interface{}` with `map[string]any`
- [x] Replace all `interface{}` with `any` in function signatures and type definitions
- [x] Update sync.Pool New function returns from `interface{}` to `any`
- [x] Add package documentation comments to 8 package files
- [x] Update type assertions and casts to work with `any` type
v0.43.1
2026-01-17 00:04:12 +00:00
lukaszraczylo caeae62236 Update go.mod and go.sum (#40) v0.42.37 2026-01-15 03:30:11 +00:00
lukaszraczylo 0e1deab8ed Update go.mod and go.sum (#39) v0.42.35 2026-01-13 03:29:26 +00:00
lukaszraczylo 67b0bebbc3 Update go.mod and go.sum (#38) v0.42.33 2026-01-10 03:30:19 +00:00
lukaszraczylo 92c2c162d8 Update go.mod and go.sum (#37) v0.42.31 2026-01-09 03:30:01 +00:00
lukaszraczylo 8367812a48 Update go.mod and go.sum (#36) v0.42.29 2026-01-06 03:29:35 +00:00
lukaszraczylo 86fa0551df Update go.mod and go.sum (#35) v0.42.27 2025-12-27 03:30:00 +00:00
lukaszraczylo 4be6b0f6cf Update go.mod and go.sum (#34) v0.42.25 2025-12-25 03:30:50 +00:00
lukaszraczylo 6bc4cfd916 Update go.mod and go.sum (#33) v0.42.23 2025-12-24 03:30:40 +00:00
lukaszraczylo a3093fe2d1 Update go.mod and go.sum (#32) v0.42.21 2025-12-23 03:29:03 +00:00
lukaszraczylo c0f5f0830d Add signing of the builds v0.42.19 2025-12-15 00:42:45 +00:00
lukaszraczylo 623cbbcae3 Add signing images and binaries. 2025-12-14 23:38:06 +00:00
lukaszraczylo 05a07fde42 Update go.mod and go.sum (#31) v0.42.17 2025-12-13 03:23:40 +00:00
lukaszraczylo c926d0d0a3 Update go.mod and go.sum (#30) v0.42.15 2025-12-09 22:29:00 +00:00
lukaszraczylo 6c96880eae fixup! Use shared PR workflow. v0.42.13 2025-12-09 22:25:34 +00:00
lukaszraczylo 7f78869a8a Use shared PR workflow. v0.42.11 2025-12-08 01:31:15 +00:00
lukaszraczylo 794ec6a752 Trigger autoupdate. 2025-12-08 01:13:03 +00:00
lukaszraczylo 9678b8f7b9 fixup! fixup! fixup! Github pages + benchmarks. 2025-12-07 17:00:33 +00:00
lukaszraczylo 7bb76893f5 fixup! fixup! Github pages + benchmarks. 2025-12-07 16:53:54 +00:00
lukaszraczylo 4ef42e5781 fixup! Github pages + benchmarks. v0.42.4 v0.42.2 2025-12-07 16:49:50 +00:00
lukaszraczylo 996d29b57b Github pages + benchmarks. v0.42.3 2025-12-07 16:46:13 +00:00
lukaszraczylo 7c80d6adaa Create CNAME 2025-12-07 16:45:33 +00:00
lukaszraczylo 31fc3ae3d9 Switch to goreleaser. v0.42.1 2025-12-07 16:13:33 +00:00