Skip to content

Commit

Permalink
release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Dec 6, 2023
1 parent 80e99c0 commit 9c967a1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [1.28.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.28.0) - 2023-12-06


### Changed

- On XDG compatible OSes (Linux, BSD), the profile file is now created in `$XDG_CONFIG_HOME` (with a fallback to `~/.config/` in absence of given env. variable).
- Replace blank `assert` with exception when size values for parts upload are misaligned.

### Fixed

- Streaming from empty stream no longer ends with "Empty emerge parts iterator" error.

### Infrastructure

- Changelog entries are now validated as a part of CI pipeline.
- Disable dependabot requests for updates unrelated to security issues.
- Fixed tests failing because of changes made to `locale.normalize` in Python 3.12.


## [1.27.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.27.0) - 2023-11-26


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+can-stream-empty-stream.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+checking-changelog-entries.infrastructure.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+py312-setlocale-fail.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+upload-check-replace-assert.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+xdg-config-home-fallback.changed.md

This file was deleted.

0 comments on commit 9c967a1

Please sign in to comment.