Aura Configuration API changelog

Changelog of Aura Configuration API component for Qotsa Aura Platform release

Added

2025-06-03 - New agents API swagger

2025-06-03 - New agents collection

2025-06-03 - New agents plugin

2025-06-03 - Added agents to application model

  • The documentation that describes aura-configuration-api application module has been completed, including the fields of the application model. This includes as a novelty the field agents with the list of identifiers associated with an application.
  • Related documents:

Changed

2025-06-03 - Modifications in preset swagger

  • Certain changes have been included in the aura-configuration-api preset swagger:
    • Updated API version
    • Introduced new schemas (PresetConfigurationGenerativePartial, PresetConfigurationRagPartial)
    • The retrieval stage retrievalStg is now mandatory in the definition of the preset
    • Adjusted schema definitions for TranslationStage and GenerativeStage
    • Refined existing schemas by replacing allOf with anyOf for better flexibility
    • Minor formatting adjustments
  • Related documents:

2025-06-03 - Modifications in aura-configuration-api swagger

  • Certain changes have been included in the aura-configuration-api swagger:
    • Updated API version
    • Included agents-related files in the schema
    • Modified fields to improve clarity
  • Related documents:

2025-06-03 - Modifications in aura-configuration-api core swagger

  • Certain changes have been included in the aura-configuration-api core swagger:
    • Updated API version
    • Included agents-related files in the schema
    • Modified fields to improve clarity
  • Related documents:

2025-05-26 - Increased version in Aura Configuration API

-The retrieval stage (RetrievalStg) that defines in a preset the process for obtaining relevant documents that best match the input query, must be mandatory in preset definition.