plugin-adapter v0.3.0
A new version of the plugin-adapter has just been published via https://www.npmjs.com. This version contains the foundation for the new implementation of custom configuration views for plug-ins. More information on this topic will follow shortly.
plugin-adapter v0.2.1
A new version of the plugin-adapter has just been published via https://www.npmjs.com. This version contains a minor bugfix causing console error messages during the adapter usage.
Plug-in certificate change
Announcement: We are changing the certificates for plug-ins for our COYO Cloud and COYO Staging environments. The change is scheduled for Tuesday, July 06th, 2021.
plugin-adapter v0.2.0
A new version of the plugin-adapter has just been published via https://www.npmjs.com. This version brings a lot of new functionality. Be aware that this release has breaking API changes. Follow the migration steps below to use the latest version of the adapter.
Plug-in design guidelines
We know that one of the biggest challenges during plug-in development is matching COYO's user interface design and user experience. To fully create the illusion that a plugin is part of COYO, it must completely blend in.
plugin-adapter v0.1.7
A new version of the plugin-adapter has just been published via https://www.npmjs.com.
plugin-adapter v0.1.6
A new version of the plugin-adapter has just been published via https://www.npmjs.com. It fixes incorrect plugin certificates embedded in the adapter to validate the JWT communication with COYO environments.
v32.x migration guide
COYO's plug-in integration is still labeled Beta and thus a lot of changes are happening from one version to another. But of cause we are developers ourselves and we know that constant changes and adaptions can be cumbersome and annoying. With the move to v32.x we hope to stabilize out implementation and make your life easier in the future. To help you move from your current implementation to a new v32.x compatible implementation you can use the following upgrade guide.
lifecycle API v0.12.0
COYO v31.x will support the new version of the COYO lifecycle API. This makes three additional endpoints available: uninstall
, instance_add
and instance_remove
. Take a closer look at the API docs or the corresponding guides to find out more.
plugin-adapter v0.1.0
The first version of the new plugin-adapter is now available on npm and will be usable with v32.x of COYO. It massively simplifies the way to initialize your plug-in and to establish a working and secure connection to our COYO front-end. Just drop it into your project via npm or yarn and follow the new guidelines on how to work with the adapter. We hope you like it!