Skip to content

Secure transport requirement

Compare
Choose a tag to compare
@darcythomas darcythomas released this 03 Aug 01:01
· 502 commits to c22e2cb2b2fa43a1f2634962663af8dddfc09000 since this release
f65c798

TLS 1.2 is a requirement of our event ingestion endpoint.

Changes:

  1. Automatic Enabling of TLS 1.2 on environments which previously required
    some manual configuration.

Removed

  1. Dropped support for some versions of dotnet. Notably 2.0-3.5 as they dont support TLS1.2

[This is the reason for the major version bump, and cascading version bumps
for the dependent packages]