Skip to content

Commit

Permalink
Version 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 28, 2024
1 parent 1bc8aa0 commit f9c3734
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.10.0 - 2024-01-28
====================

- Fix columns names in InvalidResultColumnNames being reported the wrong way
round (#185).
- Add a metric to track query execution timestamp (#178).
- [docker] Define a volume containing the config file (#158).
- [docker] Add support for ODBC version 17, support alternative versions.
- Switch to ruff for formatting.


v2.9.2 - 2023-10-28
===================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies = [
]
[project.optional-dependencies]
testing = [
"pytest",
"pytest<8", # XXX https://github.com/pytest-dev/pytest-asyncio/issues/737
"pytest-asyncio",
"pytest-mock",
]
Expand Down
2 changes: 1 addition & 1 deletion query_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Export Prometheus metrics generated from SQL queries."""

__version__ = "2.9.2"
__version__ = "2.10.0"

0 comments on commit f9c3734

Please sign in to comment.