8000 Comparing v1.0.0...v1.1.0 · tillitis/tkeyclient · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tillitis/tkeyclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: tillitis/tkeyclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 12 commits
  • 15 files changed
  • 3 contributors

Commits on Aug 2, 2024

  1. doc: correct length

    quite committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4b88913 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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
    dehanj committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2e3354f View commit details
    Browse the repository at this point in the history
  2. Follow REUSE specification

    - Add REUSE configuration
    - Add compliant license in LICENSES/
    - Add copyright SPDX tags
    - Run REUSE Compliance check in CI
    dehanj committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    690cdc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    59b32a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. 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>
    dehanj and mchack-work committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    65b9b1f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    c1c4b6c View commit details
    Browse the repository at this point in the history
  2. Introduce use of safecast

    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.
    mchack-work committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7aaa303 View commit details
    Browse the repository at this point in the history
  3. 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.
    mchack-work committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7ed60f0 View commit details
    Browse the repository at this point in the history
  4. 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.
    mchack-work committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d1a960 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. 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
    dehanj authored and mchack-work committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e16b32b View commit details
    Browse the repository at this point in the history
  2. 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.
    dehanj authored and mchack-work committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8d03178 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Release notes for v1.1.0

    dehanj committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a383c40 View commit details
    Browse the repository at this point in the history
Loading
0