-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat: Resurrected the STATIC flag reason. Documented the caching strategy. #224
Merged
skyerus
merged 4 commits into
open-feature:main
from
skyerus:issue-216_document-caching
Nov 30, 2022
Merged
feat: Resurrected the STATIC flag reason. Documented the caching strategy. #224
skyerus
merged 4 commits into
open-feature:main
from
skyerus:issue-216_document-caching
Nov 30, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tegy. Signed-off-by: Skye Gill <[email protected]>
toddbaert
reviewed
Nov 24, 2022
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Skye Gill <[email protected]>
This makes sense to me. I think this should enable a simple but effective caching strategy on the clients. |
toddbaert
approved these changes
Nov 24, 2022
toddbaert
approved these changes
Nov 24, 2022
skyerus
commented
Nov 29, 2022
Signed-off-by: Skye Gill <[email protected]>
james-milligan
approved these changes
Nov 29, 2022
AlexsJones
approved these changes
Nov 30, 2022
Signed-off-by: Skye Gill <[email protected]>
AlexsJones
pushed a commit
that referenced
this pull request
Dec 5, 2022
🤖 I have created a release *beep* *boop* --- ## [0.2.7](v0.2.5...v0.2.7) (2022-12-02) ### ⚠ BREAKING CHANGES * start command flag refactor ([#222](#222)) ### Features * enable request logging via the --debug flag ([#226](#226)) ([11954b5](11954b5)) * Resurrected the STATIC flag reason. Documented the caching strategy. ([#224](#224)) ([5830592](5830592)) * snap ([#211](#211)) ([c619844](c619844)) * start command flag refactor ([#222](#222)) ([14474cc](14474cc)) ### Miscellaneous Chores * release v0.2.6 ([93cfb78](93cfb78)) * release v0.2.7 ([4a9f6df](4a9f6df)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR
Resurrected the STATIC flag reason. Documented the caching strategy.
Related Issues
Fixes #223
Notes
Follow-up Tasks
How to test