forked from geronime/es-reindex
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
905b42d
commit c2f38bf
Showing
3 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Changelog | ||
|
||
+ __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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
class ESReindex | ||
VERSION = '0.3.0' | ||
VERSION = '0.3.1' | ||
end |