From ffeb72e3174266a8060bfaffc04d2dd64cf743ad Mon Sep 17 00:00:00 2001 From: Devon Bautista Date: Thu, 8 Aug 2024 10:00:07 -0600 Subject: [PATCH] CHANGELOG.md: Update for v1.31.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda5882..2371fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.31.2] - 2024-08-08 + +- Added PostgreSQL support for /dumpstate +- Added PostgreSQL support for /endpoint-history +- Changed /service/etcd to /service/storage/status + - Support multiple storage backends (e.g. PostgreSQL) instead of assuming EtcD +- Readded /service/status/all +- Reorganized internal postgres package source files + ## [1.31.1] - 2024-08-05 - Removed unused files and directories from repository