- Fixed an error with setting DB privileges during
fin db create
- Disabled network cleanup in
fin cleanup
(triggered during updates) (#582)- Check this fix if you updated to Docksal 1.9.0 and had your stopped project(s) broken
- Updated 1.9.0 release notes to mention a breaking change in docker-compose 1.21.1
- Fixed typos here and there
- fin 1.60.0
- Stack updates
- Switched
cli
to docksal/cli:2.2-php-7.1.
- Switched
- Docker 18.03.1
- Docker Compose 1.21.1
- [BREAKING] Projects with dashes in names need
fin reset
(Read more)
- [BREAKING] Projects with dashes in names need
- VirtualBox 5.2.2
- Alpine Linux support.
- Play-with-Docker support
- You can now try and play with Docksal online, free of charge, and within minutes!
- Experimental: Cloud9 IDE integration
- Cloud9 provides an in-browser IDE and terminal for your project and stack.
- Run
fin config set IDE_ENABLED=1 && fin project reset cli
in your project folder to enable Cloud9 IDE. - Open
http://ide.<VIRTUAL_HOST>
fin config [get|set|remove]
- New commands to manage project level (
.docksal/docksal.env
) and global ($HOME/docksal/docksal.env
) Docksal variables. - See
fin help config
for details.
- New commands to manage project level (
- New boilerplate frameworks:
- Improved
fin share
to allow for custom ngrok configuration (see Additional ngrok configuration). - Extended
fin config generate
to allow forDOCKSAL_STACK
andDOCROOT
to be set at runtime.- See
fin help config
for details.
- See
fin run-cli
:- Switched default image for
fin run-cli
to usedocksal/cli:2.2-php7.1
. - Allow passing environment variables to the
run-cli
container at run time or through$HOME/.docksal/docksal.env
file. - Fixed Windows support.
- Standard secrets (
SECRET_*
variables) are now passed to therun-cli
container. - Substantially improved startup container time by declaring
/home/docker
as a volume (same as in the default stack). - See
fin help run-cli
for more details - [BREAKING] Persistent
$HOME
directory in therun-cli
container by default. - [BREAKING] Image and debug are now options (
--image=...
,--debug
)
- Switched default image for
- Reworked
fin project create
command screen to separate out different frameworks and languages. - Refactored
fin ssh-add
command to allow for non-standard ssh keys to be add automatically (see Automatically add keys). - Refactored OS detection.
- Fixed
fin help
to reference commands within folders. - Refactored container remove function.
- Refactored unison volumes integration.
- Forked our own
docksal/unison
image. - [BREAKING] renamed
bg-sync
tounison
infin
and instacks/volumes-unison.yml
.
- Forked our own
- Fixed
fin stop --all
to stop all Docksal projects not all existing Docker containers. - Fixed Travis CI to run correctly with external pull requests.
- Improved testing across functionality.
- Fixed issue with
fin db create
failing if database exists andfin db drop
failing if database did not exist. - Fixed missing host file on WSL.
- Added
blackfire
service configuration toservices.yml
and updated Blackfire documentation. - Refactored network configuration on Ubuntu
- During
fin system stop
network settings introduced by Docksal will now be reverted.
- During
- Fixed (workaround) a Docker bug with long commands overlapping on single terminal line (
fin exec
andfin run-cli
). - Add a warning when running
fin
as root.
- New: Addons - extending projects with extra commands and integrations.
- New: phpMyAdmin integration docs.
- New: Redis integration docs.
- New: fin help - content from all
fin help
topics. - New: fin run-cli command docs.
- Updated Using native Docker applications docs to use the new
fin config set
command. - Updated SSH agent with a section on how to automatically local non-default keys.
- Updated Custom commands with a section on grouping custom commands.
- Updated Setup instructions with new boilerplate repos.
- Updated Blackfire integration instructions.
- Updated ngrok (
fin share
) integration instructions with the new configuration options. - Updated Xdebug docs with instructions on using Xdebug with the Atom editor.
- Updated Extending stock images
- Updated Stack configuration docs with all available variables in Docksal.
- Updated Troubleshooting with instructions on "Docker unauthorized" issues.
- Fixed typos and grammar found within documentation.
- fin 1.52.0
- Stack updates
- Switched
cli
to docksal/cli:2.1-php7.1 - Switched
db
to docksal/db:1.2-mysql-5.6
- Switched
- Secrets - a way to pass keys/tokens to
cli
- Currently supported:
SECRET_SSH_PRIVATE_KEY
,SECRET_ACAPI_EMAIL
,SECRET_ACAPI_KEY
,SECRET_TERMINUS_TOKEN
- All secrets should be prefixed with
SECRET_
- Secrets are masked in
fin config
output to protect sensitive data - Secrets can be set in the global
docksal.env
file ($HOME/.docksal.env
) or the project one(s) - Requires
docksal/cli
v2.1.0+
- Currently supported:
- Terminus integration (#485)
- Shortcut command for Terminus -
fin terminus
- Requires
docksal/cli
v2.1.0+
- Shortcut command for Terminus -
- Added PostgreSQL service definition in
services.yml
(#193)
- Added support to run
fin debug
with project configuration loadingfin debug -c ...
,fin debug --load-configuration ...
- Removed an old workaround in
fin drush
andfin drupal
when run with empty arguments- drush used to choke on empty arguments (e.g., drush "")
- drupal console never needed this workaround
- Allow
fin alias
creation command to also update aliases- Added the "-f" option when creating an new alias link. This allow one to use the same command to update aliases vs. the current workflow of first removing the alias then adding it back in with the new path. (#496)
- Updated
fin run-cli
(fin rc
) to usedocksal/cli:2.1-php7.1
(#483) - Stacks: renamed
db
tomysql
inservices.yml
- Keeping the old
db
service definition for backward compatibility
- Keeping the old
- Updated Drush docs
- Drush Launcher
- Site aliases with Drush 9
- New docs for Acquia Drush Commands and Terminus
- Changed macOS installation instructions to account for VirtualBox installation issues on macOS High Sierra
- fin 1.50.3
- Docker Compose 1.19.0
- Docker Machine 1.14.0
- System services
vhost-proxy
upgraded to v1.2.0- Increased proxy buffers to
256k
- fixes 500 errors for some Drupal 8 sites sending huge HTTP headers - routing to a non-standard port
- HTTP/2 support
- Increased proxy buffers to
- Stacks
- PHP stacks now use
docksal/cli:2.0-php7.1
(PHP 7.1) by default- v2 cli images, built from official Docker PHP-FPM images
- Acquia stack now uses
1.1-varnish5
(Varnish 5) image
- PHP stacks now use
fin system
subset of commands (#387)fin system stop
- removes Docksal system services and stops all Docksal projects (fin stop --all
)
- New
default-nodb
stack - when you don't need MySQL (#427) - New
node
stack and sample project - New project wizards (Grav CMS, Gatsby JS, Laravel, Hugo)
fin cleanup
refactoring- Use Docker's
prune
commands where it makes sense
- Use Docker's
- Revised short aliases for miscellaneous commands
- Only leaving aliases that feel common and would make sense for most people right away
fin db create
now usesutf8mb4
/utf8mb4_unicode_ci
charset/collation by default (#437)- Disallowing underscores or uppercase letters in project name (#438)
fin config generate
now usesDOCKSAL_STACK=default
(instead of a full blownstack-default-static.yml
definition) (#433)- Removed static stacks (
stack-acquia-static.yml
andstack-default-static.yml
) - Fix warning with
fin stop -a
when no projects are running (#450) - Fix the bug that
fin
was not able to use Unison volumes with Docker for Mac - Allow using paths relative to the project root in
docksal.yml
(#459)- Use
docksal.yml
path to detect docker-compose context directory docksal.yml
now becomes required, so we create it automatically if it does not existdocksal.env
is also created automatically (if not present) to have both configs around for users to use
- Use
- Fixed error when
DOCKER_RUNNING
was not always exported - Always use
winpty
on windows (since the experimental Docksal bash shell is deprecated) (#457) - Removed old
FIN_SET_UID
variables - Added support for vhost-proxy v1.2 logging options via global
docksal.env
- Mounting
project_root
invarnish
andsolr
services to give access to the project codebase and load custom configuration overrides (see respective docs for details) - Updated
solr
service- Using the new
io.docksal.virtual-port
label supported introduced indocksal/vhost-proxy:1.2
- Solr can now be accessed via vhost-proxy at
http://sorl.<VIRTUAL_HOST>/solr
- Using the new
- Updated
mailhog
service- Using the new
io.docksal.virtual-port
label supported introduced indocksal/vhost-proxy:1.2
- MailHog web UI can now be accessed via vhost-proxy at
http://mail.<VIRTUAL_HOST>
- Removed binding to port
80
and thus theuser: root
override (necessary to bind to privileged ports). This is no longer necessary with vhost-proxy v1.2+ supporting custom port routing.
- Using the new
- When
CI=true
is set in in$HOME/.docksal/docksal.env
, vhost-proxy will be open to the world (bind to0.0.0.0
). This should be used in CI/Sandbox environments. - Fixed fin aliases not working on Linux
- Passing
VIRTUAL_HOST
variable tocli
by default, so that it can be used in scripts that run insidecli
DOCKER_HOST
can now be overridden via$HOME/.docksal/docksal.env
(#452)- Added ability to override the default host value for
fin share
(fin share --host=example.com
) (#363) - Removed old tests and updated existing ones
- Document installation issues on a fresh macOS High Sierra (#417)
- Update PHP settings overrides (changed in cli v2.0 images)
- Updated fin docs
fin system
subset of commands
- Updated Varnish, Solr, MailHog, Memcached docs
- Removed advanced usage (custom stack) examples for
memcached
andvarnish
to keep instructions simpler. Using theextends
approach in yml should be the mainstream.
- Removed advanced usage (custom stack) examples for
- Updated ngrok docs
IMPORTANT NOTE: if you use VirtualBox you may have to run fin update
twice for this release.
This release addresses a critical issue in 1.6.0, which breaks new Docksal installations on Mac/Windows using VirtualBox mode. We are also introducing support for WSL on Windows (in beta).
- fin v1.43.2
- Windows: WSL (Windows Subsystem for Linux) support (beta) (#188, #407, #421)
- Docker for Mac, Unison volumes:
fin logs unison
- show Unison log
-
Check for
docker-machine
binary existence during vm stop on update (#422) -
Fixed xdebug configuration regression (#420)
-
Docker for Mac, Unison volumes: Added ability to wait for the initial sync to complete.
-
Added ability to lock Docksal updates
Set
DOCKSAL_LOCK_UPDATES
to anything in$HOME/.docksal/docksal.env
to lock updates. Useful on CI/sandbox servers.
- Updated: xdebug docs
- Updated: Docker for Mac Unison volumes
IMPORTANT NOTE: if you use VirtualBox you may have to run fin update
twice for this release.
- fin v1.41.0
- docker/boot2docker v17.09.0-ce
- docker-compose v1.16.1
- docker-machine v0.13.0
- VirtualBox v5.1.28 (the latest boot2docker is using VirtualBox Guest Additions v5.1.28, so we stick with a matching version here as well)
-
fin project
command subset replaces the oldfin start/stop/restart/rm
commands.The old commands are still supported to preserve compatibility.
-
Docker for Mac: osxfs caching is automatically enabled to improve read performance. (#249, #397)
-
Docker for Mac: Unison file sync support
-
You can add environment dependent ENV and YML files based on
$DOCKSAL_ENVIRONMENT
variable, e.g.,docksal-myenv.yml
, that would only apply, ifDOCKSAL_ENVIRONMENT=myenv
(#383, #354). Official documentation is pending. -
New sample project repos and wizards: Grav, Gatsby JS and Laravel
-
New
vhosts
command to show all registered Docksal virtual hosts
- Docker for Mac/Win: networking setup is now aligned with the VirtualBox mode and Linux:
192.168.64.1 - host IP
192.168.64.100 - Docksal IP
-
Docker for Mac: Add ssh keys on up/restart/reset (#396)
-
Docker for Mac/Win: Fixed xdebug settings. (#389, #393)
-
Ubuntu 17.10: Install
ifupdown
andresolvconf
if they are missing (#321) -
Ubuntu 17.10: Address slow fs performance with the
overlay2
storage driver (defaut in Docker for Mac/Win and Ubuntu 17.04+) by adding/home/docker
volume incli
(#325) -
Addressed the DNS issue of corporate networks and VPN
Added backup upstream DNS server for docksal-dns. This addresses cases when
DOCKSAL_DNS_UPSTREAM
is set to an internal IP (VPN/LAN) and becomes inaccessible when user disconnects from that network.8.8.4.4
will now be used as a backup when DOCKSAL_DNS_UPSTREAM is not reachable. -
Exposed ngrok Web UI on a random port to make it accessible from the host (#379)
-
Project images are now auto-updated during overall update
-
Show virtual host name after project start
-
Allow installing Docksal addons from a non-default GitHub repo
-
Allow any
exec_target
for addons and custom commands (#356).Requires that container specified as
exec_target
hasproject_root
volume defined, just like cli:volumes: # Project root volume - project_root:/var/www:rw,nocopy
-
Fixed version comparison bug
-
Fixed MySQL permissions and default db missing bugs in
fin db create
(#351, #371, #372) -
Fixed the bug that Virtualbox update breaks docker-machine upgrade and users need to run
fin update
twice. (#280) -
Fin will check that Docksal system services (
dns
,vhost-proxy
,ssh-agent
) are running and restart them otherwise -
Use
DOCKSAL_DNS_DOMAIN
variable value for defaultVIRTUAL_HOST
(#390) -
Fix that system images were not updated during install in Docker for Mac/Win mode
-
Ensure
~/.ssh
exists. This prevents errors for users with no ssh keys -
Increase CLI healthcheck wait timeout to 60 seconds for intensive operations during custom healthchecks
- New: Unison volumes
- Updated: SMB troubleshooting - SMBv1 issues on Windows 10 Fall Creators Update 1709
- Updated: Docker for Mac/Windows file sharing
- Updated: Getting a list of Docksal images on Docker Hub
- Updated: Switch to using https://get.docksal.io for installs
- Updated: Portable installation instructions
- Added support for Docker for Mac/Windows
- Organized instructions per OS
- Updated: Improved custom commands documentation
This is a hotfix release aimed to address sporadic issues with TLS certificates caused by a regression between docker-machine 0.12.0 and docker engine 17.06.0.
- docker-machine v0.12.2
- fin v1.26.0
- Stack images updates
--no-truncate
option forfin db import
fin db cli
now accepts query as an argument and--db
parameter to specify the database to run query againstfin db create
andfin db drop
commandsfin diagnose
command
- Basic automated test in example repos
- Removed old icon scripts on for Windows
- Made
DOCROOT
variable accessing incli
- New: Troubleshooting SMB shares creation, mounting and related issues on Windows
- New: Web server: Configuration overrides
- Updated:
fin db
docs regarding--no-truncate
- Updated: added recommendations for running custom commands in
cli
For custom configurations (using docksal.yml
), if you are getting:
ERROR: Named volume "host_home:/.home:ro" is used in service "cli" but no declaration was found in the volumes section.
Remove host_home:/.home:ro
from docksal.yml
and do a fin project start
.
- docker v17.06.0-ce
- docker-compose v1.14.0
- docker-machine v0.12.0
- VirtualBox v5.1.22
- winpty-0.4.3-cygwin-2.8.0-ia32
- fin v1.22.0
- System and stack images updates
vhost-proxy
: docksal/vhost-proxy:1.1web
: docksal/web:2.0-apache2.2 and docksal/web:2.0-apache2.4db
: docksal/db:1.1cli
: docksal/cli:1.3-php5 and docksal/cli:1.3-php7
- Implemented a Docker healthcheck for cli
- Requires docksal/cli v1.3.0+. Falls back to waiting for 10s for the container to become ready for older versions.
- Addons (experimental)
- Ability to install and remove addons (custom commands) per project or globally from statically defined repo docksal/addons
- Prevent NFS conflicts on macOS. (#133)
DOCKSAL_NFS_PATH
can be used to override Docksal projects folder which effectively serves as NFS mount point.
- Added support for simple static site creation in
fin project create
(#177) - Added custom commands to bash autocomplete (#232)
fin sql-import --progress
--progress
displays import progress usingpv
(if installed on the host)
fin build
- support fordocker-compose build
workflow- Support for executing custom commands in
cli
instead of host- Add
#: exec_target = cli
in the header of the custom command to tell fin to execute the command withincli
viafin exec
- Add
- The VM on Mac and Windows will now use 2GB of RAM by default
- Anyone who's low on RAM (< 8GB) can use
fin vm ram 1024
to limit the VM memory to 1GB
- Anyone who's low on RAM (< 8GB) can use
- Use
nocopy
mode forproject_root
volume- This tells Docker to not merge the content of the volume with the destination directory in the container (if one is not empty)
- SSH Agent usage refactoring
- Removed dependency on the host's
$HOME
directory mount.
- Removed dependency on the host's
host_home
volume is deprecated and removed from stack files- This is a breaking change!
- See instructions above on the necessary adjustments to
docksal.yml
.
- Ability to stop at restart certain service container, e.g.,
fin restart db
- Fix mysql import for large database (#279)
- Database truncation was rewritten. Now database will be dropped and re-created. Should work faster and more reliable.
- Mysql import and dump functions will properly read
MYSQL_DATABASE
environment variable (#276) - Temporary workaround for NFS issues on Mac (#265)
- Fixed the install/update process handling when Docker is already installed (#298)
- Other fixes and improvements
- New: Extending stock images
- New: Folder aliases
- New: File sharing
- Updated: Docker for Mac, Solr, Memcached, Behat and Blackfire docs
- Updated: Troubleshooting with mysql memory edge case
- fin 1.10.0
- Fix retrospective bug that was making
DOCKSAL_DNS2
value empty - Fix permissions issues on Windows that were related to improper
uid
/gid
- Fix edge case with software versions comparison, that prevented software installations in some cases (#224)
- Refactored automatic DNS resolver configuration
- Doing a DNS probe to make sure the upstream DNS server is reachable
- Using
8.8.8.8
a the default upstream DNS on all platforms DOCKSAL_DNS_UPSTREAM
can be used to override the default upstream DNS server- Automatic DNS resolver can now be disabled via
DOCKSAL_NO_DNS_RESOLVER=true
- Set interface metric on Windows. This makes sure our VBox adapters is the first in the list and thus it's DNS server settings will be used by Windows
- Adding configure_resolver "off" mode. This will revert resolver settings when the VM is stopped, killed, removed
- Added a flag to control query logging in
docksal-dns
- Updated docs regarding the DNS resolver
*.docksal
domain resolver now works on Windows removing the need to edit thehosts
file!fin db <command>
replaces all previously existing mysql related commands (sqli
is nowdb import
etc.). Seefin db help
for details. Old commands still work for compatibility.fin vm hdd
- show VM hdd capacity and usage.fin vm stats
will only show CPU and network stats nowfin hosts
- easily add or remove a host to/from OS-dependenthosts
file (Relates to #113)- Override VirtualBox HDD size during VM creation. Set
VBOX_HDD
environment variable to the desired size in megabytes. Default is50000
. (see https://github.com/docksal/docksal/commit/d50e00367514f64ad0ae4421f6d08cc614d39e2e for details)
- Windows SMB share creation and mount refactoring
- Prefix Docksal SMB shares with
docksal-
to avoid conflicts with existing shares. Docksal share names on Windows will now look like\\computer\docksal-c
instead of\\computer\c
before. Should address file permissions issues some Windows users had had. - Domain name is now properly passed during shares mount. Should address share mount issues for domain users.
- Mount SMB shares with
ntlmssp
orntlm
security options. Perform two attempts: usentlmssp
by default, usentlm
as a fallback. Should address issues for many users of corporate Windows laptops (#117) - Perform umount before mount in
smb_share_mount
to simplify debugging (e.g.,fin vm mount
to remount the share) - Allow overriding CIFS
sec
option by settingSEC_SMB
environment variable. Useful for debugging or for edge cases when neither of existing options work.SMB_SEC=ntlmv2 fin vm mount
. Also see unix.stackexchange.com/questions/124342
- Prefix Docksal SMB shares with
- Improve messaging to show when database dump is being imported from stdin
- Fix automatic VirtualBox installation on Windows
- Docksal console desktop icon is deprecated. With the winpty improvements there is no need in this experimental console approach anymore.
- Import SSH keys during containers reset on Linux (#180)
vhost-proxy
anddns
are now binding to192.168.64.100
on all platforms. This should help to avoid conflicts with local web server instances (assuming they also don't bind to0.0.0.0
, but use a specific IP instead (e.g., Apache on Linux can now run on127.0.0.1
in parallel with Docksal)
- How to increase Docksal VirtualBox VM disk size
- Drush site aliases documentation improvements
- New edge case in Troubleshooting:
FastCGI: incomplete headers
- Updated "Working with multiple projects/domains"
- Added "Stats and analytics" section
- New one-line installer:
curl -fsSL get.docksal.io | sh
- Docksal usage stats. Minimal OS/version and fin version tracking via Google Analytics.
fin debug
- a new hidden command for debugging purposesfin exec
can now take a file as an argument and will execute it inside cli (e.g.,fin exec script.sh
)fin vm mount
- a new hidden command to attempt re-mounting of shares on Mac and Windows.fin project create
- replacesfin create-site
fin run-cli
- run a standalone, one-off cli container in the current directory. This allows using any tool inside cli without an already created/running Docksal project/stack.fin image
command to manage images (save, load, view Docksal images on Docker Hub).- Adds support for saving and loading Docksal system and project images (e.g., from a local drive).
- Portable installation mode support (e.g., from a USB drive or a local folder)
- Useful for conferences/trainings/etc. where internet bandwidth is an issue
fin update
- supports VirtualBox, boot2docker.iso and tools (Mac and Windows)fin vm start
- load system images from a localdocksal-system-images.tar
file
- Magento support and sample project repos
- Version updates:
- VirtualBox 5.1.18
- Docker 17.04.0
- Docker Compose 1.12.0
- winpty-0.4.2-cygwin-2.6.1
- Default project stack version changes
cli
: docksal/cli:1.2-php5 and docksal/cli:1.2-php7
- Soften Docker version requirements - allowing higher Docker versions, since Docker added backward API compatibility.
fin cleanup
is now executed onfin update
to address weird cases when Docker is using outdated image versions. #155- Added DNS settings for all services. Addresses the issue with containers not being able to resolve
.docksal
domains. - Added support to disable pseudo-tty allocation with
fin exec -T
. Useful for non-interactive commands when output is saved into a variable for further comparison. - Removed
--privileged --userns=host
from system services - Refactored Docker environment variable export during startup. Startup time decreased by approx. 0.5s.
- Improvements to handle edge cases when mounting NFS shares on Mac.
- Windows
- Support for pipes (
|
), stream redirects (< >
) and variable substitution from a sub-shell ($()
) viawinpty -Xallow-non-tty
- Fixed directory switch in
fin exec
- Support for pipes (
- Allowing non-tty installation on Mac and Linux (e.g., when used in CI/scripts)
- Miscellaneous other small fixes and improvements
- MySQL DB access for external tools
- Overriding the default domain name and Using arbitrary custom domains
- Web server logs, HTTP Basic Authentication
- Docksal setup instructions
- fin cli
- Troubleshooting
- Installing Docksal from a USB drive ("portable" mode)
- Added Github issue and pull request templates
- Global docksal.env
- Ability to skip VBox version check via
SKIP_VBOX_VERSION_CHECK=1
(add to~/.docksal/docksal.env
) - Wildcard virtual host support is on by default (i.e. )
- Added checks for the uniqueness of the project name and virtual host
- Added Magento sample project repo to
fin create-site
- Update software requirements
- Docker 1.13.1, Docker Compose 1.11.1, Docker Machine 0.9.0, VirtualBox 5.1.14
- System services version changes
docksal-vhost-proxy
: docksal/vhost-proxy:1.0
- Default project stack version changes
cli
: docksal/cli:1.1-php5 and docksal/cli:1.1-php7
- Removed
VIRTUAL_HOST
env variable from stack files and docs. Starting withdocksal/vhost-proxy:1.0
theio.docksal.virtual-host
label is used instead. TheVIRTUAL_HOST
env variable can still be used (for compatibility reasons). - Showing error for an unknown vm subcommand
- Fixes for updating on Ubuntu
- Added PROJECT_ROOT_WIN variable for certain use cases on windows
- Increased default VM disk size to 50GB
- Increased delay after nfsd restart on macOS
- Fixed the configuration statements order in
volumes-unison.yml
- Fixed documentation search on ReadTheDocs
- Restructured docs
- Updated Xdebug documentation for drush debugging
- Added instructions on using Xdebug with NetBeans
- Added Drupal Console and Drush setup instructions
First release.
IMPORTANT: Anyone switching from Drude please follow the update steps precisely to avoid conflicts and issues.
First release.
IMPORTANT: Anyone switching from Drude please follow the update steps precisely to avoid conflicts and issues.
First release.
IMPORTANT: Anyone switching from Drude please follow the update steps precisely to avoid conflicts and issues.