From 5e5dc1084f34136330d061cad1d3d8ea0be120e6 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Fri, 3 Mar 2023 16:06:54 +0100 Subject: [PATCH 1/2] Add blog post "Metafacture-core release 5.5.0" --- content/blog/metafacture-core-5.5.0/index.md | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/blog/metafacture-core-5.5.0/index.md diff --git a/content/blog/metafacture-core-5.5.0/index.md b/content/blog/metafacture-core-5.5.0/index.md new file mode 100644 index 0000000..0a9ca47 --- /dev/null +++ b/content/blog/metafacture-core-5.5.0/index.md @@ -0,0 +1,34 @@ +--- +title: Metafacture-core release 5.5.0 +date: "2023-03-04T14:36:03.2300Z" +description: "This is about changes coming with the metafacture-core release 5.5.0" +authors: [{lastname: "Christoph", + firstname: "Pascal"}] +--- + +*Preamble* + +This post describes the new developments in `metafacture-core release 5.4.0` since the [release +of metafacture-core-5.4.0](https://blog.metafacture.org/metafacture-core-5.4.0/) in September 2022. + +## Table of Contents + +```toc +# this will be replaced by the toc +``` + +## Changes + +### New Features + +- JSON: schema validator [#443](https://github.com/metafacture/metafacture-core/issues/443) +- Metamorph: Optionally set key and/or value column in FileMap [#471](https://github.com/metafacture/metafacture-core/pull/471) +- Metamorph: Option to ignore lines matching pattern in FileMap [#472](https://github.com/metafacture/metafacture-core/pull/472) +- IO: Optionally let ObjectFileWriter append to existing file instead of overwriting [#475](https://github.com/metafacture/metafacture-core/pull/475) + +Have a look at [flux-commands](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) how to use these features. + +### Bug fixes + +- IO: setters would only take effect for subsequently opened files in ObjectFileWriter + From 4d634db62ec4be362e43810bceae7e6deaa108b9 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 7 Mar 2023 10:11:04 +0100 Subject: [PATCH 2/2] Fix release number (#28) --- content/blog/metafacture-core-5.5.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/metafacture-core-5.5.0/index.md b/content/blog/metafacture-core-5.5.0/index.md index 0a9ca47..7d8c075 100644 --- a/content/blog/metafacture-core-5.5.0/index.md +++ b/content/blog/metafacture-core-5.5.0/index.md @@ -8,7 +8,7 @@ authors: [{lastname: "Christoph", *Preamble* -This post describes the new developments in `metafacture-core release 5.4.0` since the [release +This post describes the new developments in `metafacture-core release 5.5.0` since the [release of metafacture-core-5.4.0](https://blog.metafacture.org/metafacture-core-5.4.0/) in September 2022. ## Table of Contents