The Changelog π
Hello strange, this document tracks the changes to our product Scanii. Dates are, for the most part, in the YYYY.MM format.
2024.2
- We launched our all-new command line interface which includes a built-in test server that closely mimics our production endpoint and can be used to local (or continuous) integration testing.
Here's what it looks when you start up the test server:
The CLI is open source (APL) and available from here: https://github.com/uvasoftware/scanii-cli
2023.6
- New API released v2.2 now adds the ability to download and process a file synchronously! Read about it here: https://docs.scanii.com/article/162-api-version-2-2
2023.3
- All of our global endpoints now support TLS v1.3 along with TLS v1.2
- New v4 UX
- We are beginning the rollout of our all new web portal interface, expect things to look better and more modern
- We are starting with public pages first and will move on to the logged in experience in the coming weeks
- Improvements to our AI model use for unsafe language detection improves detection of violent, explicit and suggestive content
2023.1
- We rolled out a series of performance improvements significantly improving the p99 response times for our API across all regions
- We updated our Privacy Policy, it now better complies with the California Consumer Privacy Act
- Our terms have also been revised to better comply with EU regulations
2022.2
- Improvements to unsafe language detection engine, lowering overall FP
- New versions of our dotnet, php and java clients revving up dependencies and addressing some usability quirks
2022.1
- All new documentation site and in-application contextual search π
2020.3
- New version of S3/Lambda client v1.5.0
- This feature adds a configurable retry logic to make it more resilient to large spike in S3 object creation/modification
- Dependency security upgrades
- Download it here: https://github.com/uvasoftware/scanii-lambda
2020.2
- New version of Java client v3.8.0
- You can now target one of our 2 new regions; AP2 and EU2
- New version of DotNet client v3.3.1
- You can now target one of our 2 new regions; AP2 and EU2
-
- NSFW image detection improvements
- 2x improvement in accuracy of our NSFW engine under certain circumstances
- Expanded ipv6 support across all global regions
- New version of our PHP client v3.2.0
- New version of S3/Lambda client v1.3.
- Added support for parallel deploys, you can now deploy multiple independent versions of scanii-lambda by simply giving it different application names.
- Bumped node runtime to latest v12x
- NSFW image detection improvements
2019.4
Two new regions: AP2 in Singapore and EU2 in London
- Singapore / Singapore - api-ap2.scanii.com
- London / United Kingdom - api-eu2.scanii.com
This release marks our fifth API endpoint and furthers our commitment to not only support the data sovereignty of our users but also ensure the quickest API responses as we continue to expand our presence across the globe.
Customers using our latency routed endpoint (api.scanii.com) traffic will begin to flow to the closest region automatically, otherwise, setting your endpoint to your preferred location will ensure your files are processed solely from the region of your choice.
A full list of available regions/domains can be found here .
We are dropping support for TLS 1.0 and 1.1 in March of 2020
In order to ensure that weβre meeting our compliance requirements and providing our customers with the highest possible level of security, we are going to be dropping support for TLS protocol version 1.0 and 1.1 along with weak cyphers on March 1st 2020.
For a specific list of protocol and cyphers being added/removed please reference this chart - we will be moving from bundle 2016-08 to TLS-1-2-2017-01.
If your API client already supports TLS 1.2, there is nothing for you to do, otherwise, you should consider upgrading your dependencies (or runtime) to a newer version.
If you have any questions or concerns, please contact support at support@uvasoftware.com .
New version of our SAM-packaged AWS Lambda client v1.3.0
- Added support for parallel deploys, you can now deploy multiple independent versions of scanii-lambda by simply giving it different application names.
- Bumped node runtime to latest v12x