summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:36:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:36:04 +0000
commitb09c6d56832eb1718c07d74abf3bc6ae3fe4e030 (patch)
treed2caec2610d4ea887803ec9e9c3cd77136c448ba /CHANGELOG.md
parentInitial commit. (diff)
downloadicingadb-upstream.tar.xz
icingadb-upstream.zip
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..0479189
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+# Icinga DB Changelog
+
+## 1.1.0 (2022-11-10)
+
+This release adds a tool for migrating history from IDO. Apart from that,
+it reduces RAM usage and includes updated dependencies.
+
+* Add `icingadb-migrate` for migrating IDO history to Icinga DB. #253 #536 #541
+* Reduce RAM usage during full sync. #525
+* Update dependencies. #522 #524 #533 #534 #540
+
+## 1.0.0 (2022-06-30)
+
+Final release
+
+## 1.0.0 RC2 (2021-11-12)
+
+Second release candidate
+
+## 1.0.0 RC1 (2020-03-13)
+
+Initial release