@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.0.2] - 2025-10-24
9+ * Download bug fix for multi part file
10+ * User agent header fix
11+ * Pagination enhancement for Product, Dataset and attributes
12+
813## [ 3.0.1] - 2025-09-05
914* Revert the License
1015
@@ -13,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1318* Rust code conversion to python
1419* Python 3.13 support
1520* Download date time logic fix
16- * BCBS Reports
21+ * Reports
1722
1823## [ 2.0.17] - 2025-08-19
1924* Enhance and reorganize documentation site.
@@ -23,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328* Handle the changes API returning empty list for the dataset distributions during download.
2429
2530## [ 2.0.15] - 2025-07-25
26- * Added various BCBS related functions for Reports, Report Attributes and Linkage of terms to Report Attrributes
31+ * Added various functions for Reports, Report Attributes and Linkage of terms to Report Attrributes
2732* Includes fix for date format in bulk upload of file
2833* Added fusions logging to the existing loggers if present; which will remove forced use of fusions loggers.
2934
@@ -69,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6974* Embeddings API functionality
7075
7176## [ 2.0.6] - 2025-01-16
72- * BCBS functionality
77+ * Reports and dataflows functionality
7378
7479## [ 2.0.5] - 2024-12-12
7580* Application ID handling in dataset creation
0 commit comments