Releases: nikhil-prabhu/cloud-detect
Release list
v3.0.2
v3.0.1
This is a minor patch release that fixes an issue with IMDSv2 token fetching in AWS, which also caused detection to fail on Windows instances.
v3.0.0
This is a major release that adds MIT as a dual-license.
v2.2.1
This is a patch release that includes minor/patch dependency upgrades.
v2.2.0
This is a minor feature update that adds basic (metadata check only) detection support for Akamai Cloud.
v2.1.1
This is a minor patch release that fixes an issue where the blocking module's documentation was not available/visible on docs.rs.
v2.1.0
This is a minor feature update that adds the following:
- New feature flag
blockingthat enables thecloud_detect::blockingmodule; this module contains a non-asynchronous version of thedetectfunction for use in synchronous code. - Minor bug fixes.
- Minor documentation improvements.
v2.0.1
This is a minor patch release that fixes an issue with unreliable detection of AWS.
v2.0.0
v2.0.0 is a major, breaking update that adds a number of enhancements.
Changes
- Added strict return type for the
detectfunction to ensure type-safety. - Added IMDSv2 support for checking AWS metadata server.
- Added metadata server check for Oracle Cloud Infrastructure (
oci). - Added unit tests for providers.
- Performance and reliability improvements.
- Various bug fixes.
- Improved documentation.
- Improved logging.
Planned Features
- Add more cloud providers.
- Add code coverage.
- Add a feature flag to allow usage in non-
asynccontexts.
v1.1.0
v1.1.0 is a minor incremental update that adds detection support for 3 more providers.
What's new
Added detection support for DigitalOcean, Oracle Cloud Infrastructure, and Vultr.