Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 13:31
· 52 commits to main since this release

3.1.0 (2025-11-26)

Bug Fixes

  • add cleanup logic to integration tests to prevent store limit errors (a9082cc)
  • implement aggressive cleanup for all test stores (e90a644)
  • make test store cleanup case-insensitive to match Test- stores (85c1608)
  • resolve integration test failures for Secret Store, Package, and Resource tests (2036214)
  • resolve secret store invalid input error and config store test assertion (a917456)
  • resource: resolve Resource API integration test failures (129e592)
  • simplify secret store creation request body (27979d5)
  • update integration tests to use correct service types (adc2890)
  • use underscores instead of hyphens in test store names (63685bc)

Features

  • add Resource Linking API support (c73f0d6), closes #603
  • add Secret Store API support (4645561), closes #601
  • implement comprehensive Config Store API support (fdde75f)