open-vault/sdk
Tom Proctor aa50e42fca
Support version selection for database plugins (#16982)
* Support version selection for database plugins
* Don't consider unversioned plugins for version selection algorithm
* Added version to 'plugin not found' error
* Add PluginFactoryVersion function to avoid changing sdk/ API
2022-09-09 17:32:28 +01:00
..
database Support version selection for database plugins (#16982) 2022-09-09 17:32:28 +01:00
framework
helper Multiplexing opt out flag (#16972) 2022-09-08 11:32:46 -04:00
logical Support version selection for database plugins (#16982) 2022-09-09 17:32:28 +01:00
physical
plugin Support version selection for database plugins (#16982) 2022-09-09 17:32:28 +01:00
queue
version
go.mod Multiplexing opt out flag (#16972) 2022-09-08 11:32:46 -04:00
go.sum Multiplexing opt out flag (#16972) 2022-09-08 11:32:46 -04:00
README.md

Vault SDK libs

This package provides the sdk package which contains code useful for developing Vault plugins.

Although we try not to break functionality, we reserve the right to reorganize the code at will and may occasionally cause breaks if they are warranted. As such we expect the tag of this module will stay less than v1.0.0.

For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.