Releases: swaptacular/swpt_pythonlib
Releases · swaptacular/swpt_pythonlib
v0.11.3
v0.11.2
- Change the way
flask_signalbuscreates the server-side cursor. Now,SET LOCAL enable_seqscan = onwill be send before the cursor is created. Also, the random string added to the "select for update" query has been removed.
v0.11.1
- In
TableScanner, update the rhythm when the size of the table
changes significantly.
v0.11.0
- Changed the way
ThreadPoolProcessorworks. Now, instead of the
get_args_collectionargument, the constructor requires the
iter_args_collectionsargument. Themax_countargument has been
removed.
v0.10.10
- Use
execution_options(compiled_cache=None)for the signal-select query. - Use
expunge_allin flask_signalbus
v0.10.9
- Include a random string in the signal-select query. This ensures that the query will not be prepared by psycopg3.
v0.10.8
- Use server-side cursor for reading the signals
- Expunge sent signals from the session after commit
v0.10.6
- Minor changes to support Python 3.14
v0.10.6
- Fixed dependencies' version incompatibilities
v0.10.5
- Fixed dependencies' version specs