oxen-mq/debian/changelog

128 lines
3.9 KiB
Plaintext
Raw Normal View History

2020-04-21 22:15:28 +02:00
lokimq (1.1.2-1) unstable; urgency=medium
* Set thread names on proxy/workers
* Fix proxy thread stall when workers fill up
* Change worker thread names: "w2" -> "lmq-w2"
* Bump version to 1.1.2
-- Jason Rhinelander <jason@imaginary.ca> Tue, 21 Apr 2020 17:15:26 -0300
2020-04-20 04:40:54 +02:00
lokimq (1.1.1-1) unstable; urgency=medium
2020-04-18 08:01:05 +02:00
* Drop idle connections regularly
* Reduce heartbeat frequency to 15s
-- Jason Rhinelander <jason@imaginary.ca> Sat, 18 Apr 2020 03:00:49 -0300
2020-04-17 21:22:49 +02:00
lokimq (1.1.1~pre-1) unstable; urgency=medium
2020-04-18 08:01:05 +02:00
* removed UNKNOWNCOMMAND patch (applied upstream)
2020-04-17 21:22:49 +02:00
* Fix storing reference to temporary
* Fix broken idle expiry timeout
* Use slower and exponential backoff in reconnection
* Increase ZMQ socket limit
* Bump version to 1.1.1
-- Jason Rhinelander <jason@imaginary.ca> Fri, 17 Apr 2020 16:22:33 -0300
2020-04-15 04:58:07 +02:00
lokimq (1.1.0-2) unstable; urgency=medium
* Fix pre-1.1.0 UNKNOWNCOMMAND detection
-- Jason Rhinelander <jason@imaginary.ca> Tue, 14 Apr 2020 23:58:00 -0300
2020-04-14 18:06:35 +02:00
lokimq (1.1.0-1) unstable; urgency=medium
2020-04-14 22:41:58 +02:00
* Rediff patches
* Test suite timing tweaks
2020-04-14 21:39:01 +02:00
* Add ZMTP heartbeating (enabled by default)
2020-04-14 18:06:35 +02:00
* 1.1.0: invocation-time SN auth; failure responses
* Move pubkey_set into auth.h header
* Add missing SET_SNS proxy handler
-- Jason Rhinelander <jason@imaginary.ca> Tue, 14 Apr 2020 13:06:33 -0300
2020-04-06 23:19:25 +02:00
lokimq (1.0.5-1) unstable; urgency=medium
* Change thread count logs to debug from trace
* Reset stale pollitems
* Add `send_option::outgoing` to force a send on an outgoing connection
* Expose advanced zmq context setting ability
* Made simple_string_view take a char type
* Fix pollitems_stale not being set in some cases
* Bump version to 1.0.5
-- Jason Rhinelander <jason@imaginary.ca> Mon, 06 Apr 2020 18:19:22 -0300
2020-03-29 20:52:26 +02:00
lokimq (1.0.4-1) unstable; urgency=medium
* Catch errors on internal msgs; support non-blocking sends
* Remove empty file
* Catch connect failures
* All sends use dontwait; add send failure callbacks
* Less verbose logging at `info` level
* Allow log level to be specified in constructor
* Bump version to 1.0.4
* Add job queue check on total workers size
-- Jason Rhinelander <jason@imaginary.ca> Sun, 29 Mar 2020 15:52:20 -0300
2020-03-28 16:30:34 +01:00
lokimq (1.0.3-2) unstable; urgency=medium
* Version liblokimq
* Fully version library
* liblokimq package versioning
-- Jason Rhinelander <jason@imaginary.ca> Sat, 28 Mar 2020 12:30:32 -0300
2020-03-27 22:56:44 +01:00
lokimq (1.0.3-1) unstable; urgency=medium
* Avoid masking ReplyCallback type with template param
* Avoid segfault on retried SN connection request
* Trim logged filenames to lokimq/*
* 1.0.3 release
-- Jason Rhinelander <jason@imaginary.ca> Fri, 27 Mar 2020 18:56:42 -0300
2020-03-25 20:21:13 +01:00
lokimq (1.0.2-2) unstable; urgency=medium
* liblokimq-dev needs to be arch: any
-- Jason Rhinelander <jason@imaginary.ca> Wed, 25 Mar 2020 16:21:10 -0300
2020-03-24 15:37:21 +01:00
lokimq (1.0.2-1) unstable; urgency=medium
* Rename keep-alive -> keep_alive in internal serialization
* Reduce connection check interval and make configurable
* Make request timeout configurable
* 1.0.2 version bump
-- Jason Rhinelander <jason@imaginary.ca> Tue, 24 Mar 2020 11:37:17 -0300
2020-03-23 19:18:32 +01:00
lokimq (1.0.1-2) unstable; urgency=medium
* slower connection tests
-- Jason Rhinelander <jason@imaginary.ca> Mon, 23 Mar 2020 15:18:10 -0300
2020-03-21 17:00:10 +01:00
lokimq (1.0.1-1) unstable; urgency=medium
* Use the correct variable for shared libs
* More static build linking fixes
* cmake compatibility fix
* Add sodium dep if embedding static lib when doing a shared build, too
* More linking overhaul
* Add BUILD_BYPRODUCTS so that ninja build works
* Increase test timeouts for arm
* Add more locks around assertions
* Change pending_connects from vector to list
* 1.0.1 release
-- Jason Rhinelander <jason@imaginary.ca> Sat, 21 Mar 2020 13:00:06 -0300
2020-03-13 22:11:01 +01:00
lokimq (1.0.0-1) unstable; urgency=medium
* Initial LokiMQ release
-- Jason Rhinelander <jason@imaginary.ca> Fri, 13 Mar 2020 17:51:00 -0300