You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Fixed
18
18
19
19
- Fixed gateway manager failing after deploying due to token refresh desync
20
+
21
+
## [0.4.0] - 2023-07-03
22
+
23
+
### Added
24
+
25
+
- Added CLI support to easily manage JWT authentification to the routes. Please refer to the [auth documentation](./docs/auth.md) for more information on usage.
26
+
27
+
### Changed
28
+
29
+
- Grouped CLI commands thematically. The gateway infastructure management is now split from the gateway configuration via different CLI command group.
0 commit comments