Releases: MuhammadZeshan382/CurrencyArchiveAPI
Releases · MuhammadZeshan382/CurrencyArchiveAPI
Release v1.0.1
Release v1.0.1
What's Changed
Features
- feat: Add EUR daily exchange rates for Nov/Dec 2025 (b3d4e6c)
- feat(api): Add volatility analysis endpoint (e257e21)
- feat(service): Implement comprehensive volatility analysis logic (91da0d8)
- feat(service): Add volatility analysis method to interface (eb8197d)
- feat: Introduce volatility analysis response models (c27b9e0)
- feat(api): Add rolling average API endpoint (d2495b3)
- feat(currency): Implement rolling average calculation logic (ae7dfa0)
- feat(currency): Add GetRollingAverage to ICurrencyConversionService (68b3fdb)
- feat: Add rolling average response models (d3f27df)
- feat: Remove 365-day limit for timeseries and fluctuation data (4ee7dd0)
- feat: Add Fluctuation API endpoint to CurrencyController (59ae893)
- feat: Implement GetFluctuation method in currency conversion service (6c3ac2a)
- feat: Add GetFluctuation method to currency conversion service interface (bbc5aa2)
- feat: Add Fluctuation response models (f92f38f)
- feat: Implement all CurrencyController endpoints and refactor health check (f61534c)
- feat: Implement historical rates and timeseries logic in service layer (336b3e6)
- feat: Introduce strongly-typed API response models (21faaf4)
- feat: Configure API Versioning and XML Documentation Generation (e7085ea)
- feat: Initialize core API architecture and data infrastructure (17058a1)
Documentation
- docs: enhance project documentation and API examples (cf81da7)
- docs: Externalise API documentation to JSON and add response types (eb71b1a)
- docs(api): Add volatility analysis endpoint examples (646fe71)
- docs: Add CurrencyArchiveAPI.http examples for rolling average endpoint (40f84ad)
- docs: Update API documentation for removed 365-day limit (9b744eb)
- docs: Add HTTP examples for Fluctuation endpoint (afdf55e)
- docs: Add API documentation and HTTP client test file (020e532)
Build Information
- Version:
1.0.1 - Assembly Version:
1.0.1.77 - Docker Image:
mzeshawn/currencyarchiveapi:1.0.1 - Commit:
95f7c79a955e6a5faad554b13b6817edd9c5cb5a - Commit Count:
77
Docker Usage
# Pull the image
docker pull mzeshawn/currencyarchiveapi:1.0.1
# Run the container
docker run -p 8080:8080 mzeshawn/currencyarchiveapi:1.0.1