Skip to content

Releases: gravity-ui/nodekit

v1.5.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 10 Oct 12:08
341d27c

1.5.0 (2024-10-10)

Features

  • add ability to attach extra data to log lines (#50) (76eb406)
  • add user language param (#54) (23aa1f6)

Bug Fixes

v1.4.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 25 Jul 15:36
3c99b29

1.4.0 (2024-07-25)

Features

  • utils: make data redacters settings case insensitive (#48) (12a32ca)

v1.3.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 08 Dec 17:04
a129689

1.3.0 (2023-12-08)

Features

  • add userId context param for legacy compatibility (#42) (8edc95a)
  • clickhouse: make telementry send interval configurable (#40) (cd4a9eb)

v1.2.1

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 20 Sep 13:37
230911a

1.2.1 (2023-09-20)

Bug Fixes

v1.2.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 19 Sep 18:37
19892af

1.2.0 (2023-09-19)

Features

v1.1.1

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 01 Sep 11:15
09a5906

1.1.1 (2023-09-01)

Bug Fixes

  • types: use correct type of isTrueEnvValue (#33) (cd2d5e1)

v1.1.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 01 Sep 10:21
241ccaf

1.1.0 (2023-09-01)

Features

  • utils: improve redactSensitiveHeaders types (#29) (86763d5)

Bug Fixes

  • utils: allow undefined input in isTrueEnvValue (#32) (41fb0d4)

v1.0.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 31 Aug 16:12
baf9000

1.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • package: update axios peer dependency
  • loadFileConfigs: use standard node js algorithm to resolve configs (#23)

chore

  • package: update axios peer dependency (1a5b307)

Features

  • add logging destination option (#22) (833b5b6)
  • loadFileConfigs: use standard node js algorithm to resolve configs (#23) (75ab0a7)
  • logging: add option to control logging level (#25) (ab52cb0)
  • tracing: allow to pass collector endpoint option to tracing reporter (#26) (6798b40)
  • update axios (30e5a6a)

Bug Fixes

  • tracer: tracer does not have close method if it is not enabled (#24) (98c4a96)

v0.4.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 31 Aug 14:49

0.4.0 (2023-08-31)

Features

  • add headers redacter (#18) (60318bd)
  • add logging destination option (#22) (833b5b6)
  • logging: add option to control logging level (#25) (ab52cb0)
  • tracing: allow to pass collector endpoint option to tracing reporter (#26) (6798b40)
  • update axios (30e5a6a)

Bug Fixes

  • tracer: tracer does not have close method if it is not enabled (#24) (98c4a96)

v0.3.0

Choose a tag to compare

@gravity-ui-bot gravity-ui-bot released this 25 Jul 12:32

0.3.0 (2023-07-25)

Features

  • add dynamic config pooler (b3fab1f)

Bug Fixes