Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: kaoto-archive/kaoto-backend

v0.7.6

30 Mar 15:08
Compare
Choose a tag to compare

What's Changed

Features

  • feature: Add new endpoint to show version of the backend by @Delawen in #566

Bugfixes

  • fix: Kamelet component provided as uri are removed by @igarashitm in #579
  • fix: expression object is filled with default values by @igarashitm in #578
  • fix: 204 returned when a do try is added causing source code editor t… by @igarashitm in #587
  • fix: Sending an END step when it should be middle by @igarashitm in #594
  • fix: path parameters shouldn't be null by @Delawen in #589
  • fix: when the content of the path param contains the path separator by @Delawen in #590
  • fix: Proper path parsing. by @Delawen in #597

technical tasks and dependencies upgrades

Full Changelog: v0.7.5...v0.7.6

v0.7.5

27 Mar 07:33
Compare
Choose a tag to compare

What's Changed

Bugfixes

Technical tasks

Full Changelog: v0.7.4...v0.7.5

v0.7.4

21 Mar 13:54
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: when an id was null, there was still cases in which we lost branches by @Delawen in #553

technical tasks and dependencies upgrades

Full Changelog: v0.7.3...v0.7.4

v0.7.3

20 Mar 11:40
Compare
Choose a tag to compare

What's Changed

Features

  • feature: consider branch identifier on choices by @Delawen in #546
  • feature: Add step ids, if they exist (camel routes) by @Delawen in #545

BugFixes

  • fix: Use codecov action instead of bash script by @Delawen in #533
  • fix: Expressions languages are more complex than we thought by @Delawen in #510
  • fix: Keep order of parameters as consistent as possible by @Delawen in #534
  • fix: Allow log to be initialized with a string by @Delawen in #535
  • fix: Add NPE check by @Delawen in #537
  • fix: backend returns 204 against Camel Route JSON with script step by @igarashitm in #541

Technical tasks and dependencies upgrades

  • Preparenext development iteration0.7.3 by @apupier in #532
  • build(deps): bump surefire-plugin.version from 3.0.0-M9 to 3.0.0 by @dependabot in #536
  • build(deps): bump pitest-maven from 1.11.4 to 1.11.5 by @dependabot in #543
  • build(deps): bump pitest-parent from 1.11.4 to 1.11.5 by @dependabot in #544
  • build(deps): bump checkstyle from 10.8.1 to 10.9.1 by @dependabot in #542
  • Update camel-component-metadata embedded zip to latest main by @apupier in #550
  • Update view-definition embedded zip to latest main by @apupier in #549
  • Updating to version 0.7.3 by @apupier in #551

Full Changelog: v0.7.2...v0.7.3

v0.7.2

13 Mar 09:51
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: When no start step is available, don't go crazy by @Delawen in #511
  • fix(KamelPopulator): Ignore null values from parameters by @lordrip in #518
  • fix: Some parameter attributes were lost on JSON request. by @Delawen in #522
  • fix: If no valid DSL parameter sent, still try to parse by @Delawen in #521
  • fix: Close log stream on request completion by @astefanutti in #523

Technical tasks

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

06 Mar 09:41
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: Step extension doesn't load in some case by @igarashitm in #496
  • fix: YAML>JSON integration REST returns duplicated START step by @igarashitm in #498

Dependencies upgrades

  • chore: update view-definition.zip to reflect last fixes in the extensions by @mmelko in #500
  • Update camel component metadata zip with latest from main by @apupier in #507
  • build(deps): bump stringbean/docker-healthcheck-action from 1 to 2 by @dependabot in #491
  • build(deps): bump pitest-maven from 1.11.1 to 1.11.3 by @dependabot in #487
  • build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #489

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 Feb 12:01
Compare
Choose a tag to compare

What's Changed

Features

  • Update view definition zip file used by native artifact in prod to by @apupier in #483
  • Update component metadata used in native prod to latest from main by @apupier in #484

Bugfixes

  • Better handling of Path Parameters by @Delawen in #463
  • fix: fixing update-version script to get view definitions and upgrade the zip by @Delawen in #465
  • fix: Nested steps didn't have view definitions by @Delawen in #468
  • fix: catch nullpointer exception by @Delawen in #470
  • fix: nullpointer on circuit breaker by @Delawen in #471

