1. 4dc407c Update dependency com.eed3si9n.jarjar:jarjar to v1.17.0 (#1668) by renovate[bot] · 4 days ago upstream/master
  2. 9d5d337 Fix broken compilation with BTAPI and add tests (#1663) by eugenezh · 4 days ago
  3. f34bb2c Isolate KSP2 processor classpath from KAPT processor JARs (#1670) by nikolai-manzhos · 4 days ago
  4. 96085bf Fingerprint KSP2 classloader cache by jar content, not just path (#1672) by nikolai-manzhos · 4 days ago
  5. 41f7bd4 Only pass KSP-generated srcjars to javac when the processor generates Java (#1671) by nikolai-manzhos · 4 days ago
  6. 91de636 Fix cli_toolchain ignoring its language_version attribute (#1669) by eugenezh · 4 days ago
  7. f49d589 Add .bazelci/presubmit.yml (#1655) by Ben Lee · 10 days ago
  8. 16ddac2 Emit javac -source/-target from kotlinc jvm_target (#1648) by eugenezh · 11 days ago
  9. f28c504 Update KSP to 2.3.10 (#1662) by Ben Lee · 12 days ago
  10. 73c3084 Update Kotlin to 2.4.10 (#1661) by Ben Lee · 12 days ago
  11. 2f45950 Symlink examples/android/.bazelversion to root .bazelversion (#1665) by Ben Lee · 12 days ago
  12. 153d198 Update dependency buildifier_prebuilt to v8.5.1.3 (#1664) by renovate[bot] · 12 days ago
  13. fc0a45b Inherit module_name from associates for export-only targets (#1649) by eugenezh · 13 days ago
  14. 63109e0 Ensure "target" and "source" compiler options are honored by KAPT. (#1650) by eugenezh · 13 days ago
  15. dd6cdc3 Update dependency bazel to v9.2.0 (#1660) by renovate[bot] · 14 days ago
  16. aad2be0 Expand make variables and locations in kt_jvm env (#1595) by Ben Lee · 2 weeks ago
  17. 1058be3 Fix buildifier errors (#1656) by Ben Lee · 2 weeks ago
  18. 7c012ea Update bazel-contrib/publish-to-bcr action to v1.4.2 (#1659) by renovate[bot] · 2 weeks ago
  19. 0d81028 Normalize KSP2 output jar timestamps for build determinism (#1657) by arteghem · 3 weeks ago
  20. ec2403e Build third_party/empty.jar with copy_file instead of a cp genrule (#1651) by eugenezh · 4 weeks ago
  21. 6cec0df perf(android): dedup transitive R.class jars in kt_android_library analysis (#1652) by Snorlax · 4 weeks ago
  22. 1218158 Update BCR pre-submit to run 9.x tests (#1632) by Ben Lee · 4 weeks ago
  23. 764ec1e Don't publish as draft to the BCR (#1635) by Ben Lee · 5 weeks ago
  24. a33c1c6 Cache URLClassLoader in KotlinKsp2 worker actions (#1640) by Ben Lee · 5 weeks ago
  25. c7137e5 Update dependency bazel_features to v1.50.0 (#1641) by renovate[bot] · 5 weeks ago
  26. 624acbf Update actions/cache action to v6 (#1643) by renovate[bot] · 5 weeks ago
  27. f2ad5e1 Drop explicit worker strategy in .bazelrc (#1639) by Ben Lee · 5 weeks ago
  28. 9f621a0 Update actions/checkout action to v7 (#1638) by renovate[bot] · 6 weeks ago
  29. e126e96 Update dependency bazel_features to v1.49.0 (#1634) by renovate[bot] · 6 weeks ago
  30. 703f1d4 Update MODULE.bazel (#1633) by Ben Lee · 6 weeks ago v2.4.0
  31. 62ebfc1 Bump compatibility_level to 1 (#1631) by Ben Lee · 6 weeks ago
  32. 3e588ad Remove rules_python bazel_dep and run mod tidy (#1606) by Corbin McNeely-Smith · 6 weeks ago
  33. f0b17c1 Bcr publish workflow (#1629) by Ben Lee · 6 weeks ago
  34. ece2d06 Update ktlint to 1.8.0 (#1627) by cheister · 6 weeks ago
  35. 03c02d2 Update dependency rules_multirun to v0.14.0 (#1617) by renovate[bot] · 6 weeks ago
  36. e96b691 Add experimental preserve_declaration_order and remove_data_class_copy ABI options (#1626) by Ben Lee · 6 weeks ago
  37. b823fca Bump worker APIs to 0.0.11, use upstream worker proto definition (#1623) by Ben Lee · 6 weeks ago
  38. c6ab15f Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#1612) by mgalindo-sc · 6 weeks ago
  39. a5d58c3 Bump rules_kotlin to Kotlin 2.4.0 (#1608) by Ben Lee · 6 weeks ago
  40. dbda1d1 Export core/plugin bzl_library from release archive (#1621) by Simon Mavi Stewart · 6 weeks ago
  41. c3daa8c Update dependency rules_android to v0.7.3 (#1616) by renovate[bot] · 7 weeks ago
  42. 1ffbf26 Update dependency bazel to v9.1.1 (#1613) by renovate[bot] · 7 weeks ago
  43. 8049f03 Update README to point to bazel-contrib (#1611) by Ben Lee · 7 weeks ago
  44. 2190b45 Add support for experimental_ksp2_psi_resolution (#1602) by Ben Lee · 7 weeks ago
  45. 92683ac Add default_applicable_licenses to rules_kotlin (#1609) by Ben Lee · 7 weeks ago
  46. 84fe8d3 Update KSP to 2.3.9 (#1601) by Ben Lee · 8 weeks ago
  47. 432a0c2 Update dependency bazel_ci_rules to v2 (#1603) by renovate[bot] · 8 weeks ago
  48. 44faf91 Update dependency com.eed3si9n.jarjar:jarjar to v1.16.0 (#1598) by renovate[bot] · 10 weeks ago v2.3.21
  49. 581fbf8 Fail KotlinBuilder on uncaught jar creation exceptions (#1594) by Ben Lee · 10 weeks ago
  50. 55d45bc Updated toolchain = "ubuntu2204" → "ubuntu2404" (#1592) by Ben Lee · 10 weeks ago
  51. 5d92455 Update MODULE.bazel (#1597) by Ben Lee · 10 weeks ago
  52. d3a3884 Move from org.pantsbuild to com.eed3si9n.jarjar (#1588) by Ben Lee · 3 months ago
  53. b0a864d Remove compatibility level from MODULE.bazel (#1584) by Andrzej Głuszak · 3 months ago
  54. 6266bb8 Update dependency rules_python to v2 (#1583) by renovate[bot] · 3 months ago
  55. ee46889 Update softprops/action-gh-release action to v3 (#1574) by renovate[bot] · 3 months ago
  56. a7f68ca Update Kotlin to 2.3.21, KSP to 2.3.7 (#1580) by Ben Lee · 3 months ago
  57. 03ea036 Update dependency rules_android to v0.7.2 (#1577) by renovate[bot] · 3 months ago
  58. d9b7c99 Update dependency rules_jvm_external to v7 (#1578) by renovate[bot] · 3 months ago
  59. aa72e27 Add path-mapping multiplex sandboxing support to Kotlin worker (#1547) by Mauricio G · 3 months ago
  60. 7ae9f3d Update dependency bazel to v9.1.0 (#1575) by renovate[bot] · 3 months ago
  61. cac6af3 Enable multiplex workers by default (#1549) by Ben Lee · 3 months ago
  62. a4b374b chore(deps): update dependency buildifier_prebuilt to v8.5.1.2 (#1548) by renovate[bot] · 4 months ago
  63. 4eb4b23 Add back ktlint_fix_all command (#1539) by Ben Lee · 4 months ago
  64. a6ad468 fix: add support for nullability annotations (#1542) by Magnus Raaum · 4 months ago
  65. d5651c5 chore(deps): update softprops/action-gh-release action to v2 (#1523) by renovate[bot] · 4 months ago
  66. e316f85 Update CODEOWNERS (#1538) by Andrzej Głuszak · 4 months ago upstream/alert-autofix-2
  67. 1258594 Update CONTRIBUTING.md (#1536) by Andrzej Głuszak · 4 months ago upstream/alert-autofix-1
  68. 028eb6d Remove outdated scripts (#1537) by Andrzej Głuszak · 4 months ago
  69. c48fdbf Remove makefile (#1535) by Andrzej Głuszak · 4 months ago
  70. ec17681 Update the Github URL in .github/workflows/release_prep.sh to bazel-contrib (#1524) by Ben Lee · 4 months ago
  71. a839467 Update .bcr/metadata.template.json to bazel-contrib (#1525) by Ben Lee · 4 months ago
  72. 70507fa Update the examples/ to pull from bazel-contrib (#1526) by Ben Lee · 4 months ago
  73. 20c50cc chore(deps): update actions/setup-java action to v5 (#1516) by renovate[bot] · 4 months ago v2.3.20
  74. 2fb8e2d chore(deps): update actions/cache action to v5 (#1513) by renovate[bot] · 4 months ago
  75. 3e30a11 chore(deps): update actions/checkout action to v6 (#1514) by renovate[bot] · 4 months ago
  76. 7103ed7 Update Kotlin to 2.3.20 (#1515) by Andrzej Głuszak · 4 months ago
  77. 06a0166 Remove WorkerEnvironmentTest (#1496) by Ben Lee · 4 months ago
  78. d8825d3 feat: allow passing KSP options via kt_ksp_plugin (#1478) by Andrei Nevedomskii · 5 months ago
  79. d6e9b64 chore(deps): update dependency bazel to v9.0.1 (#1483) by renovate[bot] · 5 months ago
  80. 726f2b1 Add repository entry for bazel-contrib rules_kotlin (#1482) by Yun Peng · 5 months ago
  81. 9323f56 [maintenance] Update buildifier (#1486) by Andrzej Głuszak · 5 months ago
  82. 1fd1747 [maintenance] Remove unused development setup for WORKSPACE (#1477) by Andrzej Głuszak · 5 months ago
  83. a0c8013 Drop support for Java 8, stop using kotlin-preloader (#1474) by Andrzej Głuszak · 5 months ago
  84. ab0094a [maintenance] Remove old capability files (#1475) by Andrzej Głuszak · 5 months ago
  85. c599932 Fix stale bot configuration (#1473) by Ben Lee · 5 months ago v2.3.10
  86. 936c8ff Fix resource strip prefix (#1476) by Ben Lee · 5 months ago
  87. dcfb788 [maintenance] Remove dead code (#1472) by Andrzej Głuszak · 5 months ago
  88. 5aafd49 [maintenance] Remove unused bazel_deps from MODULE.release.bazel (#1457) by Andrzej Głuszak · 5 months ago
  89. 48bc339 Upgrade KSP to 2.3.6 (#1463) by Ben Lee · 5 months ago
  90. 9b518fb Update Kotlin to 2.3.10 (#1453) by Ben Lee · 5 months ago
  91. aeec5aa fix: Conditionally set repo rules as reproducible (#1456) by Morten Mjelva · 5 months ago
  92. 8419523 Add support for newer JDK versions (#1361) by Ben Lee · 5 months ago
  93. b85eee7 Fix transitive dependency propagation for sourceless targets (#1455) by Pablo Pastor Martín · 5 months ago
  94. 66d44b9 Rename CI Bazel cache to bazel-disk-cache (#1462) by Ben Lee · 5 months ago v2.3.0
  95. ccb185c Don't set XDG_CACHE_HOME in release.yml (#1461) by Ben Lee · 5 months ago
  96. 7f05db5 Add configuration for stale bot (#1460) by Andrzej Głuszak · 5 months ago
  97. a085b6b Remove unused rules_stardoc repository rule (#1458) by Andrzej Głuszak · 5 months ago
  98. 675ff57 [maintenance] Bazel 9 & integration test maintenance (#1446) by Andrzej Głuszak · 5 months ago
  99. 7e32b7f Run coverage in integration tests and drop coverage example (#1454) by Andrzej Głuszak · 5 months ago
  100. 2bdeddf Fix JaCoCo coverage issue with rules_java 9.3.0+ (#1448) by Andrzej Głuszak · 6 months ago