Releases: Tommi2Day/gomodules
Releases · Tommi2Day/gomodules
v1.7.1
- pwlib: add vault method to get_password
v1.6.4
- enhance password check and generate functions
v1.6.3
- dblib: add CheckTNSAdmin function
v1.6.1
- fix for ldaplib timeout change
v1.6.0
[v1.6.0 - 2023-04-09]
New
- maillib: add Imap functions
- ldaplib: refactor types and functions, add timeout
- pwlib: add totp generator
- pwlib: add plain and base64 encode password methods
Changed
- align test init
- make some interfaces type based
v1.5.3
- add real connection tests via docker for dblib(oracle),ldaplib and maillib
- fix TLSmaillib Handling
v1.5.2
- dblib: fix missing variable export
v1.5.1
- dblib: fix TNS Parsing
- delete main
- linter fixes