josegonzalez
released this
-
Avoid unreference variable 'st' error if file was removed. Raise exception if unrecognized environment error from os.stat. [Greg Sterin]
-
Fix GitHub links. [Robin Baumgartner]
The project was renamed to 'python-beaver', but the links do not reflect that change.
Assets
2
josegonzalez
released this
- Replaced Mosquitto with Paho-mqtt for mqtt transport. [Justin van
Heerde] - Add log file rotate in limit size. [soarpenguin]
- Fix README.rst docs link. [Andrew Grigorev]
Assets
2
josegonzalez
released this
- Fix README.rst formatting for rst-lint. [Jose Diaz-Gonzalez]
- Remove tabs and use "except .. as .." [EYJ]
- Try to fix hanging test by joining leftover thread. [EYJ]
- Fix Queue timeout occurring after successful reconnect. [EYJ]
- Fix rabbitmq reconnection behaviour to use the beaver reconnect
mechanism. [EYJ] - Migrating repo locations. [Jamie Cressey]
- Fixups for CONTRIBUTING. [Jamie Cressey]
- Fixing formatting. [Jamie Cressey]
- Changes to guidelines and adding reference to README. [Jamie Cressey]
- Adding contributing guidelines. [Jamie Cressey]
Assets
2
josegonzalez
released this
-
Adding max_queue_size to docs. [Jamie Cressey]
-
Pinning kafka-python version. [Jamie Cressey]
-
Ensure we test against the latest version of kafka-python. [Jamie
Cressey] -
Attempt to reconnect to Kafka on failure. [Jamie Cressey]
-
Adding SQS tests. [Jamie Cressey]
-
Exclude gh-pages from TravisCI runs. [Jamie Cressey]
-
Adding coverage results to README. [Jamie Cressey]
-
Adding coverage tests. [Jamie Cressey]
-
We say Py2.6+ is a requirement, but do the tests actually pass on 2.6?
[Jamie Cressey] -
Dont test py3, yet... [Jamie Cressey]
-
Testing python 3.x. [Jamie Cressey]
-
Using new travis config. [Jamie Cressey]
-
Added requests as a dependency. [Jose Diaz-Gonzalez]
Closes #304
-
Bump debian version on release. [David Moravek]
-
Support both older and newer pika. [Tim Stoop]
-
Make reconnecting to a lost RabbitMQ work. [Tim Stoop]
-
Remove old worker code in favor of the - now non-experimental -
TailManager. [Jose Diaz-Gonzalez]
Assets
2
josegonzalez
released this
- Write to the SQS object not the dict when using sqs_bulk_lines flag. [Jamie Cressey]
Assets
2
josegonzalez
released this
-
Remove autospec attribute. [Jose Diaz-Gonzalez]
For some reason, this broke attribute setting on the mock SelectConnection.
-
Fix pika version to version with all named parameters. [Jose Diaz- Gonzalez]
-
Peg kafka to a known-good version. [Jose Diaz-Gonzalez]
Assets
2
josegonzalez
released this
- Remove gitchangelog.rc. [Jose Diaz-Gonzalez]
- Added configuration option ignore_old_files. [Ryan Steele]
- Support writes into multiple redis namespaces. [Andrei Vaduva]
- Adding support for multiple SQS queues. [Jamie Cressey]
- Ensure log lines confirm to utf-8 standard. [Jamie Cressey]
- Set pika timeout to 1 second. [Tim Stoop]
- Pieter's patch for rabbitmq timeout. [Tim Stoop]
- Typo in config variable default value. [Jamie Cressey]
- Fix regressed change. [Jamie Cressey]
- Ability to send multiple log entries per single SQS message. [Jamie Cressey]
- Adding AWS profile authentication to SQS transport. [Jamie Cressey]