Skip to content

1.3.0

Compare
Choose a tag to compare
@oleg-jukovec oleg-jukovec released this 11 Aug 09:25
· 41 commits to master since this release

Overview

This release adds a Tarantool Cartridge role for expirationd package and improves the default behavior.

Breaking changes

None.

Deprecated

  • Obsolete functions: task_stats, kill_task, get_task, get_tasks, run_task, show_task_list.

New features

  • Continue a task from a last tuple (#54).
  • Decrease tarantool-checks dependency from 3.1 to 2.1 (#124).
  • Process a task on a writable space by default (#42).
  • Wait until a space or an index is created (#68, #116).
  • Tarantool Cartridge role (#107).

Bugfixes

  • Fix build and installation of rpm/deb packages (#124).
  • Do not restart a work fiber if an index does not exist (#64).
  • Update changelogs.

Testing

  • Shuffle tests (#118).
  • Fix test_mvcc_vinyl_tx_conflict (#104, #105).
  • Fix flaky 'simple expires test' (#90).

Other

  • expirationd.start() parameter space_id has been renamed to space (#112).
  • Add GitHub Actions workflow with debug Tarantool build (#102).
  • Add GitHub Actions workflow for deploying module packages to S3 based repositories (#43).