Skip to content

Commit

Permalink
Release v4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Sep 23, 2022
1 parent bb89b70 commit 680695b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v4.8:

* New features:

- Eetter logging support: Exceptions are logged to 'main.log', the
default log_level=info is made useful, more readable messages, log
entries contain PID, TID and thread name.

- Stopped using 'sqlalchemy.pool.NullPool' for connecting to database,
and use the default. That is NullPool anyway for SQLite backend, and
QueuePool(pool_size=5) for the PostgreSQL backend:
https://docs.sqlalchemy.org/en/14/core/pooling.html#sqlalchemy.pool.NullPool

- A new PostgreSQL index to speedup `resalloc-maint ticket-list` command.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v4.7:

* Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion resalloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.7'
__version__ = '4.8'

0 comments on commit 680695b

Please sign in to comment.