Skip to content

Commit bc6da29

Browse files
committed
Updated Changelog
1 parent 3ca2f4b commit bc6da29

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [5.0.0] - 2025-03-10
99

1010
### Changed
1111
- [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
@@ -17,9 +17,12 @@ The following keywords have been removed:
1717
- `msi_params` / `msi_type`
1818
- `interactive_login`
1919
- `az_cli`
20-
21-
### Fixed
22-
- Fixed issues with nested pandas dataframes ingestion.
20+
- [BREAKING] `ingest_from_dataframe` - Added `data_format` parameter. It can be None (default), 'json' or 'csv'.
21+
Based on how panda's csv serialization works, dynamic data will not be serialized correctly.
22+
By default, the data will be serialized as json to avoid this issue.
23+
However, that may break if a CSV mapping is used.
24+
Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used.
25+
Also, it is possible to pass 'csv' or 'json' to force the serialization type.
2326

2427
## [4.6.3] - 2025-01-08
2528

0 commit comments

Comments
 (0)