Skip to content

v.1.6.0

Compare
Choose a tag to compare
@arkadius arkadius released this 18 Oct 17:24
· 2262 commits to staging since this release

Highlights

  • Request-Response mode available in Lite engine
  • Improvements for both RR in Lite engine and in embedded engine
    • Exposure of swagger-ui for easier testing of services
    • Relative paths in OpenApi definition to make possible exposure of services behind reverse proxy
  • Better OpenAPI support in all places: kafka sources, enrichers and Request-Response mode:
    • Support for primitive, non object json schema
    • ZonedDateTime is now used for date-time instead of LocalDateTime
  • Security improvements:
    • Http cookie created by NU when using OAuth2 is now secure
    • Added nosniff, no-referrer header values
    • Validating scenario before deploy via api
  • Fixes in scenario validations:
    • Dynamic scenario properties validation
    • Avoid error flickering when using dynamic components
    • Validating variable names for variables added by fragments
  • Ability to rename variable name added by fragment
  • Version bumps
    • Flink 1.14.5 -> 1.15.2
    • Scalatest 3.0.8 -> 3.2.10, Scalacheck 1.14.0 -> 1.15.0
    • Base docker image changed to eclipse temurin due to openjdk deprecation

All changes

For a detailed list of changes see Changelog and Migration guide.