8000 Releases · frictionlessdata/datapackage-java · GitHub
[go: up one dir, main page]

Skip to content

Releases: frictionlessdata/datapackage-java

0.9.8

29 Aug 17:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.7...0.9.8

0.9.7

01 Aug 13:27
Compare
Choose a tag to compare
  • 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

01 Aug 11:29
Compare
Choose a tag to compare

0.9.5

01 Aug 08:53
Compare
Choose a tag to compare

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

16 Apr 11:34
Compare
Choose a tag to compare
  • 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

12 Apr 11:33
Compare
Choose a tag to compare
  • small bug fix

Full Changelog: 0.9.0...0.9.1

0.9.0

11 Apr 18:02
Compare
Choose a tag to compare
  • better support for non-tabular resources

Full Changelog: 0.8.3...0.9.0

0.8.3

10 Apr 15:42
Compare
Choose a tag to compare

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

07 Apr 09:54
Compare
Choose a tag to compare
  • 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

04 Apr 13:21
Compare
Choose a tag to compare
  • 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

0