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

fix(deps): update module github.com/donewscode/core to v0.12.3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 27, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/DoNewsCode/core v0.9.2 -> v0.12.3 age adoption passing confidence

Release Notes

DoNewsCode/core (github.com/DoNewsCode/core)

v0.12.3

Compare Source

🐛 Bug Fixes

v0.12.2

Compare Source

✨ Features
  • otredis: add cleanup command to redis module (#​239) (@​谷溪)

v0.12.1

Compare Source

🐛 Bug Fixes

v0.12.0

Compare Source

♻️ Code Refactoring
✨ Features
🐛 Bug Fixes
BREAKING CHANGE

most Observe() methods now take a time.Duration instead of float64.

  • wip: new cron package

  • refactor(cron): remove cronopts, add cron

This PR replaces the cron implementation.

the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.

  • refactor(cron): deprecate cronopts, add cron

This PR replaces the cron implementation.

the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.

  • fix: delayed time calculation

  • refactor: change job middleware to job options

  • fix: use time.Since

  • fix: inconsistent labels

  • fix: race

  • fix: race

  • fix: race

  • fix: race

  • fix: race

  • fix: rename JobOptions to JobOption

  • refactor: Reduce the API interface of Container

  • refactor: Reduce the API interface of Container

  • refactor: Reduce the API interface of Container

  • refactor: Reduce the API interface of Container

  • fix: minor adjustments of docs,imports

most Observe() methods now take a time.Duration instead of float64.

v0.11.1

Compare Source

⚡️ Performance
✨ Features

v0.11.0

Compare Source

♻️ Code Refactoring
  • observability: avoid panics caused by missing labels (#​213) (@​谷溪)
✨ Features

v0.10.4

Compare Source

🐛 Bug Fixes

v0.10.3

Compare Source

🐛 Bug Fixes
  • use "tag" as the key to identify logs (@​Reasno)
  • spanlogger should support log.Valuer (#​209) (@​谷溪)
  • clihttp: add the missing Providers function (#​210) (@​谷溪)

v0.10.2

Compare Source

🐛 Bug Fixes
  • logging: nil pointer (#​205) (@​谷溪)
  • serve: signal group couldn't be canceled (#​208) (@​谷溪)
  • srvhttp: RequestDurationSeconds shouldn't panic when missing labels (#​207) (@​谷溪)

v0.10.1

Compare Source

🐛 Bug Fixes

v0.10.0

Compare Source

♻️ Code Refactoring
✨ Features
🐛 Bug Fixes
BREAKING CHANGE

reload used to be enabled by default

  • refactor: add WithReload to otetcd

  • refactor: add WithReload to otkafka

  • refactor: add WithReload to ots3

  • refactor: add WithReload to otgorm

  • refactor: add WithReload to otkafka

  • refactor: add WithReload to otmongo

  • fix: tests in otkafka

  • fix: tests in otmongo

  • fix: tests in otredis

  • fix: tests in otredis


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from c31c5c8 to abd2115 Compare September 30, 2021 10:46
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.10.0 fix(deps): update module github.com/donewscode/core to v0.10.1 Sep 30, 2021
@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from abd2115 to 8375d49 Compare October 21, 2021 11:11
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.10.1 fix(deps): update module github.com/donewscode/core to v0.10.2 Oct 21, 2021
@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from 8375d49 to d94aaee Compare October 28, 2021 02:33
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.10.2 fix(deps): update module github.com/donewscode/core to v0.10.3 Oct 28, 2021
@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from d94aaee to a79acf0 Compare March 7, 2022 14:10
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.10.3 fix(deps): update module github.com/donewscode/core to v0.12.1 Mar 7, 2022
@codecov
Copy link

codecov bot commented Mar 7, 2022

Codecov Report

Merging #8 (995407a) into master (6fd3958) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   88.23%   88.23%           
=======================================
  Files           2        2           
  Lines          51       51           
=======================================
  Hits           45       45           
  Misses          4        4           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fd3958...995407a. Read the comment docs.

@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from a79acf0 to adf9b4a Compare March 26, 2022 15:02
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.12.1 fix(deps): update module github.com/donewscode/core to v0.12.2 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/github.com-donewscode-core-0.x branch from adf9b4a to 995407a Compare June 18, 2022 17:39
@renovate renovate bot changed the title fix(deps): update module github.com/donewscode/core to v0.12.2 fix(deps): update module github.com/donewscode/core to v0.12.3 Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants