Skip to content

Releases: chekusu/shipkey

v0.3.20

23 Mar 18:33

Choose a tag to compare

What's New

Multi-environment env file support

setup and pull now write secrets to environment-specific local files instead of a single shared file.

Environment Regular projects Cloudflare Workers
dev .env.development.local .dev.vars
prod .env.production.local .dev.vars.production

This prevents dev and prod secrets from overwriting each other. The env parameter is optional — without it, behavior is unchanged (backward compatible).

Documentation

  • Fixed default env in README examples (prod, not dev)
  • Added env-specific file mapping table to all three language READMEs (en, zh, ja)

v0.3.19

23 Mar 09:50

Choose a tag to compare

chore: bump version to v0.3.19

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.18

23 Mar 09:34

Choose a tag to compare

chore: bump version to v0.3.18

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.17

18 Mar 08:03

Choose a tag to compare

chore: bump version to v0.3.17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.16

15 Mar 10:03

Choose a tag to compare

chore: bump version to v0.3.16

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.3.15

12 Mar 11:26

Choose a tag to compare

chore: bump version to v0.3.15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.14

12 Mar 08:27

Choose a tag to compare

feat: add Coinbase provider detection

chore: bump shipkey to 0.3.14, @shipkey/core to 0.2.7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.13

09 Mar 05:56

Choose a tag to compare

fix: replace Unicode arrows with ASCII in provider guides to fix moji…

v0.3.12

08 Mar 14:56

Choose a tag to compare

chore: bump shipkey to 0.3.12, @shipkey/core to 0.2.5

Includes fixes since v0.3.11:
- Escape dots in project names for op assignment statements
- Fix encoding issue in error messages (em dash → hyphen)
- Add charset=utf-8 to JSON response headers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v0.3.11

08 Mar 14:46

Choose a tag to compare

fix: wrangler auth check with whoami + config file fallback

Bump shipkey to 0.3.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>