summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
Commit message (Expand)AuthorAgeFilesLines
* Fixed changelog screwups due to the v4.0 rebase operationAlex Grönholm2019-07-191-3/+7
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-0/+2
* Removed the Qt schedulerAlex Grönholm2019-07-191-0/+1
* Updated the changelogv3.6.1Alex Grönholm2019-07-191-0/+9
* Added the release versionv3.6.0Alex Grönholm2019-03-181-2/+2
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-0/+1
* Added note in changelog about PR #347Alex Grönholm2018-12-051-1/+1
* Adapted RedisJobStore to use the redis 3.0+ libraryAlex Grönholm2018-12-051-0/+6
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-0/+2
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-141-0/+6
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-101-0/+2
* Added the FAQ to the docsAlex Grönholm2018-08-101-0/+1
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+8
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-0/+3
* Fixed erroneous changelog entry about month names in ``CronTrigger``Alex Grönholm2018-01-161-1/+1
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-0/+3
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-031-0/+6
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-0/+2
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+2
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-131-0/+2
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-0/+2
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-121-0/+2
* Added support for named monthsAlex Grönholm2017-12-121-0/+2
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-111-0/+2
* Added version history entry for PR #258Alex Grönholm2017-12-101-0/+2
* Fixed memory leak when scheduled jobs raise exceptionsAlex Grönholm2017-12-091-0/+3
* Added the engine_options option to SQLAlchemyJobStoreAlex Grönholm2017-11-071-0/+6
* Formatted list items in changelog to be consistent with previous onesAlex Grönholm2017-10-211-0/+2
* Updated the docs to conform to the 99 column limitAlex Grönholm2017-10-211-8/+12
* Added a workaround for import troubles with PyInstaller et alAlex Grönholm2017-10-211-0/+2
* Added documentation and changelog entry for the "tableschema" argumentAlex Grönholm2017-10-211-0/+2
* Updated Travis/tox configuration and the supported Python interpretersAlex Grönholm2017-10-101-0/+6
* Updated version historyAlex Grönholm2016-12-291-0/+6
* Removed erroneous changelog entryv3.3.0Alex Grönholm2016-11-061-2/+0
* Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)Alex Grönholm2016-11-061-0/+3
* Fixed scheduler loop breaking if the job store fails (fixes #109)Alex Grönholm2016-11-051-0/+3
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-151-0/+7
* Fixed CronTrigger's range expression allowing values outside of the rangeAlex Grönholm2016-08-021-1/+3
* Fixed positional weekday position expressions failing on Python 3Alex Grönholm2016-08-011-0/+2
* Updated version historyAlex Grönholm2016-07-141-0/+9
* Fixed endless loop with CronTrigger on computers with low clock resolutionAlex Grönholm2016-06-131-0/+3
* Added version history note for the MongoDB JobLookupError fixAlex Grönholm2016-05-061-0/+2
* Fixed incorrect DateTrigger run time with run_date=None and a non-local timezoneAlex Grönholm2016-05-061-0/+2
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-101-1/+6
* Upgraded setuptools requirement (fixes #123)Alex Grönholm2016-04-061-0/+2
* Implemented __getstate__ and __setstate__ for trigger classes (fixes #121)Alex Grönholm2016-04-031-0/+6
* Migrated to setuptools_scmAlex Grönholm2016-04-021-6/+12
* Added time zone to the output of CronTrigger and IntervalTriggerAlex Grönholm2016-04-021-0/+2
* Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES eventsAlex Grönholm2016-04-021-0/+5
* Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...Alex Grönholm2016-03-271-0/+7