File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Unreleased
3
+ ## [ 0.8.10 ] ( https://github.com/uhppoted/uhppoted-rest/releases/tag/v0.8.10 ) - 2025-01-30
4
4
5
5
### Added
6
6
1 . ARMv6 build target (RaspberryPi ZeroW).
Original file line number Diff line number Diff line change @@ -36,11 +36,10 @@ Supported platforms:
36
36
37
37
### Current Release
38
38
39
- ** [ v0.8.9] ( https://github.com/uhppoted/uhppoted-rest/releases/tag/v0.8.9 ) - 2024-09-06**
40
-
41
- 1 . Added TCP/IP support.
42
- 2 . Updated to Go 1.23.
39
+ ** [ v0.8.10] ( https://github.com/uhppoted/uhppoted-rest/releases/tag/v0.8.10 ) - 2024-01-30**
43
40
41
+ 1 . ARMv6 build target (RaspberryPi ZeroW).
42
+ 2 . Added support for _ auto-send_ interval.
44
43
45
44
## Installation
46
45
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/uhppoted/uhppoted-rest
3
3
go 1.23
4
4
5
5
require (
6
- github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e
7
- github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786
6
+ github.com/uhppoted/uhppote-core v0.8.10
7
+ github.com/uhppoted/uhppoted-lib v0.8.10
8
8
golang.org/x/sys v0.29.0
9
9
)
Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ github.com/uhppoted/uhppote-core v0.8.10-0.20241004174540-7675ee2e4254 h1:sLBIaN
128
128
github.com/uhppoted/uhppote-core v0.8.10-0.20241004174540-7675ee2e4254 /go.mod h1:oUQdz4NBMXkcwzEHUd6lYQgF6He32+jnb+FMwehZRwg =
129
129
github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e h1:DvyHhEyy3u1Kos2YMRywapRV+T5eYozMQ9PFpUMmsps =
130
130
github.com/uhppoted/uhppote-core v0.8.10-0.20250121172632-08d73ff3689e /go.mod h1:oUQdz4NBMXkcwzEHUd6lYQgF6He32+jnb+FMwehZRwg =
131
+ github.com/uhppoted/uhppote-core v0.8.10 h1:A5knaNVpYib10seqevKLWLrAlrgDtY8jMTir/vvhCZw =
132
+ github.com/uhppoted/uhppote-core v0.8.10 /go.mod h1:oUQdz4NBMXkcwzEHUd6lYQgF6He32+jnb+FMwehZRwg =
131
133
github.com/uhppoted/uhppoted-lib v0.7.3-0.20220128210643-c4d9a4bc1660 h1:BRLml03IH5I0wzAOaKrmQ3V/wbRdoBmRb/sBX+uX7Nw =
132
134
github.com/uhppoted/uhppoted-lib v0.7.3-0.20220128210643-c4d9a4bc1660 /go.mod h1:HQChamquwltZIqT+tmMfDLTjaqLXEsokPQf8Utxi9MA =
133
135
github.com/uhppoted/uhppoted-lib v0.7.3-0.20220531204140-34d8876e5e89 h1:Cwp9o2KzliY85ERUkV9Z9RBFjVotzHLMAQ89EBblQcg =
@@ -288,6 +290,8 @@ github.com/uhppoted/uhppoted-lib v0.8.10-0.20241007153101-aa559cf3e032 h1:2UesZ2
288
290
github.com/uhppoted/uhppoted-lib v0.8.10-0.20241007153101-aa559cf3e032 /go.mod h1:v3TrajHALeSIL2n7kHECWVNwTR8bSBY07mIDBnPnZiE =
289
291
github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786 h1:fjY2YPdbmBG+m07n1DArY7OCfW0yzzhFSGw9miXyY7Y =
290
292
github.com/uhppoted/uhppoted-lib v0.8.10-0.20250121173211-01a4a14fc786 /go.mod h1:8gpUlPmSpWWFWvQIHy4ALcTqbQS5iUO0m9MWDPaNI/g =
293
+ github.com/uhppoted/uhppoted-lib v0.8.10 h1:PRpgOV6HDu5GNKyLKj2dIZRZtPeXk8IPI+88rXBRuwM =
294
+ github.com/uhppoted/uhppoted-lib v0.8.10 /go.mod h1:610uszDzwnJ9ydPnFHE1JwHfo5Pr9zbpvoqddBfNKvs =
291
295
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0 =
292
296
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
293
297
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k =
You can’t perform that action at this time.
0 commit comments