Releases: elastic/package-registry
Releases · elastic/package-registry
Release v1.12.0
Release v1.11.0
Breaking changes
Bugfixes
- Return only the latest version of each package when a combined index is used. #849
- Return only first appearance of the same version of a package when it is available in multiple indexes. #849
- Rename indexer metrics related to get operations and add the indexer name label to it. #853
Added
- Add
elastic.subscription
condition to package index metadata, use this value for backwards compatibility with previouslicense
field. #826 - Add
source.license
to relevant API responses when available. #854
Deprecated
Known Issues
Release v1.10.0
Release v1.9.0
Release v1.8.0
Release v1.7.0
Breaking changes
- Packages with major version 0 or with prerelease labels are only returned by search requests when they include
prerelease=true
orexperimental=true
. #785 - Release level of a package without release tag is based on its semantic versioning now, previously it was experimental. #785
- Release level of a data stream without release tag is the same as the package that contains it, previously it was experimental. #785
Bugfixes
Added
- Add the
prerelease
parameter in search requests to include in-development versions of packages. #785
Deprecated
experimental
parameter in search requests is deprecated. #785
Known Issues
Release v1.6.0
Breaking changes
- Ignore the
internal
parameter in packages and/search
requests. #765
Bugfixes
- Fix panic when opening specially crafted Zip file. #764
- Fix unbounded memory issue when handling HTTP/2 requests. #788
Added
- Update APM Go Agent to 1.14.0. #759
- Update Gorilla to 1.8.0. #759
- Support package signatures. #760
- Update Go runtime to 1.17.6. #788
- Use Ubuntu LTS as base image instead of CentOS #787
Deprecated
Known Issues
Release v1.5.1
Breaking changes
Bugfixes
- Properly handle modification headers (
If-Modified-Since
,Last-Modified
) for static resources. #756
Added
Deprecated
Known Issues
Release v1.5.0
Breaking changes
Bugfixes
- Fix: remove duplicated Categories property. #748
Added
- Configuration file path can be selected with the
-config
flag. #745 - Configuration flags can be provided using environment variables. #745
- Add
-tls-cert
and-tls-key
flags to configure HTTPS. #711 #746 - Support for
elasticsearch.privileges.cluster
in package manifest. #750 - Update Go runtime to 1.17.1. #753
Deprecated
Known Issues
Release v1.4.1
Breaking changes
Bugfixes
- Fix issue with relative paths when loading data streams. #742