Skip to content

Commit 45a5dd4

Browse files
authored
Merge pull request #13 from flix-tech/handle_connection_loss
Handle connection loss using a connection pool
2 parents 617d38a + 4f59051 commit 45a5dd4

File tree

6 files changed

+409
-364
lines changed

6 files changed

+409
-364
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
python-version:
29-
- 3.8
3029
- 3.9
3130
# YAML, yay https://github.com/actions/runner/issues/1989
3231
- '3.10'
3332
- 3.11
33+
- 3.12
3434

3535
steps:
3636
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.1 - 2025-01-08
4+
5+
* Use a ConnectionPool to connect to the Database instead of a single connection.
6+
37
## 1.2.0 - 2024-07-25
48

59
* The `reschedule()` method has an optional parameter to decrease the TTL if set to True (False by default).

pdm.lock

Lines changed: 90 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)