From a6a7f216203a3605fd35ea6cdc6d08f2a40ff718 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Tue, 23 Jan 2024 10:52:20 +0100 Subject: [PATCH] release 1.29.1 --- CHANGELOG.md | 12 ++++++++++++ changelog.d/+handle_html_errors.fixed.md | 1 - changelog.d/+missing_sync_import.doc.md | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/+handle_html_errors.fixed.md delete mode 100644 changelog.d/+missing_sync_import.doc.md diff --git a/CHANGELOG.md b/CHANGELOG.md index de4cbb13..4723ae68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ upcoming release can be found in [changelog.d](changelog.d). +## [1.29.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.29.1) - 2024-01-23 + + +### Fixed + +- Handle non-json encoded B2 error responses, i.e. retry on 502 and 504 errors. + +### Doc + +- Add missing import in Synchronizer docs example. + + ## [1.29.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.29.0) - 2023-12-13 diff --git a/changelog.d/+handle_html_errors.fixed.md b/changelog.d/+handle_html_errors.fixed.md deleted file mode 100644 index 6afbd38a..00000000 --- a/changelog.d/+handle_html_errors.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Handle non-json encoded B2 error responses, i.e. retry on 502 and 504 errors. diff --git a/changelog.d/+missing_sync_import.doc.md b/changelog.d/+missing_sync_import.doc.md deleted file mode 100644 index b4367a01..00000000 --- a/changelog.d/+missing_sync_import.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add missing import in Synchronizer docs example. \ No newline at end of file