Skip to main content

Node.js

0.4.4 (2025/11/21)

Features

  • add graceful shutdown with event batching (#142) (9a00852)

Miscellaneous

  • add api endpoint scheme configuration (#161) (e8f47c7)

0.4.3 (2025/11/19)

Features

  • add yaml flag type support #2217

Build System

  • deps-dev: bump @eslint/js from 9.36.0 to 9.39.1 (#155) (fe3b819)
  • deps-dev: bump the build-patch group with 2 updates (#153) (8c81838)
  • deps-dev: bump the build-patch group with 3 updates (#146) (a887380)

0.4.2 (2025/10/21)

Features

  • support for asynchronous initialization (#122) (9c3693e)
  • unify initialization process with other sdks (#106) (b431026)

Bug Fixes

  • explicitly export types used in interface to resolve lint warning (#126) (6402f82)
  • incorrect print level for the DefaultLogger (#134) (18911dc)
  • resolve missing dependencies in incremental feature flag evaluation (#136) (fd9fde3)

Build System

  • deps-dev: bump @eslint/js from 9.34.0 to 9.36.0 (#131) (4c33ee4)
  • deps-dev: bump @typescript-eslint/eslint-plugin (#141) (feb75c3)
  • deps-dev: bump @typescript-eslint/parser from 8.41.0 to 8.45.0 (#133) (859834f)
  • deps-dev: bump @typescript-eslint/parser from 8.45.0 to 8.46.2 (#139) (f2ca905)
  • deps-dev: bump the npm-minor-all group with 14 updates (#120) (83865ba)
  • deps-dev: bump the npm-minor-all group with 2 updates (#123) (41d1411)
  • deps-dev: bump the test-dependencies group with 3 updates (#137) (544237d)
  • deps: bump the build-patch group with 5 updates (#138) (6bf1553)
  • deps: bump the dependencies group across 1 directory with 19 updates (#100) (11eccf7)
  • deps: bump the npm-patch-all group with 3 updates (#129) (fe00ed8)
  • deps: bump the npm-patch-all group with 5 updates (#119) (3525485)

0.4.1 (2025/03/10)

Bug Fixes

  • flag not found when using dependency flag in targeting rule (#95) (a92e0b8)

Build System

  • deps: bump googleapis/release-please-action to 4.2.0 (#93) (feba6fd)
  • deps: bump the dependencies group with 16 updates (#91) (edfda1b)
  • deps: update the dependencies (#94) (dfc5328)

0.4.0 (2025/01/28)

Features

Bug Fixes

  • evaluation event being reported with no user ID (#89) (a59a36b)

Build System

  • deps: bump the dependencies group with 14 updates (#88) (0ba9617)

0.3.3 (2024/12/03)

Bug Fixes

  • skip generating error events for unauthorized or forbidden errors (#82) (9b38eca)

Build System

  • deps: bump the dependencies group with 12 updates (#84) (366be07)

0.3.2 (2024/11/19)

Miscellaneous

  • change objectVariation implementation for consistency (#80) (7fadef7)

Build System

  • deps: bump the dependencies group with 13 updates (#76) (914ace5)
  • deps: bump the dependencies group with 17 updates (#81) (006a839)

0.3.1 (2024/09/05)

Features

  • new detailed evaluation interface (#70) (99a28e9)

Bug Fixes

  • fail while checking if error is an instance of InvalidStatusError (#61) (7dd262a)

Miscellaneous

  • add the source ID and sdk version to the register events API (#58) (b4d9b3b)
  • update error metrics report (#59) (14c758c)

Build System

0.3.0 (2023/07/03)

Features

  • add node server side SDK (ece2ef3)

Bug Fixes

Miscellaneous

  • add client interface to request without grpc depencies (#9) (f63bbcf)
  • example: add the published sdk to dependencies (de9aa4e)
  • remove grpc dependencies (#13) (6e31646)
  • src: add docs to exported interfaces (f87004f)
  • support LatencySecond field (#15) (64f2305)
  • support new metrics events (#14) (d84da30)
  • use content-length header for SizeMetricsEvent (#16) (583945f)
  • use new interface instead of grpc (#12) (3cf43bd)