Nameko

Latest version: v2.14.1

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 11

2.8.1

Not secure
-------------

Released: 2017-11-29

* Added the 'show-config' command which will print the service configuration
to the console, after environment variable substitution.

2.8.0

Not secure
-------------

Released: 2017-10-31

* Environment variables substituted into config files are now interpreted
as YAML rather than bare values, allowing use of rich data types.

2.7.0

Not secure
-------------

Released: 2017-10-07

* Set stopped flag in register_provider() to allow PollingQueueConsumer
object reuse [fixes 462]
* Refactor of AMQP message publishing logic into `nameko.amqp.publish`
* Exposes delivery options and other messaging configuration to AMQP-based
DependencyProviders. [addresses 374]
* Class attributes for configuring `use_confirms`, `retry` and `retry_policy`
have been deprecated from the Publisher, EventDispatcher, and RPC MethodProxy
classes. If you were subclassing these classes to set these options, you
should now set them at class instantiation time.

2.6.0

Not secure
-------------

Released: 2017-04-30

* Environment variables are now interpreted as native YAML data types rather
than just strings
* The WSGI Server now uses an explicit logger so it can be controlled using a
logging config
* Drops several backwards-compatibility shims that were marked as being
maintained only until this release

2.5.4

Not secure
-------------

Released: 2017-04-20

* Don't block the QueueConsumer thread on the worker pool, which could cause
service deadlock and occasional dropped AMQP connections [fixes 428]
* Revert prefetch count change from 2.5.3 and ack messages outside of the
QueueConsumer thread. [fixes 417 more robustly]

2.5.3

Not secure
-------------

Released: 2017-03-16

* Bump the amqp `prefetch_count` by 1 to `max_workers + 1` to fix throughput
issue. [fixes 417]

Page 3 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.