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,15 @@ 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.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.1] - 2026-03-05
9+
10+ ### Fixed
11+
12+ - ** Flux role permission objects handling** in Management clients:
13+ - normalize permission object list responses consistently
14+ - keep compatibility with paginated/object payload variants
15+ - align role-scoped flux permission object behavior with production contract
16+
817## [ 0.4.0] - 2026-02-25
918
1019### Added
@@ -79,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7988- Error handling guide
8089- Code examples
8190
91+ [ 0.4.1 ] : https://github.com/foxnose/python-sdk/compare/v0.4.0...v0.4.1
8292[ 0.4.0 ] : https://github.com/foxnose/python-sdk/compare/v0.3.0...v0.4.0
8393[ 0.3.0 ] : https://github.com/foxnose/python-sdk/compare/v0.2.0...v0.3.0
8494[ 0.2.0 ] : https://github.com/foxnose/python-sdk/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " foxnose-sdk"
7- version = " 0.4.0 "
7+ version = " 0.4.1 "
88description = " Official Python client for FoxNose Management and Flux APIs"
99readme = " README.md"
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 154154 "APIRef" ,
155155]
156156
157- __version__ = "0.4.0 "
157+ __version__ = "0.4.1 "
You can’t perform that action at this time.
0 commit comments