Skip to content

Releases: a-scie/jump

scie-jump 1.11.2

07 Feb 02:03
v1.11.2
d295f1b

Choose a tag to compare


1.11.2

This release fixes a performance regression launching traditional scies caused by hashing the
scie-jump in their tip. This is now only done for unpacked scie-jump --launches as intended.

Also, a long-standing bug where the {scie.lift} placeholder would lead to a scie lift manifest
being extracted that did not perfectly match SCIE=inspect output is fixed.

scie-jump 1.11.1

04 Feb 23:38
v1.11.1
544f208

Choose a tag to compare


1.11.1

This release further fixes running a bare scie-jump --launch against an unpacked scie that
contains files of directory type when those directories are not already cached in the SCIE_BASE.

scie-jump 1.11.0

03 Feb 19:03
v1.11.0
e6b8dd6

Choose a tag to compare


1.11.0

This release brings support for specifying the scie.jump.hash in the lift manifest. This new
field is populated automatically by the scie-jump boot pack and is used to validate scie-jumps
extracted for the {scie.jump} placeholder as well as for scie-jumps used to --launch a lift
manifest directly.

This release also fixes a bug running a bare scie-jump --launch against an unpacked scie that
contains files of directory type.

scie-jump 1.10.0

29 Jan 19:05
v1.10.0
9e42a14

Choose a tag to compare


1.10.0

This release brings support for executing scies before packing them using a bare scie-jump
binary; to do so, invoke: scie-jump --launch=<Path to lift manifest> .... Additionally, support
for a new {scie.jump} placeholder is added, allowing scie commands and bindings to invoke the
scie-jump binary their scie was built with directly.

scie-jump 1.9.2

05 Dec 17:46
v1.9.2
28c4551

Choose a tag to compare


1.9.2

This release builds the Linux scie-jump binaries against the oldest available manylinux images for
even broader glibc and musl libc compatiility.

scie-jump 1.9.1

01 Dec 22:13
v1.9.1
2044ad6

Choose a tag to compare


1.9.1

This release builds the Linux aarch64 & x86_64 glibc-linked scie-jump binaries against glibc 2.31
(Feb. 2020) for broader compatibility.

scie-jump 1.9.0

01 Dec 12:26
v1.9.0
9cb8662

Choose a tag to compare


1.9.0

This release adds glibc scie-jump binaries for Linux aarch64 & x86_64. The default binaries for
these platforms are still the musl libc static binaries, but -{gnu,musl}-linux-<arch> binaries
are now produced to allow explicitly selecting the desired libc implementation.

scie-jump 1.8.3

23 Nov 08:38
v1.8.3
dc05bab

Choose a tag to compare


1.8.3

This release is a follow-up to 1.8.2 that fixes lookup of custom scie-jump versions when the custom
scie-jump is for a foreign platform. Since there is no way to look those versions up, the old, buggy
behavior of recording the current scie-jump version for old, foreign scie-jumps is used. A warning
is logged in this case now.

scie-jump 1.8.2

22 Nov 00:13
v1.8.2
9e77dba

Choose a tag to compare


1.8.2

This release fixes a bug recording the correct scie-jump version in the lift manifest when using
the scie-jump boot pack with a custom scie-jump (-sj|--jump|--scie-jump).

scie-jump 1.8.1

21 Nov 05:41
v1.8.1
e2a7552

Choose a tag to compare


1.8.1

This release fixes a bug in .env handling. Previously, when "load_dotenv" = true was configured
in the lift manifest and a .env was present, its values were read but only applied to scie.env
substitutions in the lift manifest itself and not propagated in binding or command environments
inherited by the associated processes.