Skip to content

v2.85.0

Compare
Choose a tag to compare
@sergej-tschak sergej-tschak released this 13 Jan 08:53
· 5 commits to main since this release

Changes

  • Export Default Limit Value
    • Introduced a default limit value to enhance configurability.

Deprecations

  • IntegrationCategory
    The following fields are deprecated:

    • externalId
    • iconUrl → Use icon_url instead.
    • createdAt → Use created_at instead.
    • updatedAt → Use updated_at instead.
  • Integration
    The following fields are deprecated:

    • shortDescription → Use short_description instead.
    • websiteUrl → Use website_url instead.
    • navigationUrl → Use navigation_url instead.
    • imageUrl → Use image_url instead.
    • iconUrl → Use icon_url instead.
    • accessCredentialsId → Use access_credentials_id instead.
    • createdAt → Use created_at instead.
    • updatedAt → Use updated_at instead.
  • IntegrationToCategory
    The following fields are deprecated:

    • integrationId → Use integration_id instead.
    • categoryId → Use category_id instead.
    • createdAt → Use created_at instead.
    • updatedAt → Use updated_at instead.