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

chore: merge develop into main #334

Merged
merged 1 commit into from
Feb 18, 2025
Merged

chore: merge develop into main #334

merged 1 commit into from
Feb 18, 2025

Conversation

sgoral-splunk
Copy link
Contributor

No description provided.

…ule (#333)

`splunktaucclib` version 7.0.0 has just been released.

This BREAKING CHANGE release includes 3 major changes:

**1. `splunktaucclib` no longer provides `requests` library.** Instead,
it depends on the `requests` from the running Splunk environment - by
default it is the `requests` library shipped with Splunk. In case the
Splunk’s `requests` version is not sufficient for you,
you can deliver version you need by simply adding it to the
`requirements.txt` or `pyproject.toml` file in your add-on.

**2. `splunktaucclib` no longer depends on `splunktalib`.** Since
`splunktalib` is deprecated and archived, all relevant features have
been moved directly into `splunktaucclib` and `solnlib`. This means that
`splunktalib` is no longer required for add-ons with modular inputs.

**3. `splunktaucclib` no longer has `data_collection` module.** The
reason for this change is that this module should not be used in TA and
there is no migration path available. It is also worth mentioning that
`splunktaucclib` is now focused entirely on REST support and no other
functionalities will be available.

Ad. 1 and 2 - this change should be transparent for add-ons, especially
if you are using the latest version of Splunk. Despite the above it is
recommended to perform appropriate tests and possibly change the
libraries provided by the add-on.

Ad 3. If you use `data_collection` module in your TA - please reach out
to us in the user groups Slack channel.
@sgoral-splunk sgoral-splunk marked this pull request as ready for review February 18, 2025 15:41
@sgoral-splunk sgoral-splunk requested a review from a team as a code owner February 18, 2025 15:42
@sgoral-splunk sgoral-splunk merged commit dccebcd into main Feb 18, 2025
36 of 38 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2025
@srv-rr-github-token
Copy link
Contributor

🎉 This PR is included in version 7.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants