We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e01ee commit 65ad30fCopy full SHA for 65ad30f
CHANGELOG.md
@@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unrelease]
8
- nothing
9
-## [2.3.12] Coming soon
+## [2.3.12] 2020-09-30
10
### Added
11
- Named db statements for async platforms
12
- Rest events on insert and update `BEFORE_INSERT = 'rest.before.insert'` and `BEFORE_UPDATE = 'rest.before.update'`
13
- `insertGroups` method (inserts in an implicit transaction)
14
- `quote` options for PDO wrappers
15
+- `ApplicationStorage` for global variables with async platforms (Swoole, Workerman, ngx_php...)
16
### Fixed
17
- [orm] `oneToMany` and `manyToMany` loading pb with 2.3.11 version see [#145](https://github.com/phpMv/ubiquity/issues/145)
18
### Tests
0 commit comments