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)