Skip to content

v0.2.1-beta - Speedy rabbit version

Pre-release
Pre-release
Compare
Choose a tag to compare
@DKFN DKFN released this 13 Apr 14:57
· 33 commits to master since this release

Hi all !

This release contains

  • New scheduler method: A massive gain in CPU utilization by changing the way we queue files
  • Key bug fixes: Various bugs of the key command were fixed after the command was properly tested
  • Command bundling bug: Fixed after the faulty 0.2.0 version not bundling the commands with the cli !
  • Back to 4 async op: I decided to lower the parallel upload/downloads to 4 after some testing against 8.

Install

Installation procedures have been updated in the docs: https://dkfn.github.io/bunnycdn-cli/docs/install

Update

NPM

If you use NPM, you only have to run this command to auto update:

npm install -g bnycdn

Ubuntu

You need to run an install over the previously installed version.

AMD64

wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.1-1_amd64.deb
sudo dpkg -i bnycdn_0.2.1-1_amd64.deb 

ARM

wget http://cdn.infra.tetel.in/bunnycdn-cli/nightly/deb/bnycdn_0.2.1-1_armel.deb
sudo dpkg -i bnycdn_0.2.1-1_armel.deb

Have a great weekend !