What is the difference between 7.14-alpha and 7.14

We used the tomcat-7.14-alpha4 docker file image, but how can i see if they’re any difference between 7.14-alpha4 and the final release 7.14 ? It would be nice to have this kind of information when you release the final version (api changes, Databases changes, …).

It’s true, it would be crazy to release a new version of our software without some kind of information as to whats in there. Which is why we tend to publish a lot of different things to help people understand what has changed. :slight_smile:

Firstly - don’t use an alpha release in production, its not going to be as stable as the final release. It’s intended just as a sneak peak of what to expect in the full release. Speaking of which here are some resources that might help you:
Blog post on the full stack release.
Blog post on the Camunda engine release
Recording of the 7.14 release webinar

For a complete list of the changes, please check out the release notes and the list of known issues. For patched security vulnerabilities, see our security notices.

Hi @Davilink,

for a deep dive, you can compare the versions on Github: https://github.com/camunda/camunda-bpm-platform/compare/7.14.0-alpha4...7.14.0

On a first glance I see a lot of changes in pom files and corrected typos.

Hope this helps, Ingo

1 Like