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/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example #444

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2020

Bumps github.com/astaxie/beego from 1.12.2 to 1.12.3.

Release notes

Sourced from github.com/astaxie/beego's releases.

v1.12.3

Feature:

  1. Allow Healthcheck endpoint return JSON for Kubernetes. 4055
  2. Support ClientAuth for TLS. 4116
  3. orm.RawSeter support orm.Fielder. 4191
  4. Add a new MySQL operator for strict case sensitive query. 4198

Fix:

  1. Fix reconnection bug in logs/conn.go. 4056
  2. Return 403 when request payload too large. 4058
  3. Fix race condition for Prepare Statement cache. 4061
  4. Fix index out of range in session module when len(sid) < 2. 4068
  5. Fix concurrent issue of context/input Query method. 4066
  6. Allow using environment variable to specific the config file. 4111
  7. XSRF add secure and http only flag. 4126
  8. Fix temporary create failed on Windows 4244
  9. Session: adds CookieSameSite to ManagerConfig. 4226
  10. Make stmt cache smaller to avoid too many statement error. 4261

Doc:

  1. Fix typo. 4251
Commits

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)

Bumps [github.com/astaxie/beego](https://github.com/astaxie/beego) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/astaxie/beego/releases)
- [Commits](astaxie/beego@v1.12.2...v1.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels Nov 8, 2020
…ub.com/astaxie/beego/otelbeego/example/github.com/astaxie/beego-1.12.3
@MrAlias MrAlias merged commit f43ce8d into master Nov 9, 2020
@MrAlias MrAlias deleted the dependabot/go_modules/instrumentation/github.com/astaxie/beego/otelbeego/example/github.com/astaxie/beego-1.12.3 branch November 9, 2020 16:24
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* Rename distributedcontext package to correlation

Correlation is the name we agreed upon.

* Move trace propagators to api/trace

The trace propagators tests had to be moved to a testtrace subpackage
to avoid import cycles between api/trace and internal/trace.

Needed to shut up golint about stutter in trace.TraceContext -
TraceContext is a name of a W3C spec, so this stutter is
expected. It's certainly still better than golint's suggestion of
having trace.Context.

* Rename api/propagators to api/propagation

This package will not contain any propagators in the long run, just
the interface definitions.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants