Skip to content

Commit a8672b3

Browse files
release: 0.0.2 [skip ci]
## [0.0.2](v0.0.1...v0.0.2) (2024-11-10) ### Bug Fixes * add assets to release ([75ba91f](75ba91f)) * deployed swagger trailing slash removed ([80e1113](80e1113)) * remove port on dev mode that is not localhost ([7847b8d](7847b8d)) * remove unused dependencies ([70dd4f8](70dd4f8)) * semantic release ([f71b529](f71b529)) * **server:** correct swagger docs ([b66d629](b66d629)) * **server:** fix failing ci ([6fb98bc](6fb98bc)) * **server:** formatting ([d88ec51](d88ec51)) * **server:** set correct endpoint for Swagger in dev mode ([f259347](f259347)) * set correct job names, add todos ([517529d](517529d)) * swagger links ([1da1f59](1da1f59)) * **webapp:** temporary workaround to get webapp working ([442b825](442b825)) ### Features * **server:** add Gin server with Swagger docs ([9b86f79](9b86f79)) * **server:** cli command for listing all environments ([d073e85](d073e85)) * **server:** cli command for listing all environments ([c806656](c806656)) * **server:** cli command for listing all environments ([7b82255](7b82255)) * **server:** client auth endpoint ([97f1ce2](97f1ce2)) * **server:** domain logic for authentication and adding log sessions ([858a497](858a497)) * **server:** generating jwks, add .well-known/jwks.json endpoint ([c303758](c303758)) * **server:** get log metadata from database ([a194346](a194346)) * **server:** hot reloading in development ([1eb94fb](1eb94fb)) * **server:** include server version in requests ([1cd22cb](1cd22cb)) * **server:** jwt generation ([07c19ea](07c19ea)) * **server:** log and environment listing ([2d61952](2d61952)) * **server:** log metadata saving ([091ecad](091ecad)) * **server:** password reset flow ([e22e15c](e22e15c)) * **server:** store log chunks without processing ([85bcb81](85bcb81)) * **server:** stream log chunks for reading ([8c3cc2f](8c3cc2f)) * **server:** transactional emails ([4b813d1](4b813d1)) * **server:** user login route ([8e0cd23](8e0cd23)) * **webapp:** auth pages, middleware, api call hooks ([9c8eeaa](9c8eeaa)) * **webapp:** auth pages, middleware, api call hooks ([9d6e942](9d6e942))
1 parent ed6fa26 commit a8672b3

7 files changed

