Skip to content

Releases: schemacrawler/SchemaCrawler

early-access-release

16 Nov 21:45
f08729e

Choose a tag to compare

early-access-release Pre-release
Pre-release

SchemaCrawler early access release at last commit f08729e

What's Changed

  • Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2 by @dependabot[bot] in #2176
  • Bump org.duckdb:duckdb_jdbc from 1.4.1.0 to 1.4.2.0 by @dependabot[bot] in #2174
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #2173
  • Update to Jackson 3 by @sualeh in #2177

Full Changelog: v17.1.5...early-access-release

v17.1.5

11 Nov 22:16
v17.1.5
d2c48e8

Choose a tag to compare

SchemaCrawler release at last commit d2c48e8
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

Full Changelog: v17.1.4...v17.1.5

v17.1.4

01 Nov 21:40
v17.1.4
013ff98

Choose a tag to compare

SchemaCrawler release at last commit 013ff98
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

Full Changelog: v17.1.3...v17.1.4

v17.1.3

27 Oct 12:26
v17.1.3
35f692d

Choose a tag to compare

SchemaCrawler release at last commit 35f692d
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

Full Changelog: v17.1.2...v17.1.3

v17.1.2

27 Oct 02:09
v17.1.2
baee954

Choose a tag to compare

SchemaCrawler release at last commit baee954
See the change history at https://www.schemacrawler.com/changes-report.html

v17.1.1

07 Oct 02:17
v17.1.1
fa54b58

Choose a tag to compare

SchemaCrawler release at last commit fa54b58
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

  • Update to Java 17 builds by @sualeh in #2081
  • Bump org.codehaus.mojo:license-maven-plugin from 2.6.0 to 2.7.0 by @dependabot[bot] in #2079
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0 by @dependabot[bot] in #2077
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in #2076
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #2078
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #2082
  • Bump org.junit:junit-bom from 5.14.0 to 6.0.0 by @dependabot[bot] in #2085
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.2 by @dependabot[bot] in #2083
  • Bump org.apache.calcite.avatica:avatica-core from 1.26.0 to 1.27.0 by @dependabot[bot] in #2080
  • Remove references to Ruby, Groovy or teh Graphviz Java library by @sualeh in #2086
  • Convert options to records by @sualeh in #2087
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #2088
  • v17.1.1 by @sualeh in #2089

Full Changelog: v16.29.1...v17.1.1

v16.29.1

03 Oct 01:42
v16.29.1
9843a73

Choose a tag to compare

SchemaCrawler release at last commit 9843a73
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #2069
  • Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #2070
  • Bump org.firebirdsql.jdbc:jaybird from 5.0.9.java8 to 5.0.10.java8 by @dependabot[bot] in #2071
  • Add Java serialization test for all major databases by @sualeh in #2073
  • Add used by objects for tables by @sualeh in #2074
  • v16.29.1 by @sualeh in #2075

Full Changelog: v16.28.3...v16.29.1

v16.28.3

26 Sep 12:19
v16.28.3
e265b50

Choose a tag to compare

SchemaCrawler release at last commit e265b50
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

Full Changelog: v16.28.2...v16.28.3

v16.28.2

20 Sep 01:16
v16.28.2
57eb93e

Choose a tag to compare

SchemaCrawler release at last commit 57eb93e
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

Full Changelog: v16.28.1...v16.28.2

v16.28.1

14 Sep 02:32
v16.28.1
5284544

Choose a tag to compare

SchemaCrawler release at last commit 5284544
See the change history at https://www.schemacrawler.com/changes-report.html

What's Changed

  • Allow debugging tests by turning on logging by @sualeh in #2033
  • Enforce dependency convergence by @sualeh in #2034
  • v16.27.2 remainder by @sualeh in #2035
  • Log DriverManager messages by @sualeh in #2036
  • Do not show specific name if the database does not support overloaded routines by @sualeh in #2037
  • Show counts of database objects after they are loaded by @sualeh in #2038
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #2039
  • Allow allowPublicKeyRetrieval in MySQL by @sualeh in #2040
  • Introduce over schema metadata retrieval for reliable SQL Server crawling by @sualeh in #2041
  • Complete metadata changes for SQL Server by @sualeh in #2042
  • Support filtered indexes by @sualeh in #2043
  • Retrieve PostgreSQL table columns with metadata over schemas by @sualeh in #2044
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #2045
  • Complete over schemas retrieval for routines by @sualeh in #2046
  • Set catalog and schema on connection when retrieving metadata over schemas by @sualeh in #2047
  • Refactor retrieval over schemas by @sualeh in #2048
  • Limit metadata retrieval over schemas by schema by @sualeh in #2049
  • Retrieve SQL Server foreign keys using data dictionary over schemas by @sualeh in #2050
  • v16.28.1 by @sualeh in #2051
  • Bump com.typesafe:config from 1.4.4 to 1.4.5 by @dependabot[bot] in #2052
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #2053
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #2054
  • Bump org.mariadb.jdbc:mariadb-java-client from 3.5.5 to 3.5.6 by @dependabot[bot] in #2055

Full Changelog: v16.27.2...v16.28.1