Skip to content

Releases: metafacture/metafacture-core

metafacture-core-8.0.1

18 Mar 08:10
8206bf4

Choose a tag to compare

What's Changed

  • Metamorph instantiation exception when using "urlencode" by @dr0i in #749
  • Update issue templates by @TobiasNx in #743

Full Changelog: metafacture-core-8.0.0...metafacture-core-8.0.1

metafacture-core-8.0.0

27 Feb 09:35
metafacture-core-8.0.0
5d2e136

Choose a tag to compare

What's Changed

New Features

  • MARC: Optionally escape Unicode in MarcXmlEncoder #710
  • Biblio: New SRU opener #682
  • Metafix: Add function utf8_normalizer #741
  • Metafix: Add function html_to_text #740

Bug fixes

  • Metafix: Enforce unique result in list-fix-paths #687
  • IO: Fix RecordReader to reset buffer on exception #717
  • Runner: Fix logging #733
  • Runner: Fix broken runner examples #742

Others

  • Breaking: Metafix: Change set_* functions to not create intermediate structures #704 (Replace with add_* versions to repair!)
  • Simplify Gradle build logic for making releases #687
  • IO: Fix wrong description for StdInOpener #679
  • Metafix: Add integration test for #711 #712
  • Metafix: Move Fix command enums to individual classes #706
  • Runner: Delete heapspace limitiation #718
  • Metafix/Runner: Add missing examples #640
  • Add how to maintain using Maven Central #727
  • Metafix/JSON: Provide Jackson 2.16/2.17 forward compatibility #738
  • Breaking: Separate internal and external loggers #737

Merge order:

Full Changelog: metafacture-core-7.0.0...metafacture-core-8.0.0

metafacture-core-7.0.0

03 Jun 13:02
metafacture-core-7.0.0

Choose a tag to compare

What's Changed

Full Changelog: metafacture-core-6.2.0...metafacture-core-7.0.0

metafacture-core-7.0.0-rc1

13 Mar 15:41
metafacture-core-7.0.0-rc1

Choose a tag to compare

Pre-release

This is a pre-release of the upcoming 7.0.0 which will be the first release after merging the metafacture-fix repository into metafacture-core.

metafacture-core-6.2.0

18 Dec 12:54
metafacture-core-6.2.0

Choose a tag to compare

What's Changed

  • Add how to ignore namespace in MARC XML Handler by @dr0i in #553
  • Add parameter to set max entities by @dr0i in #555
  • Pretty indent marc:leader by @dr0i in #556
  • Fix marc leader indentation when using type by @dr0i in #558
  • Update ObjectToLiteral.java by @TobiasNx in #561
  • Fix "batch-reset creates empty records" by @dr0i in #560
  • 497-improve-xml-documentation by @TobiasNx in #563
  • Fix escaping by using RFC compliant parser by @dr0i in #565
  • Add new flux command sleep #495 by @TobiasNx in #559
  • Add option "ignorenamespace" by @dr0i in #575

Full Changelog: metafacture-core-6.1.2...metafacture-core-6.2.0

metafacture-core-6.1.2

15 Jul 09:18
metafacture-core-6.1.2

Choose a tag to compare

What's Changed

  • Emit marc:leader as first element by @dr0i in #549

Full Changelog: metafacture-core-6.1.1...metafacture-core-6.1.2

metafacture-core-6.1.1

02 Jul 12:56
metafacture-core-6.1.1

Choose a tag to compare

What's Changed

  • 540 update dependencies by @dr0i in #541
  • 524 & 538 Fix top-level MARC record leader not being reset between records by @blackwinter (#524 & #538)

Full Changelog: metafacture-core-6.1.0...metafacture-core-6.1.1

metafacture-core-6.1.0

24 Jun 14:30
metafacture-core-6.1.0

Choose a tag to compare

What's Changed

Full Changelog: metafacture-core-6.0.0...metafacture-core-6.1.0

Metafacture Core Distribution 6.0.0

11 Mar 08:12
metafacture-core-6.0.0

Choose a tag to compare

We switched to Java version 11.

Changes

New Features

  • IO: Open gzip compressed content from HTTP #511

Bug fixes

  • IO: Fix misconception of "Content-Encoding" #513
  • IO: Close resources #514

Others

  • Provide examples for every flux-command #488
  • Upgrade Gradle wrapper #520
  • Switch to Java version 11 #518

Metafacture Core Distribution 5.7.0

24 Nov 14:54
metafacture-core-5.7.0

Choose a tag to compare

Changes

New Features

  • Morph function: Switch from java.net.URLEncoder to guavas PercentEscaper to be conform to RFC 3986 #490

Bug fixes

  • IO: Increment count before starting new file in ObjectFileWriter #501

Others