Releases: Workable/orka
Release v2.0.4
Bumps diamorphosis to latest that fixes issue with array with empty string (instead of empty array).
Fixes health endpoint for apps not using kafka.
Release v2.0.3
Changes in this Release
- Adds
onConsumerCreated
callback onBaseKafkaHandler
Release v2.0.2
Changes in this Release
- Outbound requests for
@workablehr/riviere
are not logged by default (only responses are logged)
Release v2.0.1
Fixes a configuration bug that didn't respect visitor default configuration and overwrote it with empty string.
Release v2.0.0
Major orka Release 🎉 !
Migrating from orka 1.x.x to 2.xx
Kakfa implementation has changed to kafka.js see integrations/kafka for more
Honeybadger builder example has changed. Instead of calling
.withHoneyBadger({ developmentEnvironments: ['development', 'test'] })
config is now holding the development environments:
"honeybadger": {
"apiKey": "",
"developmentEnvironments": ["development", "test"]
}
Visitor cookie won’t be used if config.visitor.enabled is false even if config.visitor.cookie exists
Deprecated builder method withNewrelic is removed. Use config instead to enable newrelic see integrations/newrelic
Release v1.4.1
Changes in this Release
Release v2.0.0-beta.2
Changes in this Release
Release v2.0.0-beta.1
Changes in this Release
Release v2.0.0-beta.0
Changes in this Release
Release v1.4.0
Adds two summaries for logging events and flow_durations in prometheus.
Adds logMetrics helper to log and also send events both to newrelic and prometheus