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

Bump github.com/lib/pq from 1.2.0 to 1.3.0 #1757

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 23, 2019

Bumps github.com/lib/pq from 1.2.0 to 1.3.0.

Release notes

Sourced from github.com/lib/pq's releases.

v1.3.0

  • Add support for statement QueryContext and ExecContext
  • Add support for connection PrepareContext
  • Improved Ping support, now works correctly even during a failed transaction.
Commits
  • 9927457 Merge pull request #926 from lib/ping-empty
  • e3ef896 allow ping during a failed txn
  • d7918e3 Merge pull request #918 from lib/revert-768-master
  • 2e055ea Revert "implement additional context specific sql interfaces"
  • a2bfbdf Merge pull request #768 from kylejbrock/master
  • f91d341 Merge pull request #905 from asubiotto/oenv
  • 16412e5 Make TestCloseBadConn observe PGHOST and PGPORT
  • 931b5ae Merge pull request #896 from lib/revert-890-master
  • 0b68071 Revert "Fix Database Column DATE type parsed as Timestamp when scan into string"
  • f6da4b5 Merge pull request #890 from sunfmin/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@status-im-auto
Copy link
Member

status-im-auto commented Dec 23, 2019

Jenkins Builds

Click to see older builds (24)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 625ae5b #1 2019-12-23 05:21:13 ~52 sec linux 📦zip
✔️ 625ae5b #1 2019-12-23 05:25:58 ~5 min ios 📦zip
✔️ 625ae5b #1 2019-12-23 05:28:30 ~8 min android 📦aar
✔️ 3d32ba0 #2 2020-01-08 11:19:27 ~1 min linux 📦zip
3d32ba0 #2 2020-01-08 11:19:31 ~1 min android 📄log
✔️ 3d32ba0 #2 2020-01-08 11:25:25 ~7 min ios 📦zip
8f6f32a #3 2020-01-10 19:05:20 ~32 sec android 📄log
✔️ 8f6f32a #3 2020-01-10 19:05:43 ~52 sec linux 📦zip
✔️ 8f6f32a #3 2020-01-10 19:08:44 ~3 min ios 📦zip
18ce77c #4 2020-01-11 19:11:49 ~18 sec android 📄log
✔️ 18ce77c #4 2020-01-11 19:12:21 ~48 sec linux 📦zip
✔️ 18ce77c #4 2020-01-11 19:17:01 ~5 min ios 📦zip
645639d #5 2020-01-11 19:20:42 ~16 sec android 📄log
✔️ 645639d #5 2020-01-11 19:21:07 ~39 sec linux 📦zip
✔️ 645639d #5 2020-01-11 19:23:39 ~3 min ios 📦zip
56839d8 #6 2020-01-11 19:27:11 ~15 sec android 📄log
✔️ 56839d8 #6 2020-01-11 19:27:42 ~43 sec linux 📦zip
✔️ 56839d8 #6 2020-01-11 19:29:36 ~2 min ios 📦zip
993b27e #7 2020-01-15 07:31:41 ~43 sec android 📄log
✔️ 993b27e #7 2020-01-15 07:31:57 ~56 sec linux 📦zip
✔️ 993b27e #7 2020-01-15 07:34:10 ~3 min ios 📦zip
00f6c51 #8 2020-02-10 11:29:29 ~26 sec android 📄log
✔️ 00f6c51 #8 2020-02-10 11:29:53 ~47 sec linux 📦zip
✔️ 00f6c51 #8 2020-02-10 11:35:18 ~6 min ios 📦zip
Commit #️⃣ Finished (UTC) Duration Platform Result
75ed4f6 #9 2020-02-21 14:55:55 ~36 sec android 📄log
✔️ 75ed4f6 #9 2020-02-21 14:56:09 ~45 sec linux 📦zip
✔️ 75ed4f6 #9 2020-02-21 15:01:22 ~6 min ios 📦zip
25bc378 #10 2020-03-04 08:38:21 ~1 min android 📄log
✔️ 25bc378 #10 2020-03-04 08:38:37 ~1 min linux 📦zip
✔️ 25bc378 #10 2020-03-04 08:43:23 ~6 min ios 📦zip

@status-github-bot
Copy link

Pull Request Checklist

  • Have you updated the documentation, if impacted (e.g. docs.status.im)?

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch 2 times, most recently from 3d32ba0 to 8f6f32a Compare January 10, 2020 19:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 8f6f32a to 18ce77c Compare January 11, 2020 19:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 18ce77c to 645639d Compare January 11, 2020 19:20
@jakubgs jakubgs force-pushed the develop branch 2 times, most recently from a726462 to 330d177 Compare January 11, 2020 19:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 645639d to 56839d8 Compare January 11, 2020 19:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 56839d8 to 993b27e Compare January 15, 2020 07:30
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 993b27e to 00f6c51 Compare February 10, 2020 11:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 00f6c51 to 75ed4f6 Compare February 21, 2020 14:55
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](lib/pq@v1.2.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/lib/pq-1.3.0 branch from 75ed4f6 to 25bc378 Compare March 4, 2020 08:36
@adambabik adambabik mentioned this pull request Mar 4, 2020
@dependabot-preview
Copy link
Author

Looks like github.com/lib/pq is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/lib/pq-1.3.0 branch March 9, 2020 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants