Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post about new releases #36

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: "Metafacture releases: Core 6.0.0, Fix 1.0.0, Playground 1.0.0"
date: "2024-03-12T17:05:03.2300Z"
description: "Changes coming with the releases of metafacture-core 6.0.0,
metafacture-fix 1.0.0 and metafacture-playground 1.0.0"
authors: [{lastname: "Christoph",
firstname: "Pascal"}]
---

*Preamble*

Most remarkable is certainly the switch to `Java 11`, hence the new Major
dr0i marked this conversation as resolved.
Show resolved Hide resolved
versions.

This post describes the new developments coming in:

a) [`metafacture-core release
6.0.0`](https://central.sonatype.com/namespace/org.metafacture) since the [release of
metafacture-core-5.7.0](https://blog.metafacture.org/metafacture-5.7.0/) in November 2023.
dr0i marked this conversation as resolved.
Show resolved Hide resolved

b) [`metafacture-fix-1.0.0`](https://github.com/metafacture/metafacture-fix/releases/tag/1.0.0).
dr0i marked this conversation as resolved.
Show resolved Hide resolved
(metafacture-fix is ["an alternative to configuring data transformations with
Metamorph. Inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)).
dr0i marked this conversation as resolved.
Show resolved Hide resolved

c) `metafacture-playground-1.0.0`.
dr0i marked this conversation as resolved.
Show resolved Hide resolved
(metafacture-playground is ["a web application to play around with Metafactures languages Fix, Flux and Morph inspired by the JSON-LD Playground"](https://github.com/metafacture/metafacture-playground/)).
dr0i marked this conversation as resolved.
Show resolved Hide resolved

## Table of Contents

```toc
# this will be replaced by the toc
```

## metafacture-core

### New Features
- IO: Open gzip compressed content from HTTP [#511](https://github.com/metafacture/metafacture-core/issues/511)

### Bug fixes
- IO: Fix misconception of "Content-Encoding" [#513](https://github.com/metafacture/metafacture-core/issues/513)
dr0i marked this conversation as resolved.
Show resolved Hide resolved
- IO: Close resources [#514](https://github.com/metafacture/metafacture-core/issues/514)

### Others
- Provide examples for every flux-command [#488](https://github.com/metafacture/metafacture-core/issues/488)
- Upgrade Gradle wrapper [#520](https://github.com/metafacture/metafacture-core/issues/520)
- Switch to Java version 11 [#518](https://github.com/metafacture/metafacture-core/issues518)
dr0i marked this conversation as resolved.
Show resolved Hide resolved

## metafacture-fix

### New Features

- Add extension snippets for all do binds [#302](https://github.com/metafacture/metafacture-fix/issues/302)
- Upgrade Gradle wrapper [#283](https://github.com/metafacture/metafacture-fix/issues/302)
dr0i marked this conversation as resolved.
Show resolved Hide resolved
- Switch to Java 11 [#343](https://github.com/metafacture/metafacture-fix/issues/302)
dr0i marked this conversation as resolved.
Show resolved Hide resolved
- Add links to playground for several Fixes [#339](https://github.com/metafacture/metafacture-fix/issues/302)
dr0i marked this conversation as resolved.
Show resolved Hide resolved

### Bug fixes

- Close resources [#340](https://github.com/metafacture/metafacture-fix/issues/340)

### Others

- Update metafacture-core dependency to its latest release (6.0.0)

## matafacture-playground
dr0i marked this conversation as resolved.
Show resolved Hide resolved

### New Features

- Clear message and result when process [#126](https://github.com/metafacture/metafacture-playground/issues/126)
dr0i marked this conversation as resolved.
Show resolved Hide resolved

### Bug fixes

- Fix location of result in db [#131](https://github.com/metafacture/metafacture-playground/issues/131)

### Others

- Add many examples, i.a. [#152](https://github.com/metafacture/metafacture-playground/issues/152)
- Switch to Java 11 [#160](https://github.com/metafacture/metafacture-playground/issues/160)
- Process all examples as integration tests [#121](https://github.com/metafacture/metafacture-playground/issues/121)
- Add Java Security Manager