Skip to content

Releases: brian-dlee/smuggler

v0.2.2

30 Aug 21:04
fbd6601
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v0.2.1...release/v0.2.2

v0.2.1

23 Aug 03:02
64bb725
Compare
Choose a tag to compare

What's Changed

  • Support file secrets by @brian-dlee in #1
    • The config file now has support for the includeFiles parameter which can read a file from the filesystem directory or through a configured environment variable. The files that are read are base64 encoded and injected into the build.
    • The CLI tool now has a read operation to inspect the contents of a prepared data file

v0.2.0

31 Jul 08:25
Compare
Choose a tag to compare

Generate imported source file instead of data file

Improved build systems optimize for size and as a result have
complex pruning practices for builds. It would appear the latest
revision of Remix includes some updates to the build procedure which
prevents data.enc files from being included.

Again, in following behind Prisma, I've decided to generate an actual JS
file instead and import it inside the code. This way build systems must
include the file and it will not be pruned.

Use Commander

The CLI is no longer home-grown. That lasted all of 5 minutes.

Add Debug logging

Add a bunch of debug logging. Set DEBUG=smuggler:* to see it pour out.

Description and Keywords update only

28 Jul 05:05
7770ee3
Compare
Choose a tag to compare
release/v0.1.6

Add description and keywords

Initial Release

27 Jul 20:29
81bd943
Compare
Choose a tag to compare

Smuggle sensitive or dynamic variables into a Vercel deployment beyond the 4KB limit using AES encryption