chore(deps): update config-no-service #1222
Merged
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 contains the following updates:
1.6.7
->1.9.9
4.3.0
->4.3.3
16.0.1
->16.3.1
10.1.2
->10.2.0
1.50
->1.51
v0.13.10
->v0.14.5
0.35.0
->0.37.0
2.6.7
->2.7.0
0.86.0
->0.88.0
v2.47.0
->v2.47.2
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.9.9
Compare Source
v1.9.8
Compare Source
v1.9.7
: @grpc/grpc-js 1.9.7Compare Source
v1.9.6
: @grpc/grpc-js 1.9.6Compare Source
index
tracer, and add more information to other trace logs (#2599)v1.9.5
: @grpc/grpc-js 1.9.5Compare Source
server-call.ts
(#2589 contributed by @rsnullptr)v1.9.4
: @grpc/grpc-js 1.9.4Compare Source
v1.9.3
: @grpc/grpc-js 1.9.3Compare Source
Experimental changes:
grpc.experimental.BackoffTimeout#getEndTime
v1.9.2
: @grpc/grpc-js 1.9.2Compare Source
v1.9.1
: @grpc/grpc-js 1.9.1Compare Source
v1.9.0
: @grpc/grpc-js 1.9.0Compare Source
grpc.client_idle_timeout_ms
(#2471)pick_first
: sticky TRANSIENT_FAILURE and address order randomization (#2511)Http2ServerCallStream
handling (#2501 contributed by @CedricKassen)grpc-node.tls_enable_trace
to enable Node TLS tracing (#2507)Experimental changes:
grpc.experimental.createResolver
v1.8.21
Compare Source
v1.8.20
: @grpc/grpc-js 1.8.20Compare Source
grpc.keepalive_permit_without_calls
is set (#2519)v1.8.19
: @grpc/grpc-js 1.8.19Compare Source
v1.8.18
: @grpc/grpc-js 1.8.18Compare Source
v1.8.17
: @grpc/grpc-js 1.8.17Compare Source
pick_first
LB policy as the direct child of anoutlier_detection
LB policy (#2476)v1.8.16
: @grpc/grpc-js 1.8.16Compare Source
transport
trace logs (#2470)v1.8.15
: @grpc/grpc-js 1.8.15Compare Source
status
anderror
events are consistently emitted asynchronously (#2456)v1.8.14
: @grpc/grpc-js 1.8.14Compare Source
v1.8.13
: @grpc/grpc-js 1.8.13Compare Source
v1.8.12
Compare Source
v1.8.11
: @grpc/grpc-js 1.8.11Compare Source
v1.8.10
: @grpc/grpc-js 1.8.10Compare Source
v1.8.9
: @grpc/grpc-js 1.8.9Compare Source
v1.8.8
: @grpc/grpc-js 1.8.8Compare Source
progress
field in returned status object (#2350)InterceptingListener
andNextCall
types (#2351)v1.8.7
: @grpc/grpc-js 1.8.7Compare Source
v1.8.6
: @grpc/grpc-js 1.8.6Compare Source
v1.8.5
: @grpc/grpc-js 1.8.5Compare Source
v1.8.4
Compare Source
v1.8.3
: @grpc/grpc-js 1.8.3Compare Source
v1.8.2
Compare Source
v1.8.1
Compare Source
grpc.service_config_disable_resolution
channel option (#2277 contributed by @kleinsch)v1.8.0
: @grpc/grpc-js 1.8.0Compare Source
v1.7.3
: @grpc/grpc-js 1.7.3Compare Source
v1.7.2
: @grpc/grpc-js 1.7.2Compare Source
grpc-node.max_session_memory
optionNumber.MAX_SAFE_INTEGER
on the server (#2245)v1.7.1
: Node gRPC v1.7.1Compare Source
Changes
v1.7.0
: @grpc/grpc-js 1.7.0Compare Source
path
andcallEnd
event inServerSurfaceCall
(#2132 contributed by @ajmath)v1.6.12
: @grpc/grpc-js 1.6.12Compare Source
v1.6.11
Compare Source
v1.6.10
: @grpc/grpc-js 1.6.10Compare Source
v1.6.9
: @grpc/grpc-js 1.6.9reference
tag generation (#2126)avajs/ava (ava)
v4.3.3
Compare Source
Add compatibility with Node.js 18.8, thanks @Brooooooklyn #3091.
Full Changelog: avajs/ava@v4.3.1...v4.3.3
v4.3.2
Compare Source
v4.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: avajs/ava@v4.3.0...v4.3.1
motdotla/dotenv (dotenv)
v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753v16.1.4
Compare Source
Added
.github/
to.npmignore
#747v16.1.3
Compare Source
Removed
browser
keys forpath
,os
, andcrypto
in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath
,os
, andcrypto
. node-polyfill-webpack-plugin provides these.v16.1.2
Compare Source
Changed
_configDotenv
asconfigDotenv
. #744v16.1.1
Compare Source
Added
decrypt
functionChanged
{crypto: false}
inpackageJson.browser
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand modulekubeshop/tracetest (kubeshop/tracetest)
v0.14.5
Compare Source
Major changes
What's Changed
tracetest start
by @mathnogueira in https://github.com/kubeshop/tracetest/pull/3322.mdx
and add meta title + desc by @adnanrahic in https://github.com/kubeshop/tracetest/pull/3323Full Changelog: kubeshop/tracetest@v0.14.4...v0.14.5
v0.14.4
Compare Source
Major Changes
Changelog
1ff34cd
feature: Transaction to Test Suite (#3046)5342f36
2767 automate tab include deeplink technique update (#2801)cf4c251
Add CLI e2e test for transaction resource (#2757)de26d24
Add TestSpec events (#2280)bf4fb20
Add documentation about mapped CLI e2e to do (#2560)9877f14
Add in server section in server config file (#2339)1485f41
Add migration to fix data_store ids (#2452)a50215f
Add more events on test specs (#2284)592188a
Add observability to the rescue example (#2736)40560b1
Added mutex to avoid concurrency errors on SubscriptionManager (#2316)3d31983
Added test change to stop flaky test (#2277)61fdf00
Adding PollingEvents (#2291)dd6c3e1
Adding context flag on server install (#2477)fa45a49
Adding customJSON comparer to RM tests (#2393)3980f16
Adding database connection cleanup procedure on Resource Manager tests (#2418)302cf12
Adding missing file in the Signoz docs (#2940)dd8be94
Adding provisioning and server db config docs (#2322)8c056d8
Adding safe method to get SpanID on assertion (#2313)4b938bc
Changed settings docs (#2223)7882f45
Changed to utilize the embedded Tracetest (#3057)86a8ca7
Changing checklist to improve formatting and removing automated steps (#2234)c156889
Clarify instructions for running the CLI from docker (#2787)cb5e526
Creating CLI e2e tests (#2494)1173f1f
Disable arch image upload on deploy (#2457)0715fda
Doc Updates v0.11 Part 3 (#2443)3a7c57e
Docs: New Version Updates (#3023)c4464c2
Documenting running cli in docker (#2724)05bd2df
Feat(agent): Ping Method (#3154)900f483
Fix agent docker (#3288)5282b36
Fix installer tracetest dev docker warning and add options to run installer directly without user input. (#2462)897e8a8
Fix nil reference error when starting Tempo (#2444)07e2a21
Fix/chocolatey (#2229)689af6d
Fixing Provision Profile retry string (#2224)aaecf00
Fixing corner case of listing datastores when on no-tracing mode (#2585)7912cf2
Fixing typo on Lightstep examples (#2449)10fd98c
Improve test output and remove parallelism (#2575)c35a5c7
Installer custom version (#2966)b19c3dc
Minor typos in Docs › CLI (#2788)7b7c0cd
Moving external tests to testing folder (#2513)7f92f83
Part 1 of v0.11.3 Doc Updates (#2379)4577b61
Pin jaeger version (#3145)7b6cf28
Replace abbreviations in collector config (#2675)ec41795
Revert "add buffer to subscription manager"490d47c
Revert "feat: change openapi spec for transactions to consider resource manager" (#2497)98d258c
Revert "replace connection test result with structure from model package"892e3da
Standardize old resources to to use list method with SQL Injection protection and stardardize PollingProfile file (#2839)1f04884
Trace poller (#3164)f0a7635
Update CLI e2e test engine to support CLI debug and add error handling for 404 errors on Get (#2573)2e629ff
Update CLI e2e tests for more resources (#2683)ec09619
Update OpenAPI spec for resource manager APIs (#2369)a12b1fe
Update Pokeshop use-cases docs typos (#2328)d395724
Update build steps on CI (#2576)3fd41a6
Update docs/concepts/transactions: «Tests A, B» instead of «Tx A, B» (#2537)ef9d167
Update git clone (#3227)1800636
Update server.md to add http server options for server (#2338)3821f71
Updating Environment to Variable Set (#3016)196a086
Updating Kubernetes installation docs (#2562)33151f8
Updating example with OTel community feedback (#2580)2cc181b
Updating mappings for DataStores (#2454)a20ee16
Updating polling time for our envs (#2315)edd9a5e
Updating tests to isolate database resources and connections per module (#2409)8059e64
[Quick start Example] Adding RoR quick start example to Tracetest (#2329)8c89362
[Quick start Example] Adding example with Sinatra (#2319)e8bce0a
[docs] Added Running a Python app with Opentelemetry manual instrumention (#2380)efb642f
[hackathon] kubectl trace based testing (#2549)ed43bcf
add buffer to subscription manager7c0f292
add cli cmd folder to trigger docusaurus workflow (#2253)100915b
add endpoint spec to get events from a test run (#2255)235c3f1
add microsoft application insights as a supported trace datastore examples (#2692)530bb42
add section about creating transactions and enable envs docs (#2577)7c2e285
bug(backend): fixing url parsing for http requests (#2430)3d055da
chore(agent): make docker image multiarch (#3279)847dbde
chore(cicd): allow running cypress without paralellization if licence key is not present (#2813)de66573
chore(cicd): exclude docs from pull request workflow (#3250)bb03e25
chore(cicd): make pr pipeline clenaup only on success (#2390)4e65728
chore(cicd): remove CI pipeline external infra dependencies (#2403)126f909
chore(cicd): remove integration deployment4725c59
chore(cicd): replace cache with arctifacts so pipeline fails on error (#2421)99f48ae
chore(cli): Adding otlp server error handling (#3252)3dbaff5
chore(cli): Start command cleanup (#3183)feee677
chore(cli): UX Improvements (#3251)3d54ed1
chore(cli): Updating start command (#3174)966f266
chore(cli): add deprecation notice when running a transaction (#3069)57ef16e
chore(cli): post refactor cleanup (#2843)8ce6203
chore(cli): update cli e2e table tests validation (#2812)07289cd
chore(cli-e2e): adding test with Kafka trigger on e2e (#3088)18c779f
chore(deps): bump @babel/traverse from 7.17.0 to 7.23.2 in /web (#3274)82a4a1a
chore(deps): bump @babel/traverse from 7.21.2 to 7.23.2 in /docs (#3275)ffb66f4
chore(deps): bump @cypress/request and cypress in /web (#3165)165ee46
chore(deps): bump @grpc/grpc-js from 1.8.4 to 1.8.17 in /examples/quick-start-github-actions (#2876)6cc8304
chore(deps): bump @grpc/grpc-js from 1.8.4 to 1.8.17 in /examples/quick-start-nodejs-manual-instrumentation (#2875)f9a304d
chore(deps): bump fast-xml-parser from 4.0.10 to 4.2.4 in /web (#2676)0391467
chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /server (#2528)f83a553
chore(deps): bump github.com/docker/docker from 20.10.14+incompatible to 20.10.24+incompatible in /server (#2312)bc6da6e
chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /agent (#3262)a663cc0
chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /cli (#3263)184d3a1
chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/lib (#2863)deeea91
chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/availability (#2862)e7b42f7
chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/lib (#2861)38f0839
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part1/books (#2866)85163ac
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part2.1/books (#2868)83eeb05
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part2.2/books (#2864)1e20e7e
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/books (#2867)3af1d07
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/books (#2865)e303a4b
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/quick-start-go (#2869)f3c161d
chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/tracetest-synthetic-monitoring (#2870)775b26c
chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 in /cli (#2871)bf4a33b
chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 in /server (#2872)54ce074
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part1/books (#3299)4abb37a
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part2.1/books (#3298)4a9a971
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part2.2/books (#3305)acb7fec
chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/books (#3303)Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.