All Versions
98
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 10

  • v0.0.23 Changes

    • ๐Ÿ›  Fixed removing the data directory for Elasticsearch 5 and 6 in the test cluster
    • โž• Added, that Elasticsearch process is properly killed when determining version
    • โšก๏ธ Updated the test cluster class to be compatible Elasticsearch 6.x
    • Added the max_local_storage_nodes setting to the start command arguments for Elasticsearch 5.x
    • ๐Ÿ‘Œ Improved the documentation and error messsages for the test cluster
    • โšก๏ธ Updated the "Reindex" extension for Elasticsearch 5.x
  • v0.0.22 Changes

    • ๐Ÿ”จ Refactored and significantly improved the "Reindex" extension
    • ๐Ÿ”จ Refactored and improved the Extensions::Test::Cluster extension
  • v0.0.21 Changes

    • ๐Ÿ‘Œ Improved the documentation for the "Backup" extension and added it to the main README
    • โž• Added the information about the "Reindex" extension to the README
    • โž• Added a reindex extension
    • ๐Ÿ‘Œ Improved the Elasticsearch::Extensions::Test::Cluster extension
  • v0.0.20 Changes

    • ๐Ÿ›  Fixed the implementation of keeping the test cluster data and state around between restarts
  • v0.0.19 Changes

    • โž• Added es.path.repo to the testing cluster
    • โž• Added path_logs option to test cluster
    • โž• Added the testattr attribute to the testing cluster
    • ๐Ÿ”„ Changed the default network host for the testing cluster to "localhost", to enable new "multicast"
  • v0.0.18 Changes

    • โœ‚ Removed the deprecated options for launching the test cluster
    • โž• Added removing the data folder for cluster_name to make sure the testing cluster starts green
    • โœ… Make sure the cluster_name argument is not empty/dangerous in test cluster launcher
    • ๐Ÿ”„ Changed, that test cluster is stopped with INT rather than KILL signal
  • v0.0.17 Changes

    Extensions

    • ๐Ÿ–จ Improved the aesthetics and robustness of the Test::Cluster#__print_cluster_info method
    • โœ‚ Removed the dependency on the "Backup" gem (using mocks in tests)
  • v0.0.16 Changes

    Extensions

    • โœ… Disabled allocation.disk.threshold_enabled in the testing cluster to prevent tests failing due to low disk space
    • โœ… Increased the default logging level for the testing cluster to DEBUG
    • โž• Added basic integration with the Backup gem
    • Changed, that wait_for_green timeout is configurable with an environment variable