Releases: sbt/zinc
Releases · sbt/zinc
2.0.0-M9
updates
🎬 behind the scene
- refactor: Avoids
private[this]
, and fix Scala 3 warnings by @xuwei-k in #1593 - refactor: Avoids deprecated
AnyRefMap
by @xuwei-k in #1594 - refactor: Fixes warnings by @xuwei-k in #1595
- refactor: Avoids old sbt
in
syntax by @xuwei-k in #1597 - refactor: Fixes ZipCentralDir warning by @xuwei-k in #1596
- refactor: Fixes warnings by @xuwei-k in #1598
- refactor: Fixes
scala.reflect.Manifest
warning by @xuwei-k in #1599 - refactor: Fixes warnings in Scala 3 projects by @xuwei-k in #1600
Full Changelog: v2.0.0-M8...v2.0.0-M9
1.11.0
updates
- Supports JDK 25 JEP-512/JEP-445 Main class by @eed3si9n + @lrytz in #1602
- deps: Update sbt, scripted-plugin, util-control, ... to 1.11.5 by @scala-steward in #1573
- deps: Update util-control, util-interface, ... to 1.11.5 by @scala-steward in #1578
- deps: Update scala-compiler, scala-library to 2.13.16 by @scala-steward in #1530
- deps: Update io to 1.10.5 by @scala-steward in #1542
🎬 behind the scene
- ci: Update sbt-projectmatrix to 0.11.0 by @scala-steward in #1546
- test: Update org.eclipse.jgit to 6.10.1.202505221210-r by @scala-steward in #1549
- ci: Publish to Central Portal by @eed3si9n in #1551
- ci: Update protobuf-java, protoc to 3.25.8 by @scala-steward in #1554
- ci: Update sbt-ide-settings to 1.1.3 by @scala-steward in #1562
- ci: Update sbt-scalafmt to 2.5.5 by @scala-steward in #1560
- ci: Update sbt-dynver to 5.1.1 by @scala-steward in #1558
- ci: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1566
- ci: Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #1570
- ci: Update CLA link by @xuwei-k in #1572
Full Changelog: v1.10.8...v1.11.0
2.0.0-M8
updates
- Update sjson-new-scalajson to 0.14.0-M5 by @scala-steward in #1582
- Update scala3-library to 3.7.3 by @scala-steward in #1585
- Update launcher-interface to 1.5.1 by @scala-steward in #1588
- Update scala-parallel-collections to 1.2.0 by @scala-steward in #1586
- Update util-control, util-interface, ... to 2.0.0-RC4 by @scala-steward in #1590
- Update scala-xml to 2.4.0 by @scala-steward in #1587
- Contraband 0.8.0 by @eed3si9n in #1592
behind the scene
- ci: Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #1580
- ci: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1579
- ci: Update sbt-assembly to 2.3.1 by @scala-steward in #1581
- test: Update scalacheck to 1.19.0 by @scala-steward in #1591
- ci: Update sbt, scripted-plugin to 1.11.6 by @scala-steward in #1589
- ci: Update sbt-header to 5.11.0 by @scala-steward in #1583
Full Changelog: v2.0.0-M7...v2.0.0-M8
2.0.0-M7
2.0.0-M6
2.0.0-M5
1.10.8
🐛 bug fixes
🎬 behind the scene
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #1526
- Update sbt-scalafmt to 2.5.4 by @scala-steward in #1533
- Update io to 1.10.4 by @scala-steward in #1532
- Update protobuf-java, protoc to 3.25.6 by @scala-steward in #1537
- Update sbt-protobuf to 0.8.2 by @scala-steward in #1536
Full Changelog: v1.10.7...v1.10.8
1.10.7
🚀 features and other updates
🐛 bug fixes
- fix: Exclude anonymous classes from dependency registration by @retronym in #1507
- fix: Use provided logger instead of
xsbt.Log.debug
by @Friendseeker in #1516 - fix: Ensure we register a cycle if we've got scala sources but pipelining is disabled by @ephemerist in #1511
🎬 behind the scene
- deps: Util 1.10.7 by @eed3si9n in #1524
- test: Add scripted test for #1507 by @Friendseeker in #1517
- refactor: Remove a duplicated copyright by @Friendseeker in #1523
- ci: Update sbt to 1.10.6 by @Friendseeker in #1510
- ci: New CLA url by @lrytz in #1513
- ci: Use scala/cla-checker@v1 by @Friendseeker in #1518
- ci: Update sbt-pgp to 2.3.1 by @scala-steward in #1514
- ci: Delete
.java-version
to not fix java version to 1.8 by @Friendseeker in #1521
Full Changelog: v1.10.5...v1.10.7
2.0.0-M3
🚀 features and other updates
- Replace the use of compilation timestamp in detectAPIChanges with content hashes by @Friendseeker in #1430
🐛 bug fixes
- fix: Fixes concurrency issue in
ParallelGzipOutputStream
by reimplementing it using raw threads by @Ichoran + @Friendseeker in #1456 - fix: Handle
DependencyByMacroExpansion
inConsistentAnalysisFormat
by @Friendseeker in #1432
🎬 behind the scene
- test: Enable scripted tests in CI by @Friendseeker in #1457
- test: Uncomment
AnalysisFormatBenchmark
inci.yml
by @Friendseeker in #1477 - ci: Enforce new varargs syntax by @xuwei-k in #1439
- refactor: Avoid deprecated collection.mutable.MultiMap by @xuwei-k in #1438
- refactor: Remove compile warnings by @Friendseeker in #1458
- ci: Remove
compilerVersionDependentScalacOptions
by @Friendseeker in #1468 - ci: Merge 1.x branch into 2.x by @Friendseeker in #1433
- ci: Merge 1.x by @eed3si9n in #1515
Full Changelog: v2.0.0-M1...v2.0.0-M3
1.10.5
updates
- Better memory efficiency for Analysis by @dwijnand in #1494
- Make reproducibility toggleable for
ConsistentAnalysisFormat
by @Friendseeker in #1479 - Surface clear cache method for sbt#7868 by @Friendseeker in #1487
behind the scene
- deps: Update util to 1.10.6 by @eed3si9n in #1506
- refactor: Uses inclusive language on internal terminology by @Friendseeker in #1505
- refactor: Replaces deprecated
mutable.AnyRefMap
by @Friendseeker in #1488 - refactor: Print
javac
options in debug log by @Friendseeker in #1497 - ci: Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #1490
- ci: Update sbt-contraband to 0.7.0 by @scala-steward in #1491
- ci: sbt-buildinfo 0.13.1 by @eed3si9n in #1495
- ci: Let Scala Steward auto-update
com.google.protobuf
by @Friendseeker in #1501 - ci: Update sbt-projectmatrix to 0.10.1 by @scala-steward in #1502
- ci: Pin
com.google.protobuf.protoc
by @Friendseeker in #1504
Full Changelog: v1.10.4...v1.10.5