Skip to content

Releases: elastic/package-registry

Release v1.12.0

12 Sep 10:49
d6f09d0
Compare
Choose a tag to compare

Breaking changes

Bugfixes

Added

  • Update favicon to be the Elastic Package Registry logo. #858
  • Implement proxy mode. #860 #871 #873
  • Update Go runtime to 1.19.1. #872

Deprecated

Known Issues

Release v1.11.0

28 Jul 17:16
2396503
Compare
Choose a tag to compare

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 previous license field. #826
  • Add source.license to relevant API responses when available. #854

Deprecated

Known Issues

Release v1.10.0

11 Jul 06:37
1ebb3cb
Compare
Choose a tag to compare

Added

  • Implement storage indexer. #814
  • Update Go version and base Ubuntu image. #821
  • Implement remote resolver for storage indexer. #823
  • Add support for "threat_intel" category. #841
  • Instrument package registry with Prometheus metrics. #827

Release v1.9.0

01 Jun 11:16
df12815
Compare
Choose a tag to compare

Breaking changes

Bugfixes

  • Data streams are properly read from Zip packages without entries for directories. #817

Added

  • Prepare stub for Storage Indexer. Disable fetching packages from Package Storage v1. #811
  • Support input packages. #809

Deprecated

Known Issues

Release v1.8.0

04 Apr 18:17
c74fd11
Compare
Choose a tag to compare

Breaking changes

  • Structured logging following JSON ECS format. #796.

Bugfixes

  • Apply release fallback to datastreams validation. #804.

Added

  • Add -log-level and -log-type flags to configure logging. #796.
  • Update Go runtime to 1.18.0. #805

Deprecated

Known Issues

Release v1.7.0

08 Feb 19:37
9d441f6
Compare
Choose a tag to compare

Breaking changes

  • Packages with major version 0 or with prerelease labels are only returned by search requests when they include prerelease=true or experimental=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

25 Jan 10:57
887916c
Compare
Choose a tag to compare

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

18 Oct 14:01
2f1aa77
Compare
Choose a tag to compare

Breaking changes

Bugfixes

  • Properly handle modification headers (If-Modified-Since, Last-Modified) for static resources. #756

Added

Deprecated

Known Issues

Release v1.5.0

15 Oct 08:47
53334f8
Compare
Choose a tag to compare

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

11 Oct 15:54
63dd8fb
Compare
Choose a tag to compare

Breaking changes

Bugfixes

  • Fix issue with relative paths when loading data streams. #742

Added

Deprecated

Known Issues