🐸 Versioned release#785
Merged
Merged
Conversation
054d8a0 to
1f5e715
Compare
@env-spec/parser@0.4.0 env-spec-language@0.2.2 varlock@1.7.0
1f5e715 to
00c05eb
Compare
This file contains hidden or 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
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 was created and will be kept in sync by bumpy based on your bump files (in
.bumpy/). Merge it when you are ready to release the packages listed below:@env-spec/parser0.3.5 → 0.4.0 CHANGELOG.md@sensitive={preventLeaks=false}. Secrets that legitimately leave the system (e.g. an API endpoint that returns a secret to another service) can be excluded from runtime leak detection while still being redacted in logs. The options form also acceptsenabledto toggle sensitivity (including dynamically, e.g.@sensitive={enabled=forEnv(production)}). (bump file)Adds standalone object (
{key=value}) and array ([a, b, c]) literals to the env-spec grammar, usable as decorator values and function-call arguments (including nested).()remains reserved for function calls.varlock1.6.1 → 1.7.0 CHANGELOG.md@sensitive={preventLeaks=false}. Secrets that legitimately leave the system (e.g. an API endpoint that returns a secret to another service) can be excluded from runtime leak detection while still being redacted in logs. The options form also acceptsenabledto toggle sensitivity (including dynamically, e.g.@sensitive={enabled=forEnv(production)}). (bump file)Adds standalone object (
{key=value}) and array ([a, b, c]) literals to the env-spec grammar, usable as decorator values and function-call arguments (including nested).()remains reserved for function calls.@setValuesBulkand@importsupportpick/omitkey filters. (bump file)Filter which keys are brought in with
pick(allowlist) oromit(denylist) array args — e.g.@setValuesBulk(opLoadEnvironment(env-id), pick=[API_KEY, DB_*])or@import(./.env.shared, omit=[LEGACY_TOKEN]). By default every key is included;pickandomitcan't be combined, and both accept simple globs (*,?).For
@import, listing keys as positional args (@import(./.env.shared, KEY1, KEY2)) is now deprecated in favor ofpick=[...]— it still works but warns.env-spec-language0.2.1 → 0.2.2 CHANGELOG.md@setValuesBulkand@importsupportpick/omitkey filters. (bump file)Filter which keys are brought in with
pick(allowlist) oromit(denylist) array args — e.g.@setValuesBulk(opLoadEnvironment(env-id), pick=[API_KEY, DB_*])or@import(./.env.shared, omit=[LEGACY_TOKEN]). By default every key is included;pickandomitcan't be combined, and both accept simple globs (*,?).For
@import, listing keys as positional args (@import(./.env.shared, KEY1, KEY2)) is now deprecated in favor ofpick=[...]— it still works but warns.