Skip to content

release-1.0.0-RC7

Compare
Choose a tag to compare
@jeanbisutti jeanbisutti released this 22 Jun 20:25
· 186 commits to master since this release

🚀 New features and improvements

Core

JVM

Example:

------------------------------------------------------------------------------
 ALLOCATION (estimations)     |   GARBAGE COLLECTION           |  THROWABLE
 Total       : 3,68 GiB       |   Total pause     : 1,264 s    |  Exception: 0
 Inside TLAB : 3,67 GiB       |   Longest GC pause: 206,519 ms |  Error    : 36
 Outside TLAB: 12,7 MiB       |   Young: 13                    |  Throwable: 36
 Allocation rate: 108.1 MiB/s |   Old  : 3                     |
------------------------------------------------------------------------------
 COMPILATION                  |   CODE CACHE
 Number : 157                 |   The number of full code cache events: 0
 Longest: 1,615 s             |   
------------------------------------------------------------------------------

SQL

JUnit 5

  • Display an error message if JUnit 5 version is less than 5.6.0 @jeanbisutti

Build

🐛 Bug fixes

JVM

  • QuickPerf did not work when a not serializable throwable was thrown and the test was executed in a dedicated JVM
    @loicmathieu (report) & @jeanbisutti (fix)

SQL

  • Should not suspect N+1 select if less than two select statements are executed @jeanbisutti

⚠️ Breaking changes

SQL

  • @DisableSameSelectTypesWithDifferentParams renamed into @DisableSameSelectTypesWithDifferentParamValues
  • @EnableSameSelectTypesWithDifferentParams renamed into @EnableSameSelectTypesWithDifferentParamValues

👍 Contributors

@jeanbisutti
@edwardrose946
@ubaidurrehman1
@loicmathieu
@Minh-Trieu
@JosePaumard
@fabfas
@archyoshi