Skip to content

Latest commit

 

History

History
981 lines (426 loc) · 44.2 KB

CHANGELOG.md

File metadata and controls

981 lines (426 loc) · 44.2 KB

4.0.1 (2024-08-02)

Bug Fixes

  • hapi: error code pass-through (66ed3d0)

4.0.1 (2024-08-02)

Bug Fixes

  • hapi: error code pass-through (66ed3d0)

4.0.0 (2024-08-01)

Bug Fixes

  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)

Features

  • remove opentracing, cassandra, expand error msg for hapi (#721) (b9def89)

BREAKING CHANGES

  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

4.0.0 (2024-08-01)

Bug Fixes

  • deps: update dependency sonic-boom to v3.8.1 (101d9b1)

Features

  • remove opentracing, cassandra, expand error msg for hapi (#721) (b9def89)

BREAKING CHANGES

  • removed opentracing & cassandra plugins. They are not maintained and are a perf hit

  • feat: support error code in hapi respones as extra data

  • feat: remove opentracing and cassandra

  • fix: remove plugin from the list

3.1.4 (2024-07-03)

Bug Fixes

3.1.4 (2024-07-03)

Bug Fixes

3.1.3 (2024-02-12)

Bug Fixes

  • plugin-redis-core: file extension handling (#706) (b3761ae)

3.1.3 (2024-02-12)

Bug Fixes

  • plugin-redis-core: file extension handling (#706) (b3761ae)

3.1.2 (2024-02-11)

Bug Fixes

  • plugin-redis-core: perform index file if migration is a directory (#705) (848bb8e)

3.1.2 (2024-02-11)

Bug Fixes

  • plugin-redis-core: perform index file if migration is a directory (#705) (848bb8e)

3.1.1 (2024-01-26)

Bug Fixes

  • plugin-logger: pass error enumerable fields as event extras (#698) (d755df3)

3.1.1 (2024-01-26)

Bug Fixes

  • plugin-logger: pass error enumerable fields as event extras (#698) (d755df3)

3.1.0 (2024-01-25)

Features

  • plugin-logger: sentry fingerprinting (#697) (849c599)

3.1.0 (2024-01-25)

Features

  • plugin-logger: sentry fingerprinting (#697) (849c599)

3.0.5 (2024-01-17)

Bug Fixes

  • don't use logger in the mfleet (61fdffc)

3.0.5 (2024-01-17)

Bug Fixes

  • don't use logger in the mfleet (61fdffc)

3.0.4 (2024-01-05)

Bug Fixes

  • auto-starting an instance in ESM (157d2a5)

3.0.4 (2024-01-05)

Bug Fixes

  • auto-starting an instance in ESM (157d2a5)

3.0.3 (2024-01-05)

Bug Fixes

  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

3.0.3 (2024-01-05)

Bug Fixes

  • ensure full paths are resolved for generic actions in ESM mode (a02d85f)

3.0.2 (2024-01-04)

Bug Fixes

  • dynamic import calls, swc -> esbuild (7e6d1a2)

3.0.2 (2024-01-04)

Bug Fixes

  • dynamic import calls, swc -> esbuild (7e6d1a2)

3.0.1 (2024-01-03)

Bug Fixes

3.0.1 (2024-01-03)

Bug Fixes

3.0.0 (2024-01-03)

Features

BREAKING CHANGES

  • requires oen to call await microfleet.register() before any of the plugins are instantiated. This allows one to have async jobs as part of the attachment routine. Updates @microfleet/validation to version 13, which moves from require() to async import() of files as part of this change. This raises min node.js version to 20.10 (it will still work on lower versions, but >= 20.10 allows for much better performance, as well as way fewer ESM issues). This will be a non-lts version aimed at polishing async plugins and tightening public interface

3.0.0 (2024-01-03)

Features

BREAKING CHANGES

  • requires oen to call await microfleet.register() before any of the plugins are instantiated. This allows one to have async jobs as part of the attachment routine. Updates @microfleet/validation to version 13, which moves from require() to async import() of files as part of this change. This raises min node.js version to 20.10 (it will still work on lower versions, but >= 20.10 allows for much better performance, as well as way fewer ESM issues). This will be a non-lts version aimed at polishing async plugins and tightening public interface

2.3.0 (2024-01-02)

Features

2.3.0 (2024-01-02)

Features

2.2.14 (2023-12-20)

Bug Fixes

2.2.14 (2023-12-20)

Bug Fixes

2.2.13 (2023-12-19)

Bug Fixes

2.2.13 (2023-12-19)

Bug Fixes

2.2.12 (2023-11-21)

Bug Fixes

2.2.12 (2023-11-21)

Bug Fixes

2.2.11 (2023-11-15)

Bug Fixes

  • upgrade dependencies (3462882)
  • upgrade deps, more granular log level control in logger plugin (fa59e6f)

2.2.11 (2023-11-15)

Bug Fixes

  • upgrade dependencies (3462882)
  • upgrade deps, more granular log level control in logger plugin (fa59e6f)

2.2.10 (2023-10-25)

Bug Fixes

2.2.10 (2023-10-25)

Bug Fixes

2.2.9 (2023-09-27)

Bug Fixes

2.2.9 (2023-09-27)

Bug Fixes

2.2.8 (2023-06-20)

Bug Fixes

  • update deps, ensure fastify-plugin is not required (08f0239)

2.2.8 (2023-06-20)

Bug Fixes

  • update deps, ensure fastify-plugin is not required (08f0239)

2.2.7 (2023-05-30)

Bug Fixes

  • cleanup sigterm listeners on close (cd19c53)

2.2.7 (2023-05-30)

Bug Fixes

  • cleanup sigterm listeners on close (cd19c53)

2.2.6 (2023-05-17)

Bug Fixes

  • set npm version during release (24edf47)
  • update compatibility for mfleet bin (01285ed)

2.2.6 (2023-05-17)

Bug Fixes

  • set npm version during release (24edf47)
  • update compatibility for mfleet bin (01285ed)

2.2.5 (2023-05-17)

Bug Fixes

  • set npm version during release (24edf47)

2.2.5 (2023-05-17)

Bug Fixes

  • set npm version during release (24edf47)

2.2.5 (2023-05-17)

Bug Fixes

2.2.5 (2023-05-17)

Bug Fixes

2.2.4 (2023-05-17)

Bug Fixes

2.2.3 (2023-05-17)

Bug Fixes

2.2.2 (2023-05-17)

Bug Fixes

2.2.1 (2023-05-17)

Bug Fixes

2.2.0 (2023-01-26)

Features

  • common action overrides (516cebb)

2.1.0 (2023-01-26)

Features

  • common action overrides (516cebb)

2.0.0 (2023-01-23)

Features

  • init custom plugin with abs path from core (#641) (b9e0a30)

BREAKING CHANGES

  • several plugins had major version of node updates in its req, hence boosting this

  • chore: lockfile

  • feat: init custom plugin with abs path from core

  • chore: update test env

1.0.0 (2023-01-23)

Features

  • init custom plugin with abs path from core (#641) (b9e0a30)

BREAKING CHANGES

  • several plugins had major version of node updates in its req, hence boosting this

  • chore: lockfile

  • feat: init custom plugin with abs path from core

  • chore: update test env

0.25.0 (2022-11-01)

Features

  • upgrade dependencies, no breaking changes (#638) (2d4de4d)

0.24.0 (2022-11-01)

Features

  • upgrade dependencies, no breaking changes (#638) (2d4de4d)

0.23.0 (2022-10-27)

Features

  • plugin-signed-request: fastify plugin (#637) (ee3d4dd)

0.22.0 (2022-10-27)

Features

  • plugin-signed-request: fastify plugin (#637) (ee3d4dd)

0.21.2 (2022-09-02)

Bug Fixes

0.21.1 (2022-09-02)

Bug Fixes

0.21.0 (2022-08-27)

Bug Fixes

Features

0.20.0 (2022-08-27)

Bug Fixes

Features

0.19.2 (2022-07-15)

Bug Fixes

  • remove timer based ack defaults (0babab1)

0.19.1 (2022-07-15)

Bug Fixes

  • remove timer based ack defaults (0babab1)

0.19.0 (2022-07-14)

Bug Fixes

  • increase test timeout for slow machines on CI (61cc970)
  • undici vs node-fetch (bd38a18)

Features

0.18.0 (2022-07-14)

Bug Fixes

  • increase test timeout for slow machines on CI (61cc970)
  • undici vs node-fetch (bd38a18)

Features

0.17.0 (2022-07-11)

Features

Features

Features

Features

Features

Features

Bug Fixes

Bug Fixes

Features

  • router re-wiring of requests, independent actions (fb0bea2)# 0.10.0 (2022-03-24)

Features

  • router re-wiring of requests, independent actions (fb0bea2)# 0.9.0 (2022-03-24)

Features

  • router: reconfigure action through enabled param (44be4ae)# 0.8.0 (2022-03-24)

Features

  • router: reconfigure action through enabled param (44be4ae)## 0.7.4 (2022-03-23)

Bug Fixes

  • remove deprecated event-to-promise lib (3489d98)## 0.7.3 (2022-03-23)

Bug Fixes

  • remove deprecated event-to-promise lib (3489d98)## 0.7.2 (2022-03-23)

Bug Fixes

  • dependencies, updated transport-amqp (4ca88c7)## 0.7.1 (2022-03-23)

Bug Fixes

  • dependencies, updated transport-amqp (4ca88c7)# 0.7.0 (2022-03-16)

Features

Features

  • microleet/transport-amqp@17 (#604) (c06a64d)undefined

0.5.2 (2022-02-28)

Bug Fixes

0.5.1 (2022-02-28)

Bug Fixes

0.5.0 (2022-02-27)

Features

  • support v16 of @microfleet/transport-amqp (71579d7)undefined

0.4.0 (2022-02-27)

Features

  • support v16 of @microfleet/transport-amqp (71579d7)## 0.3.14 (2022-02-25)

Bug Fixes

  • amqp: dont crash on missing headers (0ca3783)

0.3.13 (2022-02-25)

Bug Fixes

  • amqp: dont crash on missing headers (0ca3783)

0.3.12 (2022-02-24)

Bug Fixes

0.3.11 (2022-02-24)

Bug Fixes

0.3.10 (2022-02-24)

Bug Fixes

0.3.9 (2022-02-24)

Bug Fixes

0.3.8 (2022-02-22)

Bug Fixes

  • router: add enabled into ajv schema (b2b4a28)

0.3.7 (2022-02-22)

Bug Fixes

  • router: add enabled into ajv schema (b2b4a28)

0.3.6 (2022-02-06)

Bug Fixes

0.3.5 (2022-02-06)

Bug Fixes

0.3.4 (2022-02-04)

Bug Fixes

0.3.3 (2022-02-04)

Bug Fixes

0.3.2 (2022-01-31)

Bug Fixes

Reverts

  • router types exploration (40ece1e)

0.3.1 (2022-01-31)

Bug Fixes

Reverts

  • router types exploration (40ece1e)

0.3.0 (2022-01-31)

Bug Fixes

  • kafka: kafka throws when connecting to non-existent topics (5cdf1a8)
  • kafka: use @makeomatic/node-rdkafka (7627d66)
  • router: graceful shutdown fixed (5f49652)
  • tooling: dep versions for pnpm (cac9f31)

Features

0.2.0 (2022-01-31)

Bug Fixes

  • kafka: kafka throws when connecting to non-existent topics (5cdf1a8)
  • kafka: use @makeomatic/node-rdkafka (7627d66)
  • router: graceful shutdown fixed (5f49652)
  • tooling: dep versions for pnpm (cac9f31)

Features

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.0-dev.11 (2022-01-19)

Features

  • upgrade plugin-validation and update deps (#581) (f71edfa)

0.0.0-dev.10 (2021-12-06)

Note: Version bump only for package @microfleet/plugin-router

0.0.0-dev.9 (2021-12-01)

Note: Version bump only for package @microfleet/plugin-router

0.0.0-dev.8 (2021-11-23)

Bug Fixes

0.0.0-dev.7 (2021-11-23)

Bug Fixes

Features

  • pino 7 transports, mocha & jest tests (3f90cda)

0.0.0-dev.6 (2021-11-03)

Bug Fixes

  • router-hapi: removed redundant config for transport options (#560) (984626f)

0.0.0-dev.5 (2021-10-31)

Bug Fixes

  • router: import for action.allowed types (#556) (5504bb1)

0.0.0-dev.4 (2021-10-29)

Bug Fixes

0.0.0-dev.3 (2021-10-29)

Bug Fixes

0.0.0-dev.2 (2021-10-18)

Bug Fixes

  • router: add types for transport options (#551) (47d1acd)

0.0.0-dev.1 (2021-07-08)

Bug Fixes

Features

  • elasticsearch, redis plugins (79bc4c3)
  • externalize opentracing & prometheus (f32f7fd)
  • improve perf based on benchmarks (2ad3aac)
  • kafka upgrades, remove unused plugins (12f8018)