File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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+ ## [ 5.0.1] - 2026-06-09
9+ * Relax checksum validation
10+ * Removed a few functionalities which are now deprecated
11+ * Clear buffer after get_events call and fix Sonar false positives
12+
813## [ 4.0.3] - 2026-04-20
914* Improve Sonar coverage and quality compliance
1015* Add URL encoding for parameters
Original file line number Diff line number Diff line change 22
33__author__ = """Fusion Devs"""
44__email__ = "fusion_developers@jpmorgan.com"
5- __version__ = "5.0.1-dev0 "
5+ __version__ = "5.0.1"
66
77from fusion .credentials import FusionCredentials
88from fusion .fs_sync import fsync
Original file line number Diff line number Diff line change 11[project ]
22name = " pyfusion"
3- version = " 5.0.1-dev0 "
3+ version = " 5.0.1"
44
55description = " JPMC Fusion Developer Tools"
66authors = [
@@ -249,7 +249,7 @@ exclude_lines = [
249249
250250
251251[tool .bumpversion ]
252- current_version = " 5.0.1-dev0 "
252+ current_version = " 5.0.1"
253253parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[a-z]+)(?P<candidate>\d+))?'
254254serialize = [
255255 ' {major}.{minor}.{patch}-{release}{candidate}' ,
You can’t perform that action at this time.
0 commit comments