summaryrefslogtreecommitdiff
path: root/docs/versionhistory.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SQLAlchemy 2.0 compatibilityAlex Grönholm2023-02-011-0/+1
| | | | Closes #704.
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-211-3/+5
|
* Major refactoringAlex Grönholm2022-09-211-0/+24
| | | | | | | | - Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-121-0/+4
| | | | Fixes #664.
* Added the release version4.0.0a2Alex Grönholm2022-09-041-1/+1
|
* Marked removal of from_asyncpg_pool() as a breaking changeAlex Grönholm2022-09-041-1/+2
|
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-041-0/+3
|
* Added mention of the JobReleased event serialization fix to the changelogAlex Grönholm2022-09-031-0/+1
|
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-031-0/+1
|
* Improved the MQTT event brokerAlex Grönholm2022-09-031-0/+1
| | | | | * Connection success, failure and disconnection events are now logged * The client parameter is now optional
* Improved the asyncpg event brokerAlex Grönholm2022-09-031-0/+4
| | | | | | * It now recovers from a server disconnection * Replaced from_asyncpg_pool() with from_dsn() * Only copy the connection options from the async engine in from_async_sqla_engine()
* Added async Redis event broker and made the sync one resistant to ↵Alex Grönholm2022-09-031-0/+5
| | | | connectivity failures
* Added the release version4.0.0a1Alex Grönholm2022-08-171-1/+1
|
* Added warning about the pre-release statusAlex Grönholm2022-08-171-0/+4
|
* Updated the version historyAlex Grönholm2022-08-021-4/+26
|
* Updated changelog from the 3.x branchAlex Grönholm2022-07-281-0/+4
|
* Merged version history from 3.xAlex Grönholm2022-04-181-0/+8
|
* Merged the version history from the 3.x branchAlex Grönholm2021-10-251-0/+9
|
* Reformatted the version historyAlex Grönholm2021-02-261-360/+199
| | | | It now matches my other projects.
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+4
|
* Updated the version history from the 3.x branchAlex Grönholm2021-01-231-1/+44
|
* Fixed a typo (#482)Tim Gates2021-01-101-1/+1
| | | | | There is a small typo in docs/versionhistory.rst. Should read `concurrently` rather than `concurrenctly`.
* Fixed changelog screwups due to the v4.0 rebase operationAlex Grönholm2019-07-191-3/+7
| | | | Fixes #382.
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-0/+2
| | | | Fixes #259.
* 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
| | | | Fixes #330.
* 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
| | | | Fixes #326.
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-0/+3
| | | | Fixes #271.
* 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
| | | | Fixes #269.
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-031-0/+6
| | | | Fixes #263.
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-0/+2
| | | | Fixes #119.
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+2
| | | | Fixes #233.
* 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
| | | | Fixes #229.
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-121-0/+2
| | | | Fixes #240.
* Added support for named monthsAlex Grönholm2017-12-121-0/+2
|
* Added better validation for cron trigger expressionsAlex Grönholm2017-12-111-0/+2
| | | | Fixes #189.
* 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
| | | | Fixes #235.
* Added the engine_options option to SQLAlchemyJobStoreAlex Grönholm2017-11-071-0/+6
| | | | Fixes #228.
* Formatted list items in changelog to be consistent with previous onesAlex Grönholm2017-10-211-0/+2
|