Skip to content

Commit 225acf8

Browse files
authored
Release 20260420 (#217)
1 parent 733172c commit 225acf8

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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-
## [4.0.2] - 2026-22-01
8+
## [4.0.3] - 2026-04-20
9+
* Improve Sonar coverage and quality compliance
10+
* Add URL encoding for parameters
11+
* Handle missing Glue checksums
12+
* Improve SDK error details with trace IDs and response bodies
13+
14+
## [4.0.2] - 2026-01-22
915
* Added Progress bar for Uploads
1016
* Handled Series member names and dataset identifers saving while donwnloads - double colon fix
1117
* Added support for more file formats - XLTM, PPTX, MD, IPYNB, CSS, JSONL, JSONLD,ARROW, M4A, PDB, SQL, SQLITE,TIFF,ZIP,GTAR,TAR

py_src/fusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Fusion Devs"""
44
__email__ = "fusion_developers@jpmorgan.com"
5-
__version__ = "4.0.3-dev1"
5+
__version__ = "4.0.3"
66

77
from fusion.credentials import FusionCredentials
88
from fusion.fs_sync import fsync

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyfusion"
3-
version = "4.0.3-dev1"
3+
version = "4.0.3"
44

55
description = "JPMC Fusion Developer Tools"
66
authors = [
@@ -248,7 +248,7 @@ exclude_lines = [
248248

249249

250250
[tool.bumpversion]
251-
current_version = "4.0.3-dev1"
251+
current_version = "4.0.3"
252252
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[a-z]+)(?P<candidate>\d+))?'
253253
serialize = [
254254
'{major}.{minor}.{patch}-{release}{candidate}',

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)