Skip to content

V1.2.83

Compare
Choose a tag to compare
@tkohegyi tkohegyi released this 09 Oct 08:23
· 377 commits to master since this release

This V1.2.83 release of Wilma is focusing on stability.

  • Travis CI is now in use, you may see build results always here: https://travis-ci.org/epam/Wilma
  • The release is available as Docker images too, from Docker Hub. See details: https://github.com/epam/Wilma/wiki/Docker-image-of-Wilma (see #61)
  • Further stability improvements implemented within Wilma (around ActiveMQ memory and DLQ handling) ensuring Wilma stability even in extreme load circumstances (see #62)
  • Bugfix to handle image/svg+xml content types correctly and improve JSON file pretty printing (see #63)
  • About 8 Mbyte smaller Wilma jar size reached by huge code optimization in proxy part (big amount of unused codes and libs were removed) (see #59, #14)