Releases: frictionlessdata/datapackage-java
Releases · frictionlessdata/datapackage-java
0.9.8
What's Changed
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.4 by @dependabot[bot] in #62
- Skip null FKs by @mike-podolskiy90 in #64
New Contributors
- @mike-podolskiy90 made their first contribution in #64
Full Changelog: 0.9.7...0.9.8
0.9.7
- Fixes in FilebasedResource to better support nontabular data.
- Fix for a bug in FilebasedResource returning the format.
Full Changelog: 0.9.6...0.9.7
0.9.6
0.9.5
What's Changed
- Introduced a ResourceBuilder to offer a fluid interface to creating resources.
- Bump org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.2 by @dependabot[bot] in #54
- Bump org.apache.commons:commons-collections4 from 4.4 to 4.5.0 by @dependabot[bot] in #55
- Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 by @dependabot[bot] in #56
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.3.2 by @dependabot[bot] in #61
- Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.2 by @dependabot[bot] in #60
- Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.3 by @dependabot[bot] in #59
Full Changelog: 0.9.2...0.9.5
0.9.2
- Fixed an issue with data resources that should be written to file
- Updated some dependencies in the tableschema dependency
Full Changelog: 0.9.1...0.9.2
0.9.1
- small bug fix
Full Changelog: 0.9.0...0.9.1
0.9.0
- better support for non-tabular resources
Full Changelog: 0.8.3...0.9.0
0.8.3
What's Changed
- Better support and test for non-tabular resources.
- Added spotbugs maven plugin
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.4 by @dependabot in #49
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #50
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.8 to 1.7.0 by @dependabot in #51
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #52
- Bump org.owasp:dependency-check-maven from 12.1.0 to 12.1.1 by @dependabot in #53
Full Changelog: 0.8.1...0.8.3
0.8.1
- internal refactorings in Resources
- Implemented getDataAsCsv() and getDataAsJson() methods to read the full data of a resource as the specified format
Full Changelog: 0.8.0...0.8.1
0.8.0
- Implemented Foreign Key constraints across resources
- Breaking changes:
- the type info of Resource and it's sub-classes has been simplified
- Some changes in reading data in edge-cases (no header, no schema)
Full Changelog: 0.7.6...0.8.0