Releases: metafacture/metafacture-core
Releases · metafacture/metafacture-core
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
Metafacture Core Distribution 5.6.0
Metafacture Core Distribution 5.5.0
Changes
New Features
- JSON: schema validator #443
- Metamorph: Optionally set key and/or value column in FileMap #471
- Metamorph: Option to ignore lines matching pattern in FileMap #472
- IO: Optionally let ObjectFileWriter append to existing file instead of overwriting #475
Bug fixes
- IO: setters would only take effect for subsequently opened files in ObjectFileWriter