Skip to content

Commit 83904d5

Browse files
committed
Merge #32 from remote-tracking branch 'origin/31-mfcRelease5.6.0'
2 parents dfbcb01 + 5588810 commit 83904d5

File tree

1 file changed

+36
-0
lines changed
  • content/blog/metafacture-core-5.6.0

1 file changed

+36
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Metafacture-core release 5.6.0
3+
date: "2023-06-06T12:36:03.2300Z"
4+
description: "This is about changes coming with the metafacture-core release 5.6.0"
5+
authors: [{lastname: "Christoph",
6+
firstname: "Pascal"}]
7+
---
8+
9+
*Preamble*
10+
11+
This post describes the new developments in `metafacture-core release 5.6.0` since the [release of
12+
metafacture-core-5.5.0](https://blog.metafacture.org/metafacture-core-5.5.0/) in March 2023.
13+
14+
## Table of Contents
15+
16+
```toc
17+
# this will be replaced by the toc
18+
```
19+
20+
## Changes
21+
22+
### New Features
23+
24+
- CSV: Add CsvEncoder [#483](https://github.com/metafacture/metafacture-core/issues/483)
25+
- HTTP: Emit combined text for mixed content in HtmlDecoder [#477](https://github.com/metafacture/metafacture-core/pull/477)
26+
27+
Have a look at the [flux-commands](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md) how to use these features: [encode-csv](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md#encode-csv) and [decode-html](https://github.com/metafacture/metafacture-documentation/blob/master/flux-commands.md#decode-html).
28+
29+
### Bug fixes
30+
31+
- HTTP: Reset inputUsed after processing to fix reusing opener [#480](https://github.com/metafacture/metafacture-core/pull/480)
32+
33+
### Others
34+
35+
- Update dependencies [#489](https://github.com/metafacture/metafacture-core/pull/489)
36+

0 commit comments

Comments
 (0)