Skip to content

Releases: OADA/server

Release 3.1.8

07 Aug 19:39
v3.1.8
23c0830
Compare
Choose a tag to compare
  • Fix typo is 429 responses
  • Update to yarn 3

Release 3.1.7

27 Jul 17:44
v3.1.7
c17851d
Compare
Choose a tag to compare
  • Update fastify
  • Update arangodb
  • Allow HEAD of binary over WebSockets
  • Make kafkajs logs use the same format as ours
  • Better restart http-handler on unhandled-errors (e.g., Kafka problems)
  • Error on missing content-type (used to return 200 but request was actually failing)
  • Fix Kafka flakiness for users service
  • Ensure Kafka init is complete before attempting to produce

Release 3.1.6

26 Jun 20:56
v3.1.6
c72ac0f
Compare
Choose a tag to compare
  • Remove default www subdomain
  • Use named volume for proxy config
  • Fix auth token command

Release 3.1.4

25 Jun 01:17
v3.1.4
8af1923
Compare
Choose a tag to compare
  • Fix for binary Content-Type
  • 400 on binary GET over WebSockets
  • Add PROFILE_AQL env var for easier query debugging

Release 3.1.3

23 Jun 20:16
v3.1.3
0d07550
Compare
Choose a tag to compare

Fix performance for path resolution

Release 3.1.2

22 Jun 18:47
v3.1.2
5ac28a9
Compare
Choose a tag to compare

Fix GET on strings

Release 3.1.0

18 Jun 20:06
v3.1.0
c7d0280
Compare
Choose a tag to compare

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)

Release 3.1.0-rc+5

17 May 16:55
v3.1.0-rc+5
66bb423
Compare
Choose a tag to compare
Release 3.1.0-rc+5 Pre-release
Pre-release
v3.1.0-rc+5

v3.1.0-rc+5

3.1.0 release candidate 4

14 May 02:16
v3.1.0-rc+4
bd4cea5
Compare
Choose a tag to compare
Pre-release
v3.1.0-rc+4

v3.1.0-rc+4

3.1.0 release candidate 3

29 Apr 04:39
v3.1.0-rc+3
0f5180a
Compare
Choose a tag to compare
Pre-release
  • Switch to yarn.BUILD