Skip to content

Releases: Workable/orka

Release v2.0.4

27 Apr 12:58
Compare
Choose a tag to compare

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

23 Apr 08:30
Compare
Choose a tag to compare

Changes in this Release

  • Adds onConsumerCreated callback on BaseKafkaHandler

Release v2.0.2

13 Apr 15:05
Compare
Choose a tag to compare

Changes in this Release

  • Outbound requests for @workablehr/riviere are not logged by default (only responses are logged)

Release v2.0.1

09 Apr 15:50
Compare
Choose a tag to compare

Fixes a configuration bug that didn't respect visitor default configuration and overwrote it with empty string.

Release v2.0.0

09 Apr 15:00
Compare
Choose a tag to compare

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

13 Apr 15:05
Compare
Choose a tag to compare

Changes in this Release

Release v2.0.0-beta.2

23 Feb 12:32
Compare
Choose a tag to compare

Changes in this Release

Release v2.0.0-beta.1

22 Feb 13:36
Compare
Choose a tag to compare

Changes in this Release

Release v2.0.0-beta.0

03 Feb 16:52
Compare
Choose a tag to compare

Changes in this Release

Release v1.4.0

22 Dec 13:38
Compare
Choose a tag to compare

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