Skip to content

Releases: Tommi2Day/gomodules

v1.14.11

08 Nov 17:50
Compare
Choose a tag to compare
  • common: add ReadStdinToString and ReadStdinByLine functions and tests
  • dblib: add ssl tns
  • dblib: modify tns ldap tests
  • update dependencies

v1.14.10

04 Sep 15:46
Compare
Choose a tag to compare
  • refactor dns tests

v1.14.9

31 Aug 18:34
Compare
Choose a tag to compare
  • skip DNS tests if the service isnt responsible

v1.14.8

23 Aug 17:39
Compare
Choose a tag to compare
  • 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

18 Aug 14:55
Compare
Choose a tag to compare
  • 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

13 Aug 19:30
Compare
Choose a tag to compare
  • 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

25 Jun 16:50
Compare
Choose a tag to compare
  • 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

23 Jun 16:34
Compare
Choose a tag to compare

[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

22 Jun 18:35
Compare
Choose a tag to compare

[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

25 May 11:15
Compare
Choose a tag to compare

[v1.13.3 - 2024-05-25]

Changed

  • use Go1.22
  • update dependencies