All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Dropped support for synching of build servers in favour of build-facts. This feature has already been deprecated in 0.15.0.
- The jar contained superfluous files from the development setup increasing the file size.
- We will drop support for synching of build servers (e.g.
java -cp buildviz-0.14.3-standalone.jar buildviz.go.sync
) in favour of build-facts. This version supports both the new endpoint for build-facts, and the legacy synching code, so migration is possible withing the same version of buildviz.
- The error response for invalid JSON payloads will now return the exact key in camel-case, not the "Clojurized" version.
- The server correctly returns a 404 HTTP status code for unknown URLs instead of a 500.