From 444f172fafa8257831eef638c6c467f39984ecfd Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Sun, 10 May 2026 11:45:56 -0500 Subject: [PATCH] Release notes for 0.14.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6942ee8..3f6c9f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.0](https://github.com/Altinity/ice/compare/v0.15.0...v0.14.0) +### Added + +- `ice`, `ice-rest-catalog` - Added logic to externalize commit retries in rest-catalog. Added metrics for commit retries + in rest-catalog. Added logic in insert to handle retries by fetching newer metadata. + Added logic to add Commit Lock using etcd distributed locks +- ## [0.14.0](https://github.com/Altinity/ice/compare/v0.14.0...v0.13.0) ### Added