You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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