Releases: Tommi2Day/gomodules
Releases · Tommi2Day/gomodules
v1.11.0
- add hmlib module for using Homematic Devices using XMLAPI-Addon
- move docker resources to separate folder
- update dependencies
- maillib: use mailserver 13.2.0 as test container
- pwlib: use vault 1.15.4 as test container
- fix NPE on dblib container purge
v1.10.4
- dblib: add wait till the init_done table indicates db is ready
- dblib: add DBLogout function
- dblib: rename variables
- dblib: change oracle port
- ldaplib: increase time for provisioning to 15s
- remove tools.go
- update dependencies
v1.10.3
- pwlib: add gpg and gopass method and tests
- update dependencies
v1.10.2
- use Oracle-Free 23.3 as test container, which causes to replace XEPDB1 with FREEPDB1
- fix oracle startup retry function
v1.10.1
- common: add GetHostname function
- maillib: add setHELO function and set Helo in Connect
- dblib: add GetJDBCUrl function with ModifyJDBCTransportConnectTimeout flag (default true)
to update build jdbc url from tns entry and replace TRANSPORT_CONNECT_TIMEOUT in ms if <1000
v1.10.0
- use go 1.21
- pwlib: expose GenerateRandomString function
- fix linter issues
- update workflow
v1.9.6
- common: add git functions and tests
- common: add isDir and isFile functions and tests
- common: add InArray function und test
- common: extend net_helper tests
v1.9.5
New
- common: add FileExists function
- common: add CanRead function
- common: add more tests
Changed
- common: split common.go and tests into separate files for net, file and type functions
v1.9.4
- dblib: add more ExecSQL functions and tests
v1.9.3
New
- common: add isNil function and tests
- common: add CheckType function and tests
Changed
- dblib: refactor type checks
- dblib: move checkType to common