Skip to content

🐸 Versioned release#785

Merged
theoephraim merged 1 commit into
mainfrom
bumpy/version-packages
Jun 16, 2026
Merged

🐸 Versioned release#785
theoephraim merged 1 commit into
mainfrom
bumpy/version-packages

Conversation

@bumpy-bot

@bumpy-bot bumpy-bot commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

bumpy-frog

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:

minor Minor releases

@env-spec/parser 0.3.5 → 0.4.0 CHANGELOG.md

  • Add per-item leak-detection opt-out via @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 accepts enabled to 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.

varlock 1.6.1 → 1.7.0 CHANGELOG.md

  • Add per-item leak-detection opt-out via @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 accepts enabled to 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.
  • @setValuesBulk and @import support pick/omit key filters. (bump file)
    Filter which keys are brought in with pick (allowlist) or omit (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; pick and omit can'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 of pick=[...] — it still works but warns.

patch Patch releases

env-spec-language 0.2.1 → 0.2.2 CHANGELOG.md

  • @setValuesBulk and @import support pick/omit key filters. (bump file)
    Filter which keys are brought in with pick (allowlist) or omit (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; pick and omit can'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 of pick=[...] — it still works but warns.

@github-actions github-actions Bot added release releases - managed by changesets core:varlock core:parser labels Jun 15, 2026
@bumpy-bot bumpy-bot force-pushed the bumpy/version-packages branch from 054d8a0 to 1f5e715 Compare June 16, 2026 06:00
@env-spec/parser@0.4.0
env-spec-language@0.2.2
varlock@1.7.0
@bumpy-bot bumpy-bot force-pushed the bumpy/version-packages branch from 1f5e715 to 00c05eb Compare June 16, 2026 06:33
@theoephraim theoephraim merged commit 1eae294 into main Jun 16, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants