Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 7.09 KB

CHANGELOG.md

File metadata and controls

73 lines (40 loc) · 7.09 KB

Changelog

1.22.3 (2024-06-19)

Bug Fixes

1.22.2 (2024-06-19)

Bug Fixes

  • deps: update dependency com.google.guava:guava to v33.2.1-jre (#124) (4da2a06)
  • handle cases where there are no stored columns in search indexes (#136) (caf211a), closes #118

1.22.1 (2024-05-27)

Bug Fixes

  • correct config of maven assembly plugin (#116) (380799b), closes #109
  • create_search_index_statement equals (#114) (6ea341e), closes #111
  • deps: bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#112) (c9ec7a1)
  • deps: bump org.codehaus.mojo:build-helper-maven-plugin (#110) (0fbc5db)
  • deps: bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 (#113) (f63a7c8)

1.22.0 (2024-05-14)

Features

  • Add support for FLOAT32 column type (e5ee7c1)
  • Support for diffs on Create Search Index (#104) (5a567ed)

Bug Fixes

  • deps: bump com.google.errorprone:error_prone_core (#108) (4a4c0ad)
  • deps: bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#107) (548e2cb)

1.21.0 (2024-05-01)

Features

  • Update parser to handle RENAME and SYNONYM (#101) (49a08fd)

Bug Fixes

  • Compilation issues with error-prone on JDK16+ (#100) (7e98200)
  • deps: bump com.google.errorprone:error_prone_core (#99) (b51fa4c)
  • deps: Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.26.1 (#93) (1c1cb59)
  • deps: Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre (#92) (1dd2837)
  • deps: bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#98) (e9a3514)
  • deps: Bump org.apache.maven.plugins:maven-compiler-plugin (#95) (226e5a2)
  • deps: Bump slf4j.version from 2.0.12 to 2.0.13 (#96) (e4b0471)
  • Update dependabot.yml to add conventional commit prefix (f0a4cb7)
  • Update dependabot.yml to add conventional commit prefix (97243fa)

1.20.0 (2024-03-11)

Features

  • Add handling for updating stored columns on indexes (eea1b22)

Bug Fixes

  • library should released as 1.20.0 (#91) (efd280c)