Skip to content

Version 0.6.0

Latest

Choose a tag to compare

@danielberkompas danielberkompas released this 19 Oct 21:31

Breaking Changes

  • mix elasticsearch.build and Index.hot_swap will now only delete indexes which have names which match the format the library creates, to avoid deleting similarly named indexes. See #49 .

Non-breaking Changes

  • Index names now include the current time in microseconds instead of seconds. This reduces the chance for conflicts between index names. The library remains compatible with old indexes that use seconds. See #48