Skip to content

Releases: Tommi2Day/gomodules

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

v1.13.2

24 May 12:15
Compare
Choose a tag to compare

[v1.13.2 - 2024-05-24]

New

  • pwlib: add SSHA functions

Changed

  • update dependencies

v1.13.1

23 Apr 18:57
Compare
Choose a tag to compare

[v1.13.1 - 2024-04-23]

New

  • maillib: add SetAuthMethod function

Changed

  • update dependencies

v1.13.0

11 Apr 19:35
Compare
Choose a tag to compare

[v1.13.0 - 2024-04-11]

New

  • common: add CommandExists function
  • common: add DefaultPorts map
  • test: add InitTestDirs function
  • new module netlib for IP/DNS related functions

Changed

  • use go v1.21
  • update dependencies
  • update linter
  • dblib: replace rename dns vars to dblibDNS
  • dblib: replace local ip dns functions with netlib
  • dblib: add more tests
  • dblib: rename dns docker dir to oracle-dns

Fixed

  • GetHostPort function when no port supplied
  • linter issues

v1.12.1

01 Apr 20:54
Compare
Choose a tag to compare
  • update dependencies

v1.12.0

17 Mar 18:03
Compare
Choose a tag to compare
  • add amazon kms methods
  • update dependencies

v1.11.5

01 Mar 09:49
Compare
Choose a tag to compare
  • pwlib: add scram hash method

v1.11.4

18 Feb 12:12
Compare
Choose a tag to compare
  • hmlib: use plain url insead of httpclient query params encoded strings
  • hmlib: change sysvar structure and output

v1.11.3

16 Feb 17:33
Compare
Choose a tag to compare
  • dblib: use bitnami/openldap as test container
  • maillib: use mailserver:13.2.0 and refactor tests to fit there
  • reduce gocognit complexity as possible

v1.11.2

13 Feb 20:52
Compare
Choose a tag to compare
  • ldaplib: add new function RetrieveEntry
  • ldaplib: add new function HasObjectClass
  • ldaplib: add new function HasAttribute
  • ldaplib: add schemas
  • ldaplib: use bitnami/openldap as test container
  • update dependencies
  • update github workflows to v4
  • fix linter issues