Skip to content

Commit 1ffffaa

Browse files
committed
Version packages
varlock@1.16.0
1 parent e3315e0 commit 1ffffaa

5 files changed

Lines changed: 11 additions & 12 deletions

File tree

.bumpy/auto-load-reuse-injected-env.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bumpy/proxy-reload-owner-side-validation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/varlock/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222

2323

2424

25+
26+
27+
## 1.16.0
28+
<sub>2026-07-31</sub>
29+
30+
- [#968](https://github.com/dmno-dev/varlock/pull/968) *(minor)*
31+
varlock/auto-load and varlock run now reuse an injected __VARLOCK_ENV blob instead of re-resolving, when it was resolved in the same directory. Set _VARLOCK_USE_INJECTED_ENV=1 to always trust an injected blob (e.g. handing env into a sandbox with no .env files), or 0 to always re-resolve.
32+
- [#969](https://github.com/dmno-dev/varlock/pull/969) *(patch)*
33+
`varlock proxy reload` no longer requires the schema to resolve in the requesting shell: the proxy validates the edit in its own context before applying and reports failures back, so a remote broker can be reloaded with a bare provider exec
2534

2635
## 1.15.0
2736
<sub>2026-07-31</sub>

packages/varlock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "varlock",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "AI-safe .env files: Schemas for agents, Secrets for humans.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)