Skip to content

Commit

Permalink
Updated changelog in prep for a 1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe committed Nov 10, 2023
1 parent 739b08f commit 6cbaa69
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,40 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## 1.3.3 (10 November 2023)

### Fixed

- Improved waiting/timeout behaviour including making use of the `status` property on ACL Users.
- Measuring throughput by `operations-per-second` is not compatible with the `RediSearch` module.
- Slight documentation changes.
- Alerts can be removed from databases as expected.

### Removed

- The `REDISCLOUD_SUBSCRIPTION_TIMEOUT` environment variable is gone. Subscription creation times out after the user's
setting (or 30 minutes by default). Note there is a 6-hour cap, regardless of the user's setting.

## 1.3.2 (9 October 2023)

## Added
### Added
- Added a new environment variable `REDISCLOUD_SUBSCRIPTION_TIMEOUT` to allow
configuring timeouts for subscriptions at the provider level.
This is a **TEMPORARY** solution and will be deleted in the next releases.

## 1.3.1 (10 August 2023)

## Fixed
### Fixed
- Documentation fixes

## 1.3.0 (7 August 2023)

## Added
### Added
- Added ACL resources and data sources (users, roles, rules)

## 1.2.0 (9 June 2023)

## Added
### Added
- Add support for using a custom port number in normal or active/active databases
- Add support for configuring backups for normal or active/active databases
- Add support for peering normal or active/active subscriptions with AWS VPCs that use multiple CIDR ranges
Expand Down

0 comments on commit 6cbaa69

Please sign in to comment.