0.20.11 - 26 February, 2020
Breaking changes:
- Knex returns native JS promises instead of Bluebird ones. This means that you no longer use such methods as
map
, spread
and reduce
on QueryBuilder instance.
New features:
- Oracle: Add OracleDB handling for buffer type in fetchAsString #3685
Bug fixes:
- Fix race condition in non-container transactions #3671
Typings:
- Mark knex arguments of composite/collection types to be readonly #3680
Test / internal changes:
- Remove dependency on Bluebird methods from sources #3683
- Cleanup and extract Transaction Workflow logic #3674