-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASES.txt
More file actions
71 lines (56 loc) · 1.76 KB
/
Copy pathRELEASES.txt
File metadata and controls
71 lines (56 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
PlantIQ REST API
=======================
==== Version 1.1 ====
==== 29/05/2023 ====
==== Week 14 ====
=======================
CRITICAL BUG FIX
- Fixed bug where the default notification object would
cause a program crash.
KNOWN ISSUES
- CORS Policy returning incorrect response headers for some hosts
- CORS Policy set to allow all
=======================
==== Version 1.0 ====
==== 29/05/2023 ====
==== Week 13/14 ====
=======================
NOTES:
- Fist feature complete release.
- This build is our first feature complete production
build of the PlantIQ API. All features planned have
reached a completed state.
- Following releases will only contain critical bug fixes
prior to submission.
=======================
==== Version 0.23 ====
==== 21/05/2023 ====
==== Week 12 ====
=======================
NOTES:
- Released in alignment with Week 12 video submission.
- Minor changes from previous version.
=======================
==== Version 0.22 ====
==== 14/05/2023 ====
==== Week 11 ====
=======================
Notes:
- Released in alignment with Week 11 final draft submission.
- Changes extensive since 0.6, not listed due to quality, refer to GitHub commit log.
=======================
==== Version 0.6 ====
==== 23/03/2023 ====
==== Week 8 ====
=======================
MAJOR FUNCTIONAL COMPONENTS COMPLETED
- Session validation endpoint.
- Smart Home Hub Registration endpoint.
- Smart Home Hub Rate endpoint.
- Gate Authentication to protect endpoints.
- Smart Home Hub Data Posting endpoint.
- HTTP Rule class to validate HTTP requests.
- Model & ModelCollection classes completed.
- Authentication Sessions & SessionService completed.
- Authentication and registration endpoints completed.
- User info endpoint completed.