Lines changed: 49 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## [0.0.2](https://github.com/lucianonooijen/capsa/compare/v0.0.1...v0.0.2) (2024-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* add assets to release ([75ba91f](https://github.com/lucianonooijen/capsa/commit/75ba91fed15e6d2960d117dee5d1f06775ca9a68))
7+
* deployed swagger trailing slash removed ([80e1113](https://github.com/lucianonooijen/capsa/commit/80e111328a2962b998019b2f98e71b786963666b))
8+
* remove port on dev mode that is not localhost ([7847b8d](https://github.com/lucianonooijen/capsa/commit/7847b8de815d58c45cad3f567d996022c53749fe))
9+
* remove unused dependencies ([70dd4f8](https://github.com/lucianonooijen/capsa/commit/70dd4f8c74cff5890f0eb398b0a116d1061ec112))
10+
* semantic release ([f71b529](https://github.com/lucianonooijen/capsa/commit/f71b529fc8772d672c4451ae74a84739dfe28912))
11+
* **server:** correct swagger docs ([b66d629](https://github.com/lucianonooijen/capsa/commit/b66d629ebcad0693dc3f031231f8a1402b82c39e))
12+
* **server:** fix failing ci ([6fb98bc](https://github.com/lucianonooijen/capsa/commit/6fb98bcfff7ee0c23cae4d16c6e5d92366e56c74))
13+
* **server:** formatting ([d88ec51](https://github.com/lucianonooijen/capsa/commit/d88ec51520121475fb81e622e269429162b3e6c3))
14+
* **server:** set correct endpoint for Swagger in dev mode ([f259347](https://github.com/lucianonooijen/capsa/commit/f259347c1b849fd3d8c8179927bad10f9b1e22d7))
15+
* set correct job names, add todos ([517529d](https://github.com/lucianonooijen/capsa/commit/517529ded19a05adaedbd4a4406f03b82f76f933))
16+
* swagger links ([1da1f59](https://github.com/lucianonooijen/capsa/commit/1da1f59a8693349d7c77757bf5ebaa61ca260d8c))
17+
* **webapp:** temporary workaround to get webapp working ([442b825](https://github.com/lucianonooijen/capsa/commit/442b8259cc999509d9d49623b44d47f1cd95ac6c))
18+
19+
20+
### Features
21+
22+
* **server:** add Gin server with Swagger docs ([9b86f79](https://github.com/lucianonooijen/capsa/commit/9b86f793a95281a7c64c412708d021fdb753ac38))
23+
* **server:** cli command for listing all environments ([d073e85](https://github.com/lucianonooijen/capsa/commit/d073e8538129360d63d08ee8c457fe4b30c5d410))
24+
* **server:** cli command for listing all environments ([c806656](https://github.com/lucianonooijen/capsa/commit/c80665691656869a9a2181471a71a91f695343f2))
25+
* **server:** cli command for listing all environments ([7b82255](https://github.com/lucianonooijen/capsa/commit/7b82255bf37fca4c5b3ef2e64769d6aff6584819))
26+
* **server:** client auth endpoint ([97f1ce2](https://github.com/lucianonooijen/capsa/commit/97f1ce24b83b051541bf35c6a19b979aa88daf21))
27+
* **server:** domain logic for authentication and adding log sessions ([858a497](https://github.com/lucianonooijen/capsa/commit/858a49739f1559d947148bf2970cb2e1e512158d))
28+
* **server:** generating jwks, add .well-known/jwks.json endpoint ([c303758](https://github.com/lucianonooijen/capsa/commit/c3037581c04b6052ecaa19188274c228716408f4))
29+
* **server:** get log metadata from database ([a194346](https://github.com/lucianonooijen/capsa/commit/a194346a39c077f15dbe71de6a0538d5da7f59f6))
30+
* **server:** hot reloading in development ([1eb94fb](https://github.com/lucianonooijen/capsa/commit/1eb94fb7cc3fb37ccdfb573c6d15d02d490b96bb))
31+
* **server:** include server version in requests ([1cd22cb](https://github.com/lucianonooijen/capsa/commit/1cd22cb2001503ffae1dc4a5d80e984e24fc67ed))
32+
* **server:** jwt generation ([07c19ea](https://github.com/lucianonooijen/capsa/commit/07c19eacb6ff90d73de089238797ea9bcf1c67ef))
33+
* **server:** log and environment listing ([2d61952](https://github.com/lucianonooijen/capsa/commit/2d619524b52d4af38af418cec8ba4ccfcaca2631))
34+
* **server:** log metadata saving ([091ecad](https://github.com/lucianonooijen/capsa/commit/091ecad013abf59840fb8e57427f490fc928ca8c))
35+
* **server:** password reset flow ([e22e15c](https://github.com/lucianonooijen/capsa/commit/e22e15c15fe6f6b98d697f7cc078dea2e83a2e0e))
36+
* **server:** store log chunks without processing ([85bcb81](https://github.com/lucianonooijen/capsa/commit/85bcb81162e6e814afd80aabc5c572059c88e0f9))
37+
* **server:** stream log chunks for reading ([8c3cc2f](https://github.com/lucianonooijen/capsa/commit/8c3cc2f7e82bbb665ab6e5e57439b09958a8d04f))
38+
* **server:** transactional emails ([4b813d1](https://github.com/lucianonooijen/capsa/commit/4b813d1ed9178e76a3f8350e2f151b08b33478b7))
39+
* **server:** user login route ([8e0cd23](https://github.com/lucianonooijen/capsa/commit/8e0cd237b6ed3f8e54c87c3d343363e0eeb9cceb))
40+
* **webapp:** auth pages, middleware, api call hooks ([9c8eeaa](https://github.com/lucianonooijen/capsa/commit/9c8eeaa60c05de25f09ee04bbec1dde29e0d73cb))
41+
* **webapp:** auth pages, middleware, api call hooks ([9d6e942](https://github.com/lucianonooijen/capsa/commit/9d6e94252071cbdbffacdc07b47ce6a51eb6431a))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capsa",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Infrastructure for Project Capsa, an Unreal Engine log solution",
55
"author": "Luciano Nooijen <luciano@lucianonooijen.com>",
66
"license": "UNLICENCED",

server/constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package constants
22

33
// Version is the current application version.
4-
const Version = "0.0.1"
4+
const Version = "0.0.2"

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capsa-webpanel",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Webapp for Project Capsa, an Unreal Engine log solution",
55
"author": "Luciano Nooijen <luciano@lucianonooijen.com>",
66
"license": "UNLICENCED",

web/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = "0.0.1";
1+
const version = "0.0.2";
22

33
export default version;

0 commit comments

Comments
 (0)