setup-nextflow/CHANGELOG.md

90 lines
2.4 KiB
Markdown
Raw Normal View History

2022-06-13 22:30:11 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2024-02-03 02:05:20 +00:00
### Added
- CI workflow steps for better compatibility with <https://github.com/nektos/act>
2024-01-30 16:46:04 +00:00
## [1.5.1] - 2024-01-30
2024-01-27 17:36:58 +00:00
### Changed
2024-01-30 16:46:04 +00:00
- API calls are now lazy loaded to avoid making unnecessary calls (#33)
2024-01-27 17:36:58 +00:00
2024-01-22 04:04:06 +00:00
## [1.5.0] - 2024-01-22
2024-01-15 03:42:11 +00:00
### Added
2024-01-22 04:04:06 +00:00
- Throttling support to retry failed API calls (#31)
### Changed
- Octokit API calls refactored and separated from install script (#29)
2024-01-15 03:42:11 +00:00
2023-08-11 17:23:40 +00:00
## [1.4.0] - 2023-08-12
2024-01-22 04:04:06 +00:00
### Changed
- If `fs.renameSync` fails (e.g. because source and destination files are on different partitions), try `fs.copySync` and `fs.unlinkSync` instead (#14).
2023-08-11 17:23:40 +00:00
- Fail instead of warn, when `nextflow help`` doesn't work (#23).
2024-01-22 04:04:06 +00:00
### Fixed
2023-06-22 07:23:18 +00:00
- Re-enable npm run test in CI (#15).
- Fix release version check in unit test (#15).
- Add helper function for checking the latest releases in the unit tests (#15).
2023-05-19 18:03:32 +00:00
## [1.3.0] - 2023-05-19
2024-01-22 04:04:06 +00:00
### Changed
2023-05-19 18:03:32 +00:00
- Action now checks tool cache for installed version before querying Octokit (#5/#10)
2022-09-29 20:37:32 +00:00
## [1.2.0] - 2022-10-29
2024-01-22 04:04:06 +00:00
### Added
2022-09-29 20:37:32 +00:00
- `CAPSULE_LOG` is now set to 'none' for less verbose setup logs (#1/#2)
2024-01-22 04:04:06 +00:00
### Fixed
2022-09-29 20:37:32 +00:00
- Release list now paginates the API to find old versions of Nextflow (#3)
2022-06-15 16:35:09 +00:00
## [1.1.0] - 2022-06-15
### Changed
- JavaScript converted to TypeScript
2022-06-13 22:51:59 +00:00
## [1.0.1] - 2022-06-13
### Fixed
- JavaScript now compiled for appropriate use as GitHub action
2022-06-13 22:30:11 +00:00
## [1.0.0] - 2022-06-13
### Added
- NodeJS GitHub Action to download and install Nextflow
- GitHub Actions workflow to test Nextflow installation and downstream usage
- Documentation and license files
2024-01-30 16:46:04 +00:00
[unreleased]: https://github.com/nf-core/setup-nextflow/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/nf-core/setup-nextflow/compare/v1.5.0...v1.5.1
2024-01-22 04:04:06 +00:00
[1.5.0]: https://github.com/nf-core/setup-nextflow/compare/v1.4.0...v1.5.0
2023-08-11 17:23:40 +00:00
[1.4.0]: https://github.com/nf-core/setup-nextflow/compare/v1.3.0...v1.4.0
2023-05-19 18:03:32 +00:00
[1.3.0]: https://github.com/nf-core/setup-nextflow/compare/v1.2.0...v1.3.0
2022-11-11 16:32:38 +00:00
[1.2.0]: https://github.com/nf-core/setup-nextflow/compare/v1.1.1...v1.2.0
[1.1.0]: https://github.com/nf-core/setup-nextflow/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/nf-core/setup-nextflow/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/nf-core/setup-nextflow/releases/tag/v1.0.0