Skip to content

Release v0.2.4

Compare
Choose a tag to compare
@jruaux jruaux released this 27 Sep 17:56
· 151 commits to master since this release

Changelog

πŸš€ Features

  • 3f756d9 Added filter clauses for RediSearch TEXT fields
  • 0a0754b Added support for SQL LIKE operator. Resolves #5
  • 79cb019 Added username, password, and other connection config params

πŸ› Fixes

  • 45e95ab Aggregation LIMIT operation should be last

πŸ”„οΈ Changes

  • 7d6805f replaced code that's only available with java 16

πŸ›  Build

  • 2e67a04 Fixed versioning
  • 94afe4c Fixed dockerfile
  • 0c95e1b Reverted to Trino version 393
  • 71131f4 Releasing version 380
  • 7765c46 Fixed announce flag
  • 7604870 Using java 17
  • a2036cd Skip maven enforcer
  • af5a25f Added Maven wrapper
  • 9b68b06 Moved to Maven build for better version management
  • 5469baa Moved to Maven build for better version management
  • 0ba13fd Removed spring dependency management plugin
  • a77202e Bump for next development cycle
  • de232da Upgraded GH actions

πŸ“ Documentation

  • 030420c Documented additional config params in README

βš™οΈ Dependencies