Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 20:06
v3.1.0
c7d0280

OADA 3.1 is non-breaking changes barring any bugs.
The only caveat is that if there are any unhandled messages in kafka, they will be lost when upgrading from 3.0.

Major Changes (not an exhaustive list)

New

  • Reworked config lib for nicer TypeScript usage and ease of reading config from environment variables
  • Images now pushed to both DockerHub and GitHub Container Registry
  • OADA now has a basic dashboard
    • Uses grafana with prometheus
    • Just shows redpanda dashboard out of the box (maybe more later?)
    • Does not run by default (run docker-compose with --profile dashboard for it to come up)
  • Support for proper usage of ETag with If-Match and If-None-Match headers
    • Usage according to RFC7232
    • Work on GET/HEAD as well now
    • Old usage (i.e., what @oada/client currently does) is still supported... for now

Changed/Improved

  • Switch HTTP handler code to fastify
  • Switched from kafka to redpanda (services can still be used with an external kafka instead of the packaged redpanda)
  • Switched from node-rdkafka to KafkaJS
  • OADA is even smaller now than 3.0
  • More robust checking for JSON vs non-JSON content-types
  • No more zookeeper
  • Reduced kafka messaging
  • Fixed issue with admin CLI commands not always showing interactive prompts
  • Almost all of the services and libs are in TypeScript now
  • No longer erroneously creates a volume at /oada/binary for every oada service (only makes one for http-handler now)