Skip to content

Changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.6] - 2025-01-16

  • BCBS functionality

[2.0.5] - 2024-12-12

  • Application ID handling in dataset creation
  • Activate dataset method
  • Add dataset to product method
  • Filter for dataset_type in list_datasets()
  • bug fix for get_events()

[2.0.4] - 2024-11-22

  • download bug fix for credentials with proxies

[2.0.3] - 2024-11-22

  • x509 certificate auth support for FID

[2.0.2] - 2024-11-14

  • Metadata interface updated to use snake case style and handle camel case under hood

[2.0.1] - 2024-11-04

  • minor fix to to_dict methods of product, dataset, and attribute(s) classes

[2.0.0] - 2024-10-28

  • Metadata creation for products, datasets, and attributes
  • dataset series member deletion functionality

[1.4.1] - 2024-10-24

  • s3 download bug fix
  • Download latest dataset enhancement to handle non-ISO-formatted dates

[1.4.0] - 2024-10-11

  • dataset lineage exploration and creation

[1.3.4] - 2024-09-14

  • rustls support native certificates

[1.3.3] - 2024-09-13

  • support custom headers in credentials
  • support additional headers in upload
  • fix list datasets filter by product

[1.3.2] - 2024-08-23

  • add bespoke ssl certificated to aiohttp session
  • robustify sample download
  • do not strictly require headers for file download

[1.3.1] - 2024-08-22

  • fix preserve name download/upload feature

[1.3.0] - 2024-08-16

  • migrate from raw threading to async functions
  • add support for more file formats
  • add preservation of original file name

[1.2.2] - 2024-08-01

  • fix password based auth

[1.2.1] - 2024-07-30

  • fix password based auth

[1.2.0] - 2024-07-27

  • move authentication to rust layer

[1.1.4] - 2024-06-28

  • relax naming convention for single file upload

[1.1.3] - 2024-06-20

  • fix fsync upload

[1.1.2] - 2024-06-16

  • default root_url change

[1.1.1] - 2024-06-07

  • project folder rename
  • minor fix in the upload internals

[1.1.0] - 2024-06-06

  • Fusion e2e monitoring

[1.1.0-dev3] - 2024-05-22

  • Internal build updates

[1.1.0-dev1] - 2024-05-14

  • Internal build updates

[1.0.23] - 2024-04-12

  • bug fix to unlock the upload functionality

[1.0.22] - 2024-04-06

  • limit number of threads for download to default to 10

[1.0.21] - 2024-03-27

  • fix to_df for parquet files

[1.0.20] - 2024-03-27

  • multipart download for a single file download

[1.0.19] - 2024-03-12

  • eliminate dependency on async-retrying

[1.0.18] - 2024-03-11

  • upload from s3 to API fix

[1.0.17] - 2024-02-26

  • allow datetime dataseries members
  • to_bytes method
  • encode dataset name in the changes endpoint

[1.0.16] - 2024-02-19

  • fix multi-dataset fsync

[1.0.15] - 2024-02-08

  • fix get_events
  • support for bytes-range requests in fusion filesystem
  • support for per column downloads via pyarrow parquet dataset

[1.0.14] - 2023-12-13

  • progress bar fix
  • upload error propagation

[1.0.13] - 2023-12-13

  • polars integration
  • file size in fs.info function
  • progress bar improvement to capture exceptions
  • sample dataset download
  • server events functionality

[1.0.12] - 2023-06-12

  • minor bug fixes

[1.0.11] - 2023-05-10

  • support bearer token authentication
  • fix proxy support to aiohttp
  • fix filtering support for csv and json

[1.0.10] - 2023-03-23

  • md5 to sha256 convention change
  • fsync continuous updates bug fix
  • to_table function addition
  • saving files in a hive friendly folder structure
  • new bearer token add for download/upload operations
  • raw data upload functionality fix

[1.0.9] - 2023-01-23

  • operational enhancements

[1.0.8] - 2023-01-19

  • cloud storage compatibility

[1.0.7] - 2023-01-12

  • Multi-part upload
  • fsync

[1.0.6] - 2022-11-21

  • Support setting of the default catalog
  • Fusion filesystem module
  • Upload functionality
  • Folder traversing for credentials
  • Filters for parquet and csv file opening

[1.0.5] - 2022-06-22

  • Add support for internal auth methods

[1.0.4] - 2022-05-19

  • Support proxy servers in auth post requests
  • Add back support for '2020-01-01' and '20200101' date formats
  • Various bug fixes
  • Streamline credentials creation

[1.0.3] - 2022-05-12

  • Add support for 'latest' datasets

[1.0.2] - 2022-05-12

  • Integrate build with docs

[1.0.1] - 2022-05-12

  • First live release on JPMC gitub