-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into justine-changelog-redis
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Wave v1.18.0 | ||
date: 2025-02-18 | ||
tags: [wave] | ||
--- | ||
|
||
## Feature updates and improvements | ||
|
||
* Use route target path as proxy cache key by @pditommaso in [https://github.com/seqeralabs/wave/pull/788](https://github.com/seqeralabs/wave/pull/788) | ||
* 775 use tiered cache in place of caffeine cache by @munishchouhan in [https://github.com/seqeralabs/wave/pull/783](https://github.com/seqeralabs/wave/pull/783) | ||
* Add Scan image request by @pditommaso in [https://github.com/seqeralabs/wave/pull/796](https://github.com/seqeralabs/wave/pull/796) | ||
* Improve JWT debug logs by @pditommaso in [086837](https://github.com/seqeralabs/wave/commit/086837e96b33448ba6a8b6a7d924078dbcfaf695) | ||
* Bump Micronaut to version 4.7.6 by @pditommaso in [975446](https://github.com/seqeralabs/wave/commit/97544609b6b60b335af1f40831eec21ed4b9bb11) | ||
* Bump io.netty:netty-bom:4.1.118.Final by @pditommaso in [5a861f](https://github.com/seqeralabs/wave/commit/5a861f51f4a56766b0c3cf5f4afb1103b80295d3) | ||
|
||
**Full changelog**: [https://github.com/seqeralabs/wave/compare/v1.17.2...v1.18.0](https://github.com/seqeralabs/wave/compare/v1.17.2...v1.18.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Wave v1.18.1 | ||
date: 2025-02-21 | ||
tags: [wave] | ||
--- | ||
|
||
## Feature updates and improvements | ||
|
||
- Add denyHosts to pairing websocket by @pditommaso in [f5369eed](https://github.com/seqeralabs/wave/commit/f5369eed219ae8ca42b3dc3daf3d5d525728e511) | ||
- Use virtual threads for build, scan, and mirror jobs by @pditommaso in https://github.com/seqeralabs/wave/pull/742 | ||
- Remove metrics from open-api by @munishchouhan in https://github.com/seqeralabs/wave/pull/798 | ||
- Bump ch.qos.logback:logback-classic 1.5.16 by @munishchouhan in https://github.com/seqeralabs/wave/pull/799 | ||
|
||
**Full changelog**: https://github.com/seqeralabs/wave/compare/v1.18.0...v1.18.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Wave v1.18.4 | ||
date: 2025-03-03 | ||
tags: [wave] | ||
--- | ||
|
||
## Feature updates and improvements | ||
|
||
- Add robots and favicon files by @pditommaso in [40c91f5](https://github.com/seqeralabs/wave/commit/40c91f5f794a032c9ca83faa12ba58612df23b9b) | ||
- Improve errors and warns logging by @pditommaso in [216b822](https://github.com/seqeralabs/wave/commit/216b8227aa492875f0036fcbeea2d5c04d46764f) | ||
|
||
**Full changelog**: https://github.com/seqeralabs/wave/compare/v1.18.3...v1.18.4 |