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 countly-sdk-nodejs from 22.6.0 to 24.10.0 #5820

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps countly-sdk-nodejs from 22.6.0 to 24.10.0.

Release notes

Sourced from countly-sdk-nodejs's releases.

Countly NodeJS SDK 24.10.0

  • Default max segmentation value count changed from 30 to 100
  • Mitigated an issue where SDK could create an unintended dump file
  • Added a new init time config option (storage_type) which can make user set the SDK storage option:
    • File Storage
    • Memory Only Storage
  • Added a new init time config option (custom_storage_method) which enables user to provide custom storage methods
Changelog

Sourced from countly-sdk-nodejs's changelog.

24.10.0

  • Default max segmentation value count changed from 30 to 100
  • Mitigated an issue where SDK could create an unintended dump file
  • Added a new init time config option (conf.storage_type) which can make user set the SDK storage option:
    • File Storage
    • Memory Only Storage
  • Added a new init time config option (conf.custom_storage_method) which enables user to provide custom storage methods

22.06.0

  • Fixed a bug where remote config requests were rejected
  • Fixed a bug where empty storage object did cause some issues

22.02.0

  • !! Major breaking change !! Device ID provided during the init will be ignored if a device ID was provided previously
  • Added a new init time flag which erases the previously stored device ID. This allows to set new device ID during init
  • Added a call to get the device ID type of the user
  • Added a call to get the device ID of the user
  • Now it appends the device ID type with each request

21.11.0

  • !! Major breaking change !! Changing device ID without merging will now clear the current consent. Consent has to be given again after performing this action.
  • ! Minor breaking change ! Multiple values now have a default limit adjustable at initialization:
    • Maximum size of all string keys is now 128 characters by default.
    • Maximum size of all values in key-value pairs is now 256 characters by default.
    • Maximum amount of segmentation in one event is mow 30 key-value pairs by default.
    • Maximum amount of breadcrumbs that can be recorded at once is now 100 by default.
    • Maximum stack trace lines per thread is now 30 by default.
    • Maximum stack trace line length is now 200 by default.
  • ! Minor breaking change ! After initialization, the logging/debugging mode can only be changed with Countly.setLoggingEnabled instead of Countly.debug now.
  • When recording internal events with 'add_event', the respective feature consent will now be checked instead of just the 'events' consent.
  • Fixed a bug where the SDK throws a Bulk user storage exception due to a missing folder
  • Increased the default max event batch size to 100.
  • Logs are now color coded and indicate log levels.

20.11

  • Add javascript flag to reported errors
  • Added explicit remote-config consent
  • Async writes with queue and lock
  • Fixed bulk example
  • Stricter Eslint rules

20.04

  • Add basic performance trace reporting option
  • Add method to report feedback directly without dialog (for custom UI)
  • Allow providing custom segments for view tracking

19.08

  • Allow overriding http options for each separate request to use proxy and other options

19.02

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2024
Bumps [countly-sdk-nodejs](https://github.com/Countly/countly-sdk-nodejs) from 22.6.0 to 24.10.0.
- [Release notes](https://github.com/Countly/countly-sdk-nodejs/releases)
- [Changelog](https://github.com/Countly/countly-sdk-nodejs/blob/master/CHANGELOG.md)
- [Commits](Countly/countly-sdk-nodejs@22.06.0...24.10.0)

---
updated-dependencies:
- dependency-name: countly-sdk-nodejs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/countly-sdk-nodejs-24.10.0 branch from d788f17 to 38d3276 Compare November 28, 2024 12:34
@ar2rsawseen ar2rsawseen merged commit 758f7f5 into master Nov 28, 2024
9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/countly-sdk-nodejs-24.10.0 branch November 28, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant