Skip to content

Galapagos 2.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 15:11

This release brings some nice features for the Galapagos UI. For example, you can now choose to display avatars in the changelog, e.g. using Gravatar, calculated initials, or a custom profile picture provider (e.g. SharePoint). Also, the changelog is optimized to hide superflouous information when it comes to lots of JSON schema additions and deletions, e.g. during development phase.

Related to JSON schemas is also a new feature which allows Galapagos admins (and only them!) to publish a new JSON schema for a topic even if it is incompatible to the previous version. This is a last resort in some edge cases and has to be used with caution. Always ensure that you do not break production applications by doing so!

Do you also operate a Testing Instance of Galapagos? Now you can display an "Instance Name" in the top bar of the application, so no changes are done accidentally in the production.

Also included in this release are some technical improvements in the UI. For example, we have replaced the deprecated moment.js library with Luxon, which allows for better UI performance in combination with Angular.

As always, you can find the latest release on DockerHub: https://hub.docker.com/r/hermesgermany/galapagos/tags

Changes