Skip to content

Releases: muhkuh-sys/org.muhkuh.lua-data_provider_pt

v1.4.0

22 Oct 13:15
Compare
Choose a tag to compare
  • The "download_firmware" plugin accepts now different hashes than SHA384 with the "HASH" parameter.

v1.3.0

26 Sep 17:47
Compare
Choose a tag to compare
  • Add helper functions for hash sums.
    getHashSumFromMessage identifies a hash function by either a prefix like "sha384:" or the size of the hash. It extracts the hash from a string and converts it from hex to the binary form.
    getHashForFile builds a hash sum for a complete file
    getDoubleHashForFile builds 2 hash sums for the same file in one go
    convertAsciiHashToBinary takes a hex hash and converts it to the binary form.

v1.2.0

03 Nov 13:27
Compare
Choose a tag to compare
  • Return the merged parameter for a data provider item.
    The function getData returns the merged parameters as a second value. The merged parameters are a combination of the parameter found in the data provider configuration and the local configuration passed to getData.

v1.1.0

03 Aug 13:25
Compare
Choose a tag to compare
  • Add a local configuration as the 2nd parameter to the getData function which can add and override items in the initial config.
  • Add the plugin function "isCacheable" to indicate if the values returned by a plugin can be cached.
  • Fix number of detected plugins in log message.

v1.0.0

14 Jul 07:28
Compare
Choose a tag to compare

First release.