Skip to content

v0.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 01:41
· 329 commits to main since this release
7bc06ba

Improved error handling in registry-server plus controller and testing improvements

This release also includes structs in pkg/models that can be used to create YAML structures from import with the registry tool.

Changelog

  • 7bc06ba YAML structs (#657)
  • d377e31 Update wipeout test to use an auto-started server when necessary. (#654)
  • 50d5ceb Remove unencessary env vars (#648)
  • 9e1531c refactor: move /connection to /pkg/connection (#652)
  • ba2e6aa Wipeout test (#639)
  • 96abc4d Registry server: reuse PubSub client (#638)
  • aeb9ce9 Ensure that when artifacts are deleted, the deployment id matches. (#637)
  • 48a4496 Minimal initial benchmarks (#631)
  • b8aac2d Add --jobs flag to limit the number of parallel workers in the controller (#634)
  • 82c6230 Registry server: reuse db connections (#627)
  • c180a8e Fix gzip validation for UpdateApiSpec (#628)
  • 40ba2cb Use an embedded registry instance for unit tests (#610)
  • 4701f38 Add new low-level db.create() method that properly returns "AlreadyExists" (#615)
  • a6d7045 improve filtering coverage (#621)
  • 3b7533f Registry server: remove client mutex (#620)