You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.markdown
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,30 @@ title: Codeception Changelog
9
9
10
10
11
11
12
+
### module-db 3.1.0: 3.1.0
13
+
14
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/12/03 10:23:12 / [Repository](https://github.com/Codeception/module-db) / [Releases](https://github.com/Codeception/module-db/releases)
15
+
16
+
17
+
18
+
* Implemented `grabEntryFromDatabase` and `grabEntriesFromDatabase` methods by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/43
19
+
* Improved handling of auto_increment field in `haveInDatabase` tear down by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/44
20
+
* Add docker elements to ease local testing by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/42
21
+
22
+
23
+
24
+
### module-db 2.1.0: 2.1.0
25
+
26
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/12/03 10:22:30 / [Repository](https://github.com/Codeception/module-db) / [Releases](https://github.com/Codeception/module-db/releases)
27
+
28
+
29
+
30
+
* Implemented `grabEntryFromDatabase` and `grabEntriesFromDatabase` methods by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/43
31
+
* Improved handling of auto_increment field in `haveInDatabase` tear down by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/44
32
+
* Add docker elements to ease local testing by **[JesusTheHun](https://github.com/JesusTheHun)** in https://github.com/Codeception/module-db/pull/42
33
+
34
+
35
+
12
36
### Codeception 5.0.5: 5.0.5
13
37
14
38
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/11/20 11:33:41 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttp://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
70
+
* ssl_key - path to the SSL key (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-key)
71
+
* ssl_cert - path to the SSL certificate (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-cert)
72
+
* ssl_ca - path to the SSL certificate authority (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-ssl-ca)
* ssl_cipher - list of one or more permissible ciphers to use for SSL encryption (MySQL specific, @seehttps://php.net/manual/de/ref.pdo-mysql.php#pdo.constants.mysql-attr-cipher)
75
75
* databases - include more database configs and switch between them in tests.
76
76
* initial_queries - list of queries to be executed right after connection to the database has been initiated, i.e. creating the database if it does not exist or preparing the database collation
77
77
* skip_cleanup_if_failed - Do not perform the cleanup if the tests failed. If this is used, manual cleanup might be required when re-running
0 commit comments