v6.10.0-beta.1 – Milk and Cookies 🥛🍪
Pre-release
Highlights
How to Upgrade
Changelog
We're moving to a beta
› latest
release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.
We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!
Highlights
v6.10.0-beta.1 – Milk and Cookies 🥛🍪
Featured in this release is a new flag --deasync
which enables users to synchronizes ganache server startup. It's useful in certain scenarios - see ganache-cli issue #733.
We've fixed a bug that caused the --port
option to be ignored in forking mode. This mostly affects users developing in a remote environment.
We now gracefully handle SIGINT, SIGTERM, and SIGHUP on all applicable OS's.
And finally, we've included some changes to our deployment and automation:
- We've gone ahead and updated our webpack version to the latest stable version.
- We're now using semantic-release to automate the deployment of ganache-cli updates. We hope this enables us to release more frequently to better support ganache-cli users!
How to Upgrade
Upgrade to the latest beta
version of ganache-cli by running:
npm
npm uninstall ganache-cli -g
npm install ganache-cli@beta -g
yarn
yarn global remove ganache-cli
yarn global add ganache-cli@beta
Changelog
Bug Fixes
- deasync option documentation (#746) (62cfd38)
- Handle SIGINT, SIGTERM, & SIGHUP gracefully (#739) (8dd721f)
Features
Internal Improvements
- set otp during release process (#753) (17b69c4)
- remove OTP script exec from github action (57a75bc)
- fix otp script path in package.json (f9d67c6)
- add otp script (#748) (6ca7c52)
- deasync option documentation (#746) (62cfd38)
- add semantic-release (#743) (6497293)
- update webpack 4.18 -> 4.43 (#742) (bd9ed7b)
💖 The Truffle Team