-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: tillitis/tkeyclient
base: v1.0.0
head repository: tillitis/tkeyclient
compare: v1.1.0
- 12 commits
- 15 files changed
- 3 contributors
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b88913 - Browse repository at this point
Copy the full SHA 4b88913View commit details
Commits on Oct 11, 2024
-
Change license to BSD-2-Clause
The license change was announced on the Tillitis Blog the 2nd of October 2024, for more info visit https://tillitis.se
Configuration menu - View commit details
-
Copy full SHA for 2e3354f - Browse repository at this point
Copy the full SHA 2e3354fView commit details -
- Add REUSE configuration - Add compliant license in LICENSES/ - Add copyright SPDX tags - Run REUSE Compliance check in CI
Configuration menu - View commit details
-
Copy full SHA for 690cdc0 - Browse repository at this point
Copy the full SHA 690cdc0View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59b32a1 - Browse repository at this point
Copy the full SHA 59b32a1View commit details
Commits on Oct 22, 2024
-
Return payload even if NOK is set in the header
The payload may contain more information about the error indicated in the error, so we return it anyway. Revise the Go doc accordingly and drastically shorten it to just describe how to use it. Co-authored-by: Michael Cardell Widerkrantz <mc@tillitis.se>
Configuration menu - View commit details
-
Copy full SHA for 65b9b1f - Browse repository at this point
Copy the full SHA 65b9b1fView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1c4b6c - Browse repository at this point
Copy the full SHA c1c4b6cView commit details -
gosec G115 in modern versions of golangci-lint warns about integer overflow even for unlikely or impossible cases. Let's use https://github.com/ccoVeille/go-safecast to do our casts for us instead of turning off the warning.
Configuration menu - View commit details
-
Copy full SHA for 7aaa303 - Browse repository at this point
Copy the full SHA 7aaa303View commit details -
Avoid sending digest as format string
When we print the app's digest we shouldn't be using it as a dynamic format string to Printf(), just print it.
Configuration menu - View commit details
-
Copy full SHA for 7ed60f0 - Browse repository at this point
Copy the full SHA 7ed60f0View commit details -
Update max app size to 128 kiB
It was updated to size of RAM in tk1_mem.h earlier but not updated here. It's the app developer's responsibility to leave enough room for a stack or other memory.
Configuration menu - View commit details
-
Copy full SHA for 3d1a960 - Browse repository at this point
Copy the full SHA 3d1a960View commit details
Commits on Oct 24, 2024
-
Add function SetReadTimeoutNoErr
Same functionality as SetReadTimeout except that it does not return any errors. This makes it more easily used in combination with defer. The potential errors from the underlying serial library are handled (invalidTimeoutValue), but a panic is added to notify about potential API changes. Deprecation notice added for SetReadTimeout
Configuration menu - View commit details
-
Copy full SHA for e16b32b - Browse repository at this point
Copy the full SHA e16b32bView commit details -
Reset read timeout to disabled in GetNameVersion
Fix a bug where the read timeout is not disabled if an error is returned from ReadFrame (such as a timeout). Thanks to Danny van Heumen <danny@dannyvanheumen.nl> for pointing this out.
Configuration menu - View commit details
-
Copy full SHA for 8d03178 - Browse repository at this point
Copy the full SHA 8d03178View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a383c40 - Browse repository at this point
Copy the full SHA a383c40View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.1.0