> ## Documentation Index
> Fetch the complete documentation index at: https://docs.datangle.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> New features and improvements

<Update label="January 6, 2025">
  ## Snowflake Integration

  You can now connect to Snowflake data warehouse and execute your Data CI/CD workflows on Snowflake. The authentication process is powered by OAuth – a recommended security and authentication method by Snowflake.

  <Frame>
    <img src="https://mintcdn.com/datangle/KZYYo9UYMyAlXJon/changelog/asset/snowflake.webp?fit=max&auto=format&n=KZYYo9UYMyAlXJon&q=85&s=9b5d2e8095b872ee5ab53e55ca0b1d6c" width="1920" height="1080" data-path="changelog/asset/snowflake.webp" />
  </Frame>

  <p>
    <AccordionGroup>
      <Accordion title="Fixes">
        * `Canvas`  Resolved an issue where text within the modal in a workflow would overflow its container.

        * `Account` Fixed a bug causing the account verification OTP to fail during user authentication.

        * `Project` Fixed an issue where the user is not redirected to the onboarding screen when no project exists on the account.
      </Accordion>

      <Accordion title="Improvement">
        * `Workflow` Added the ability to view the last execution date and time for a workflow.

        * `Run History` Introduced navigation to a specific workflow version directly from the run history view.
      </Accordion>
    </AccordionGroup>
  </p>
</Update>

***

<Update label="September 27, 2024">
  ## Adding conditions to your workflow

  We've introduced conditions, allowing data engineers to branch their workflows based on the successful or failed condition of an action within the workflow.

  <Frame>
    <img src="https://mintcdn.com/datangle/KZYYo9UYMyAlXJon/changelog/asset/conditions.webp?fit=max&auto=format&n=KZYYo9UYMyAlXJon&q=85&s=5dfd343cd167127bf96ad6f3944b9e42" width="1920" height="1080" data-path="changelog/asset/conditions.webp" />
  </Frame>

  **What's next?**
  We'll soon be extending the condition functionality to include more complex operators like `equal` `user-defined` `contains` etc.
</Update>

***

<Update label="September 23, 2024">
  ## Slack integration

  You can now connect your datangle account to Slack and automate notifications or alerts to a defined channel.

  <Frame>
    <img src="https://mintcdn.com/datangle/KZYYo9UYMyAlXJon/changelog/asset/slack-integration.webp?fit=max&auto=format&n=KZYYo9UYMyAlXJon&q=85&s=2a196f4a4b289997e129c8fc6c4af050" width="1920" height="1080" data-path="changelog/asset/slack-integration.webp" />
  </Frame>
</Update>

***

<Update label="September 20, 2024">
  ## Introducing Datangle

  We are excited to announce Datangle, the no code CI/CD platform for Data Teams. Currently in private beta, you can request early access [here](https://tally.so/r/nPlEE0).

  <iframe width="560" height="315" src="https://www.youtube.com/embed/sC_CKkINgrM?si=n0_0n9E3k2f9BWrJ" title="Introducing Datangle" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

  #### Key Features

  * **GitHub Source Integration**: Run data pipelines directly from files hosted in GitHub repositories. The system automatically pulls the latest code from the specified branch.

  * **Databricks Warehouse Execution**: Pipelines are executed within Databricks’ powerful data warehouse environment, taking advantage of its scalability and advanced processing capabilities.

  * **Version Control**: Ensure reproducibility and consistency by integrating your pipeline with versioned GitHub files, making it easier to track changes and collaborate.

  * **Automated Triggers**: Workflows are automatically executed based on repository actions like pull request and push.

  * **Secure Connection**: Leverages secure authentication methods i.e OAuth to authorize GitHub access, ensuring the integrity of your pipeline data and operations.
</Update>
