Confirmed users
574
edits
(→Open-Source Citizenship: pyelasticsearch 1.1) |
m (→Open-Source Citizenship: link pyelasticsearch) |
||
| Line 37: | Line 37: | ||
* (ErikRose) Parsimonious is getting the ability to parse lists of pre-lexed tokens (in addition to strings): https://github.com/erikrose/parsimonious/pull/69. | * (ErikRose) Parsimonious is getting the ability to parse lists of pre-lexed tokens (in addition to strings): https://github.com/erikrose/parsimonious/pull/69. | ||
* (ErikRose) peep 2.2 grew a download progress bar. | * (ErikRose) peep 2.2 grew a download progress bar. | ||
* (ErikRose) pyelasticsearch 1.1 | * (ErikRose) [https://pypi.python.org/pypi/pyelasticsearch/ pyelasticsearch 1.1] | ||
** New bulk API, supporting all types of bulk operations (index, update, create, and delete). The design is decoupled in case you want to create your own chunkers or operation builders. | ** New bulk API, supporting all types of bulk operations (index, update, create, and delete). The design is decoupled in case you want to create your own chunkers or operation builders. | ||
** Per-action error-handling for bulk. All errors raise exceptions--even individual failed operations--and the exceptions expose enough data to identify operations for retrying or reporting. | ** Per-action error-handling for bulk. All errors raise exceptions--even individual failed operations--and the exceptions expose enough data to identify operations for retrying or reporting. | ||