|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [1.2.0] - 2026-03-21 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Azure Poland Central (Warsaw) region with VDC for Microsoft 365 and Entra ID support (#74) |
| 12 | + |
| 13 | +### Changed |
| 14 | +- Bump hono from 4.11.7 to 4.12.7 (#72) |
| 15 | +- Bump undici and wrangler to latest versions (#73) |
| 16 | + |
| 17 | +## [1.1.2] - 2025-01-22 |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- Add missing VDC for Azure service to NZ North and Austria East regions (#64) |
| 21 | +- Add 8 missing Azure regions for VDC for Azure support (#63) |
| 22 | +- Add missing VDC services to Azure regions (#52) |
| 23 | + |
| 24 | +## [1.1.1] - 2025-01-03 |
| 25 | + |
| 26 | +### Added |
| 27 | +- Comprehensive gitflow release guide (`GITFLOW_RELEASE_GUIDE.md`) |
| 28 | +- AWS Taipei region corrected to `ap-east-2` (#45) |
| 29 | +- VDC M365 service added to Azure Korea Central (#43) |
| 30 | + |
| 31 | +### Changed |
| 32 | +- Bump hono from 4.11.4 to 4.11.7 (#41) |
| 33 | +- Bump wrangler from 4.54.0 to 4.59.1 (#39) |
| 34 | + |
| 35 | +## [1.1.0] - 2024-12-29 |
| 36 | + |
| 37 | +### Added |
| 38 | +- REST API for programmatic access to service availability data (Hono + Cloudflare Workers) |
| 39 | +- OpenAPI/Scalar interactive API documentation at `/api/docs` |
| 40 | +- `/api/v1/regions/nearest` endpoint to find closest regions by coordinates |
| 41 | +- `/api/v1/regions/compare` endpoint to compare service availability across regions |
| 42 | +- `/api/v1/services/{serviceId}` endpoint with detailed per-service region lists |
| 43 | +- Region data for additional AWS and Azure regions |
| 44 | +- Automated region scraping and validation pipeline |
| 45 | +- LLM-friendly documentation (`static/llms.txt`, `static/llms-full.txt`) |
| 46 | + |
| 47 | +### Changed |
| 48 | +- Migrated deployment to Cloudflare Pages (from GitHub Pages) |
| 49 | +- Region data moved to individual YAML files per region |
| 50 | + |
| 51 | +## [1.0.0] - 2024-12-01 |
| 52 | + |
| 53 | +### Added |
| 54 | +- Initial interactive map using Hugo, Leaflet.js, and Tailwind CSS |
| 55 | +- YAML-driven region data for AWS and Azure regions |
| 56 | +- Service filtering by provider, service type, and pricing tier |
| 57 | +- Dark-mode map with CartoDB Dark Matter tiles |
| 58 | +- GitHub Actions CI/CD pipeline |
| 59 | + |
| 60 | +[1.2.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.2...v1.2.0 |
| 61 | +[1.1.2]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.1...v1.1.2 |
| 62 | +[1.1.1]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.0...v1.1.1 |
| 63 | +[1.1.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.0.0...v1.1.0 |
| 64 | +[1.0.0]: https://github.com/comnam90/veeam-data-cloud-services-map/releases/tag/v1.0.0 |
0 commit comments