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

Release/3.0.0 #395

Merged
merged 39 commits into from
Jan 8, 2024
Merged

Release/3.0.0 #395

merged 39 commits into from
Jan 8, 2024

Conversation

peel
Copy link
Contributor

@peel peel commented Nov 10, 2023

@peel peel force-pushed the release/3.0.0 branch 4 times, most recently from 6ffab12 to 2de0024 Compare November 10, 2023 13:00
@peel peel force-pushed the release/3.0.0 branch 2 times, most recently from 414a52d to 050a8e7 Compare January 4, 2024 16:25
spenes and others added 18 commits January 5, 2024 17:38
Previously, idleTimeout has been hardcoded, maxConnections hasn't been
configured.
Now, these parameters are set within `networking` section and used throughout
http4s backends.
Adds the ability to configure collector's root (GET `/`) response.
If `rootResponse.enabled = true` when `/` is requested a static, configured
response is returned.

With status code equal to `rootResponse.statusCode`,
http headers of `rootResponse.headers` and
body of `rootResponse.body`
crossdomain.xml provides cross-domain functionality to Adobe Flash/Flex, but these days Adobe Acrobat. The functionality is required when a tracker request is embedded in a pdf. In this case, when user opens up a PDF file with a script hosted on domain a.com, the script will fetch the crossdomain.xml policy from domain b.com to check whether the endpoint can be accessed and that's used by Adobe to conditionally issue requests.
This is a server-side option to disable tracking once events are received from a
tracker. These requests are not sank and instead are silently discarded.
Trackers also enable a similar mechanism[1] that will not pass events to the
collector.
This is likely a better approach, but having it in the collector is another
prevention mechanism.

1 - https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/javascript-trackers/web-tracker/tracker-setup/initialization-options/#respecting-do-not-track
Previously we've moved on to using a full name which was incompatible
with the old format.
Now the name uses the expected short name (`ssc-$VERSION-$SINK`) format.
We no longer implement specific warmup logic.
Since introducing a new license we need to explicitly check if the user
has accepted the terms. Therefore a new flag is added.
By default it is set to false but can be overrided by either:
- setting `license.accept = true` in the config file
- setting `env ACCEPT_LIMITED_USE_LICENSE=true`
- appending `-Dlicense.accept=true`
@peel peel requested a review from AlexBenny January 8, 2024 08:24
Copy link
Contributor

@AlexBenny AlexBenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@peel peel merged commit 3ebed61 into master Jan 8, 2024
6 checks passed
@peel peel deleted the release/3.0.0 branch November 21, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants