Skip to content

Commit 7ba4b8b

Browse files
authored
Merge pull request #180 from supertokens/feat/config_from_env
fix: update config from env
2 parents ba44909 + e3ae203 commit 7ba4b8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
## [8.0.3]
10+
## [8.1.0]
1111

1212
- Adds OpenTelemetry support for the plugin interface
13+
- Adds `updateConfigJsonFromEnv` for the plugin interface
1314

1415
## [8.0.2]
1516

src/main/java/io/supertokens/pluginInterface/Storage.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ void setKeyValue(TenantIdentifier tenantIdentifier, String key, KeyValueInfo inf
7575

7676
void setStorageLayerEnabled(boolean enabled);
7777

78+
void updateConfigJsonFromEnv(JsonObject configJson);
79+
7880
boolean canBeUsed(JsonObject configJson) throws InvalidConfigException;
7981

8082
// this function will be used in the createUserIdMapping and deleteUserIdMapping functions to check if the userId is

0 commit comments

Comments
 (0)