Skip to content

v0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 17:02
· 315 commits to main since this release
8b58a46

Ordering Support in List Methods

This release adds support for order_by fields in all list operations. For details, see comments alongside the new field declarations (example).

Additionally:

  • Core server tests can be run against remote installations.
  • registry tool configuration is now persisted in a configuration file and managed with registry tool commands.
  • Additional data is included in API style conformance reports.

Changelog

  • 8b58a46 Add metadata to conformance report (#680)
  • 213371d Update timestamp condition in scoring logic (#679)
  • 6ff58d9 Add CLI commands to manage config file (#671)
  • 7935c83 Support ordering in list operations (#674)
  • e7f9deb Replace filtering.Field type with maps (#678)
  • dfc3189 Bump protoc version to 3.21.3 (#673)
  • 9bf1213 Update timestamp condition to figure out resource regeneration (#653)
  • 4718fe1 Minor cleanup to CI tests (#670)
  • 4c73c4a Reorganize CI testing to move standalone tests later. (#669)
  • a14cd98 Update test proxy to allow core tests to run against remote hosted servers (#664)
  • 2c94ac7 replace NewClient with NewRegistryClient (#665)
  • 62bdd9f Add simple tests for the MigrateDatabase admin rpc. (#655)
  • 19c5ef3 Explicitly test listing artifacts of all parent types. (#656)
  • a7a3a44 Enable config file usage and flags (#659)