bloop v1.2.3 Release Notes

Release Date: 2019-01-17 // over 5 years ago
  • ๐Ÿฑ bloop v1.2.3 ๐Ÿ„

    โฌ†๏ธ Upgrade guide ๐Ÿ”Œ

    โฌ†๏ธ This section describes the upgrade steps. If you don't have bloop installed, please read
    the installation instructions instead.

    โฌ†๏ธ If you're on macOS, upgrade to the latest version with:

    $ brew upgrade scalacenter/bloop/bloop $ brew services restart bloop
    

    โฌ†๏ธ If you're on Windows using scoop, upgrade to the latest version with:

    $ scoop upgrade bloop $ bloop ng-stop $ // Start the server as you usually do (via systemd, manually, desktop services)
    

    Otherwise, run:

    $ curl -L https://github.com/scalacenter/bloop/releases/download/v1.2.3/install.py | python
    $ bloop ng-stop
    $ // Start the server as you usually do (via systemd, manually, desktop services)
    

    Read the complete installation instructions in our Installation page.

    ๐Ÿฑ Highlights ๐Ÿ“š

    ๐Ÿ›  v1.2.3 is only a bugfix release.

    Don't fail installation when Python 3 is used and http_proxy is defined

    ๐Ÿ‘€ See scalacenter/homebrew-bloop#4 for more details.

    ๐Ÿ”Š Disable failed process logs in launcher (#798)

    ๐Ÿ”Š This change clears up the logs of the launcher when processes are run and
    ๐Ÿ‘€ they fail. See the linked pull request for more details.

    Contributors ๐Ÿ‘ฅ

    ๐Ÿ”€ According to git shortlog -sn --no-merges v1.2.2..v1.2.2, 2 people contributed to this v1.2.2
    ๐Ÿš€ release: Jorge Vicente Cantero, marek1840.