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

Sync v1.33.0 #2

Merged
merged 64 commits into from
Dec 6, 2024
Merged

Sync v1.33.0 #2

merged 64 commits into from
Dec 6, 2024

Conversation

cuonglm
Copy link
Collaborator

@cuonglm cuonglm commented Dec 6, 2024

No description provided.

AngusGMorrison and others added 30 commits May 11, 2023 14:00
CBOR is encoded as data-url in JSON encoding and tagged in CBOR encoding.
This could be a potential fix for rs#564
Add Ctx(context.Context) to Event and Context, allowing
log.Info().Ctx(ctx).Msg("hello").  Registered hooks can retrieve the
context from Event.GetCtx().  Facilitates writing hooks which fetch
tracing context from the go context.
* chore: adding any function to context
* fixes
* added support for NO_COLOR

Signed-off-by: Lasse Gaardsholt <[email protected]>

* added unit test for `NO_COLOR`

Signed-off-by: Lasse Gaardsholt <[email protected]>

* NO_COLOR can now be set to anything

Signed-off-by: Lasse Gaardsholt <[email protected]>

---------

Signed-off-by: Lasse Gaardsholt <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mcdoker18 and others added 28 commits January 3, 2024 05:40
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
default log level is trace , not debug
…s#537)

* Fix JSON encoding of float exponents to be like json.Marshal / ES6
* Add test cases for the *e-9 JSON number encoding edge case
* update readme to use os-specific path separator
* shorten getShortLineNo example to one liner
…s#531)

* Add a time.Location to ConsoleWriter. (This allows UTC timestamps.)

* add test
PR approved by mistake.
@cuonglm cuonglm merged commit cc6e8ef into master Dec 6, 2024
10 checks passed
@cuonglm cuonglm deleted the sync-v1.33.0 branch December 6, 2024 13:03
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.