File: RELEASENOTE.md

package info (click to toggle)
python-persist-queue 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 2,754; sh: 13; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
# 1.0.0-alpha

1. Only Python3.x series are offically supported by persistqueue, since Python 2 was no longer under maintenance since 2020

2. `persistqueue.Queue` using `serializer=persistqueue.serializers.pickle` created under python2 was no longer able to be read by persist queue after 1.0.0
   as the default pickle version changed from `2` to `4`