Skip to content

0.7.4

Choose a tag to compare

@ZacSweers ZacSweers released this 04 Nov 18:19
· 193 commits to main since this release
  • Fix: Support more than 32 parameters to Graph factories.
  • Fix: Support more than 32 accessors in Graphs.
  • Fix: Transform INSTANCE access types for GraphDependency bindings.
  • Fix: Fix ordering of setter member injection parameters when reading injectors across modules.
  • [change] When generating reports, create directory structures matching packages rather than generating all to one top-level dir.

Special thanks to @jonamireh, @kevinguitar, and @JoelWilcox for contributing to this release!

What's Changed

  • Encode factory package name in report directory instead of report file name to reduce likelihood of 'file name too long' exceptions by @JoelWilcox in #1304
  • chore(deps): update dependency markdown to v3.10 by @renovate[bot] in #1316
  • ClassCastException when injecting an Optional from a nested GraphExtension by @jonamireh in #1312
  • Failing test for member injecting a parent's abstract val by @kevinguitar in #1313
  • Expand bitfield support by @ZacSweers in #1319
  • fix(deps): update ksp monorepo to v2.3.1 by @renovate[bot] in #1317

Full Changelog: 0.7.3...0.7.4