openllmetry-js
openllmetry-js copied to clipboard
chore(deps): bump posthog-node from 3.6.3 to 4.2.0 in /packages/traceloop-sdk
Bumps posthog-node from 3.6.3 to 4.2.0.
Changelog
Sourced from posthog-node's changelog.
4.2.0 - 2024-08-26
- Added
historicalMigrationoption for use in tools that are migrating large data to PostHog4.1.1 - 2024-08-20
- Local evaluation returns correct results on
undefined/nullvalues4.1.0 - 2024-08-14
- chore: change host to new address.
- chore: bump axios to 1.7.4 (fixes CVE-2024-39338)
4.0.1 - 2024-04-25
- Prevent double JSON parsing of feature flag payloads, which would convert the payload [1] into 1.
4.0.0 - 2024-03-18
Added
- Adds a
disabledoption and the ability to change it later viaposthog.disabled = true. Useful for disabling PostHog tracking for example in a testing environment without having complex conditional checking- Adds a new
featureFlagsRequestTimeoutMstimeout parameter for feature flags which defaults to 3 seconds, updated from the default 10s for all other API calls.shutdowntakes ashutdownTimeoutMsparam with a default of 30000 (30s). This is the time to wait for flushing events before shutting down the client. If the timeout is reached, the client will be shut down regardless of pending events.- Flushes will now try to flush up to
maxBatchSize(default 100) in one go- Queued events are limited up to
maxQueueSize(default 1000) and the oldest events are dropped when the limit is reached- Sets
User-Agentheaders with SDK name and version for RNRemoved
flushAsyncandshutdownAsyncare removed withflushandshutdownnow being the async methods.Changed
flushandshutdownnow being async methods.Fixed
- Fixed an issue where
shutdownwould potentially exit early if a flush was already in progress- Fixes some typos in types
4.0.0-beta.3 - 2024-03-13
- Sets
User-Agentheaders with SDK name and version for RN4.0.0-beta.2 - 2024-03-12
flushAsyncandshutdownAsyncare removed withflushandshutdownnow being the async methods.- Fixed an issue where
shutdownwould potentially exit early if a flush was already in progress- Flushes will now try to flush up to
maxBatchSize(default 100) in one go
... (truncated)
Commits
a529a48feat: Added historical migration option (#251)43bf50cposthog-node: bump version to 4.1.1 (#250)092e786fix(feature flags) : Local evaluation : guard for null values when comparing ...256ebdbchore: new node patch release (#248)c0cee90chore(deps): bump axios to 1.7.4 (#247)6392b17chore: change host to new address. (#234)ce72447fix(flags): Handle payloads correctly (#219)d33dc89chore: release next major GA (#209)e004b60chore: add maxQueueSize support (#208)d66b49fchore: release node v4 beta 3 and rn v3 beta 3 (#207)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: traceloop-sdk.
Superseded by #491.