Skip to content

Release 4.0.0

Latest
Compare
Choose a tag to compare
@javornikolov javornikolov released this 23 Jul 19:08
d86459c

Release date: 23 July 2022

Thanks to all contributors and to everyone who reported issues and provided feedback about DbFit!

The release notes here are still under refinement.

DbFit already needs Java 8 to run (it is not compatible with Java 7 and lower). Other changes are listed below.

New features

  • Bump up FitNesse version to 20220319 (#715)
  • Support SQL Server binary data types (#687)
  • Support jsonb data type with Postgres database (#671)
  • Add support for snowflake tests. (#665)
  • Bump up to jdk8 (#657)
  • Allow parameter name patterns to be varied from and restored to default values. (#622)
  • Bump up FitNesse to 20180127 (#615)
  • Bump up FitSharp to 2.5 (#594)
  • Fix failing Netezza symbols core tests (#579)
  • Fix postgres symbol tests failure (#565)
  • Symbol setter value parser support (#562)
  • Execute Procedure Expect Exception in standalone mode (#556)
  • Enhance HSQLDB stored routine support (#554)
  • Hidden symbol getter/setter support (#551)
  • Oracle jdbc 12 support (#539)
  • Support for executing stored procedures and functions in Derby (#524)
  • Closing open connection if new method connect* is called (#485)
  • Bump up hsqldb version to 2.3.3 (#461)
  • Bump up derby version to 10.12.1.1 (#460)
  • Support IBM Informix (#452)
  • Allow escaped column and table names in postgres. (#450)
  • MySql: support for unreferenced BIT columns (#439)
  • Support Informix (#436)
  • Support non-transactional databases (#434)
  • Add support for MySQL TINY/MEDIUM/LONGTEXT data types (#428)

Minor improvements and bugfixes

  • Fix website rendering (#707)
  • Fix BigDecimalParseDelegate test (normalise -> transform) (#674)
  • Fix Teradata doc typo (referencing Netezza) (#599)
  • Fix failing Netezza symbols core tests (#579)
  • test_vm: fix postgres changelog table creation (#519)
  • Fix and refactor Informix DateTime types lists (#466)
  • Bump up Gradle to 6.8.3 (#668)
  • Bump up Gradle to 6.6.1 (#660)
  • Bump up Gradle to 6.1.1 (#659)

Documentation improvements

  • Corrections to instructions for publishing SNAPSHOT versions (#710)
  • Fix website rendering (#707)
  • Broken link/missing version? (#706)
  • improve Connecting to the DB instructions (#629)
  • Update Netezza emulator instructions for v7.2 (#590)
  • Add Java style guide reference to contributors guide (#523)
  • Fix docs typos in working with parameters section (#506)
  • more MSSQL notes (#496)
  • add MSSQL Database engine configuration (#495)

The details below are auto-generated and might be duplicated with the above info.

What's Changed

New Contributors

Full Changelog: v3.2.0...v4.0.0