Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@kylewlacy kylewlacy released this 10 Jun 05:09
· 42 commits to main since this release
d82dfbf

This is a minor release focused on massively improving registry downloads, and helping future-proof TypeScript build scripts. Re-run the install script to update:

curl --proto '=https' --tlsv1.2 -sSfL 'https://brioche.dev/install.sh' | bash

Special thanks to @asheliahut for helping with some major changes to the registry itself!

Added

  • Add new TypeScript runtime op to get the version of Brioche (#59). This will allow for updating packages to take advantage of new features without breaking backwards compatibility
  • Add new collect_references recipe type (#57). This will be used by the std package to improve container sizes

Changed

  • Increase timeouts when fetching from registry from 10s to 120s (#54 by @matklad). This is a workaround due to very slow cold start times seen in some cases when making requests to the registry
  • Tweak registry sync rules to avoid downloading unnecessary dependencies (#56). This should drastically reduce the download times during the first-time user experience (especially with some changes to the registry itself)
  • Download project files in parallel from registry (#58)