Skip to main content
August 24, 2026 Documentation correction Review recommended

Affects


Teams that consume Lender events or configure Lender’s Consignado portability or refinance event handling.

What changed


Lender’s event reference now includes the emitted collection.instruction.issued fact, with CloudEvents type studio.lerian.lender.collection_instruction.issued. Lender also registers four additional Consignado gateway outcome consumers:
  • consignado_portabilidade.efetivada
  • consignado_portabilidade.rejeitada
  • consignado_refinanciamento.efetivado
  • consignado_refinanciamento.revertido
Portability and refinance each use one opt-in configuration flag for their pair of outcomes. The current Consignado gateway contract includes the two portability outcomes, which are emitted only when the outcome consumer is enabled and the deployed gateway manifest declares the event. It does not declare the two refinance outcomes, so those two listeners receive no traffic from that runtime. This is a documentation correction of implemented contracts. It does not announce a runtime release.

Impact


Classification: Review recommended. The documented event catalog and configuration-gated consumer set are broader than previously stated. Teams that route these events or plan to enable the related handlers should confirm their subscriptions and feature flags.

What you need to do


1
If you consume Lender facts, add collection.instruction.issued to your event catalog and route it by its CloudEvents headers.
2
Before enabling portability or refinance outcome handling, verify the relevant Lender configuration flags and the producer manifest available in your environment.
3
Do not assume that the two refinance outcome listeners receive events from the current Consignado gateway runtime.

Deadline

Review before enabling or changing a Lender event-streaming integration.

Resources