From 8ea8f09abc435f5f1bad72d62101781330949f65 Mon Sep 17 00:00:00 2001 From: Marcel Ludwig <1841067+malud@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:30:20 +0100 Subject: [PATCH] 1.12 release --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5684292..ef6928a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Couper Changelog -## [Unreleased](https://github.com/avenga/couper/compare/v1.11.2...master) +## [Unreleased](https://github.com/avenga/couper/compare/v1.12.0...master) Unreleased changes are available as `avenga/couper:edge` container. +--- + +## [1.12.0](https://github.com/avenga/couper/releases/tag/v1.12.0) + * **Added** * [`beta_job`](https://docs.couper.io/configuration/block/job) block to describe one or more job `definitions` for simple recurring http tasks ([#610](https://github.com/avenga/couper/pull/610)) * [`server_timing_header`](https://docs.couper.io/configuration/block/settings) setting, that allows Couper to include an additional `Server-Timing` HTTP response header field detailing connection and transport relevant metrics for each backend request. ([#657](https://github.com/avenga/couper/pull/657)) @@ -23,8 +27,6 @@ Unreleased changes are available as `avenga/couper:edge` container. * Loop with evaluation error in [`custom_log_fields`](https://docs.couper.io/observation/logging#custom-logging) if log level is `"debug"` ([#659](https://github.com/avenga/couper/pull/659)) * Removed error message with `couper help` [command](https://docs.couper.io/configuration/command-line) ([#678](https://github.com/avenga/couper/pull/678)) ---- - ## [1.11.2](https://github.com/avenga/couper/releases/tag/v1.11.2) * **Fixed**