Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b5d3a1f to
3e66693
Compare
3e66693 to
501a7eb
Compare
501a7eb to
c971332
Compare
c971332 to
5114a82
Compare
5114a82 to
acf4183
Compare
acf4183 to
00c233f
Compare
00c233f to
9e5d62c
Compare
9e5d62c to
f9fd6e3
Compare
f9fd6e3 to
0a3fcd5
Compare
0a3fcd5 to
c6088b1
Compare
c6088b1 to
7591259
Compare
7591259 to
453471a
Compare
453471a to
b8bfd2e
Compare
b8bfd2e to
e21f29c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hyperdx/cli@0.3.0
Minor Changes
4dea362: Breaking: Replace
-s/--serverflag with-a/--app-urlacross all CLI commands (exceptupload-sourcemaps). Users should now provide the HyperDX app URL instead of the API URL — the CLI derives the API URL by appending/api.hdx auth loginnow prompts interactively for login method, app URL, and credentials (no flags required)apiUrltoappUrlPatch Changes
okeybinding to open the current trace/span in the HyperDX web app from the TUI. Deep-links to the exact view with side panel, tab, and span selection preserved. Works for both trace and log sources.@hyperdx/api@2.24.0
Minor Changes
Patch Changes
@hyperdx/app@2.24.0
Minor Changes
Patch Changes
@hyperdx/otel-collector@2.24.0
Minor Changes
28f374e: feat: Bump OTel Collector from 0.147.0 to 0.149.0
Upgrade the OpenTelemetry Collector and all its components from v0.147.0 to
v0.149.0 (core providers from v1.53.0 to v1.55.0).
28f374e: feat: Migrate OTel Collector build to use OCB (OpenTelemetry Collector Builder)
Replace the pre-built otel/opentelemetry-collector-contrib image with a custom
binary built via OCB. This enables adding custom receiver/processor components
in the future while including only the components HyperDX needs. The collector
version is now centralized in
.envviaOTEL_COLLECTOR_VERSIONandOTEL_COLLECTOR_CORE_VERSION, withbuilder-config.yamlusing templatizedplaceholders substituted at Docker build time.
@hyperdx/common-utils@0.17.2
Patch Changes