Skip to content

Latest commit

 

History

History
75 lines (37 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

75 lines (37 loc) · 4.83 KB

Changelog

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)