Tasks

  • build(deps): bump swagger-codegen-maven-plugin from 3.0.40 to 3.0.41 by @dependabot in #467
  • build(deps): bump pitest-parent from 1.11.0 to 1.11.1 by @dependabot in #477
  • build(deps): bump pitest-maven from 1.11.0 to 1.11.1 by @dependabot in #476
  • build(deps): bump checkstyle from 10.7.0 to 10.8.0 by @dependabot in #486
  • build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 by @dependabot in #490
  • build(deps): bump pitest-parent from 1.11.1 to 1.11.3 by @dependabot in #488

Full Changelog: v0.6.2...v0.7.0

Backend v0.6.2

15 Feb 14:06
404b429
Compare
Choose a tag to compare

This patch release contains a few step extensions for EIP that now the kaoto-ui will use.

What's Changed

Features

  • feature: Add previous and following step for context on mini-catalog endpoint by @Delawen in #459

Bug Fixes

  • fix(try-catch): Add different identifiers per catch block by @Delawen in #445
  • fix: path parameters have an order too! by @Delawen in #461
  • fix(steps): Details for some steps are not shown by @lordrip in #458

Dependencies

  • build(deps): bump swagger-codegen-maven-plugin from 3.0.38 to 3.0.40 by @dependabot in #448
  • build(deps): bump checkstyle from 10.6.0 to 10.7.0 by @dependabot in #450
  • build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #446
  • build(deps): bump pitest-maven from 1.10.4 to 1.11.0 by @dependabot in #449
  • build(deps): bump pitest-parent from 1.10.4 to 1.11.0 by @dependabot in #447
  • build(deps): bump surefire-plugin.version from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #462

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

25 Jan 09:43
Compare
Choose a tag to compare

What's Changed

Features

  • Provide Exception stack in server log when there is "Error getting capabilities." by @apupier in #425

Bugfix

  • fix: Include static files used for schema in native binary by @apupier in #430 it allows to have native binaries working.

Dependencies update

  • build(deps): bump pitest-junit5-plugin from 1.1.1 to 1.1.2 by @dependabot in #408
  • build(deps): bump al-cheb/configure-pagefile-action from 1.2 to 1.3 by @dependabot in #423
  • build(deps): bump swagger-codegen-maven-plugin from 3.0.36 to 3.0.38 by @dependabot in #421

Technical tasks

  • chore Increase PageSize for Windows GitHub Workflows doing native by @apupier in #417
  • Version 0.6.0 by @Delawen in #418
  • chore Remove unused import package by @apupier in #432
  • chore: remove outdated zip file of camel connectors (version 3.19) by @apupier in #429
  • Updating to version 0.6.1 by @apupier in #434

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Jan 15:19
7c18374
Compare
Choose a tag to compare

What's Changed

  • feature(eip): Add Threads EIP by @Delawen in #385
  • feature(eip): Add Transacted EIP by @Delawen in #386
  • feature(eip): Add throw-exception EIP by @Delawen in #387
  • feature(eip): Add Try-Catch EIP by @Delawen in #390
  • feature(eip): Add Throttle EIP by @Delawen in #389
  • feature(eip): Add Wire Tap EIP by @Delawen in #388
  • feature(eip): Add To Dynamic EIP by @Delawen in #391
  • feature(camel): Support camel-jq by @igarashitm in #392
  • build(deps): bump checkstyle from 10.5.0 to 10.6.0 by @dependabot in #395
  • build(deps): bump quarkus-universe-bom from 2.14.3.Final to 2.15.1.Final by @dependabot in #394
  • build(deps): bump pitest-parent from 1.10.3 to 1.10.4 by @dependabot in #398
  • build(deps): bump pitest-maven from 1.10.3 to 1.10.4 by @dependabot in #397
  • build(deps): bump quarkus-universe-bom from 2.15.1.Final to 2.15.2.Final by @dependabot in #399
  • fix: Removing EIP from KameletBindings by @Delawen in #401
  • build(deps): bump pitest-junit5-plugin from 1.1.0 to 1.1.1 by @dependabot in #396
  • WIP: Add validation schema support by @mmelko in #393
  • chore(schemas): Update json schemas to allow code completion of camel parts by @mmelko in #405
  • build(deps): bump surefire-plugin.version from 3.0.0-M7 to 3.0.0-M8 by @dependabot in #407
  • build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #406
  • build(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 by @dependabot in #404
  • build(deps): bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #403
  • feature: Allow to load view definitions from local folder. by @Delawen in #409

Full Changelog: v0.5.1...v0.6.0