Skip to content

Release v2.1.0

Latest

Choose a tag to compare

@charphi charphi released this 17 Apr 07:28

2.1.0 - 2026-04-17

This release reduces boilerplate by enabling service identification, automatic delegate generation from enums/fields/methods, and flexible batch method signatures.

Added

  • Add backend method for backends that do not support direct reloading #564
  • Add service retrieval by ID #317
  • Add custom signature of batch method #322
  • Add generation of batch provider #161
  • Add topLevelClassName mustache template variable #566
  • Add support of types representable as String to ServiceId annotation #325
  • Add generation of service delegates from fields and methods #567
  • Add generation of service delegates from enum values #568

Changed

  • Modify annotations retention to CLASS to enable new features #561

Fixed

  • Fix duplicates in META-INF services files #569