Skip to content

Commit 4fa531d

Browse files
authored
Merge pull request #112 from JuliaDatabases/tan/misc
chore: increment major version for release
2 parents 249a92e + ae74354 commit 4fa531d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 3.0.0
9+
10+
- **BREAKING**: `evalscript` method signature is now changed to take `keys` and `args` as separate arguments. (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/109)
11+
- **BREAKING**: `evalscript` method now does not convert return values to `String` or `Vector{String}`. Instead the exact returned type from script is returned. (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/110)
12+
- `evalscript` is now allowed with `PipelineConnection` and `TransactionConnection`.
13+
14+
## 2.1.0
15+
16+
- TLS support added. `RedisConnection` now accepts an optional `sslconfig` parameter that can contain an instance of `MbedTLS.SSLConfig` to use for TLS. (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/103)
17+
- New `psubscribe_data` method added, similar to the existing `subscribe_data` method, but for pattern subscriptions. (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/102)
18+
19+
Fixes:
20+
- Fixes to avoid worldage issue in subscription callback (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/100)
21+
- Improvements to command execution speed (Ref: https://github.com/JuliaDatabases/Redis.jl/pull/97)
22+
- Other miscellaneous fixes and improvements to CI

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Redis"
22
uuid = "0cf705f9-a9e2-50d1-a699-2b372a39b750"
3-
version = "2.1.0"
3+
version = "3.0.0"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)