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

Backend v1.1.0-M1

Compare
Choose a tag to compare
@Delawen Delawen released this 30 Jun 09:43
· 122 commits to main since this release

This is a release working towards milestone 1.1.0. It includes an upgrade to Quarkus 3.

What's Changed

We have changed the way we parse the Camel DSLs to align with latest Camel K behaviour:

We have also made sure to upgrade dependencies, including Quarkus 3 thanks to @mkralik3.

There were some other new features and bugfixes included:

  • Add name and description by @Delawen in #706
  • feat(restdsl): Add openapi-restdsl generator REST endpoint by @igarashitm in #710
  • fix: Kamelets shouldn't contain (yet?) camel connectors by @Delawen in #686
  • feature: Ensure name of flows are unique by @Delawen in #712
  • feature: Wait for the warmup instead of throwing exception by @Delawen in #713
  • chore: fix documentation generation for DSLSpecification by @apupier in #730
  • chore: remove Mutation testing by @apupier in #729
  • fix: make sure names are kubernetes compatible names by @Delawen in #725
  • fix: Beans have two types of properties attributes by @Delawen in #724

Full Changelog: v1.0.1...v1.1.0-M1