Skip to content

Releases: flanksource/commons

v1.53.1

06 Jun 18:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.53.1 (2026-06-06)

Bug Fixes

  • duration: fix duration string formatting for multi-digit values (340276a)

v1.53.0

05 Jun 06:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.53.0 (2026-06-05)

Features

  • http,logging,har: add configurable request/response body limits and enhanced access logging (74c1d30)
  • http: buffer request bodies for retry replay and add configurable trace levels (1999d10)

BREAKING CHANGES

  • http,logging,har: NewLogger no longer accepts AccessLog config as a shortcut; use TraceConfig.AccessLog instead. The access log behavior has changed: error-only mode (AccessLogErrorsOnly) now surfaces failures at -v=0 without per-request spam.
  • http: traceConfigForLevel is renamed to TraceConfigForLogLevel and has different behavior.

v1.52.0

31 May 10:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.52.0 (2026-05-31)

Features

  • http: add RetryStrategy callback and context-driven configuration (ac5f628)

BREAKING CHANGES

  • http: Client.traceMW and related internals are now exposed for deduplication logic; existing code using Trace() or TraceToStdout() continues to work but may see different middleware stacking behavior.

Refs: HAR collection, context-driven configuration, improved retry control

v1.51.6

27 May 08:09
Immutable release. Only release title and notes can be modified.
3020004

Choose a tag to compare

1.51.6 (2026-05-27)

v1.51.5

21 May 03:01
Immutable release. Only release title and notes can be modified.
8f61694

Choose a tag to compare

1.51.5 (2026-05-21)

v1.51.4

04 May 10:46
Immutable release. Only release title and notes can be modified.
72c1bcf

Choose a tag to compare

1.51.4 (2026-05-04)

v1.51.3

30 Apr 16:50
Immutable release. Only release title and notes can be modified.
7649884

Choose a tag to compare

1.51.3 (2026-04-30)

v1.51.2

30 Apr 16:43
Immutable release. Only release title and notes can be modified.
f836789

Choose a tag to compare

1.51.2 (2026-04-30)

v1.51.1

27 Apr 10:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.51.1 (2026-04-27)

v1.51.0

24 Apr 11:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.51.0 (2026-04-24)

Features

  • logger: Add SetOutput and GetOutput for dynamic log redirection (441e674)