|
| 1 | +This is a hotfix release for sbt 1.0.x series. |
| 2 | + |
| 3 | +### Bug fixes |
| 4 | + |
| 5 | +- Fixes terminal echo issue. [#3507][3507] by [@kczulko][@kczulko] |
| 6 | +- Fixes `deliver` task, and adds `makeIvyXml` as a more sensibly named task. [#3487][3487] by [@cunei][@cunei] |
| 7 | +- Replaces the deprecated use of `OkUrlFactory`, and fixes connection leaks. [lm#164][lm164] by [@dpratt][@dpratt] |
| 8 | +- Refixes false positive in DSL checker for setting keys. [#3513][3513] by [@dwijnand][@dwijnand] |
| 9 | +- Fixes `run` and `bgRun` not picking up changes to directories in the classpath. [#3517][3517] by [@dwijnand][@dwijnand] |
| 10 | +- Fixes `++` so it won't change the value of `crossScalaVersion`. [#3495][3495]/[#3526][3526] by [@dwijnand][@dwijnand] |
| 11 | +- Fixes sbt server missing some messages. [#3523][3523] by [@guillaumebort][@guillaumebort] |
| 12 | +- Refixes `consoleProject`. [zinc#386][zinc386] by [@dwijnand][@dwijnand] |
| 13 | +- Adds JVM flag `sbt.gigahorse` to enable/disable the internal use of Gigahorse to workaround NPE in `JavaNetAuthenticator` when used in conjunction with `repositories` override. [lm#167][lm167] by [@cunei][@cunei] |
| 14 | +- Adds JVM flag `sbt.server.autostart` to enable/disable the automatic starting of sbt server with the sbt shell. This also adds new `startServer` command to manually start the server. by [@eed3si9n][@eed3si9n] |
| 15 | + |
| 16 | +### Internal |
| 17 | + |
| 18 | +- Fixes unused import warnings. [#3533][3533] by [@razvan-panda][@razvan-panda] |
| 19 | + |
| 20 | + [@dwijnand]: https://github.com/dwijnand |
| 21 | + [@cunei]: https://github.com/cunei |
| 22 | + [@eed3si9n]: https://github.com/eed3si9n |
| 23 | + [@dpratt]: https://github.com/dpratt |
| 24 | + [@kczulko]: https://github.com/kczulko |
| 25 | + [@razvan-panda]: https://github.com/razvan-panda |
| 26 | + [@guillaumebort]: https://github.com/guillaumebort |
| 27 | + [3487]: https://github.com/sbt/sbt/pull/3487 |
| 28 | + [lm164]: https://github.com/sbt/librarymanagement/pull/164 |
| 29 | + [3495]: https://github.com/sbt/sbt/issues/3495 |
| 30 | + [3526]: https://github.com/sbt/sbt/pull/3526 |
| 31 | + [3513]: https://github.com/sbt/sbt/pull/3513 |
| 32 | + [3517]: https://github.com/sbt/sbt/pull/3517 |
| 33 | + [3507]: https://github.com/sbt/sbt/pull/3507 |
| 34 | + [3533]: https://github.com/sbt/sbt/pull/3533 |
| 35 | + [3523]: https://github.com/sbt/sbt/pull/3523 |
| 36 | + [zinc386]: https://github.com/sbt/zinc/pull/386 |
| 37 | + [lm167]: https://github.com/sbt/librarymanagement/pull/167 |
0 commit comments