Skip to content

Commit 2b6a7d3

Browse files
committed
docs: update CHANGELOG for v1.1.1 and v1.1.2 releases
1 parent f03b751 commit 2b6a7d3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.2] - 2025-09-07
9+
10+
### Fixed
11+
12+
- **Axios Retry Logic Error** - Fixed `Cannot read properties of undefined (reading '_retryCount')` error that occurred when axios errors don't have a config object during retry attempts
13+
- **Test Stability** - Resolved flaky webhook timestamp validation tests that caused intermittent CI failures by calculating timestamps individually per test
14+
- **Error Handling** - Added proper null checks in HTTP client response interceptor and shouldRetry method
15+
16+
### Technical Improvements
17+
18+
- Enhanced error handling test coverage with regression tests for axios error scenarios
19+
- Improved CI reliability by eliminating race conditions in timing-sensitive tests
20+
- Added null safety checks throughout HTTP client retry logic
21+
22+
## [1.1.1] - 2025-09-07
23+
24+
### Fixed
25+
26+
- **CheckoutSessions Base URL** - Corrected CheckoutSessions base URL from `https://new.pay.magpie.im` to `https://api.pay.magpie.im`
27+
- **API Resolution** - Resolved CheckoutSession API call failures for create, retrieve, capture, and expire operations
28+
29+
### Changed
30+
31+
- Updated CheckoutSessionsResource constructor to use correct API endpoint
32+
- Updated corresponding test expectations for base URL validation
33+
834
## [1.1.0] - 2025-09-05
935

1036
### Added

0 commit comments

Comments
 (0)