Releases: apigee/registry-experimental
Releases · apigee/registry-experimental
v0.2.5
Changelog
- 027565d add kind, source, provider labels (#233)
- 8b26cba update to latest registry code (#225)
- 2f634ec Signal classification support tools (#220)
- 69938de update README (#221)
- 591c60a Fix flaky bleve server test (#219)
- 0d4fee8 Experimental "registry-index" command that uploads operations from API specs into a BigQuery table (#215)
- 5ba5960 add metrics support with example (#216)
- 404118c combine products and proxies (#213)
- 72d814a Add README for conformance report calculation (#210)
v0.2.4
Changelog
- be3ee70 remove proxy revisions from export (#209)
- 26a8b22 check for nil operationgroup on product (#207)
- ce74d66 ensure worker pool users have --jobs flag (#205)
- 75c86fa Remove "All Rights Reserved." from copyright (#204)
- 3fdfd26 enable proto or yaml archive contents (#202)
- 98ee697 update
compute descriptor
to include dependencies and accept implicit project/locations (#199) - 39fafe0 test count commands (#196)
- f1a047b Update README.md (#194)
- fb080a1 test
pkg/yamlquery
(#193)
v0.2.3
v0.2.2
registry-connect: improved logging and more efficient gathering of API information.
Changelog
- c668290 Add "count deployments" subcommand. (#183)
- 9834c27 Merge pull request #182 from theganyo/optimize
- 2001278 Merge branch 'main' into optimize
- f867fa0 minimize get deployments
- 4749230 Merge pull request #181 from theganyo/logging
- e855208 add progress logging to discovery
- 3b28a8b Merge pull request #179 from theganyo/backstage
- 4220e60 publish backstage
v0.2.1
Changelog
- aa75e2c Update to latest visitor interface changes in apigee/registry. (#178)
- 7df88d7 Import spec-diffing code that @Jamaalbwells built for apigee/registry. (#177)
- c5fc27f Update protoc version and regenerate dependent code. (#176)
- 9b2f2af Enhance "vocabulary similarity" to produce a csv of similarities for a group of stem lists. (#172)
- c4aa589 add --token param to accept bearer token
- 2734baf add --token param to accept bearer token
- c7393a9 Update to use registry v0.6.9 (#174)
- fa5155f Simplify docker compose instructions now that default viewer builds don't require signin. (#173)
- 8db8740 Move vocabulary operations here from the registry tool, add stems and similarity subcommands. (#171)
- 24cbc7d Remove ctx fields from Visitor structs since ctx is now passed to handlers. (#170)
- c8a88b7 Update registry dependency to v0.6.8 (#169)
- 496a807 Add downloadLatest.sh script (#167)
v0.2.0
registry-connect and registry-experimental
v0.2.0 begins binary releases of the registry-connect
and registry-experimental
tools.
registry-connect
pulls information from various API runtime management platforms (including Apigee Edge, Apigee X, and API Gateway) into Registry YAML which can be imported into a registry using registry apply
.
registry-experimental
provides a variety of experimental features that seem interesting but not ready or appropriate for inclusion in the main registry
tool. Usage information is similar. registry-experimental
uses the same configuration as registry
, so if you're already using the registry
tool, registry-experimental
should just work.
Please use registry-experimental issues for feedback and requests on both tools.
Changelog
- 6f3ade6 properly set the version in release builds of registry-experimental (#166)
- 34596e6 Update .goreleaser.yaml to include registry-experimental in releases (#165)
- 06ddee2 Update .goreleaser.yml to build registry-connect. (#164)
- 4d1de3f Add gateway label and spec to APIs imported from API Gateway. (#162)
- af10f23 Merge pull request #161 from theganyo/connect-work
- 908629d Merge branch 'main' into connect-work
- 2a5e261 set product apihub-target-users (access level)
- d54571d first attempt to export from API Gateway. (#160)
- 11aab4f display name, gateway, apigee product url
- 6f538b6 Merge branch 'main' into connect-work
- e2321a6 hack for project name
- f9e6f87 clean display name, add product url to deps
- 41b907e improve edge client, fix names
- 00a0749 use regexp for sanitization
- e6a9863 fix naming
- b906d66 registry-connect: reuse edge client, warn on missing
- 2659f62 registry-connect apigee improvements
- 0be2e28 Merge pull request #157 from theganyo/github-actions
- cb3203b upgrade workflow and actions
- 45ca782 fix up references
- 25b1c20 simplify
- cddf1bb proxy and deployment URIs
- 325c550 params and config
- 3bbc698 Merge pull request #154 from theganyo/cleanup
- da07faa remove old export directory
- 35b65d6 apigee-connect CLI WIP
- ded82c9 fix cmd use
- c7462f5 typo
- 73bb8d7 fix registry yaml
- 917d125 restructure/clean up
extract
subcommand. (#151) - 1fab0e7 update readme
- 9f37141 Enhance
extract
to convert HTML in descriptions to Markdown (#147) - a9e2f0a Expand "compute summary" subcommand to work for APIs and to collect mimetypes. (#150)
- 5907b5c Update api-linter styleguide generator to include "https://" in rule URIs. (#149)
- 7bff40e use new encoding function
- 3a95aef package changes
- 20ff742 Merge branch 'main' into theganyo/issue137
- 068a864 Update to HEAD of registry main to pick up changes to pkg exports. (#148)
- 484369b remove unused code
- f63519c edge products
- dffa425 gcp products
- b11978e fix proxies cmd for gcp
- fe03de2 fixed edge deployments api
- 1e22b24 Bleve search experiment (#144)
- bb38f4f Update docker compose instructions. (#146)
- d73e552 fix lint
- a0c9dba fix log import
- db471fe apigee-connect CLI - proxies
- 2b28b2e Remove
registry-experimental wipeout
command. (#143) - 0d3d2d3 Update registry-experimental command constructors to match the registry tool's. (#142)
- 61c00d4 Update graphql README and tests for new server configuration. (#140)
- 9167fb2 Generators (#16)
- 33074bb Update to registry v0.6.4 (replace cmd/registry/core, add context to handlers) (#138)
- 5662264 Extract resource attributes from API specs with
registry-experimental extract
. (#134) - 7632c9a Add new "registry-experimental compute summary" command. (#133)
- 601a2ec Update to registry v0.6.3 (pkg/names) (#132)
- 81f9662 Update to registry v0.6.2 (pkg/visitor) (#131)
- 29be355 Update registry dependency to v0.6.1 (#130)
- cadba58 This moves "registry count" from the main repo into "registry-experimental count" (#129)
- 09c8a18 Update README.md (#128)