Hermes v1.4.8 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • ✨ Enhancements

    (1214) Read only mode persistence

    Read only mode set by an admin (READ_ONLY_ADMIN) in Hermes Management will be not overwritten by healthcheck task.

    (1215) Return error response when owner not found

    Instead of 200 OK with empty list it returns 404 Not Found {"message":"Owner of id 'yyyy' not found in source xxx","code":"OWNER_NOT_FOUND"} when owner not found.

    (1216) Fix typo: happend -> happen

    0️⃣ (1217) Adding modules find and register by default

    It is required to use annotations like @JsonCreator / @JsonProperty for classes written in Kotlin.

    🛠 This patch fixes redundant Jackson annotations.

    ⚡️ (1218) Update Hermes management config structure