Skip to content

Commit

Permalink
Update change-log for release 1.5.2 (#1797)
Browse files Browse the repository at this point in the history
# Description
Update change log for 1.5.2 release

---------

Co-authored-by: Phani Kumar <[email protected]>
  • Loading branch information
utkarsharma2 and phanikumv authored Feb 23, 2023
1 parent 4dabfe7 commit a4abd1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion python-sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.5.2

### Improvements
- Restore pandas load option classes - `PandasCsvLoadOptions`, `PandasJsonLoadOptions`, `PandasNdjsonLoadOptions` and `PandasParquetLoadOptions` [#1795](https://github.com/astronomer/astro-sdk/pull/1795)


## 1.5.1

Expand All @@ -26,7 +31,6 @@
- Use cache to reduce redundant database calls [#1488](https://github.com/astronomer/astro-sdk/pull/1488)
- Remove default `copy_options` as part of `SnowflakeLoadOptions`. All `copy_options` are now supported as part of `SnowflakeLoadOptions` as per [documentation](https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html#copy-options-copyoptions). [#1689](https://github.com/astronomer/astro-sdk/pull/1689)
- Remove `load_options` from `File` object. [#1721](https://github.com/astronomer/astro-sdk/pull/1721)
- Consolidated `PandasCsvLoadOptions`, `PandasJsonLoadOptions`, `PandasNdjsonLoadOptions` and `PandasParquetLoadOptions` to single `PandasLoadOptions`. [#1722](https://github.com/astronomer/astro-sdk/pull/1722)
- Render SQL code with parameters in BaseSQLDecoratedOperator. [#897](https://github.com/astronomer/astro-sdk/pull/897)

### Bug fixes
Expand All @@ -43,6 +47,9 @@
- Add cleanup DAG to clean snowflake tables created as part of CI when the runners fail as part of GitHub actions. [#1663](https://github.com/astronomer/astro-sdk/issues/1663)
- Run example DAGs on astro-cloud and collect the results. [#1499](https://github.com/astronomer/astro-sdk/pull/1499)

### Breaking Change
- Consolidated `PandasCsvLoadOptions`, `PandasJsonLoadOptions`, `PandasNdjsonLoadOptions` and `PandasParquetLoadOptions` to single `PandasLoadOptions`. [#1722](https://github.com/astronomer/astro-sdk/pull/1722)


## 1.4.1

Expand Down

0 comments on commit a4abd1c

Please sign in to comment.