Sha256: 142fdbb3fee30be01a9bd9a0c5b502cde4632841c6e377865b4b45932e3239a5

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

# Upperkut changes

1.0.x
-------
-  Add docker
- Fix to_underscore bug for ruby 2.7.2 #83 @andrehjr;


0.8.x
--------
- Added exponential backoff when push_items #57
- Introducing Item to avoid losing enqueued at and report wrong latency
  metrics #56 thanks to @jeangnc

0.7.x
---------
- Fix logging timeout message #54 by @jeanmatheussouto
- Add handle_error method #44
- Added Datahog Middleware (#42)
- Added Priority Queue (#39) thanks to @jeangnc and @jeanmatheussouto
- Added Scheduled Queue Implementation thanks to @rodrigo-araujo #38
- Added Datahog middleware #42 by @gabriel-augusto
- Added redis to CI #40 by #henrich-m
- Specs improvements #34 and #35, #37 by @gabriel-augusto
- Enable Rubocop #32 by @henrich-m
- Added codeclimate #31 by @henrich-m
- Extract Buffered Queue behavior to its own strategy #29

0.6.x
---------
- Set redis url when env var REDIS_URL is set thanks to @lucaskds #22
- Enable users to pass their own connection pool also thanks to @lucaskds #21
- Sets default concurrency to 1
- Creates connection pools by default;
- Simplifies API to enable extension via Strategy;

0.5.x
----------
- Introducing client middlewares.
- Fix issue that prevented worker to run.
- Fix thread-unsafe code that was overwriting worker configurations when
multiples workers were configured in the same process.

0.4.x
-----------

- Change redis versioning policy #17
- Fixed error that prevented users from start upperkut from non Rails apps.
- Added integration with Rollbar.
- Added backtrace to logs when some error occurs.
- Fixed NewRelic trace args

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upperkut-1.0.2 CHANGELOG.md