106 posts tagged with "wave"
View All TagsWave v1.6.1
Feature updates and improvements
API
- Undeprecate
containerImageattribute in response object by by @pditommaso in 2341102
Full changelog: https://github.com/seqeralabs/wave/compare/v1.6.0...v1.6.1
Wave v1.6.0
Feature updates and improvements
API
- Refactored build ID and status endpoint by @pditommaso in https://github.com/seqeralabs/wave/pull/421
- Updated Platform API endpoint to
api.cloud.seqera.ioby @munishchouhan in https://github.com/seqeralabs/wave/pull/434 - Patch Tower endpoints to new ones by @pditommaso in https://github.com/seqeralabs/wave/pull/440
- Added
v1alpha2request endpoint by @pditommaso in https://github.com/seqeralabs/wave/pull/423 - Added metrics service based on redis by @munishchouhan in https://github.com/seqeralabs/wave/pull/429
- Documented build status and examples for container endpoint by @munishchouhan in https://github.com/seqeralabs/wave/pull/447
Bug fixes
Container building
- Fixed build pod name by @munishchouhan in https://github.com/seqeralabs/wave/pull/438
- Fixed
containerfileencoding by @pditommaso in https://github.com/seqeralabs/wave/pull/441
UI/UX
- Fixed Docker file alignment in container view by @munishchouhan in https://github.com/seqeralabs/wave/pull/442
General
- Fixed
RedisTestContainerflaky test by @munishchouhan in https://github.com/seqeralabs/wave/pull/436 - Fixed Platform migration by @pditommaso in https://github.com/seqeralabs/wave/pull/444
Full changelog: https://github.com/seqeralabs/wave/compare/v1.5.2...v1.6.0
Wave v1.5.2
Bug fixes
General
- Fixed
No such property: ioExecutorby @pditommaso in f603868
Full Changelog: https://github.com/seqeralabs/wave/compare/v1.5.1...v1.5.2
Wave v1.5.1
Bug fixes
Performance
- Fixed trace slow endpoint duration by @pditommaso in fb1eea9
- Fixed thread pool selection on container controller by @pditommaso in d882bd4
Full Changelog: https://github.com/seqeralabs/wave/compare/v1.5.0...v1.5.1
Wave v1.5.0
Feature updates and improvements
Dependencies
- Bumped
actions/upload-artifactto v4 and fix tests by @munishchouhan in https://github.com/seqeralabs/wave/pull/417 - Updated AWS SDK to version v2 by @munishchouhan in https://github.com/seqeralabs/wave/pull/415
API
- Added documentation for metrics API by @munishchouhan in https://github.com/seqeralabs/wave/pull/414
- Added API and UI to evict a Wave request from token cache by @munishchouhan in https://github.com/seqeralabs/wave/pull/410
UI/UX
- Improved token cache eviction status design by @munishchouhan in https://github.com/seqeralabs/wave/pull/419
General
- Added all values to entrypoint by @munishchouhan in https://github.com/seqeralabs/wave/pull/416
Full changelog: https://github.com/seqeralabs/wave/compare/v1.4.0...v1.5.0