oxen-mq/debian/changelog

188 lines
5.9 KiB
Plaintext
Raw Normal View History

2020-11-17 20:29:53 +01:00
lokimq (1.2.2-1~ubuntu1804) bionic; urgency=medium
* Crank clang to 11
* cppzmq 4.7+ compatibility
* Move socket holding into LokiMQ instance
* Don't install when building as a static subdirectory
* Bump version for 1.2.2 release
-- Jason Rhinelander <jason@imaginary.ca> Tue, 17 Nov 2020 15:29:52 -0400
2020-10-21 05:22:45 +02:00
lokimq (1.2.1-1~ubuntu1804) bionic; urgency=medium
* Update macos build to use 10.14 compatibility
* macOS 10.12 compatibility
* Test suite: use different ports for each test
* Fix var::get<I> to return references
* Stable release bump
-- Jason Rhinelander <jason@imaginary.ca> Wed, 21 Oct 2020 00:22:41 -0300
2020-09-30 22:20:21 +02:00
lokimq (1.2.0-1~ubuntu1804) bionic; urgency=medium
1.2.0 release.
-- Jason Rhinelander <jason@imaginary.ca> Wed, 30 Sep 2020 17:20:08 -0300
2020-09-26 02:39:06 +02:00
lokimq (1.2.0~pre2-1~ubuntu1804) bionic; urgency=medium
[ Thomas Winget ]
* add method to get current buffer from bt list/dict consumer
-- Jason Rhinelander <jason@imaginary.ca> Fri, 25 Sep 2020 21:38:55 -0300
2020-09-23 22:15:25 +02:00
lokimq (1.2.0~pre1-1~ubuntu1804) bionic; urgency=medium
* Fork sid deb to bionic.
2020-09-22 01:59:34 +02:00
* lokimq 1.2.0 dev snapshot
-- Jason Rhinelander <jason@imaginary.ca> Mon, 21 Sep 2020 20:58:30 -0300
2020-04-30 20:16:25 +02:00
lokimq (1.1.4-1~ubuntu1804) bionic; urgency=medium
* Silence spurious warning on optional send failure
* Add bt_u64 wrapper for forcing a uint64_t on the wire
* Add checking for a negative int in bt_*_consumer
* 1.1.4
-- Jason Rhinelander <jason@imaginary.ca> Thu, 30 Apr 2020 15:16:25 -0300
2020-04-29 02:40:30 +02:00
lokimq (1.1.3-1~ubuntu1804) bionic; urgency=medium
* Bump version (not released yet)
* Provide caller Access in Message
* Fix ""_sv literal being non-constexpr
* Add remote address into Message object
* Fix incoming ConnectionIDs not being storable
2020-04-29 03:55:42 +02:00
* Add hack to fix compilation on debian sid
2020-04-29 02:40:30 +02:00
2020-04-29 03:55:42 +02:00
-- Jason Rhinelander <jason@imaginary.ca> Tue, 28 Apr 2020 22:55:17 -0300
2020-04-29 02:40:30 +02:00
2020-04-21 22:15:40 +02:00
lokimq (1.1.2-1~ubuntu1804) bionic; 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:40 -0300
2020-04-20 04:41:36 +02:00
lokimq (1.1.1-1~ubuntu1804) bionic; urgency=medium
2020-04-18 08:01:40 +02:00
* Drop idle connections regularly
* Reduce heartbeat frequency to 15s
-- Jason Rhinelander <jason@imaginary.ca> Sat, 18 Apr 2020 03:01:36 -0300
2020-04-17 21:23:12 +02:00
lokimq (1.1.1~pre-1~ubuntu1804) bionic; urgency=medium
2020-04-18 08:01:40 +02:00
* removed UNKNOWNCOMMAND patch (applied upstream)
2020-04-17 21:23:12 +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:23:10 -0300
2020-04-15 04:58:13 +02:00
lokimq (1.1.0-2~ubuntu1804) bionic; urgency=medium
* Fix pre-1.1.0 UNKNOWNCOMMAND detection
-- Jason Rhinelander <jason@imaginary.ca> Tue, 14 Apr 2020 23:58:12 -0300
2020-04-14 18:06:46 +02:00
lokimq (1.1.0-1~ubuntu1804) bionic; urgency=medium
2020-04-14 22:42:23 +02:00
* drop 0001-slower-connection-tests.patch
* Test suite timing tweaks
2020-04-14 21:39:30 +02:00
* Add ZMTP heartbeating (enabled by default)
2020-04-14 18:06:46 +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:45 -0300
2020-04-06 23:19:38 +02:00
lokimq (1.0.5-1~ubuntu1804) bionic; 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:37 -0300
2020-03-29 20:52:39 +02:00
lokimq (1.0.4-1~ubuntu1804) bionic; 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:39 -0300
2020-03-28 16:30:42 +01:00
lokimq (1.0.3-2~ubuntu1804) bionic; urgency=medium
* Version liblokimq
* Fully version library
* liblokimq package versioning
-- Jason Rhinelander <jason@imaginary.ca> Sat, 28 Mar 2020 12:30:41 -0300
2020-03-27 22:56:57 +01:00
lokimq (1.0.3-1~ubuntu1804) bionic; 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:56 -0300
2020-03-25 20:21:21 +01:00
lokimq (1.0.2-2~ubuntu1804) bionic; urgency=medium
* liblokimq-dev needs to be arch: any
-- Jason Rhinelander <jason@imaginary.ca> Wed, 25 Mar 2020 16:21:20 -0300
2020-03-24 15:37:42 +01:00
lokimq (1.0.2-1~ubuntu1804) bionic; 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:41 -0300
2020-03-23 19:18:46 +01:00
lokimq (1.0.1-2~ubuntu1804) bionic; urgency=medium
* slower connection tests
-- Jason Rhinelander <jason@imaginary.ca> Mon, 23 Mar 2020 15:18:45 -0300
2020-03-21 17:00:46 +01:00
lokimq (1.0.1-1~ubuntu1804) bionic; 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:45 -0300
2020-03-13 23:37:34 +01:00
lokimq (1.0.0-1~ubuntu1804) bionic; urgency=medium
2020-03-13 22:11:01 +01:00
* Initial LokiMQ release
-- Jason Rhinelander <jason@imaginary.ca> Fri, 13 Mar 2020 17:51:00 -0300