0.16.0
Highlight
Support for custom resource ID
The resource ID can now be customized by the user instead of letting ADC generate it automatically.
Just write the id
field in the resource to make it work, but there are a few resources that are not supported yet, such as upstream (which is inlined by the service and doesn't support references) and consumer (whose username is the ID and doesn't want to be specified additionally).
It has been implemented on API7 and APISIX. #203 #204
What's Changed
- fix(api7): mismatched fields in upstream mtls by @bzp2010 in #202
- feat: support custom resource id by @bzp2010 in #203
- feat(core): update custom id schema by @bzp2010 in #204
- feat: bump to 0.16.0 by @bzp2010 in #205
Full Changelog: v0.15.0...v0.16.0