You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/econify/CHANGELOG.md
+49-15Lines changed: 49 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,40 +10,67 @@ and this project adheres to
10
10
11
11
## [0.1.5] - 2025-01-01 - FX Fallback & Reliability Release
12
12
13
-
π― **FX Fallback & Reliability Release**: This release focuses on robust FX rate handling and wages processing reliability with comprehensive fallback support.
13
+
π― **FX Fallback & Reliability Release**: This release focuses on robust FX rate
14
+
handling and wages processing reliability with comprehensive fallback support.
14
15
15
16
### π Release Highlights
16
17
17
-
-**Robust FX Handling**: Enhanced pipeline FX rate management with comprehensive fallback support
18
-
-**Wages Processing Reliability**: Improved wages processing with graceful degradation when FX rates unavailable
19
-
-**Comprehensive Testing**: Added 8 new FX fallback tests covering all scenarios
18
+
-**Robust FX Handling**: Enhanced pipeline FX rate management with
19
+
comprehensive fallback support
20
+
-**Wages Processing Reliability**: Improved wages processing with graceful
21
+
degradation when FX rates unavailable
22
+
-**Comprehensive Testing**: Added 8 new FX fallback tests covering all
23
+
scenarios
20
24
-**Production Ready**: Three usage patterns for different deployment scenarios
21
-
-**Zero Regressions**: All 197 tests passing with backward compatibility maintained
25
+
-**Zero Regressions**: All 199 tests passing with backward compatibility
26
+
maintained
22
27
23
28
### β¨ New Features
24
29
25
30
#### FX Fallback System
31
+
26
32
-**Enhanced Pipeline**: Improved FX rate service with clear error handling
27
-
-**Graceful Degradation**: Pipeline continues processing even when FX rates unavailable
28
-
-**Clear Warnings**: Informative messages when FX rates missing for currency conversion
29
-
-**Multiple Patterns**: Support for explicit FX, live FX + fallback, and graceful degradation
33
+
-**Graceful Degradation**: Pipeline continues processing even when FX rates
34
+
unavailable
35
+
-**Clear Warnings**: Informative messages when FX rates missing for currency
36
+
conversion
37
+
-**Multiple Patterns**: Support for explicit FX, live FX + fallback, and
38
+
graceful degradation
30
39
31
40
#### Comprehensive Test Coverage
41
+
32
42
-**8 New FX Tests**: Complete coverage of FX fallback scenarios
33
43
-**Pipeline Tests**: Core FX rate requirement and graceful degradation testing
34
44
-**API Tests**: Wages processing with and without FX rates
0 commit comments