Skip to content

Commit

Permalink
chore:update changelog (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveEatCandy authored Dec 6, 2024
1 parent 77ddf9d commit 81d9691
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
- The `__del__` method in `Filelike` now closes file handles.
- Removed `BaseURIPath`.
- Environment variable changes:
- **Removed**:
- `MEGFILE_BLOCK_SIZE`
- `MEGFILE_MAX_BUFFER_SIZE`
- `MEGFILE_BLOCK_CAPACITY`
- `MEGFILE_MIN_BLOCK_SIZE`
- `MEGFILE_MAX_BLOCK_SIZE`
- **Added**:
- `MEGFILE_READER_BLOCK_SIZE`
- `MEGFILE_READER_MAX_BUFFER_SIZE`
- `MEGFILE_WRITER_BLOCK_SIZE`
- `MEGFILE_WRITER_MAX_BUFFER_SIZE`
- Updated `MEGFILE_MAX_WORKERS` default value from `32` to `8`.
- **Removed**:
- `MEGFILE_BLOCK_SIZE`
- `MEGFILE_MAX_BUFFER_SIZE`
- `MEGFILE_BLOCK_CAPACITY`
- `MEGFILE_MIN_BLOCK_SIZE`
- `MEGFILE_MAX_BLOCK_SIZE`
- **Added**:
- `MEGFILE_READER_BLOCK_SIZE`
- `MEGFILE_READER_MAX_BUFFER_SIZE`
- `MEGFILE_WRITER_BLOCK_SIZE`
- `MEGFILE_WRITER_MAX_BUFFER_SIZE`
- Updated `MEGFILE_MAX_WORKERS` default value from `32` to `8`.
- Updated all `open` method parameters:
- Removed `min_block_size` and `max_block_size`.
- Renamed `forward_ratio: Optional[float]` to `block_forward: Optional[int]`.
- Replaced `forward_ratio: Optional[float]` by `block_forward: Optional[int]`.
- Renamed `max_concurrency` to `max_workers`.
- Updated `__init__` parameters for all `Reader` classes inheriting from `BasePrefetchReader`:
- Replaced `block_capacity: int` by `max_buffer_size: int`.
Expand Down

0 comments on commit 81d9691

Please sign in to comment.