Skip to content

Commit 9c967a1

Browse files
release 1.28.0
1 parent 80e99c0 commit 9c967a1

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [1.28.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.28.0) - 2023-12-06
13+
14+
15+
### Changed
16+
17+
- 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).
18+
- Replace blank `assert` with exception when size values for parts upload are misaligned.
19+
20+
### Fixed
21+
22+
- Streaming from empty stream no longer ends with "Empty emerge parts iterator" error.
23+
24+
### Infrastructure
25+
26+
- Changelog entries are now validated as a part of CI pipeline.
27+
- Disable dependabot requests for updates unrelated to security issues.
28+
- Fixed tests failing because of changes made to `locale.normalize` in Python 3.12.
29+
30+
1231
## [1.27.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.27.0) - 2023-11-26
1332

1433

changelog.d/+can-stream-empty-stream.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+checking-changelog-entries.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+dependabot-disable-non-security-updates.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+py312-setlocale-fail.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+upload-check-replace-assert.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+xdg-config-home-fallback.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)