Skip to content

33.1.0

Compare
Choose a tag to compare
@josegonzalez josegonzalez released this 04 Feb 20:57
· 195 commits to master since this release
  • Improved error message for missing logstash_version. [Florian Hopf]

    Added a comment that the version needs to be set in the config

  • Specify stricter dependency on python-daemon, fixes #286. [Graham
    Floyd]

  • Add message_batch size checking since SQS can only handle 256KiB in a
    batch. Flush queue if message_batch is 10 messages or >= 250KiB.
    [Lance O'Connor]

  • Explained valid values and meaning for rabbitmq_delivery_mode. [Fabio
    Coatti]

  • Added documentation for rabbitmq_delivery_mode configuration
    parameter. [Fabio Coatti]

  • A small change in except syntax. This should make happy python3 and
    work also in 2.6 and later. [Fabio Coatti]

  • When sending a message, now we can tell rabbitmq which delivery mode
    we want, according to main configuration option
    rabbitmq_delivery_mode. [Fabio Coatti]

  • Added configuration option for rabbitmq deliveryMode. Basically it
    works like a boolean, but having 1 and 2 as allowed values, we
    consider it integer and validate it as such. [Fabio Coatti]

  • Newline removed. [Fabio Coatti]

  • Added stanzas specific redis_namespace key to documentation. [Fabio
    Coatti]

  • Added a space after comma, more compliant with python style guide.
    [Fabio Coatti]

  • Revert "ignored eric files" [Fabio Coatti]

    This reverts commit ea2a6b2.

    as suggested, leave alone .gitignore :)

  • This small commit allows to specify a redis namespace in file section
    of configuration file (stanzas). Basically, beaver checks if a
    redis_namespace is defined for the current file. If yes, it is used
    for the redis payload. If not (or null), beaver uses the
    redis_namespace value specified in global section. [Fabio Coatti]

  • Added a section (stanza) configuration option in order to be able to
    specify a redis namespace. If set, it will override the namespace set
    in main section. Default is null. [Fabio Coatti]

  • Ignored eric files. [Fabio Coatti]

  • Remove python-daemon from requirements on win32. [Ryan Davis]

    If we're installing on windows, don't require python-daemon. This
    fixes a problem where trying to pip install beaver errors out when
    trying to install python-daemon.

    refs #141

  • Use new repository name for travis-ci badge. [Jose Diaz-Gonzalez]