From ed32188756eccd7c920e1c88627c4a5ef6fd6a5d Mon Sep 17 00:00:00 2001 From: Nathan Nowack Date: Thu, 8 Feb 2024 13:44:58 -0600 Subject: [PATCH] remove changelog and update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 - CHANGELOG.md | 101 ------------------------------- 2 files changed, 102 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34a0567..049ec45 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,4 +25,3 @@ Any relevant screenshots - Run `pre-commit install && pre-commit run --all` locally for formatting and linting. - [ ] Includes screenshots of documentation updates. - Run `mkdocs serve` view documentation locally. -- [ ] Summarizes PR's changes in [CHANGELOG.md](https://github.com/PrefectHQ/prefect-databricks/blob/main/CHANGELOG.md) diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 23cc65f..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,101 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## Unreleased - -### Added - -### Changed - -### Deprecated - -### Removed - -### Fixed - -### Security - -## 0.2.1 -Released October 27th, 2023. - -### Added -- Optional handler to intercept job submission - [#89](https://github.com/PrefectHQ/prefect-databricks/pull/89) - -## 0.2.0 - -Released October 4th, 2023. - -### Added -- Conditional imports to support operating with pydantic>2 installed - [#87](https://github.com/PrefectHQ/prefect-databricks/pull/87) - -## 0.1.6 - -Released on June 16th, 2023. - -### Fixed - -- Fixes errors when running multi-task jobs by retrieving output from each task individually - [#75](https://github.com/PrefectHQ/prefect-databricks/pull/75) - -## 0.1.5 - -Released on May 30th, 2023. - -### Added - -- `jobs_runs_submit_by_id_and_wait_for_completion` flow - [#65](https://github.com/PrefectHQ/prefect-databricks/pull/65) -- `runtime_engine` attribute to `NewCluster` model - [#70](https://github.com/PrefectHQ/prefect-databricks/pull/70) - -## 0.1.4 - -Released on January 4th, 2023. - -### Fixed - -- Type annotations in `jobs_runs_submit_and_wait_for_completion` and allowing `run_name=None` in `jobs_runs_wait_for_completion` flows - [#32](https://github.com/PrefectHQ/prefect-databricks/pull/32). -- Serialization of ACL permission objects and `AccessControlRequest` - [#51](https://github.com/PrefectHQ/prefect-databricks/pull/51). - -## 0.1.3 - -Released on September 23rd, 2022. - -### Fixed - -- All models from the schema are now regenerated - [#29](https://github.com/PrefectHQ/prefect-databricks/pull/29). - -## 0.1.2 - -Released on September 21st, 2022. - -### Added - -- Logging of job runs tasks status within `jobs_runs_submit_and_wait_for_completion` - [#16](https://github.com/PrefectHQ/prefect-databricks/pull/16). -- `jobs_runs_wait_for_completion` flow - [#22](https://github.com/PrefectHQ/prefect-databricks/pull/22). - -### Changed - -- Migrate lines from `jobs_runs_submit_and_wait_for_completion` into `jobs_runs_wait_for_completion` flow - [#22](https://github.com/PrefectHQ/prefect-databricks/pull/22). - -### Fixed - -- Executing Python scripts through `jobs_runs_submit_and_wait_for_completion` - [#16](https://github.com/PrefectHQ/prefect-databricks/pull/16). - - -## 0.1.1 - -Released on August 19th, 2022. - -### Added - -- `jobs_runs_submit_and_wait_for_completion` flow - [#14](https://github.com/PrefectHQ/prefect-databricks/pull/14) - -## 0.1.0 - -Released on August 15th, 2022. - -### Added - -- `execute_endpoint` and `jobs*` tasks - [#6](https://github.com/PrefectHQ/prefect-databricks/pull/6)