Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: oryx feature flag #2130

Merged
merged 10 commits into from
Sep 12, 2023
Merged

docs: oryx feature flag #2130

merged 10 commits into from
Sep 12, 2023

Conversation

dunqan
Copy link
Contributor

@dunqan dunqan commented Sep 1, 2023

Closes HRZ-86978

dunqan and others added 2 commits September 4, 2023 16:29
…ing.md

Co-authored-by: tobi-or-not-tobi <tobi-or-not-tobi@users.noreply.github.com>
@andriitserkovnyi andriitserkovnyi self-assigned this Sep 6, 2023
ORYX_FEATURE_VERSION=1.1
```

You can also use the `featureVersion` utility in your code or third-party libraries to conditionally enable features.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do I understand correctly that ORYX_FEATURE_VERSION is only for code, while featureVersion is boith for code and third-party libraries?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ORYX_FEATURE_VERSION is an evironment flag that steers featureVersion you can use in the code

@andriitserkovnyi andriitserkovnyi added the 202400 PR contains document for the upcoming release 202400 label Sep 12, 2023
@andriitserkovnyi andriitserkovnyi merged commit 9fb626e into master Sep 12, 2023
@andriitserkovnyi andriitserkovnyi deleted the docs/oryx-feature-flag branch September 12, 2023 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
202400 PR contains document for the upcoming release 202400
Development

Successfully merging this pull request may close these issues.

3 participants