Skip to content

Releases: redis/riot

Release v2.19.0

21 Jan 07:15
Compare
Choose a tag to compare

Changelog

πŸ”€ Merge

πŸš€ Features

  • e6abf13 feat: Added header line index option for flat files
  • 17acf86 feat: Exposed more FileImportCommand options
  • 96a3bd2 feat: Added max item count option to import commands. Resolves #103
  • 0ad7861 feat: Disabled sorting of command options and synopsis
  • 470f108 feat: Added sleep option to all transfer commands

πŸ› Fixes

  • 719482a fix: File glob-pattern expansion

πŸ”„οΈ Changes

  • e3b3e8b refactor: Removed unused method and dependency
  • 758edad refactor: Removed testFixtures dependency
  • 694012f refactor: Moved riot-test to riot-core test fixtures
  • e78a177 refactor!: Renamed credentials to key file

πŸ›  Build

  • 7b3b4da build: Added pomchecker early-access
  • dc140d1 build: Fixed links
  • 032584b build: Cleaned up config
  • c2393f6 test: Added source redis containers
  • 783be86 ci: fixed workfow
  • 6638515 build: bump for next dev cycle
  • fc1be2b build: removed docs
  • 49cb274 build: removed guide projects
  • 3ec532e build: workaround for docker publishing
  • f4b7f6a build: Disabled parallel tests
  • 122a05c ci: Using Java 19
  • 7f1f246 build: Disabled docker buildx
  • 78d9157 build: Upgraded gradle and dependencies
  • a5d6feb build: Moved docker config under each distribution
  • 83127a9 ci: Using jreleaser full-release
  • 60150ba ci: Using redis github workflows
  • 2ad777d build: Enabled multi-platform docker build
  • 6f66a86 build: Disabled docker buildx
  • 1c7c321 build: Enabled Docker buildx for amd64 and arm64
  • b580638 test: Disabled progress bar logging
  • 0858f1a build: Bump for next development cycle
  • 6281239 build: Using project version for Docker image tag
  • 93c7f5b build: Updated github actions

πŸ“ Documentation

  • 70115c6 docs: Moved images to riot-core
  • 27f705d docs: Reverted to table format
  • fdee893 docs: formatting
  • 6846f3d docs: Converted tool table to list
  • 5f7a367 docs: moved diagrams and logo under docs
  • 0dcdea1 docs: Removed title
  • d902736 docs: Formatted banner and description
  • 9523459 docs: Added clarification on multi-threading vs partitioning
  • 0c2947f docs: Added clarification on multi-threading vs partitioning

βš™οΈ Dependencies

  • 0875fca Upgraded mysql db2 sqlite and lettucemod
  • 79e8f4e Upgraded picocli
  • b9f3348 Upgraded lettucemod and progressbar

Release v2.9.0

21 Jan 07:02
Compare
Choose a tag to compare

Changelog

  • 87e4356 [Gradle Release Plugin] - pre tag commit: 'v2.9.0'.
  • acebe36 upgraded spring batch redis
  • 41cea3c added RediSearch sugadd subcommand to import
  • 44ae781 upgraded stream dependencies
  • a8d6612 [Gradle Release Plugin] - new version commit: 'v2.8.4-SNAPSHOT'.

Release v2.18.5

13 Oct 18:40
Compare
Choose a tag to compare

Changelog

πŸ›  Build


Release v2.18.4

27 Sep 05:11
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • 2b39e14 Added setters for command options

Release v2.18.3

23 Sep 03:37
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • 6937678 Added client authentication key and cert files. Resolves #97

πŸ›  Build

βš™οΈ Dependencies

  • 687e929 Upgraded spring batch redis and spring boot plugin

Release v2.18.2

15 Sep 04:25
Compare
Choose a tag to compare

Changelog

πŸ”€ Merge

πŸš€ Features

  • c005b86 Added key-slot filtering for keyspace notifications

πŸ›  Build

βš™οΈ Dependencies

  • ba558d7 Upgraded lettucemod and spring batch redis

Release v2.18.1

09 Sep 05:28
Compare
Choose a tag to compare

Changelog

πŸ”€ Merge

πŸ› Fixes

  • 2ec74a4 command parsing exception when Redis URI is null

πŸ›  Build


Release v2.18.0

09 Sep 04:32
77aba34
Compare
Choose a tag to compare

Changelog

πŸ”€ Merge

πŸš€ Features

  • 4c7ad7d Improved command usage help

πŸ›  Build

  • b618273 Bump for next development cycle

βš™οΈ Dependencies

  • 1c4c71c Upgraded to spring batch redis 3.0.0

Release v2.17.0

16 Aug 14:19
Compare
Choose a tag to compare

Changelog

πŸš€ Features

πŸ”„οΈ Changes

  • a0dc0b3 removed commons logging dependency
  • 4795148 removed rawtype from progressmonitor
  • 991cdbd Added context creation hook
  • 724ef3b Removed JobCommandContext.name and renamed createJob
  • 3151eba removed use of generic runtime exception
  • 7e4e741 removed use of generic runtime exception
  • f1c33d8 removed code duplication
  • 4475ad9 🚨 Split replicate command into DUMP+RESTORE & DS

πŸ›  Build

  • 0e4267e Override lettuce-core version from spring boot plugin
  • a541e66 Fixed duplicate class name
  • f3ffae7 build: Bump for next development cycle

πŸ“ Documentation

  • b261819 Removed outdated usage help

βš™οΈ Dependencies


Release v2.16.2

01 Aug 21:42
Compare
Choose a tag to compare

Changelog

πŸ”€ Merge

πŸš€ Features

  • 0c6bdfd Added TimeSeries generator options
  • c579fd7 Added options for data-structure generator command
  • ed5f251 🚨 [riot-gen] Added random data-structure generator

πŸ›  Build

  • 6143c68 Fixed RIOT File tests
  • 3a3d882 Switched to Redis Enterprise container for cluster tests
  • 32b558d Bump for next development cycle
  • 89cf47e Fixed SCM links

πŸ“ Documentation

  • 46b3c23 Made RIOT Stream deprecated

βš™οΈ Dependencies

  • 7d6c538 Upgraded spring-batch-redis