<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/apscheduler.git/docs, branch master</title>
<subtitle>github.com: agronholm/apscheduler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/'/>
<entry>
<title>Fixed SQLAlchemy 2.0 compatibility</title>
<updated>2023-01-31T23:22:19+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2023-01-31T23:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=ab290bbb329028976994958d7fee22c28b3b5f97'/>
<id>ab290bbb329028976994958d7fee22c28b3b5f97</id>
<content type='text'>
Closes #704.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #704.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): minor spelling edits in userguide</title>
<updated>2022-12-20T09:59:39+00:00</updated>
<author>
<name>evanstjabadi</name>
<email>evansltjabadi@gmail.com</email>
</author>
<published>2022-12-18T07:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=7e130f238413dd72b89670a9bc5cc9a7e5cbb68c'/>
<id>7e130f238413dd72b89670a9bc5cc9a7e5cbb68c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed migration note about executors</title>
<updated>2022-09-22T21:14:44+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-22T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=61374a1f036111a22e895c771cfea848d08fedbf'/>
<id>61374a1f036111a22e895c771cfea848d08fedbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced the separate scheduler/worker example with a more practical alternative</title>
<updated>2022-09-21T21:19:37+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-21T21:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=40cf1621c6574cdbff9aaffa7b6ae83e1bf349d9'/>
<id>40cf1621c6574cdbff9aaffa7b6ae83e1bf349d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged the Worker class into AsyncScheduler</title>
<updated>2022-09-20T23:40:02+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-20T22:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=e8055bce55bb004168b5787f89091057cf1f36c7'/>
<id>e8055bce55bb004168b5787f89091057cf1f36c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major refactoring</title>
<updated>2022-09-20T23:40:02+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-12T19:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=c5727432736b55b7d76753307f14efdb962c2edf'/>
<id>c5727432736b55b7d76753307f14efdb962c2edf</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed schema parameter in SQLAlchemyJobStore not being used</title>
<updated>2022-09-12T19:48:45+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-12T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=49344e6954559259beb336436a45698d62eed5b4'/>
<id>49344e6954559259beb336436a45698d62eed5b4</id>
<content type='text'>
Fixes #664.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #664.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed references to run_until_stopped()</title>
<updated>2022-09-04T20:00:57+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-04T20:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=4b98fb1ef7db49c05f9372d4f6878d214461381e'/>
<id>4b98fb1ef7db49c05f9372d4f6878d214461381e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the release version</title>
<updated>2022-09-04T18:47:14+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-04T18:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=034586a876ab0b8a416462a4afba01774255d49e'/>
<id>034586a876ab0b8a416462a4afba01774255d49e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Marked removal of from_asyncpg_pool() as a breaking change</title>
<updated>2022-09-04T18:46:47+00:00</updated>
<author>
<name>Alex Grönholm</name>
<email>alex.gronholm@nextday.fi</email>
</author>
<published>2022-09-04T18:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/apscheduler.git/commit/?id=54d7534a03c0d3c01b98cb3f730e4f06cbf895e5'/>
<id>54d7534a03c0d3c01b98cb3f730e4f06cbf895e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
