Skip to content

Commit

Permalink
docs: mention dropping InstanceTag
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Jul 8, 2024
1 parent 78cf8c2 commit 00550c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,12 @@ By default unleash-client fetches the feature toggles from unleash-server every

The backup file name will follow this pattern: `{fileNameWithoutExtension}-{AppName}-{SdkVersion}.{extension}`.

### InstanceTag

As of version `5.0.0`, `InstanceTag` is no longer a property of `UnleashSettings`. Instead, an internal `InstanceId` is automatically generated.

This means that the backup file names have been simplified and no longer include the `InstanceTag` property value.

## Bootstrapping
* Unleash supports bootstrapping from a JSON string.
* Configure your own custom provider implementing the `IToggleBootstrapProvider` interface's single method `ToggleCollection Read()`.
Expand Down

0 comments on commit 00550c7

Please sign in to comment.