- Jun 13, 2024
- May 28, 2024
-
- May 25, 2024
-
- May 20, 2024
-
-
Pea Nut authored
-
- May 13, 2024
-
-
Pea Nut authored
It does not return an error. It just set's a boolean. The interface and the Bitmask3 implementation was changed.
-
Pea Nut authored
Multiple log levels are supported and can be set via env variable (LOG_LEVEL) - trace (LOG_LEVEL=TRACE) - debug (LOG_LEVEL=DEBUG) - everything else: INFO
-
- May 06, 2024
-
-
Pea Nut authored
-
- May 03, 2024
-
-
jkito authored
updates the changelog
-
- Apr 30, 2024
-
-
jkito authored
filepath.Join is portable as in it uses the correct path separator based on the host os whereas path.Join doesnot more explaination at: https://stackoverflow.com/questions/39181790/whats-the-difference-between-path-path-filepath-packages-in-go
-
Pea Nut authored
-
- Apr 26, 2024
-
-
atanarjuat tfr authored
-
- Apr 24, 2024
-
-
This commit removed the fallback codepath with the static ip. Discussion in #768 The hardcoded ip was also used for the Snowflake path. I removed it from there and use the DNS hostname. Therefore, the certificate pinning is gone and the SystemPool is used as default. I tested the snowflake setup and it worked.
-
- Apr 15, 2024
-
-
- vendor.conf now has a default api version: - apiVersion = 3 is set for all current providers - provider.py (called during `make vendor`) now supports api version and writes it to providers.json - the desktop client logs the used api version. Currently v5 is not yet implement. This is just the preparation for it - this is only a temporary solution. In the future, we want to get the api version during runtime by parsing $api/provider.json
- Mar 30, 2024
-
-
jkito authored
-
- Mar 20, 2024