Skip to content

Commit

Permalink
fix: memory leak with context logs (#286)
Browse files Browse the repository at this point in the history
* fix: memory leak with context logs

* docs: fix versions in changelog
  • Loading branch information
adrienaury authored Jan 31, 2024
1 parent 316a8c8 commit 38d0158
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ Types of changes
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [1.23.0]
## [1.22.1]

- `Fixed` memory leak with context logs

## [1.22.0]

- `Added` `--pprof` flag to create a `cpu` or `memory` pprof file
- `Added` new features `xml` mask to to manipulate XML content within JSON values - the proposed syntax aims to align with existing masking conventions for ease of use
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/CGI-FR/xixo v0.1.8
github.com/Masterminds/sprig/v3 v3.2.3
github.com/adrienaury/zeromdc v0.0.0-20221116212822-6a366c26ee61
github.com/adrienaury/zeromdc v0.1.0
github.com/capitalone/fpe v1.2.1
github.com/goccy/go-yaml v1.11.2
github.com/invopop/jsonschema v0.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/Masterminds/semver/v3 v3.2.0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7Y
github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/adrienaury/zeromdc v0.0.0-20221116212822-6a366c26ee61 h1:GXmgCyG0oDr3BFL+NYcwKEP2H3L9DuBo66ZR++zNasA=
github.com/adrienaury/zeromdc v0.0.0-20221116212822-6a366c26ee61/go.mod h1:5UlMlw0MRjEAms20gDadR5GrN2wEp9XEXTBiMp/XI4E=
github.com/adrienaury/zeromdc v0.1.0 h1:eVv6/dAjKycQOIC/QcWA7lrcPqOabHC26OBAcM5e3sk=
github.com/adrienaury/zeromdc v0.1.0/go.mod h1:5UlMlw0MRjEAms20gDadR5GrN2wEp9XEXTBiMp/XI4E=
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
Expand Down

0 comments on commit 38d0158

Please sign in to comment.