Releases: metafacture/metafacture-core
Releases · metafacture/metafacture-core
metafacture-core-8.0.1
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
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
RecordReaderto 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 withadd_*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:
- Fix wrong description for StdInOpener.java. by @TobiasNx in #679
- Change
set_*functions to not create intermediate structures. by @blackwinter in #704 - Enforce unique result in list-fix-paths by @TobiasNx in #687
- Simplify Gradle build logic for making releases. by @blackwinter in #700
- Optionally escape Unicode in MarcXmlEncoder. by @blackwinter in #710
- Add integration test for #711 by @TobiasNx in #712
- Move Fix command enums to individual classes. by @blackwinter in #706
- Fix
RecordReaderto reset buffer on exception. by @blackwinter in #717 - Delete heapspace limitiation #690 by @TobiasNx in #718
- 640-addMissingExamples by @TobiasNx in #725
- Fix logging in
metafacture-runner. by @blackwinter in #733 - Add SRUopener by @dr0i in #682
- Add how to maintain using central sonatype by @dr0i in #727
- Provide Jackson 2.16/2.17 forward compatibility. by @blackwinter in #738
- Add fix function for utf8 normalizer #653 by @TobiasNx in #741
- Add draft for html_to_text function #708 by @TobiasNx in #740
- Fix broken or incomplete runner examples by @TobiasNx in #742
- Separate internal and external loggers. by @blackwinter in #737
Full Changelog: metafacture-core-7.0.0...metafacture-core-8.0.0
metafacture-core-7.0.0
What's Changed
- Merge metafacture-fix. by @blackwinter in #586
- Create MAINTAINING.md by @TobiasNx in #591
- Make language and refrence marker configurable #657 by @TobiasNx in #658
- Prevent multiple SLF4J bindings warning. by @blackwinter in #664
- Add fix variations of mf runner examples #598 by @TobiasNx in #663
- Add
less_than()/greater_than()Fix functions. by @blackwinter in #652 - Consolidate dependency versions. by @blackwinter in #670
- Only use current fix examples for tests #633 by @TobiasNx in #665
- Update runner examples #651 by @TobiasNx in #668
- Fix memory leak by @dr0i in #667
Full Changelog: metafacture-core-6.2.0...metafacture-core-7.0.0
metafacture-core-7.0.0-rc1
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
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
What's Changed
Full Changelog: metafacture-core-6.1.1...metafacture-core-6.1.2
metafacture-core-6.1.1
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
What's Changed
- Add parameter "namespaces" by @dr0i in #522
- Update JDK requirement in README by @TobiasNx in #523
- Encode "leader" also if it's passed as one literal (#454) by @dr0i in #526
- Update MarcXmlHandler.java by @TobiasNx in #504
- Reset indentation variable when stream is resetted by @dr0i in #532
- Emit top-level MARC record leader as single element by @blackwinter in #538
- Compute valid top-level MARC record leader by @blackwinter in #539
Full Changelog: metafacture-core-6.0.0...metafacture-core-6.1.0
Metafacture Core Distribution 6.0.0
Metafacture Core Distribution 5.7.0
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
- Add description to “wait-for-inputs” metafacture-documentation#30