Skip to content

Releases: ahmad88me/stiqueue

v1.2.0

25 Jan 15:06
Compare
Choose a tag to compare

What’s New in StiQueue

  • Improved Documentation:

    • Enhanced clarity and structure of the documentation.
    • Added more examples and detailed explanations of the SQServer and SQClient functionalities.
    • Expanded the guide for extending StiQueue and using features like acknowledgment.
  • Message Acknowledgment Mechanism: * Introduced an acknowledgment (ack) system to ensure message reliability. * Prevents message loss caused by client disconnections, crashes, or other interruptions.

    • If a client fails to acknowledge a dequeued message within the configured ack_timeout, the message is returned to the queue for redelivery.
    • Ideal for use cases requiring high message reliability and fault tolerance.”

v1.1.4

01 Sep 18:57
Compare
Choose a tag to compare
  • Handle large text
  • Add more logs
  • Add log file option

v1.1.3

27 Aug 15:30
Compare
Choose a tag to compare
  • Support the new version of TPool (1.6).
  • Improve the documentation.

v1.1.1

18 Aug 11:42
Compare
Choose a tag to compare
only publish docs on main

v1.0.6

14 Aug 19:14
Compare
Choose a tag to compare
  • Fix license
  • Upgrade sphinx-docs action to version v0.5

v1.0.5

14 Aug 18:22
Compare
Choose a tag to compare
  • Remove the str queue. Now all messages are in bytes.
  • Change the way the app is structured.
  • Improve the examples.
  • Improve the documentations.
  • Improve the CLI of the app.
  • Improve loggers.

v1.0.4

16 Apr 15:21
f04033f
Compare
Choose a tag to compare

Allow queue to be of type string beside the type byte.

v1.0.3

15 Mar 15:23
Compare
Choose a tag to compare
  • Add examples to the read me.
  • Add logger and debug flag.