Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 487fe96

Browse files
chore(release): v1.0.0
1 parent 535adaf commit 487fe96

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

Diff for: CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
# Changelog
22

33

4+
## v1.0.0
5+
6+
[compare changes](https://github.com/presentium/api/compare/v0.0.4...v1.0.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Api model creation ([#7](https://github.com/presentium/api/pull/7))
11+
- Initial gRPC generation and mTLS connection handling ([#12](https://github.com/presentium/api/pull/12))
12+
- **grpc:** Handle incoming rpc incl. event bus for outbounds ([#15](https://github.com/presentium/api/pull/15))
13+
- Api for managing devices ([#16](https://github.com/presentium/api/pull/16))
14+
- Api for student management ([#11](https://github.com/presentium/api/pull/11))
15+
- Api absence attendance management ([#14](https://github.com/presentium/api/pull/14))
16+
- Schedule read and import ([#17](https://github.com/presentium/api/pull/17))
17+
- Class sessions for student presence ([9e90c93](https://github.com/presentium/api/commit/9e90c93))
18+
- Api for student presences ([a5e743a](https://github.com/presentium/api/commit/a5e743a))
19+
20+
### 🩹 Fixes
21+
22+
- Class session should refer to class not course ([3c9a7ca](https://github.com/presentium/api/commit/3c9a7ca))
23+
- Grpc deployment [skip ci] ([e8eb7c9](https://github.com/presentium/api/commit/e8eb7c9))
24+
- Grpc deployment [skip ci] ([b165e5a](https://github.com/presentium/api/commit/b165e5a))
25+
- Presence api changes for dashboard ([#18](https://github.com/presentium/api/pull/18))
26+
- Disable replay for grpc out events ([62c720d](https://github.com/presentium/api/commit/62c720d))
27+
- Change function name ([ab4024a](https://github.com/presentium/api/commit/ab4024a))
28+
- Handle unregistered student as KO message ([4b19a37](https://github.com/presentium/api/commit/4b19a37))
29+
- Connect to vault using https ([34de0b7](https://github.com/presentium/api/commit/34de0b7))
30+
- Add trust for kube CA [skip ci] ([92a4d63](https://github.com/presentium/api/commit/92a4d63))
31+
- Better probe settings [skip ci] ([8fbc5de](https://github.com/presentium/api/commit/8fbc5de))
32+
33+
### 💅 Refactors
34+
35+
- Simplify service and controller standard path ([cfe393d](https://github.com/presentium/api/commit/cfe393d))
36+
37+
### 🏡 Chore
38+
39+
- **release:** Update image tags [skip ci] ([c2f9c97](https://github.com/presentium/api/commit/c2f9c97))
40+
- **release:** Update image tags [skip ci] ([f0eba74](https://github.com/presentium/api/commit/f0eba74))
41+
- **release:** Update image tags [skip ci] ([21dfcd8](https://github.com/presentium/api/commit/21dfcd8))
42+
- **release:** Update image tags [skip ci] ([a5103c9](https://github.com/presentium/api/commit/a5103c9))
43+
- **release:** Update image tags [skip ci] ([a607391](https://github.com/presentium/api/commit/a607391))
44+
- **release:** Update image tags [skip ci] ([6e7f851](https://github.com/presentium/api/commit/6e7f851))
45+
- **release:** Update image tags [skip ci] ([4680545](https://github.com/presentium/api/commit/4680545))
46+
- **release:** Update image tags [skip ci] ([d06cfb4](https://github.com/presentium/api/commit/d06cfb4))
47+
- **release:** Update image tags [skip ci] ([dc26618](https://github.com/presentium/api/commit/dc26618))
48+
- **release:** Update image tags [skip ci] ([868ae9d](https://github.com/presentium/api/commit/868ae9d))
49+
- **release:** Update image tags [skip ci] ([cb73d8f](https://github.com/presentium/api/commit/cb73d8f))
50+
- **release:** Update image tags [skip ci] ([e0440a4](https://github.com/presentium/api/commit/e0440a4))
51+
- **release:** Update image tags [skip ci] ([3eaf274](https://github.com/presentium/api/commit/3eaf274))
52+
- **release:** Update image tags [skip ci] ([bd6ef8d](https://github.com/presentium/api/commit/bd6ef8d))
53+
- **release:** Update image tags [skip ci] ([adaffbc](https://github.com/presentium/api/commit/adaffbc))
54+
- **release:** Update image tags [skip ci] ([535adaf](https://github.com/presentium/api/commit/535adaf))
55+
56+
### ❤️ Contributors
57+
58+
- Loïc Herman <[email protected]>
59+
- Massimo Stefani <[email protected]>
60+
- Massteff ([@massteff](http://github.com/massteff))
61+
- Loïc H. <[email protected]>
62+
463
## v0.0.4
564

665
[compare changes](https://github.com/presentium/api/compare/v0.0.3...v0.0.4)

Diff for: gradle/changelogen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@presentium/api",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"private": "true",
55
"repository": "github:presentium/api"
66
}

0 commit comments

Comments
 (0)