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/DataDog/sketches-go from 0.0.1 to 1.4.1 in /sdk #307

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2022

Bumps github.com/DataDog/sketches-go from 0.0.1 to 1.4.1.

Release notes

Sourced from github.com/DataDog/sketches-go's releases.

v1.4.1

  • #67: Fix bindings for the ddsketch protocol buffer; upgrade google.golang.org/protobuf to v1.28.0.

v1.4.0

  • #65: Add GetZeroCount() getter to DDSketch.
  • #64: Regenerate bindings for the ddsketch protocol buffer, using a newer version of protoc.
  • #63: Add GetPositiveValueStore() and GetNegativeValueStore() getters to DDSketch.

v1.3.0

  • #61: Return specific errors when trying to add non-indexable values to the sketch, including when adding NaN.
  • #61: Precompute the indexable range at the mapping level rather than at the sketch level.
  • #61: Allow accessing the inner DDSketch even when tracking exact summary statistics.
  • #60: Improve the performance of various bin-iterating operations, including the buffered paginated store merging.
  • #59: Ensure that encoding then decoding a mapping produces the exact same initial mapping.
  • #58: Allow building initially non-empty sketches from provided data.
  • #57: Decrease the memory footprint of the encoded buffered paginated store when possible, in the presence of buffered data.

v1.2.1

  • DataDog/sketches-go#56: Reset the default mapping (NewDefaultMapping() and NewDefaultDDSketch()) to the logarithmic one (as was the case before v1.2.0).
  • DataDog/sketches-go#54: Avoid recomputing the bounds of the trackable range at every sketch insertion.
  • DataDog/sketches-go#53: Use the most space-efficient encoding format when serializing dense stores.

v1.2.0

v1.1.0

  • Add a buffered paginated store implementation, which offers better performance and increased space efficiency, especially for small sketches and in the presence of outliers (#31)
  • Allow converting sketches to a new index mapping, hence allowing merging sketches with distinct mappings (#34)
  • Add a function to compute the approximate sum of recorded values (#35)
  • Allow changing the scale of the weights of recorded values (#36)
  • Add functions to empty sketches and stores, allowing reusing sketches and already allocated memory space (#37)
  • Add a new space efficient serialization format and performant functions to encode to and decode from that format (#42)

v1.0.0

Parity with https://github.com/DataDog/sketches-java.

  • Multiple Stores and IndexMappings
  • Add protobuf message formats and conversion methods
  • Remove GKArray
Commits
  • 8a1961c Merge pull request #67 from ebilling/master
  • 909dd28 generate go proto with v1.28.0 of protoc-gen-go
  • c8e4f71 update modules
  • c357791 #66 - fix issue with using old protobuf library
  • 5582275 Merge pull request #65 from KSerrania/kserrania/make-zero-count-public
  • b747a4f [ddsketch] Add getter for DDSketch zeroCount
  • de7adaa Merge pull request #64 from DataDog/cmasson/pb
  • 5d76b2d Regenerate bindings for the ddsketch protocol buffer
  • 276ddff Merge pull request #63 from KSerrania/kserrania/make-stores-public
  • 46e0798 [ddsketch] Add getters for DDSketch stores
  • 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)

Bumps [github.com/DataDog/sketches-go](https://github.com/DataDog/sketches-go) from 0.0.1 to 1.4.1.
- [Release notes](https://github.com/DataDog/sketches-go/releases)
- [Commits](DataDog/sketches-go@v0.0.1...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/DataDog/sketches-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 10, 2022

The following labels could not be found: dependencies, go, Skip Changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants