Skip to content

Commit c53fce1

Browse files
committed
Merge #43 from remote-tracking branch 'origin/42-blogRelease7.0.0'
2 parents e01ffa5 + 9623ee8 commit c53fce1

File tree

1 file changed

+36
-0
lines changed
  • content/blog/metafacture-releases_core-7.0.0

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Metafacture releases: Core 7.0.0"
3+
date: "2025-06-10T16:15:03.2300Z"
4+
description: "Changes coming with the releases of metafacture-core 7.0.0"
5+
authors: [{lastname: "Bülte",
6+
firstname: "Tobias"}]
7+
---
8+
9+
*Preamble*
10+
11+
Wit this release `metafacture-fix` is [incorporated into `metafacture-core`](https://github.com/metafacture/metafacture-core/issues/577). `metafacture-fix` as a standalone repository is now archived.
12+
13+
This post describes the new developments since the [release of metafacture-core 6.2.0](https://blog.metafacture.org/metafacture-releases_core-6.2.0_fix-1.2.0/) in July 2024, including new developments in metafacture-fix.
14+
15+
For release notes with downloadable CLI runner, see [Github release of metafacture-core-7.0.0](https://github.com/metafacture/metafacture-core/releases/tag/metafacture-core-7.0.0).
16+
17+
## Table of Contents
18+
19+
```toc
20+
# this will be replaced by the toc
21+
```
22+
23+
## New Features
24+
- Metafix: Make metafacture-fix part of metafacture-core [#577](https://github.com/metafacture/metafacture-core/issues/577)
25+
- Metafix: Add less_than()/greater_than() Fix functions [#650](https://github.com/metafacture/metafacture-core/issues/650)
26+
- Linkeddata: Make markers in rdf-macro configurable [#657](https://github.com/metafacture/metafacture-core/issues/657)
27+
28+
## Bug fixes
29+
- Metafix and Morph Filemap: Fix memory leak due to missing Closeable [#666](https://github.com/metafacture/metafacture-core/issues/666) (see also the [blog post](https://blog.metafacture.org/2025-03-10-fixing-memory-leak/))
30+
31+
## Others
32+
- Runner: Update examples by adding metafacture-fix versions of existing examples [#589](https://github.com/metafacture/metafacture-core/issues/589)
33+
- Runner: Prevent multiple SLF4J bindings warning [#649](https://github.com/metafacture/metafacture-core/issues/649)
34+
- IO, JSON and Metafix: Consolidate dependency versions [#670](https://github.com/metafacture/metafacture-core/pull/670)
35+
36+
[Full change log](https://github.com/metafacture/metafacture-core/compare/metafacture-core-6.2.0...metafacture-core-7.0.0)(note that due to the merge of `metafix` into `metafacture-core` there are more than 1k commits)

0 commit comments

Comments
 (0)