Skip to content

Releases: borys25ol/elasticsearch-reindex

v1.3.0

19 Nov 11:31
5478a2b

Choose a tag to compare

This new version of elasticsearch-reindex includes the following improvements:

  • Refactored project logic for better maintainability and performance.
  • Added support for HTTP Basic Authentication for both source and destination Elasticsearch nodes.
  • Introduced an alias: elasticsearch-reindex for the CLI command.
  • Comprehensive test coverage with unit and integration tests.
  • Resolved mypy and flake8 errors across the project.
  • Improved and updated log messages for better debugging and monitoring.
  • Added new Makefile commands to simplify local development workflows.
  • Updated project requirements and pre-commit versions to the latest.

This version focuses on enhancing functionality, code quality, and developer experience.

v.1.2.0

02 Apr 13:27

Choose a tag to compare

This new version of elasticsearch-reindex adds:

  • Refactored project structure.
  • Migrated from argparse library to click library for CLI argument parsing.
  • Fixed project mypy and flake errors

v1.1.1

28 Sep 21:22
b0afbe1

Choose a tag to compare

v.1.1.0

28 Sep 13:11

Choose a tag to compare

This new version of elasticsearch-reindex adds:

  • Ability to migrate custom user indexes from CLI or Python script.

Initial release

28 Sep 12:05
e43e50d

Choose a tag to compare

Added project to Github Repo.
Add CLI interface for working with project.
Add ability to run reindex from Python script.