From 49965bbaf1d834fcf1559a164b0869cc69b854ce Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Mon, 16 May 2016 14:23:12 -0700 Subject: [PATCH] add changelog file --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d535847 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes when upgrading. + +## v0.3.2 + +- Misisng indiced returns empty array (fixed errors in v0.3.1) + +## v0.3.1 + +- Ignore missing indices when looking for jobs + +## v0.3.0 + +- [BREAKING] Use `jobtype` field to control document indexing and lookup (instead of document `_type`) + +## v0.2.2 + +- Swollow errors when saving job output +- Set `process_expiration` value (prevents upstream Elasticsearch error in alpha builds) +- Update npm package + +## v0.2.1 + +- Use `esqueue` namespace for debugging + +## v0.2.0 + +- [BREAKING] Async jobs should return promises, not use callbacks +- Remove bluebird dependency +- Only require specific lodash modules, instead of the whole library + +## v0.1.0 + +- Initial release \ No newline at end of file