Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.6.0
Changelog
New Features
[setup]
Added package to install/uninstall application as a service
Improvements
[support/kernel]
Added simple globs support for parameter names[support/deps]
Improved collecting and filtering dependencies info- Dependencies update
Bugfixes
[usage/update]
Fixed tests on the latest versions of Go (1.22.8
,1.23.2
)
Version 13.5.1
Version 13.5.0
Changelog
New Features
[support/resources]
Added package for collecting info about CPU and memory[system/sysctl]
Added methodAll
to get all kernel parameters[system]
Added macOS support forGetCPUInfo
[system]
Added macOS support forGetMemUsage
[support]
Added locale to default OS info output[mathutil]
Added methodsIsInt
,IsFloat
, andIsNumber
[support]
Added info if CGO is used for build
Version 13.4.0
Version 13.3.5
Version 13.3.4
Version 13.3.3
Version 13.3.2
Version 13.3.1
Changelog
New Features
[cache]
Added constants with duration
Improvements
[cache/fs]
Usingcache.Duration
instead oftime.Duration
[cache/memory]
Usingcache.Duration
instead oftime.Duration
[cache/fs]
Added check for passed expiration duration inSet
[cache/fs]
Code refactoring
Bugfixes
[cache/fs]
Fixed bug with closing item file after reading data[cache/fs]
Fixed bug with removing expired items inGet