- BREAK: remove index creation, drop support for elasticsearch 6
- NEW: Added new optional parameter "pipeline" to use document pre-processing in Elasticsearch. [Ricardo Alves]
- OPT: Changed readme to markdown and fixed Python versions in setup.py. [Ricardo Alves]
- OPT: Using github actions instead of travis-ci. [Ricardo Alves]
- BREAK: Drop support for Python3.6. Add Python 3.9 and 3.10. [Ricardo Alves]
- NEW: flag to skip index creation on class instantiation. [Bart Veraart]
-
OPT: Speed up error_resilience test by decreasing max_retries. [Bart Veraart]
-
OPT: update readme with some comments about starting elasticsearch. [Bart Veraart]
- BREAK: drop old python versions, refactor CI. [Denis Kovalev]
- FIX: update the version of fqn decorators to enable time async parameterization. [Denis Kovalev]
- FIX: improve logging. [kammala]
-
OPT: use black and optimize build process. [kammala]
- move test unrelated environment out of tox
- use black and change isort settings accordingly
- unpin flake8
-
OPT Added changelog using gitchangelog and makefile target. [Ricardo Alves]
-
OPT Improved readme with addtional badges and info regarding example usage with ElasticsSearch. [Ricardo Alves]
- NEW: Pass func/method in hooks. [Stanislav Evseev]
- NEW: Added specifying set of hooks for time_execution decorator. [Stanislav Evseev]
-
FIX Fixed travis file. [Ricardo Alves]
-
FIX Fixed travis configuration. [Ricardo Alves]
- Added new kafka backend. [Stanislav Evseev]
- ElasticSearch 6.x support. [Pavel Perestoronin]
- FIX Make threaded backend multiprocess-safe. [Pavel Perestoronin]
-
NEW Add async decorator. [Ivan Mirić]
For Python >=3.5 only.
-
CHANGED number of replicas in ElasticSearch template. [Sergey Panfilov]
-
CHANGED create ElasticSearch index following the index name pattern. [Sergey Panfilov]
- FIX end the thread if the parent thread died. [Bart Veraart]
- OPT Set thread name. [Bart Veraart]
-
ElasticSearch 5 support. [Sergey Panfilov]
-
FIXED lint error in threaded module. [Sergey Panfilov]
-
Fix elasticsearch version to 2. [Sergey Panfilov]
- FIX workaround TypeError in queue module. [Sergey Panfilov]
- FIX TypeError if the queue in ThreadedBackend is gone. [Sergey Panfilov]
- FIX index origin metric attribute. [Sergey Panfilov]
- FIX make sure the worker stops. [Sergey Panfilov]
-
FIX duplicate pip call in makefile. [Sergey Panfilov]
-
FIX threaded backend and tests. [Sergey Panfilov]
-
FIX elasticsearch backend error resilience test. [Sergey Panfilov]
-
OPT add bulk write to elasticsearch backend. [Sergey Panfilov]
-
OPT Implement async threaded backend. [Sergey Panfilov]
- FIX name collision of mapping template. [Sergey Panfilov]
-
OPT improve usage documentation and describe package settings. [Sergey Panfilov]
-
OPT add optional origin setting. [Sergey Panfilov]
- Update setup version to 1.9.0. [Sergey Panfilov]
- NEW make time_execution resilient to ElasticSearch backend errors. [Sergey Panfilov]
- Bump setup version to 1.8.0. [Sergey Panfilov]
- Fix setup.py version. [Sergey Panfilov]
- FIX naming collisions of package, module and decorator. [Sergey Panfilov]
- FIX use six to properly retrieve exceptions based on sys.exc_info. [Mattias Sluis]
- OPT simplify time_execution decorator by basing it on the base Decorator class. [Mattias Sluis]
- NEW added setup.py to alloe pip -e installs. [Niels Lensink]
- FIX Sphinx doc requirements. [Mattias Sluis]
-
OPT reuse fqn that has been determined on init. [Mattias Sluis]
-
OPT keep the github repo with the py prefix. [Niels Lensink]
-
OPT use new name of the pkgversion dependency. [Niels Lensink]
- Update readme with proper badges. [Niels Lensink]
-
OPT use new name of the pkgversion dependency. [Niels Lensink]
-
OPT implemented pkgsettings and renamed py-timeexecution to timeexecution. [Niels Lensink]
-
OPT added proper classifiers to the setup.py. [Niels Lensink]
-
NEW elasticsearch backend. [Niels Lensink]
-
NEW Update README.rst with new func_args and func_kwargs. [nimiq]
- OPT test return values of the hooks inside the hooks unittests. [Niels Lensink]
- NEW Add wrapped function's original args and kwargs. [nimiq]
- NEW settings option duration_field. This configures the name of the field where we store the duration. [Niels Lensink]
- OPT updated docs. [Niels Lensink]
- FIX trying to workaround travis not picking up tags, travis#1675. [Enrique Paz]
- FIX removed unused COVERAGE Makefile var. [Enrique Paz]
-
OPT updated docs and made some functions protected. [Niels Lensink]
-
OPT updated readme. [Niels Lensink]
-
OPT make sure the coverage reports get cleaned each run. [Niels Lensink]
-
OPT removed unused env in tox. [Niels Lensink]
-
OPT updated coverage. [Niels Lensink]
-
OPT added xml report for code coverage. [Niels Lensink]
- Initial commit. [Niels Lensink]