All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2024-09-25
- Added log message to indicate from which project the secrets are loaded
0.3.0 - 2024-09-23
Added support for the {GoogleSecret:SecretName:SecretVersion}
syntax. The SecretVersion
is optional and defaults to latest
. This allows for a more flexible way to access secrets so not all config.{environment}.json
files need to load the same secrets.
0.2.1 - 2024-04-23
- added
dist
folder toexports
inpackage.json
0.2.0 - 2023-10-16
- added new parameter
continueOnError
to determ if the application should continue on error or throw an exception (default = false)
0.1.0 - 2023-09-14
- changed location of index.d.ts file
- Added typing for the next config
- added new parameter
enabled
to determ if google secrets should be loaded or not
- changed
projects/
-part of the project name to optional
0.0.1 - 2023-08-03
- added project setup