Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency knex to v0.15.2 #917

Merged
merged 1 commit into from
Nov 16, 2018
Merged

Update dependency knex to v0.15.2 #917

merged 1 commit into from
Nov 16, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2018

This PR contains the following updates:

Package Type Update Change References
knex dependencies minor 0.14.4 -> 0.15.2 homepage, source

Release Notes

tgriesser/knex

v0.15.2

Compare Source

Changes:
  • Rolled back changes introduced by #​2542, in favor of opt-in behavior by adding a precision option in date / timestamp / datetime / knex.fn.now (#​2715, #​2721)

v0.15.1

Compare Source

Bug fixes:
  • Fix warning erroneously displayed for mysql #​2705

v0.15.0

Compare Source

Breaking Changes:
  • Stop executing tests on Node 4 and 5. #​2451 (not supported anymore)
  • json data type is no longer converted to text within a schema builder migration for MySQL databases (note that JSON data type is only supported for MySQL 5.7.8+) #​2635
  • Removed WebSQL dialect #​2461
  • Drop mariadb support #​2681
  • Primary Key for Migration Lock Table #​2569. This shouldn't affect to old loc tables, but if you like to have your locktable to have primary key, delete the old table and it will be recreated when migrations are ran next time.
  • Ensure knex.destroy() returns a bluebird promise #​2589
  • Increment floats #​2614
  • Testing removal of 'skim' #​2520, Now rows are not converted to plain js objects, returned row objects might have changed type with oracle, mssql, mysql and sqlite3
  • Drop support for strong-oracle #​2487
  • Timeout errors doesn't silently ignore the passed errors anymore #​2626
  • Removed WebSQL dialect #​2647
  • Various fixes to mssql dialect to make it compatible with other dialects #​2653, Unique constraint now allow multiple null values, float type is now float instaed of decimal, rolling back transaction with undefined rejects with Error, select for update and select for share actually locks selected row, so basically old schema migrations will work a lot different and produce different schema like before. Also now MSSQL is included in CI tests.
Bug fixes:
  • Fixes onIn with empty values array #​2513
  • fix wrapIdentifier not being called in postgres alter column #​2612
  • fixes wrapIdentifier to work with postgres returning statement 2630 #​2642
  • Fix mssql driver crashing in certain cases when conneciton is closed unexpectedly #​2637
  • Removed semicolon from rollback stmt for oracle #​2564
  • Make the stream catch errors in the query #​2638
New Features:
  • Create timestamp columns with microsecond precision on MySQL 5.6 and newer #​2542
  • Allow storing stacktrace, where builder is initialized to be able trace back where certain query was created #​2500 #​2505
  • Added 'ref' function #​2509, no need for knex.raw('??', ['id']) anymore, one can do knex.ref('id')
  • Support postgresql connection uri protocol #​2609
  • Add support for native enums on Postgres #​2632
  • Allow overwriting log functions #​2625
Test / internal changes

v0.14.6

Compare Source

Bug fixes:

v0.14.5

Compare Source

Bug fixes:
  • Fix wrapping returning column on oracledb #​2554
New Features:
  • Support passing DB schema name for migrations #​2499 #​2559
  • add clearOrder method #​2360 #​2553
  • Added knexTxId to query events and debug calls #​2476
  • Support multi-column whereIn with query #​1390
  • Added error if chaining update/insert/etc with first() #​2506
  • Checks for an empty, undefined or null object on transacting #​2494
  • countDistinct with multiple columns #​2449
Test / internal changes
  • Added npm run test:oracledb command that runs oracledb tests in docker #​2491
  • Runnin mssql tests in docker #​2496
  • Update dependencies #​2561

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2018
@fhinkel fhinkel added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2018
@fhinkel fhinkel added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Nov 16, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2018
@fhinkel fhinkel merged commit b045838 into master Nov 16, 2018
@fhinkel fhinkel deleted the renovate/knex-0.x branch November 16, 2018 11:32
telpirion pushed a commit that referenced this pull request Nov 16, 2022
ahrarmonsur pushed a commit that referenced this pull request Nov 18, 2022
🤖 I have created a release *beep* *boop*
---


## [4.7.0](googleapis/nodejs-dialogflow@v4.6.0...v4.7.0) (2022-03-25)


### Features

* added export documentation method ([35a77f4](googleapis/nodejs-dialogflow@35a77f4))
* added option to configure the number of sentences in the suggestion context ([#917](googleapis/nodejs-dialogflow#917)) ([17aa7d6](googleapis/nodejs-dialogflow@17aa7d6))
* removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant ([#906](googleapis/nodejs-dialogflow#906)) ([7df7d27](googleapis/nodejs-dialogflow@7df7d27))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
ahrarmonsur pushed a commit that referenced this pull request Nov 18, 2022
🤖 I have created a release *beep* *boop*
---


## [4.7.0](googleapis/nodejs-dialogflow@v4.6.0...v4.7.0) (2022-03-25)


### Features

* added export documentation method ([35a77f4](googleapis/nodejs-dialogflow@35a77f4))
* added option to configure the number of sentences in the suggestion context ([#917](googleapis/nodejs-dialogflow#917)) ([17aa7d6](googleapis/nodejs-dialogflow@17aa7d6))
* removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant ([#906](googleapis/nodejs-dialogflow#906)) ([7df7d27](googleapis/nodejs-dialogflow@7df7d27))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
NimJay pushed a commit that referenced this pull request Nov 18, 2022
🤖 I have created a release *beep* *boop*
---


## [4.7.0](googleapis/nodejs-dialogflow@v4.6.0...v4.7.0) (2022-03-25)


### Features

* added export documentation method ([35a77f4](googleapis/nodejs-dialogflow@35a77f4))
* added option to configure the number of sentences in the suggestion context ([#917](googleapis/nodejs-dialogflow#917)) ([17aa7d6](googleapis/nodejs-dialogflow@17aa7d6))
* removed OPTIONAL for speech model variant docs: added more docs for speech model variant and improved docs format for participant ([#906](googleapis/nodejs-dialogflow#906)) ([7df7d27](googleapis/nodejs-dialogflow@7df7d27))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants