Skip to content

Commit ab46d1c

Browse files
committed
Update changelog
1 parent edd15c5 commit ab46d1c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Changelog
22
=========
33

4+
Version 2.0.0 (not released yet)
5+
--------------------------------
6+
7+
API CHANGES:
8+
- new interface `QueryLoggerInterface` to log queries
9+
10+
Connectors and Connection methods do not accept anymore a `Psr\Log\LoggerInterface`.
11+
Instead a new object interface is provided, `Jelix\Database\Log\QueryLoggerInterface`. It brings more flexibility
12+
about what to do between and after queries.
13+
14+
An object `Jelix\Database\Log\QueryLogger` is provided, implementing this
15+
interface, and can use a `Psr\Log\LoggerInterface` object.
16+
17+
18+
Version 1.2.0
19+
--------------
20+
21+
- new method `ConnectionInterface::getConnectionCharset()`
22+
- new methods `ResultSet::fetchAssociative()` and `ResultSet::fetchAllAssociative()`
23+
- new methods `AbstractConnection::getLastQuery()` and `AbstractConnection::getDriverName()` in replacement of some public properties
24+
- Add some deprecated methods to be compatible with jDb:
25+
- `AccessParameters::getParameters()`
26+
- `AbstractSchema::_prepareSqlColumn()`
27+
28+
Version 1.1.1
29+
-------------
30+
31+
- fix `Mysqli\Connection::execMulti()`: it should not fail silently
32+
433
Version 1.1.0
534
-------------
635

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
2.0.0-pre

0 commit comments

Comments
 (0)