Skip to content

Releases: graugans/go-ovp8xx

v2.8.1

02 Aug 07:05
Compare
Choose a tag to compare

2.8.1 (2024-08-02)

Bug Fixes

  • ✅ a failing test (2aaddc3)
  • 🩹improve error handling in PCICReceiver (ff3c679)

v2.8.0

25 Jul 09:11
Compare
Choose a tag to compare

2.8.0 (2024-07-25)

Feature

  • ✨ add the possibility to remove elements (2667074)

Bug Fixes

  • 📝 the cli online help for get/getSchema (e392990)

Code Refactoring

  • ♿️ remove the -p argument for get/getSchema cli commands (ac4a8b7)

CI

  • 💚 fix the GitHub Action (1531803)

v2.7.0

11 Jul 07:28
Compare
Choose a tag to compare

2.7.0 (2024-07-11)

Feature

Bug Fixes

  • creation of the channel map (ad0749c)
  • synchronize the command with the response (535f85c)

Code Refactoring

  • get rid of the ticketSet (4f1f04e)

Build

  • use the latest Go version in the Devcontainer (7e07409)

v2.6.0

05 Jul 14:23
6b8fadf
Compare
Choose a tag to compare

2.6.0 (2024-07-05)

Feature

  • swupdate: provide a subcommand to reboot the device (4f7fce5)

Chores

Build

  • deps: bump golang.org/x/net from 0.17.0 to 0.23.0 (a449032)

v2.5.0

14 Jun 08:10
2547bb1
Compare
Choose a tag to compare

2.5.0 (2024-06-14)

Feature

  • Add connection timeout flag to swupdate command (3f3b1c4)
  • add a swupdater package (e7d85d4)

Bug Fixes

  • the handling of the notifications (bc34ba6)
  • the multipart file upload (eda352b)
  • only send the basefile name (ab78f77)
  • upload the image as multipart (b86dc1d)

Build

  • fix the import module for swupdater (d45a2f2)

CI

  • fix a go-cilinter finding about not handled error (086ee1d)

v2.4.2

15 May 06:00
9347fc1
Compare
Choose a tag to compare

2.4.2 (2024-05-15)

Bug Fixes

  • get: avoid usage of --format and --pretty at the same time (0b8c5f8)
  • use the right version information when go install is used (b35da82)
  • Update package installation command in postCreateCommand.sh (141c0c0)

doc

  • filter: fix the spelling (3c2d4d8)
  • README: add a documentation about the filter (a61a88a)

feature

  • add support for filtering the output of get (ca35c8e)

v2.4.1

14 Apr 09:30
c1172a3
Compare
Choose a tag to compare

2.4.1 (2024-04-14)

Bug Fixes

  • Update package installation command in postCreateCommand.sh (91285cc)

Code Refactoring

  • IsAvailable function to support configurable waiting stages (984d049)

doc

  • Update Go module version badge (c5b1369)
  • Add Go Reference badge to README.md (7ad3758)
  • update client and rpc usage examples (e863743)
  • add comments about the used struct (6769c11)

feature

  • add diagnostic configuration stages to device availability check (9ae4652)

v2.4.0

13 Apr 17:04
dab6132
Compare
Choose a tag to compare

2.4.0 (2024-04-13)

Feature

  • add a function to wait for the device to become ready (4f784b5)

Bug Fixes

  • typos in code comments and command descriptions (0958ad9)
  • module import path (85b3949)
  • a linter warning about ineffectual assignment (0ab7a05)

Build

  • add goimports to postCreateCommand.sh (dc56adc)
  • install git-lfs in the dev container (65b2261)
  • update after go mod tidy (34ebfbc)

v2.3.2

12 Apr 12:37
7e8afd8
Compare
Choose a tag to compare

2.3.2 (2024-04-12)

Bug Fixes

  • unexpected debug output (a2bcd6d)

CI

  • fix go-semantic release process (3314064)

doc

v2.3.1

09 Apr 06:17
Compare
Choose a tag to compare

2.3.1 (2024-04-09)

Bug Fixes

CI

  • bump the ci lint version to v1.57 (41cfd85)
  • switch to the latest go version 1.22 (c7f6cd9)
  • run perform go-semantic-release on v2 (043a98c)

doc

  • README: Update README.md (742dad6)