node-api-kit

Simple scheduling and queueing

OTHER License

Downloads
241
Stars
0
Committers
2

Bot releases are hidden (Show)

node-api-kit -

Published by stfsy about 1 year ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2023-08-08)

Chores

  • add config for json serializer property (307343f)
  • add typesVersions configuration (b48415b)
  • create index.js referencing all other index.jses (f47771b)
  • deps: bump import-in-the-middle, @opentelemetry/instrumentation, @opentelemetry/instrumentation-grpc and @opentelemetry/instrumentation-http (3f6c648)
  • during release also create types (03c0656)
  • error-handler: also log stack trace (b835c62)
  • install typescript dev dependency (fc4d8a4)
  • point configuration export to index.js (d8b3635)
  • rename index to api.js (57e5f21)
node-api-kit -

Published by stfsy about 1 year ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2023-08-09)

Features

  • define prefix for keys that should not be returned to the client (4929fe5)

Chores

  • ci: use different release action (d0edca7)
  • deps: update dependencies (5d317ca)
node-api-kit -

Published by stfsy about 1 year ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2023-08-07)

Chores

  • deps: bump pino from 8.14.2 to 8.15.0 (f44c34e)
  • make work on node18 by not using localhost (f1ef695)
  • remove main entry (2729763)
  • update configuration export name (b7faf3a)
node-api-kit -

Published by stfsy about 1 year ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2023-08-07)

Bug Fixes

  • cacheable: sync cacheable must use sync span (8b180d5)
  • tracing: callback not called with span argument (6d16e12)

Refactorings

  • move http error handler to http folder (6c01632)

Chores

  • add single entrypoint for endpoints folder (c8e3c07)
  • add single entrypoint for middleware folder (a9aa8ef)
  • add single entrypoint for util folder (dae8852)
  • add single entrypoint for validation folder (bf00393)
  • add single single entrypoint for configuration folder (9146088)
  • delete-endpoint: send empty body and links (d2e36d8)
  • export http folder (73cbffd)
  • package: add files property (4964740)
  • utils: update export names (a047b10)
node-api-kit -

Published by stfsy about 1 year ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2023-08-06)

Features

  • access-log: add tracing (7d57235)
  • access-log: use log utility (12edf8f)
  • body-parser: add middleware with enabled tracing (847acb6)
  • cacheable: add tracing (fde7a4b)
  • content-type: add tracing (ea46498)
  • endpoints: add tracing (d2560d4)
  • resource-id: add tracing (87e2d48)
  • security-headers: add tracing (196ba87)
  • tracing: add utility for tracing function calls (9cd9f24)

Bug Fixes

  • resoruce-id: create id returns promise (6cd6779)

Refactorings

  • tracing: move tracing scripts to tracing folder and add impls for aws (69cb955)

Chores

  • add additional types (d2dd1dc)
  • add example domain for books (1cf7a90)
  • add factory method for endpoints (3a98585)
  • add generic resource service for examples (dff2c86)
  • add npm scripts for linting (39b891b)
  • add open telemetry tracer (e6d7609)
  • add publish script, remove release-path script (290444d)
  • add script to run jeager for local testing (a7d9bf9)
  • deps-dev: bump c8 from 8.0.0 to 8.0.1 (3006471)
  • deps-dev: bump eslint from 8.44.0 to 8.45.0 (f25ecf5)
  • deps-dev: bump eslint from 8.45.0 to 8.46.0 (b8d56e0)
  • deps-dev: bump pino-pretty from 10.0.1 to 10.1.0 (62c2de5)
  • deps-dev: bump pino-pretty from 10.1.0 to 10.2.0 (4497ba6)
  • deps: add aws lambda instrumentation lib (338afad)
  • deps: add semantic conventions (2bcf682)
  • deps: bump pino from 8.14.1 to 8.14.2 (cf9660e)
  • deps: bump re2 from 1.19.1 to 1.20.1 (6aa6a41)
  • deps: bump semver from 5.7.1 to 5.7.2 (97e2b1b)
  • logger: log trace and span id (b413913)
  • run api with tracer (311ac3e)
  • run jaeger for testing (cd9dcdf)
  • scripts: add additional env vars for local testing (ea18a3f)
  • set api host base url (0fc5473)
  • support links for endpoints (28f274b)
  • update license (dd179cc)
  • update path in push tags script (14ebe6c)
  • update readmes (a57f65b)