From 1a95918b86d1ff0eff43116123303987248484e8 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Fri, 19 Jul 2024 15:25:35 +0200 Subject: [PATCH 1/2] Add blog post about new release (metafacture-core#551) "Metafacture releases: Core 6.1.2, Fix 1.1.2, Playground 1.1.2". --- .../index.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md diff --git a/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md b/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md new file mode 100644 index 0000000..90477b0 --- /dev/null +++ b/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md @@ -0,0 +1,62 @@ +--- +title: "Metafacture releases: Core 6.1.2, Fix 1.1.2, Playground 1.1.2" +date: "2024-07-19T15:05:03.2300Z" +description: "Changes coming with the releases of metafacture-core 6.1.2, +metafacture-fix 1.1.2 and metafacture-playground 1.1.2" +authors: [{lastname: "Christoph", + firstname: "Pascal"}] +--- + +*Preamble* + +As the [release of metafacture-core 6.1.0 introduces a bug](https://github.com/metafacture/metafacture-core/issues/540) and as the consecutive [release of [metafacture-core 6.1.1](https://github.com/metafacture/metafacture-core/issues/546) also had a bug posts about these releases are ommitted. + +This post describes the new developments coming in: + +a) [`metafacture-core release + 6.1.2`](https://central.sonatype.com/namespace/org.metafacture) since the [release of metafacture-core 6.0.0](https://blog.metafacture.org/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/#metafacture-core) in March 2024. + +b) [`metafacture-fix 1.1.2`](https://github.com/metafacture/metafacture-fix/releases/tag/1.1.2). + (metafacture-fix is ["an alternative to configuring data transformations with + Metamorph, inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)). + +c) `metafacture-playground 1.1.2`. + (metafacture-playground is ["a web application to play around with Metafacture's languages Fix, Flux and Morph"](https://github.com/metafacture/metafacture-playground/)). + +## Table of Contents + +```toc +# this will be replaced by the toc +``` + +## metafacture-core + +### New Features +- XML: Provide namespace for XML file in flux [#505](https://github.com/metafacture/metafacture-core/issues/505) + +### Bug fixes +- XML/biblio: Fix creation of MARC XML leader [#454](https://github.com/metafacture/metafacture-core/issues/454),[#524](https://github.com/metafacture/metafacture-core/issues/524),[#527](https://github.com/metafacture/metafacture-core/issues/527),[#528](https://github.com/metafacture/metafacture-core/issues/538),[#548](https://github.com/metafacture/metafacture-core/issues/548) +- XML/biblio: Reset indentation variable when stream is resetted [#525](https://github.com/metafacture/metafacture-core/issues/525) + +### Others +- Upgrade Gradle wrapper to version 8.8 +- Update guava and opencsv dependencies [#540](https://github.com/metafacture/metafacture-core/issues/540) + +## metafacture-fix + +### New Features + +- Add flux-command for easily finding path for certain value [#347](https://github.com/metafacture/metafacture-fix/issues/347) +- Add to_base64 function [#354](https://github.com/metafacture/metafacture-fix/issues/354) +- Add links to playground for several Fixes [#339](https://github.com/metafacture/metafacture-fix/issues/339) + +### Others + +- Update Gradle wrapper to version 8.8 + +## metafacture-playground + +### Others + +- Update metafacture dependencies [#179](https://github.com/metafacture/metafacture-playground/issues//179) + From 3d120d721c5cfa58b84a99b13ba65c5f63d05a44 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Fri, 19 Jul 2024 17:32:36 +0200 Subject: [PATCH 2/2] Minor typo fixes --- .../index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md b/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md index 90477b0..fa7372c 100644 --- a/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md +++ b/content/blog/metafacture-releases_core-6.1.2_fix-1.1.2_playground-1.1.2/index.md @@ -9,7 +9,7 @@ authors: [{lastname: "Christoph", *Preamble* -As the [release of metafacture-core 6.1.0 introduces a bug](https://github.com/metafacture/metafacture-core/issues/540) and as the consecutive [release of [metafacture-core 6.1.1](https://github.com/metafacture/metafacture-core/issues/546) also had a bug posts about these releases are ommitted. +As the [release of metafacture-core 6.1.0 introduces a bug](https://github.com/metafacture/metafacture-core/issues/540) and as the consecutive release of [metafacture-core 6.1.1](https://github.com/metafacture/metafacture-core/issues/546) also had a bug, posts about these releases are ommitted. This post describes the new developments coming in: @@ -36,7 +36,7 @@ c) `metafacture-playground 1.1.2`. ### Bug fixes - XML/biblio: Fix creation of MARC XML leader [#454](https://github.com/metafacture/metafacture-core/issues/454),[#524](https://github.com/metafacture/metafacture-core/issues/524),[#527](https://github.com/metafacture/metafacture-core/issues/527),[#528](https://github.com/metafacture/metafacture-core/issues/538),[#548](https://github.com/metafacture/metafacture-core/issues/548) -- XML/biblio: Reset indentation variable when stream is resetted [#525](https://github.com/metafacture/metafacture-core/issues/525) +- XML/biblio: Reset indentation variable when stream is reset [#525](https://github.com/metafacture/metafacture-core/issues/525) ### Others - Upgrade Gradle wrapper to version 8.8 @@ -58,5 +58,5 @@ c) `metafacture-playground 1.1.2`. ### Others -- Update metafacture dependencies [#179](https://github.com/metafacture/metafacture-playground/issues//179) +- Update metafacture dependencies [#179](https://github.com/metafacture/metafacture-playground/issues/179)