Skip to content

Commit

Permalink
Changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed Nov 13, 2024
1 parent 5231aee commit d83b6ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Exasol Driver ts 0.2.0, released 2024-??-??
# Exasol Driver ts 0.2.0, released 2024-11-13

Code name: TBD
Code name: Connection pool and logging

## Summary

Adds `ExasolPool`, which is a connection pool using `ExasolDriver` underneath. See the user guide for a new section on how to configure and use the `ExasolPool` class.
Logging is now configurable for both driver/client and pool. The defaults are now also more sensible (off). An issue with switching off logging was also resolved.

## Features

- #28: Add a connection pool.
- #34: Make log level configurable.

## Dependency Updates

Expand Down

0 comments on commit d83b6ef

Please sign in to comment.