Skip to content

Commit

Permalink
python: release v1.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Feb 14, 2025
1 parent 4b43418 commit 1e5681a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ We structure this changelog in accordance with [Keep a Changelog](https://keepac
## Unreleased

### Added
- Added Support for ETL Transformation Arguments in GET Requests for Inline Objects


### Changed

## [1.12.0] - 2025-02-14

### Added
- Add support for ETL transformation arguments in GET requests for inline objects.
- Introduced `ETLConfig` dataclass to encapsulate ETL-related parameters.
- Add `max_pool_size` parameter to `Client` and `SessionManager`.

### Changed
- Update `get_reader` and `get` methods to support ETLConfig, ensuring consistent handling of ETL metadata.

## [1.11.1] - 2025-02-06

Expand Down
2 changes: 1 addition & 1 deletion python/aistore/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.1"
__version__ = "1.12.0"

0 comments on commit 1e5681a

Please sign in to comment.