Skip to content

Commit c98fa52

Browse files
committed
Merge #33 from branch 'metafacture-core-502-releaseMf-5.7.0' of https://github.com/metafacture/metafacture-blog into main
2 parents 83904d5 + bf275ba commit c98fa52

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Metafacture-core release 5.7.0
3+
date: "2023-11-24T15:35:03.2300Z"
4+
description: "This is about changes coming with the metafacture-core release 5.7.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.7.0` since the [release of
12+
metafacture-core-5.6.0](https://blog.metafacture.org/metafacture-core-5.6.0/) in June 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+
- Morph function: Switch from java.net.URLEncoder to guavas PercentEscaper to be conform to RFC 3986 [#490](https://github.com/metafacture/metafacture-core/issues/490)
25+
26+
### Bug fixes
27+
28+
- IO: Increment count before starting new file in ObjectFileWriter [#501](https://github.com/metafacture/metafacture-core/pull/501)
29+
30+
### Others
31+
32+
- Add description to "wait-for-inputs" [metafacture-documentation#30](https://github.com/metafacture/metafacture-documentation/issues/30)
33+

0 commit comments

Comments
 (0)