Skip to content

2.11.0

Compare
Choose a tag to compare
@technomancy technomancy released this 27 Jan 23:58
· 1 commit to github since this release

2.11.0 / 2024-01-27

  • Top-level :exclusions can now affect top-level :dependencies. (Juan Monetta)
  • Fix a bug where :eval-in :nrepl couldn't detect running repl. (Phil Hagelberg)
  • Fix a bug where :eval-in :nrepl would crash. (Marco Biscaro)
  • Fix a bug where files on test path could be visible during jar. (Phil Hagelberg)
  • Fix an issue with check in namespaces that rely on AOT. (Phil Hagelberg)
  • Fix a redundant confusing dependencies warning. (Phil Hagelberg)
  • Add static-classpath task for static analysis. (Phil Hagelberg)
  • Major performance improvements handling pathological dependency trees. (Marco Biscaro)
  • Improve error reporting for search failures. (rome user)
  • Support XDG config directories. (Phil Hagelberg)
  • Use $XDG_CACHE_HOME for self-installs if it exists. (Phil Hagelberg)
  • Add warnings for buggy composite profiles. (Phil Hagelberg)