setup-redis/CHANGELOG.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

2019-12-17 12:44:54 +00:00
# Changelog
2023-02-12 22:26:11 +00:00
## [1.5.0](https://github.com/superchargejs/redis-github-action/compare/v1i.4.0...v1.5.0) - 2023-02-xx
### Added
- use a custom Redis image: useful if you need to run an alternative Redis image like Redis Stack
2019-12-17 12:44:54 +00:00
2022-01-29 12:51:39 +00:00
## [1.4.0](https://github.com/superchargejs/redis-github-action/compare/v1.3.0...v1.4.0) - 2021-12-28
2021-12-28 05:56:31 +00:00
### Added
- use a custom name for the Redis container: this is helpful when starting multiple Redis instances
2022-01-29 12:51:39 +00:00
## [1.3.0](https://github.com/superchargejs/redis-github-action/compare/v1.2.0...v1.3.0) - 2021-12-27
2021-12-27 05:42:25 +00:00
### Added
- start Redis instance on a custom port
2021-01-08 10:06:09 +00:00
## [1.2.0](https://github.com/superchargejs/redis-github-action/compare/v1.1.0...v1.2.0) - 2021-01-08
### Added
- version check before starting the Redis container: fall back to `latest` when no Redis version is defined for the workflow
- run tests on pull requests
### Updated
- refined wording in Readme
2019-12-18 12:09:51 +00:00
## [1.1.0](https://github.com/superchargejs/redis-github-action/compare/v1.0.0...v1.1.0) - 2019-12-18
### Updated
- switched from a Node.js workflow to a Docker-based workflow
- reduces noise in the repo by removing the Node.js dependencies and only relying on a shell script
## 1.0.0 - 2019-12-17
2019-12-17 12:44:54 +00:00
### Added
- `1.0.0` release 🚀 🎉