Skip to content

Releases: elastic/package-registry

v1.38.0

14 Apr 14:08
662a9d5

Choose a tag to compare

v1.38.0

Breaking changes

  • Require proxy targets to be HTTPS by default. #1647
  • Require local indexers to include signatures for packages. #1646

Bugfixes

  • Update Go runtime to 1.26.2 #1675

Added

Deprecated

Known Issues

v1.37.0

11 Mar 14:31
2ef1943

Choose a tag to compare

v1.37.0

Breaking changes

Bugfixes

  • Update Go runtime to 1.25.8 1613

Added

  • Add requires field to package index and search responses so clients can inspect package dependencies (input and content) before downloading. #1612
  • Support for referencing inputs and streams by package: type (for inputs) and input (for streams) are no longer required when package is set (format_version 3.6.0+, aligns with package-spec and composable packages). #1605
  • Sort packages by semver when searching, after existing title sorting. #1585

Deprecated

Known Issues

v1.36.0

18 Feb 10:47
0a05932

Choose a tag to compare

v1.36.0

Breaking changes

Bugfixes

Added

  • Add deprecated field support. #1516
  • Return tech preview package without prerelease flag. #1538

Deprecated

Known Issues

v1.35.0

08 Jan 16:07
3f40f64

Choose a tag to compare

v1.35.0

Breaking changes

  • Package registry container image runs by default as a non-root user (UID 1000). #1503

Bugfixes

Added

Deprecated

Known Issues

v1.34.0

09 Dec 14:29
f6b4201

Choose a tag to compare

v1.34.0

Breaking changes

Bugfixes

  • Add missing mapping for azure/metrics input. #1474
  • Update Go runtime to 1.25.5. #1496

Added

  • Optimize package loading by reading package ZIP archives and package folders concurrently. #1489
  • Allow empty package paths on startup. #1482

Deprecated

Known Issues

v1.33.0

04 Nov 16:39
ec71b77

Choose a tag to compare

v1.33.0

Breaking changes

Bugfixes

  • Update Go runtime to 1.25.3. #1468
  • Fix performance issues when parsing some invalid certificates. #1468

Added

  • Add new agent.version condition to search and categories endpoints. #1460
  • Avoid parsing JSON columns in queries performed to artifacts related endpoints (SQL storage indexer). #1386
  • Include SQL functions to improve filtering (SQL storage indexer). #1442
  • Return just latest packages based on semantic versioning if all=false (SQL storage indexer). #1445
  • Apply a capabilities filter at database level if capabilities query parameter is set (SQL storage indexer). #1448
  • Apply the discovery filter at database level if discovery query parameter is set (SQL storage indexer). #1454

Deprecated

Known Issues

v1.32.1

16 Sep 14:58
eb77b09

Choose a tag to compare

v1.32.1

Breaking changes

Bugfixes

  • Include ingestion method also for input packages. #1431

Added

Deprecated

Known Issues

v1.32.0

16 Sep 08:02
734b916

Choose a tag to compare

v1.32.0

Breaking changes

Bugfixes

  • Update Go runtime to 1.25.1. #1426
  • Fix context propagation in APM instrumentation in proxy mode. #1424

Added

  • Added "ingestion_method" mapping to data_streams to provide a high-level understanding of data collection in order to support downstream documentation. #1402
  • Add data_streams to search policy_templates. #1408
  • Added Security Subcategory "misconfiguration_workflow" and "vulnerability_workflow" #1414
  • Add "opentelemetry" category for packages related to OpenTelemetry. #1415
  • Added APM information (trace.id, transaction.id, service.name, service.version, service.environment) to the logs in order to correlate signals in Kibana. #1413

Deprecated

Known Issues

  • Input packages don't include ingestion_method.

v1.31.1

25 Aug 11:41
341fbb5

Choose a tag to compare

v1.31.1

Breaking changes

Bugfixes

  • Fix filtering by category in search endpoint (SQL Storage Indexer). #1394
  • Update -allow-unknown-query-parameters flag to allow unknown query parameters by default. #1395
  • Narrow the scope of the endpoints that validate the unknown parameters to just /search and /categories. #1395
  • Fix filtering by capabilities in search and categories endpoint (SQL Storage Indexer). #1396

Added

Deprecated

Known Issues

v1.31.0

13 Aug 14:08
b5ad3e8

Choose a tag to compare

v1.31.0

Breaking changes

  • Fail requests with 400 error code if there are unknown query parameters. This can be disabled via flag (-allow-unknown-query-parameters). #1382

Bugfixes

  • Update Go runtime to 1.24.6. #1388

Added

  • New Security subcategory "asset_inventory" #1357
  • Update default value for the batch size used in SQL storage indexer. #1372
  • Skip adding to cache requests containing package query parameter. #1378
  • Added cache for categories endpoint (SQL storage indexer). #1379
  • Update default values for cache search and TTL settings search (SQL storage indexer). #1379
  • Storage indexer based on Google Cloud Storage is now GA. #1374

Deprecated

Known Issues

  • This release includes a breaking change introduced in #1382.
    Requests with unknown query parameters fail with a 400 error code. This behaviour changes in the next release:
    Elastic Package Registry will accept any unknown query parameters by default. If you choose to enable query parameter
    validation, it will only affect the search and categories endpoints.#1395