Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1012 Bytes

CHANGELOG.markdown

File metadata and controls

18 lines (17 loc) · 1012 Bytes

Changelog

  • 0.3.3: Added -nm option @wader
  • 0.3.2: Remove activesupport dependency entirely, handle aliased indices @waterlink
  • 0.3.1: Add activesupport dependency since es-reindex uses methods from it.
  • 0.3.0: Add :if and :unless callbacks
  • 0.2.1: [BUGFIX] Improve callback presence check
  • 0.2.0: Lots of bugfixes, use elasticsearch client gem, add .reindex! method and callbacks
  • 0.1.0: First gem release
  • 0.0.9: Gemification, Oj -> MultiJSON
  • 0.0.8: Optimization in string concat (@nara)
  • 0.0.7: Document header arguments _timestamp and _ttl are copied as well
  • 0.0.6: Document headers in bulks are now assembled and properly JSON dumped
  • 0.0.5: Merge fix for trailing slash in urls (@ichinco), formatting cleanup
  • 0.0.4: Force create only, update is optional (@pgaertig)
  • 0.0.3: Yajl -> Oj
  • 0.0.2: repated document count comparison
  • 0.0.1: first revision