google_secret_manager 1.0.10
google_secret_manager: ^1.0.10 copied to clipboard
This package provides an API for accessing Google Secret Manager using Dart. This package is useful for developers who want to securely store and retrieve secrets.
1.0.10 #
- Removed the additional
http
andgoogle
package exports.
1.0.9 #
- Exported the
http
package.
1.0.8 #
- Updated the response type of the
get()
method to be non-nullable. - Added optional
projectId
argument to theget()
method.
1.0.7 #
- Exported the google packages.
- Updated the
example
code. - Updated the
README.md
file.
1.0.6 #
- Updated the example code.
1.0.5 #
- Updated the
pubspec.yaml
file.
1.0.4 #
- Updated the
pubspec.yaml
file. - Updated the
README.md
file.
1.0.3 #
- Added the version to the
get
method of theGoogleSecretManager
interface. - Updated the
README.md
file.
1.0.2 #
- Updated the
README.md
file.
1.0.1 #
- Removed the
GoogleSecretManagerInitializer
class.
1.0.0 #
- Initial version.