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.
- Package Kibana compatiblity version is changed to
"kibana": { "max": "1.2.3"}
#134 - Rename
integrations-registry
topackage-registry
. #138 - Remove
packages.path
config and replace it withpublic_dir
config. #118
- Change empty /search API output from
null
to[]
. #111
- Add validation check that Kibana min/max are valid semver versions. #99
- Adding Cache-Control max-age headers to all http responses set to 1h. #101
- Validate packages to guarantee only predefined categories can be used. #100
- Cache all manifest on service startup for resource optimisation. #103
- Fix Docker image to specific Golang version. #107
- Add .dockerignore file for slimmer image. #104
- Move package generation to its own package. #112
- Remove not needed files in Docker image. #106
- Add healthcheck to docker file. #115
- Make caching headers configurable per endpoint. #116
- Add readme entry to package endpoint. #128
First tagged release. No changelog existed so far.