Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 2.4 KB

Changelog

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.

Breaking changes

Bugfixes

Added

Deprecated

Known Issue

Breaking changes

  • Package Kibana compatiblity version is changed to "kibana": { "max": "1.2.3"} #134
  • Rename integrations-registry to package-registry. #138
  • Remove packages.path config and replace it with public_dir config. #118

Bugfixes

  • Change empty /search API output from null to []. #111

Added

  • 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

[0.1.0]

First tagged release. No changelog existed so far.