Skip to content

Releases: orogene/orogene

0.3.34 (2023-10-09)

09 Oct 00:59
v0.3.34
6a99684
Compare
Choose a tag to compare

Release Notes

This release is largely a series of attempts at making Orogene faster, most of
which didn't have much of an effect. Properly supporting reflinks on DeDrive
is nice, though.

Features

  • reflink: bump reflink-copy to add support for reflinks on Windows Dev Drive (32c169c7)
  • perf: be smarter about reflinks and mkdirp (581dda60)

Bug Fixes

  • setup: fix issue with repeatedly being asked about telemetry (a0111278)
  • perf: reduce number of syscalls a bit (3f005c1f)

Install orogene 0.3.34

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.34

Download orogene 0.3.34

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.33 (2023-10-02)

02 Oct 18:43
v0.3.33
cf54839
Compare
Choose a tag to compare

Release Notes

Features

  • terminal: display indeterminate progress while orogene is running (d4f3e845)
  • release: automatically bump official brew formula on release (deceec38)

Bug Fixes

  • manifest: handle boolean bundledDependencies values (d6c16a44)
  • fmt: cargo fmt --all (6fd8b279)
  • bin: fix bin linking for the isolated linker and fix cmd shims (8b58caba)
  • docs: fix broken links (e182ce76)
  • terminal: don't print out terminal progress codes unless stderr is a terminal (1228ebea)

Install orogene 0.3.33

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.33/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.33/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.33

Download orogene 0.3.33

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.32 (2023-09-30)

30 Sep 05:29
v0.3.32
8d3cbe9
Compare
Choose a tag to compare

Release Notes

Features

  • dist: automatically publish to a homebrew tap (023ebcca)

Bug Fixes

  • cache: cache recovery was working off JSON metadata, not new rkyv-based one (7c566287)
  • unsafe: use safe version of method that verifies data. No perf impact noticeable (1a6b54ac)
  • resolver: fix issue with aliases not being handled properly (85d31713)
  • resolver: node paths should use their fs name (544639b7)
  • resolver: go ahead and try to resolve if we just have a version (8d04d84b)

Documentation

  • build: document build requirements (16391bec)

Install orogene 0.3.32

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.32/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.32/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.32

Install prebuilt binaries via Homebrew

brew install orogene/homebrew-tap/orogene

Download orogene 0.3.32

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.31 (2023-09-28)

28 Sep 23:57
v0.3.31
4ecf2e3
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • dist: temporarily allow-dirty and remove license stuff (#293) (39685826)

Install orogene 0.3.31

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.31/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.31/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.31

Install prebuilt binaries via Homebrew

brew install orogene

Download orogene 0.3.31

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum

0.3.27 (2023-05-21)

21 May 22:36
v0.3.27
a0c8df2
Compare
Choose a tag to compare

Release Notes

Features

  • xxhash: switch to xxhash, and always validate extraction (#274) (dfdb378c)

Bug Fixes

  • reapply: stop erroring on reapply if node_modules doesn't exist (940333a9)
  • node-maintainer: return a more useful error message when symlink/junction creation both fail on Windows (#270) (e254c393)

Install orogene 0.3.27

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.27/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.27/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.27

Download orogene 0.3.27

target kind download
aarch64-apple-darwin tarball orogene-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-x86_64-unknown-linux-gnu.tar.gz

0.3.26 (2023-05-19)

19 May 17:43
v0.3.26
fc6d456
Compare
Choose a tag to compare

Release Notes

Features

  • scripts: run lifecycle scripts in correct dependency order (#263) (00979ae8)
  • error: Add extra context to all std::io::Error messages (#268) (8749a526)

Bug Fixes

  • resolver: PackageResolution::satisfies() should use the spec target (4f0fbba7)
  • node-maintainer: stop failing when root package entry in lockfile is missing package name (b7ac680b)

Install orogene 0.3.26

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.26/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.26/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.26

Download orogene 0.3.26

target kind download
aarch64-apple-darwin tarball orogene-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-x86_64-unknown-linux-gnu.tar.gz

0.3.25 (2023-05-10)

10 May 19:06
v0.3.25
a3ab68e
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • fmt: cargo fmt --all (887c2576)
  • telemetry: lower telemetry sample rate (ffbd6a88)

Install orogene 0.3.25

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.25/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.25/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.25

Download orogene 0.3.25

target kind download
aarch64-apple-darwin tarball orogene-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-x86_64-unknown-linux-gnu.tar.gz

0.3.24 (2023-05-10)

10 May 05:26
v0.3.24
6e7f54e
Compare
Choose a tag to compare

Release Notes

Features

  • optional: ignore install script failures for truly optional dependencies (09fcc77d)
  • credentials: add support for parsing credentials (for later consumption) (59f0a11c)
  • telemetry: implement opt-in crash and usage telemetry (#262) (8d5e1f59)

Bug Fixes

  • apply: only update package.json on apply success (1e775ad0)
  • wasm: missed a spot again with wasm (c4fcb328)
  • wasm: again (b745c5bb)
  • docs: add --credentials to command docs (24b60124)
  • debug-log: stop printing ansi codes to debug log (3c1cd69f)
  • bin: semi-preserve file modes and make binaries executable (#259) (f01ed09d)
  • apply: fix regression where only hoisted linker was used (78f41202)
  • misc: fix a couple of straggler warnings (594081f4)

Documentation

  • readme: improvements to README (7b63b073)

Install orogene 0.3.24

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.24/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.24/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.24

Download orogene 0.3.24

target kind download
aarch64-apple-darwin tarball orogene-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-x86_64-unknown-linux-gnu.tar.gz

0.3.23 (2023-04-18)

18 Apr 21:31
v0.3.23
52213c4
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • docs: update docs after --lockfile addition (e1caff41)
  • ping: fix emoji spacing (90038383)
  • nassun: try and get rustdoc to show NassunError at the toplevel to play nicer with miette (e5638712)
  • error: export orogene cmd error enum (b37e1167)
  • wasm: get node-maintainer working on wasm again (b1f6bc82)

Miscellaneous Tasks

  • deps: bump miette to 5.8.0 (e58c256e)
  • deps: bump supports-hyperlinks for more terminal support (be5712e2)

Install orogene 0.3.23

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.23/orogene-v0.3.23-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/orogene/orogene/releases/download/v0.3.23/orogene-v0.3.23-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.23

Download orogene 0.3.23

target kind download
aarch64-apple-darwin tarball orogene-v0.3.23-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-v0.3.23-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-v0.3.23-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-v0.3.23-x86_64-unknown-linux-gnu.tar.gz

0.3.22 (2023-04-18)

18 Apr 06:48
v0.3.22
3e6f9ce
Compare
Choose a tag to compare

Release Notes

no-op due to release failure. Refer to 0.3.2 for actual release details.

Install orogene 0.3.22

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.22/orogene-v0.3.22-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/orogene/orogene/releases/download/v0.3.22/orogene-v0.3.22-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install orogene@0.3.22

Download orogene 0.3.22

target kind download
aarch64-apple-darwin tarball orogene-v0.3.22-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball orogene-v0.3.22-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball orogene-v0.3.22-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball orogene-v0.3.22-x86_64-unknown-linux-gnu.tar.gz