Releases: simplex-chat/simplexmq
v6.4.1
See full changelog here.
Commits:
- docs: changelog v6.4
- docs: update build badge
- smp protocol: create notification credentials via NEW command that creates the queue (#1586)
- smp server: additional stat counter for ntf credentials created together with the queue (#1589)
- servers: control port session improvements (#1591)
- 6.4.1.0
SHA2-256(smp-server-ubuntu-24_04-x86-64)= bdf6d57b87feb440f4e2a46e01af76ff42a5e948fe6f33e937d4277606845f0b
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 0fb9996fe37953f0268eaf7da19bd1fa6f193fd01fdf302a5f6562014d3031db
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 922508251f1bca1a85bbfde9c4ddb47fb2117645dd666bd450cf394f26e489be
SHA2-256(xftp-ubuntu-24_04-x86-64)= da5128371514374442b0ea3cc8b36a08be8573f2a7b96168c86838fb812980ea
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= c1d7f135c6702df4acab4a7bb33fc5f247a879913dd42b0d2dce5163c4c36f40
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 6e571658c5436c071cf88d967c4b08242a86bf620e8586b9a632bd7aab601314
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 303acc17ba6415995ad45b4b817622c9a8f7a13300d991439c14b5dba120301b
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= b6aa178c35da4dbdc23970afc3f7fbbd50c59771e7418456961339724dd72dad
SHA2-256(xftp-ubuntu-22_04-x86-64)= 5e36183e7c7b17f5909c37778b61186f0894d9db007a623eea99f7852f256d6e
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 6a97bd41aeaedcb2999d88ee0c9f58077e150fe3b187a2facbf620327c81630d
v6.4.0
See full changelog here.
Commits:
- smp protocol: short links and other changes from RFC (#1489)
- Merge branch 'master' into short-links
- agent: join connection when 1-time invitation short link is already secured (#1496)
- agent: set/update and delete contact short link data (#1499)
- smp protocol: remove creating notifications from NEW command, new ideas for notifications (#1500)
- Merge branch 'master' into short-links
- agent: replace sndSecure with queueMode in queue URIs and records (#1502)
- agent: binary protocol encoding for connection request (#1503)
- agent: types and encodings to use from the app (#1504)
- agent: padded encryption for link data, shorten/restore short links, tests (#1505)
- Merge branch 'master' into short-links
- smp server: short links and owners for channels (#1506)
- smp server: make symlinks relative
- agent: additional short link types and encodings (#1509)
- smp server: .well-known folder for server pages for SimpleX apps to handle preset server links (#1510)
- smp server: update server page for short links to correctly change URI for apps (#1511)
- Merge branch 'master' into short-links
- agent: additional encodings for short links
- smp server: serve .well-known folder via server pages (#1514)
- Merge pull request #1495 from simplex-chat/short-links
- docs: CHANGELOG
- Merge branch 'stable'
- 6.4.0.0
- ntf server: fix store log parser for token status
- ci: adjust output, retry tests on failure, include hashes in release notes (#1520)
- ntf server: optimize in-memory storage (#1516)
- ci: retry only in stable or release
- Revert "ntf server: optimize in-memory storage (#1516)"
- smp server: fix/test database import (#1521)
- 6.4.0.1
- agent: option to use web port by default for preset servers only (#1523)
- ntf server: PostgreSQL database storage (#1519)
- ntf server: allow retries when creating subscriptions, prohibit subscriptions with the same queue but another notifier key or token (#1525)
- ntf server: skip duplicates when importing tokens and subscriptions (#1526)
- ntf server: prometheus metrics (#1527)
- ntf server, agent: send all periodic notifications from one thread, only to old active clients or new clients with periodic notification mode (#1528)
- ntf server: priority db pool for notifications and client commands, concurrent resubscriptions, CLI options (#1529)
- ntf server: fix returned last notifications (#1530)
- agent: handle cases when last message ts is not set for notifications; set last ts for "stale" notifications when messages expired and queue is empty, to prevent repeated processing (#1531)
- protocol: parsing for UTCTime to stop on "," and ";" (#1532)
- agent: return error and message absence differently when getting notification messages (#1535)
- agent: fix query that updates last message timestamps for notification processing (#1536)
- 6.4.0.2
- Merge branch 'master' into ntf-storage
- agent: always enable periodic notifications
- ntf server: fix repeat token registration when it became invalid (regression) (#1539)
- Merge pull request #1524 from simplex-chat/ntf-storage
- 6.4.0.3
- ntf server: remove shared queue for all notification subscriptions (#1543)
- 6.4.0.4
- smp server: optimize concurrency and memory usage, refactor (#1544)
- agent: pass CRClientData to setContactShortLink (#1546)
- smp server: support adding link data to contact addresses created before July 2024 (#1547)
- 6.4.0.5
- parameterize transport by peer type (client/server) (#1545)
- refactor types for DB entity (#1548)
- smp server: allow getting and deleting short links for the old contact queues (#1549)
- 6.4.0.6
- refactor types (#1551)
- agent: allow changing invitation link data before it is secured (#1552)
- agent: To and FromField instances for AConnShortLink (#1553)
- 6.4.0.7
- smp server: parameterize server by store type to avoid boxing/unboxing client handles (#1554)
- servers: parameterize SMP agent to optimize subscriptions (#1555)
- smp agent: use static RNG function to avoid dynamic C stub created by Haskell FFI wrapper (#1556)
- servers: include supported ALPNs in server transport config (#1557)
- rfc: client certificates for servers using SMP protocol as clients (opertors' chat relays, notification servers, service bots) (#1534)
- smp server: use separate database pool for reading queues and creating service records (#1561)
- ntf server: additional statistics (#1558)
- 6.4.0.8
- smp server: do not require ALPN for HTTP to fix Android asset links, do not use port 443 in server-server SMP connections (#1562)
- agent: use PQ keys in contact request data inside link container (but not in contact request link); use PQ keys in invitations sent to contact addresses (#1563)
- Revert "smp server: use separate database pool for reading queues and creating service records (#1561)" (#1564)
- smp server: batch commands (#1559)
- 6.4.0.9
- agent: fix updating short invitation link data (#1566)
- servers: restore constant time for absent queue/wrong key (regression in 6.4-beta.9) (#1567)
- agent: make decoding for short link data forward compatible (#1568)
- 6.4.0.3.1
- Merge branch 'stable'
- 6.4.0.10
- agent: use flexible (small/large) string encoding for contact link data, for backward/forward compatibility (#1569)
- smp server: prometheus metrics for delievered and not acknowledged messages (to monitor stuck deliveries) (#1572)
- ntf server: do not log subscription status updates on subscribing/unsubscribing (#1574)
- agent: JSON encoding for connection mode (#1576)
- smp server: prometheus histogram for message confirmation times (ACK) (#1575)
- 6.4.0.10.1
- agent: short link encodings (#1577)
- agent: better handling errors during connection handshake retries (#1578)
- 6.4.0.11
- agent: allow to accept contact requests after address is deleted (#1580)
- docs: update RFC for short links to match the implementation (#1581)
- build: do not exclude postgres modules for client_library flag (#1579)
- 6.4.0.11.1
- agent: support different timeouts for interactive and background requests (#1582)
- 6.4.0.11.2
- smp server: correctly track if ntf service is subscribed and total subscribed queues count (fixes race condition between NSUB and NSUBS from notification server) (#1583)
- 6.4.0.11.3
- ntf server: more efficient status update query (#1584)
- agent: fix message delivery in case one of the connections has no snd queue for any reason - it could break delivery to all connections (#1585)
- smp server: refactor subscriptions and delivery in order to always response SOK on subscription with an optional message to follow. (#1573)
- 6.4.0.12
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 4145a1e5a177de7a51f73f474625a33f106fd21b535fa1ce1806dc273016a4ac
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 85c05df3f61ae43a874ba3a12bc9cceeaee4dc546a348f0c8dbec2d9aeb4821a
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 403428b62ab91ee1856995aac8762e494ea0b62d541afc94e17c7fd35b5bbcb5
SHA2-256(xftp-ubuntu-24_04-x86-64)= caf7d2261d33bd89fb0248350ae19da1dc65f03d8a610d77f1ce5f7e8fb4de0a
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 8d3752ca66af5c9c5e61ebb07bf9231ff6a44ac73989c19321948b9975e8a3fe
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 1a5f1df5ae75196801e76bf9f711e52ef0d236d60d96214ec606987f81f481a1
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= c6023b4450b9fc1efde6cda1513b1c7806a73dfd406e5fa724b42ecf39bdc719
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= b9ca3983c745c287423cc8848cf12719ea21631cde84eaad14d1b36ededc2b46
SHA2-256(xftp-ubuntu-22_04-x86-64)= e0870ad3736955e4ef3cb5d6daf4b221dbd040dbf47d7c0de7cafae3919659a0
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= a5b288e4219c25a495e8fd631073399ab90774462252e524703c2c81e240a83a
v6.4.0-beta.11
See full changelog here.
Commits:
- smp protocol: short links and other changes from RFC (#1489)
- Merge branch 'master' into short-links
- agent: join connection when 1-time invitation short link is already secured (#1496)
- agent: set/update and delete contact short link data (#1499)
- smp protocol: remove creating notifications from NEW command, new ideas for notifications (#1500)
- Merge branch 'master' into short-links
- agent: replace sndSecure with queueMode in queue URIs and records (#1502)
- agent: binary protocol encoding for connection request (#1503)
- agent: types and encodings to use from the app (#1504)
- agent: padded encryption for link data, shorten/restore short links, tests (#1505)
- Merge branch 'master' into short-links
- smp server: short links and owners for channels (#1506)
- smp server: make symlinks relative
- agent: additional short link types and encodings (#1509)
- smp server: .well-known folder for server pages for SimpleX apps to handle preset server links (#1510)
- smp server: update server page for short links to correctly change URI for apps (#1511)
- Merge branch 'master' into short-links
- agent: additional encodings for short links
- smp server: serve .well-known folder via server pages (#1514)
- Merge pull request #1495 from simplex-chat/short-links
- docs: CHANGELOG
- Merge branch 'stable'
- 6.4.0.0
- ntf server: fix store log parser for token status
- ci: adjust output, retry tests on failure, include hashes in release notes (#1520)
- ntf server: optimize in-memory storage (#1516)
- ci: retry only in stable or release
- Revert "ntf server: optimize in-memory storage (#1516)"
- smp server: fix/test database import (#1521)
- 6.4.0.1
- agent: option to use web port by default for preset servers only (#1523)
- ntf server: PostgreSQL database storage (#1519)
- ntf server: allow retries when creating subscriptions, prohibit subscriptions with the same queue but another notifier key or token (#1525)
- ntf server: skip duplicates when importing tokens and subscriptions (#1526)
- ntf server: prometheus metrics (#1527)
- ntf server, agent: send all periodic notifications from one thread, only to old active clients or new clients with periodic notification mode (#1528)
- ntf server: priority db pool for notifications and client commands, concurrent resubscriptions, CLI options (#1529)
- ntf server: fix returned last notifications (#1530)
- agent: handle cases when last message ts is not set for notifications; set last ts for "stale" notifications when messages expired and queue is empty, to prevent repeated processing (#1531)
- protocol: parsing for UTCTime to stop on "," and ";" (#1532)
- agent: return error and message absence differently when getting notification messages (#1535)
- agent: fix query that updates last message timestamps for notification processing (#1536)
- 6.4.0.2
- Merge branch 'master' into ntf-storage
- agent: always enable periodic notifications
- ntf server: fix repeat token registration when it became invalid (regression) (#1539)
- Merge pull request #1524 from simplex-chat/ntf-storage
- 6.4.0.3
- ntf server: remove shared queue for all notification subscriptions (#1543)
- 6.4.0.4
- smp server: optimize concurrency and memory usage, refactor (#1544)
- agent: pass CRClientData to setContactShortLink (#1546)
- smp server: support adding link data to contact addresses created before July 2024 (#1547)
- 6.4.0.5
- parameterize transport by peer type (client/server) (#1545)
- refactor types for DB entity (#1548)
- smp server: allow getting and deleting short links for the old contact queues (#1549)
- 6.4.0.6
- refactor types (#1551)
- agent: allow changing invitation link data before it is secured (#1552)
- agent: To and FromField instances for AConnShortLink (#1553)
- 6.4.0.7
- smp server: parameterize server by store type to avoid boxing/unboxing client handles (#1554)
- servers: parameterize SMP agent to optimize subscriptions (#1555)
- smp agent: use static RNG function to avoid dynamic C stub created by Haskell FFI wrapper (#1556)
- servers: include supported ALPNs in server transport config (#1557)
- rfc: client certificates for servers using SMP protocol as clients (opertors' chat relays, notification servers, service bots) (#1534)
- smp server: use separate database pool for reading queues and creating service records (#1561)
- ntf server: additional statistics (#1558)
- 6.4.0.8
- smp server: do not require ALPN for HTTP to fix Android asset links, do not use port 443 in server-server SMP connections (#1562)
- agent: use PQ keys in contact request data inside link container (but not in contact request link); use PQ keys in invitations sent to contact addresses (#1563)
- Revert "smp server: use separate database pool for reading queues and creating service records (#1561)" (#1564)
- smp server: batch commands (#1559)
- 6.4.0.9
- agent: fix updating short invitation link data (#1566)
- servers: restore constant time for absent queue/wrong key (regression in 6.4-beta.9) (#1567)
- agent: make decoding for short link data forward compatible (#1568)
- 6.4.0.3.1
- Merge branch 'stable'
- 6.4.0.10
- agent: use flexible (small/large) string encoding for contact link data, for backward/forward compatibility (#1569)
- smp server: prometheus metrics for delievered and not acknowledged messages (to monitor stuck deliveries) (#1572)
- ntf server: do not log subscription status updates on subscribing/unsubscribing (#1574)
- agent: JSON encoding for connection mode (#1576)
- smp server: prometheus histogram for message confirmation times (ACK) (#1575)
- 6.4.0.10.1
- agent: short link encodings (#1577)
- agent: better handling errors during connection handshake retries (#1578)
- 6.4.0.11
- agent: allow to accept contact requests after address is deleted (#1580)
- docs: update RFC for short links to match the implementation (#1581)
- build: do not exclude postgres modules for client_library flag (#1579)
- 6.4.0.11.1
- agent: support different timeouts for interactive and background requests (#1582)
- 6.4.0.11.2
- smp server: correctly track if ntf service is subscribed and total subscribed queues count (fixes race condition between NSUB and NSUBS from notification server) (#1583)
- 6.4.0.11.3
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 4c1729e9a665e9307d644067346f915daa06d3c0325d0af7a656cee25129043f
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= a85f1409b4489c9439ca4f017c4aa79da1661135dfa60e40b1b0f484a92a095d
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 68d143c50e492cf9528959eaecb88a5be5ebaedaceb1db4e8a4343406871decd
SHA2-256(xftp-ubuntu-24_04-x86-64)= 0d3765c984b4bfbf8d353413b0661128442b4925fb90a994cea77877f95fd8c3
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 0a95845b46f01a69c83bfe4aaf0fa9963c89b2acbee2c3d152f9526af201fba2
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 3fb008a7a1ab89b192fec8010bb5838ebf4e803c50fa7ad4c3e595c956ce2473
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= c0cebefeb0a886dcf3083bfbda2823420ab74ef416d29e0d27eba3e144284905
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= 9157f8b2592653647d4f733ad3d696ab55959f240d2cd34f0cdebb2be1d7ba8a
SHA2-256(xftp-ubuntu-22_04-x86-64)= 8a5aeefe5b7f315d0fd942fa688d912dd622ec952c1f644a47fb2e411ddeeea7
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 9d20a218b6d968e0bd7febd5b5a5afb63f05b1499c073c2fac9cff022dbb2188
v6.4.0-beta.10
See full changelog here.
Commits:
- agent: fix updating short invitation link data (#1566)
- servers: restore constant time for absent queue/wrong key (regression in 6.4-beta.9) (#1567)
- agent: make decoding for short link data forward compatible (#1568)
- 6.4.0.3.1
- Merge branch 'stable'
- 6.4.0.10
- agent: use flexible (small/large) string encoding for contact link data, for backward/forward compatibility (#1569)
- smp server: prometheus metrics for delievered and not acknowledged messages (to monitor stuck deliveries) (#1572)
- ntf server: do not log subscription status updates on subscribing/unsubscribing (#1574)
- agent: JSON encoding for connection mode (#1576)
- smp server: prometheus histogram for message confirmation times (ACK) (#1575)
- 6.4.0.10.1
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 62c05592d37bd2c1c93b28c1acf428040b55cfcfacf8e886f30d981610338593
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= f87bcde31f1e75c504044381ae1cae05ba5d6932ee902b6b001ed151466f24da
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 715de155aae07a5223c3e3c5f404273960f8ea2011747ec555d4bbeab8264caa
SHA2-256(xftp-ubuntu-24_04-x86-64)= b87d5e0534f0ed67a5d0eb1a12dbfe96625d806d182f9f8bc40fbb7addda7c7b
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 04f183c53836cf4b4468e01132f411a030fa66722167f306289c837940155c12
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 724bf7f9826b545fa0d862843380494011bd41ace3d727e4f482d2fdc851fa09
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= f049b5cc6c9a2ab42b1901bcc873fb000e4bb2cbd97aae4c9592b880a4d832bc
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= 9c96e8b07338f417b596d986de694040b3dce9a798d917d85a4d25a064e0188c
SHA2-256(xftp-ubuntu-22_04-x86-64)= d8dab46387c7d1649184f828deae4eace0805c78d7409df1c8581d9d429a8246
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= a766eb4bb8796f0be465531dd9512bfb010d6762272c284f67675f1b8e684d22
v6.4.0-beta.9
See full changelog here.
Commits:
- smp server: do not require ALPN for HTTP to fix Android asset links, do not use port 443 in server-server SMP connections (#1562)
- agent: use PQ keys in contact request data inside link container (but not in contact request link); use PQ keys in invitations sent to contact addresses (#1563)
- Revert "smp server: use separate database pool for reading queues and creating service records (#1561)" (#1564)
- smp server: batch commands (#1559)
- 6.4.0.9
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 72a26d08d2c1d5d94f02f2ff5473eda0eaaa081343e32c3411a0aa359984728f
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 4c418da79e519fec294aee273450be2a7d4486197bf935652b1ac53404a03702
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= da7e4db51f732e3e67e92bd390a4451beed9084f52e08089015a4ca921fd6310
SHA2-256(xftp-ubuntu-22_04-x86-64)= 6ac7fdaf808ddac87da0a7dec6c0da3661fcb3f325602deeb9c76fa5c604166f
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 49fed19581e8fef13e61c1eb58e1f8a0b7d915b3ee94e1fdd33316e264d0edab
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 3cd238aa966e870d6c655618cefe9dcf49cee4467ce3c081cb8c5487c3303cfc
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= ab48d1ff054f8262d318d4b9620d51641ad614118f0b0e5454dd0fcb50dac300
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 3a594251f0fac6258fb1f35e77e9deef912b16d0eefecb9915d25c6afcaf99c0
SHA2-256(xftp-ubuntu-24_04-x86-64)= 20635d76827b51bab91d720dc6812408e011e45718251df9da5bb89544feecf2
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= aff3e90ce0932e927a44d1eccda0f1917d3089c886a155720bd35b2cef08b8a5
v6.4.0-beta.8
See full changelog here.
Commits:
- smp server: parameterize server by store type to avoid boxing/unboxing client handles (#1554)
- servers: parameterize SMP agent to optimize subscriptions (#1555)
- smp agent: use static RNG function to avoid dynamic C stub created by Haskell FFI wrapper (#1556)
- servers: include supported ALPNs in server transport config (#1557)
- rfc: client certificates for servers using SMP protocol as clients (opertors' chat relays, notification servers, service bots) (#1534)
- smp server: use separate database pool for reading queues and creating service records (#1561)
- ntf server: additional statistics (#1558)
- 6.4.0.8
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 3cb57eaca31982941456c45cc41ee0bb742490c11f1d0c0ec1db308e929c7eee
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= c888c0f56b057efea362b1658ffd10b9f6507285ca938688fdc6661d3e6ed256
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 9109a27c22b442c3854a13b33f66b9a4193946d70643fe16cc14e3122763e5c8
SHA2-256(xftp-ubuntu-24_04-x86-64)= 54920c931ef1e05f36636de583a7ce76f2d28972cffdaeb387b361c5c3113d95
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= a51071849725ba56f77164e6ac7242c88001eb8e6c11e334ded86320fd12fc2c
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 3ac5026fb09aa6a834b94419a23118a1bc9ff9f2c9f7978c280f06b904976373
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 0ffb84346419b888878b0cdcfe62888a096779258ef59bc00972ded927e06a87
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= c4b51baeaa5370354cdb62ecf2a60c0e8138c681f5e992357b3c532150bdc57b
SHA2-256(xftp-ubuntu-22_04-x86-64)= 77c5c56cb59879dcabea9ccbb91e5e12a95d97c3bc21c3145979420c9633ba01
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= f32b3ef7d3edb1817cb238f928958ec8a43ac8f5e72311db8f47232db0361497
v6.4.0-beta.7
See full changelog here.
Commits:
- refactor types (#1551)
- agent: allow changing invitation link data before it is secured (#1552)
- agent: To and FromField instances for AConnShortLink (#1553)
- 6.4.0.7
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 27bc9f0a128260e44b8b3927da6364ff055f3c3003799ce8737192b8ba775354
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= b637d4d32bc374ff4096aa638650d039c21d3be2f9be2cd552bcb73dc36d2044
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= ac6af493eb1bb28b185041665aea162079718d83a37b9740096464cf18daddbc
SHA2-256(xftp-ubuntu-22_04-x86-64)= 10a71eae14776ba7e48c2e3edcf6cae773da84f052d857b3a5692c3310555e8c
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 7046d9197ea994aa4a287f317facb742d36b9e36aee3b2941873b05e192456f8
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 0a0c37767f894049277397a2f950058ec2c9bf83f87d08016f42f20cd9df2246
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 69dd0758c6264cb70b3c45ec4397b9500e9b02d8d9d50fcbd39b2aae3b8b80b2
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= d99de5559bcf06d1e63a31a0ff1a422bce476fc9d40a40639e0cb2fec86ba4c3
SHA2-256(xftp-ubuntu-24_04-x86-64)= 9ff907433cfd8c8e09f360136c08222b26d88ac611d83cbce5de6e7ec3bf98fd
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 4e582b7cc0b6e39f5dcfa993eb2db7baa6cc9280829a0cd942b3ace519761701
v6.4.0-beta.6
See full changelog here.
Commits:
- parameterize transport by peer type (client/server) (#1545)
- refactor types for DB entity (#1548)
- smp server: allow getting and deleting short links for the old contact queues (#1549)
- 6.4.0.6
SHA2-256(smp-server-ubuntu-24_04-x86-64)= 1c52be657177799eb54a95bda0a33f76e1ec06138029400ccd031e4f92343d55
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 9b690a4436adb072e6d93ed00867b156349639a10f9df00a9a45ea707abfd273
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 7225ac63effdff1a4690aa7137a861a7f44dc13b7250fe46284b6d55ef049156
SHA2-256(xftp-ubuntu-24_04-x86-64)= fd63fbaaf06d39f5199eed0c7b34f1bf70c069b5b947d8eab5734d3ce3168be7
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 491e0193075e4bb4963e48dfb9956ce99e806e4b6782d11be5690eb2d2c6fcaa
SHA2-256(smp-server-ubuntu-22_04-x86-64)= 02abc7b4990e68038b1168c17131cc2d0ae8f126f58adee7ceab17fc288cba83
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 700c65efc742e8b2379db75a1c70bc2d72954bb60d720884b4f8c1e5558bf02d
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= c3bfc2d0c439364ecd1d1c8dcc9666714ddd8efe012510ccfa2f4c3549b82332
SHA2-256(xftp-ubuntu-22_04-x86-64)= 006b2967b4def768125d91ebe888e5ae183ad5b83a5c9388ab6e0cff522529f3
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 783067c400ed5ff1db1f4817e7cb43e1b111c58d5b0316e42f9053d22b83b6ff
v6.4.0-beta.5
See full changelog here.
Commits:
- smp server: optimize concurrency and memory usage, refactor (#1544)
- agent: pass CRClientData to setContactShortLink (#1546)
- smp server: support adding link data to contact addresses created before July 2024 (#1547)
- 6.4.0.5
SHA2-256(smp-server-ubuntu-22_04-x86-64)= a5715800d960fa0d56de2a695891f1909d8483a4afe107ccdb19b9340cbc0b55
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 8b6c21ebcdf6bb3cbae2473ba6cb7abbe5ead9611127a10c747af2dcd1867f43
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= 6b90335e24fa4d6d0b5bbac60c8badd047149b687a8cef32b6d8a60ab5147532
SHA2-256(xftp-ubuntu-22_04-x86-64)= bb718e39a84781ac8e7f1bdca7008282c7c43b2ca5c9f15203956335d316e152
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 4149894e966e945c9dd5fd44baf6c8d63f90e834761fd8d6fa1187fea7b6d61f
SHA2-256(smp-server-ubuntu-24_04-x86-64)= b64da0bac49e5e8a16992cf9b020d191509f0b0d1ed0e0390756bca2bb97282a
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 73d35fa7e97d49a1cc2db453270cf811ee657dbb125b8696bb611625b8a20bc5
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= 9921aeb3f4bf1177d599147a07e92b9373b25fac5b185b36b9741cf800dffc00
SHA2-256(xftp-ubuntu-24_04-x86-64)= 5a0550576f502ee120a1671e9b79875ada8917646565ad5dc2263eea1b6953aa
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= feee4ace17eca0cee20126c9f59a5c67f4960969fbf809e81683cb4706f279bb
v6.4.0-beta.4
See full changelog here.
Commits:
- ntf server: remove shared queue for all notification subscriptions (#1543)
- 6.4.0.4
SHA2-256(smp-server-ubuntu-24_04-x86-64)= fcff63c3cc22c8b9f807c05a7c37ea0a876db158f538ee7c00a23ea3e45ef910
SHA2-256(xftp-server-ubuntu-24_04-x86-64)= 66268e10403c4adc44b3026fe753292f327556ddf08843765a63f5c77a19329c
SHA2-256(ntf-server-ubuntu-24_04-x86-64)= a3f726fc0bc0026212a724b97251563885dfa415e2318ddc582ddcbd854262b5
SHA2-256(xftp-ubuntu-24_04-x86-64)= 587ae8cd1d3864d8e48aa5f7a11f186ac19e75418d98aca201a8758f46029bdd
SHA2-256(smp-server-postgres-ubuntu-24_04-x86-64)= 93294bc5a5b60f25ed26e277fb6244c9773a30f92b286209e0c36065a57bd03a
SHA2-256(smp-server-ubuntu-22_04-x86-64)= aed13d7ccdd3554bcfe9f0731504b6b7b08114027567d27080c35f2fe7f91b3c
SHA2-256(xftp-server-ubuntu-22_04-x86-64)= 3734cd314e98104beb2a3a3958e32c8c5c859e7fc6de5097b8e73bce0a680416
SHA2-256(ntf-server-ubuntu-22_04-x86-64)= b31f4fbbfa729d88a0eb3f43a856da6550ff9582ceaaee89df6293e920bd24b6
SHA2-256(xftp-ubuntu-22_04-x86-64)= 9adc189d526a72fa49b23da5e09e5dc58faa3fd073f68abdc096d2ba77e875b7
SHA2-256(smp-server-postgres-ubuntu-22_04-x86-64)= 3b6d9d7201e7c3522388a597f2dcd4414f02b39b5a22c28da0e5b102b1b0399e