Skip to content

Releases: Tommi2Day/gomodules

v1.11.0

20 Jan 19:48
Compare
Choose a tag to compare
  • 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

12 Jan 20:16
Compare
Choose a tag to compare
  • 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

12 Nov 13:04
Compare
Choose a tag to compare
  • pwlib: add gpg and gopass method and tests
  • update dependencies

v1.10.2

03 Nov 17:05
Compare
Choose a tag to compare
  • use Oracle-Free 23.3 as test container, which causes to replace XEPDB1 with FREEPDB1
  • fix oracle startup retry function

v1.10.1

31 Oct 08:49
Compare
Choose a tag to compare
  • 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

27 Oct 18:42
Compare
Choose a tag to compare
  • use go 1.21
  • pwlib: expose GenerateRandomString function
  • fix linter issues
  • update workflow

v1.9.6

19 Oct 19:14
Compare
Choose a tag to compare
  • 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

10 Oct 19:26
Compare
Choose a tag to compare

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

10 Aug 18:03
Compare
Choose a tag to compare
  • dblib: add more ExecSQL functions and tests

v1.9.3

09 Aug 12:53
Compare
Choose a tag to compare

New

  • common: add isNil function and tests
  • common: add CheckType function and tests

Changed

  • dblib: refactor type checks
  • dblib: move checkType to common