You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments