Releases: Tommi2Day/gomodules
Releases · Tommi2Day/gomodules
v1.14.11
- common: add ReadStdinToString and ReadStdinByLine functions and tests
- dblib: add ssl tns
- dblib: modify tns ldap tests
- update dependencies
v1.14.9
- skip DNS tests if the service isnt responsible
v1.14.8
- common: add StructToMap and StructToString functions
- pwlib: refactor gpg gopass test files
- update linter github-action
- mail: setTimeout uses int64
- update test docker image versions
v1.14.7
- netlib,dblib: change docker network range
- use common.WriteStringToFile/ReadFileToString instead of os.WriteFile and os.ReadFile
- update dependencies
- fix new linter issues
v1.14.4
- common: add RandomString function and tests
- common: add WriteStringToFile function and tests
- symcon: change no profile output
- update dependencies
- symcon: fix linter issues
- symcon: fix test
v1.14.3
- symcon: add IsReady and IPSObject.String function
- symcon: add path to object and variable types
- symcon: restruct GetObjectPath function
- symcon: refactor tests
- all: replace test init function
v1.14.2
[v1.14.2 - 2024-06-23]
New
- symcon: add functions and tests
Changed
- symcon: renamed functions to avoid name collision with native symcon function names
v1.14.1
[v1.14.1 - 2024-06-22]
New
- add symcon module for Symcon Json Api
- add symcon tests
- common: add HTTPGet function
- common: add ReverseMap function
- common: add GetHexInt64Val function
- hmlib: add SetDebug function
Changed
- update dependencies
- fix linter issues
v1.13.3
[v1.13.3 - 2024-05-25]
Changed
- use Go1.22
- update dependencies