Skip to content

Commit 05b9687

Browse files
authored
chore: Testing the release (#22)
* refactor(tests): Remove unnecessary blank line in TestIsRetryableStatusCode Signed-off-by: Eden Reich <eden.reich@gmail.com> * chore(release): πŸ”– 1.12.0-rc.1 [skip ci] ## [1.12.0-rc.1](v1.11.1...v1.12.0-rc.1) (2025-08-22) ### ✨ Features * **retry:** Add configurable status codes and callback mechanism ([1d3cefa](1d3cefa)) * **retry:** Add retry logic with exponential backoff for HTTP requests ([0d1a57a](0d1a57a)) ### ♻️ Improvements * **retry:** Clean up comments ([b5a32db](b5a32db)) * **tests:** Remove unnecessary blank line in TestIsRetryableStatusCode ([223ab26](223ab26)) ### πŸ”§ Miscellaneous * Remove redundant comments ([fbbe49f](fbbe49f)) --------- Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent fbbe49f commit 05b9687

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.12.0-rc.1](https://github.com/inference-gateway/sdk/compare/v1.11.1...v1.12.0-rc.1) (2025-08-22)
6+
7+
### ✨ Features
8+
9+
* **retry:** Add configurable status codes and callback mechanism ([1d3cefa](https://github.com/inference-gateway/sdk/commit/1d3cefa4a8264fea954267cc8abc29c5a90e2f17))
10+
* **retry:** Add retry logic with exponential backoff for HTTP requests ([0d1a57a](https://github.com/inference-gateway/sdk/commit/0d1a57af0b55bcffa4b70f6e790f71707f521960))
11+
12+
### ♻️ Improvements
13+
14+
* **retry:** Clean up comments ([b5a32db](https://github.com/inference-gateway/sdk/commit/b5a32db07aa88e943ed893e0607b8aaba2cf29dc))
15+
* **tests:** Remove unnecessary blank line in TestIsRetryableStatusCode ([223ab26](https://github.com/inference-gateway/sdk/commit/223ab2679d3cfdc3080f3f1e4d5588cccf573bf9))
16+
17+
### πŸ”§ Miscellaneous
18+
19+
* Remove redundant comments ([fbbe49f](https://github.com/inference-gateway/sdk/commit/fbbe49fc51cd74db5f9414655bef0558c5e1b0a4))
20+
521
## [1.11.1](https://github.com/inference-gateway/sdk/compare/v1.11.0...v1.11.1) (2025-08-20)
622

723
### πŸ“š Documentation

β€Žsdk_test.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ func TestCalculateBackoff(t *testing.T) {
14551455

14561456
func TestIsRetryableStatusCode(t *testing.T) {
14571457
defaultConfig := getDefaultRetryConfig()
1458-
1458+
14591459
tests := []struct {
14601460
statusCode int
14611461
expected bool

0 commit comments

Comments
Β (0)