Skip to content

Releases: nikhil-prabhu/cloud-detect

v3.0.2

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 19 May 12:59
e84deed

This is a minor patch release that prevents the library from polluting application logs with unnecessary info and error logs (see #6)

v3.0.1

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 10 Aug 11:03
8f1f37f

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

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 26 Jul 09:59
f79e74e

This is a major release that adds MIT as a dual-license.

v2.2.1

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 18 Apr 17:39
47fc6c9

This is a patch release that includes minor/patch dependency upgrades.

v2.2.0

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 07 Mar 06:51
01acf0a

This is a minor feature update that adds basic (metadata check only) detection support for Akamai Cloud.

v2.1.1

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 05 Jan 06:35
4716512

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

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 04 Jan 06:04
cf95220

This is a minor feature update that adds the following:

  • New feature flag blocking that enables the cloud_detect::blocking module; this module contains a non-asynchronous version of the detect function for use in synchronous code.
  • Minor bug fixes.
  • Minor documentation improvements.

v2.0.1

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 20 Dec 12:09
df98a5b

This is a minor patch release that fixes an issue with unreliable detection of AWS.

v2.0.0

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 16 Dec 13:06
975df60

v2.0.0 is a major, breaking update that adds a number of enhancements.

Changes

  • Added strict return type for the detect function 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-async contexts.

v1.1.0

Choose a tag to compare

@nikhil-prabhu nikhil-prabhu released this 07 Nov 14:52
d3f888c

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.