|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v2.0.0-rc.1](https://github.com/cabol/nebulex_redis_adapter/tree/v2.0.0-rc.1) (2020-11-29) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.1.1...v2.0.0-rc.1) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Compatiblity with nebulex v2.0.0 [#21](https://github.com/cabol/nebulex_redis_adapter/issues/21) |
| 10 | +- Update redix dependency version to `~> 0.11` [#19](https://github.com/cabol/nebulex_redis_adapter/issues/19) |
| 11 | +- Change redis address is invalid [#14](https://github.com/cabol/nebulex_redis_adapter/issues/14) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Overall fixes and enhancements [#24](https://github.com/cabol/nebulex_redis_adapter/pull/24) |
| 16 | + ([cabol](https://github.com/cabol)) |
| 17 | +- Migrate to Nebulex v2 [#23](https://github.com/cabol/nebulex_redis_adapter/pull/23) |
| 18 | + ([cabol](https://github.com/cabol)) |
| 19 | +- Fix a small typo in readme [#22](https://github.com/cabol/nebulex_redis_adapter/pull/22) |
| 20 | + ([manusajith](https://github.com/manusajith)) |
| 21 | +- [#19] redix `~> 0.11` [#20](https://github.com/cabol/nebulex_redis_adapter/pull/20) |
| 22 | + ([diogommartins](https://github.com/diogommartins)) |
| 23 | + |
3 | 24 | ## [v1.1.1](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.1) (2020-01-25) |
4 | 25 |
|
5 | 26 | [Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.1.0...v1.1.1) |
6 | 27 |
|
7 | 28 | **Closed issues:** |
8 | 29 |
|
9 | | -- jchash.start undefined function [\#13](https://github.com/cabol/nebulex_redis_adapter/issues/13) |
10 | | -- Can you release? [\#12](https://github.com/cabol/nebulex_redis_adapter/issues/12) |
| 30 | +- `jchash.start` undefined function [#13](https://github.com/cabol/nebulex_redis_adapter/issues/13) |
| 31 | +- Can you release? [#12](https://github.com/cabol/nebulex_redis_adapter/issues/12) |
11 | 32 |
|
12 | 33 | **Merged pull requests:** |
13 | 34 |
|
14 | | -- Compression of data in Redis [\#18](https://github.com/cabol/nebulex_redis_adapter/pull/18) ([vovayartsev](https://github.com/vovayartsev)) |
15 | | -- Replaced the redis FLUSHALL command by FLUSHDB [\#17](https://github.com/cabol/nebulex_redis_adapter/pull/17) ([Atlas42](https://github.com/Atlas42)) |
16 | | -- \[\#15\] Allow storing raw strings, not the whole `Nebulex.Object.t\(\)` [\#16](https://github.com/cabol/nebulex_redis_adapter/pull/16) ([cabol](https://github.com/cabol)) |
| 35 | +- Compression of data in Redis [#18](https://github.com/cabol/nebulex_redis_adapter/pull/18) |
| 36 | + ([vovayartsev](https://github.com/vovayartsev)) |
| 37 | +- Replaced the redis FLUSHALL command by FLUSHDB [#17](https://github.com/cabol/nebulex_redis_adapter/pull/17) |
| 38 | + ([Atlas42](https://github.com/Atlas42)) |
| 39 | +- [#15] Allow storing raw strings, not the whole `Nebulex.Object.t()` |
| 40 | + [#16](https://github.com/cabol/nebulex_redis_adapter/pull/16) ([cabol](https://github.com/cabol)) |
17 | 41 |
|
18 | 42 | ## [v1.1.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.0) (2019-05-11) |
19 | 43 |
|
20 | 44 | [Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.0.0...v1.1.0) |
21 | 45 |
|
22 | 46 | **Implemented enhancements:** |
23 | 47 |
|
24 | | -- Default cluster support [\#10](https://github.com/cabol/nebulex_redis_adapter/issues/10) |
| 48 | +- Default cluster support [#10](https://github.com/cabol/nebulex_redis_adapter/issues/10) |
25 | 49 |
|
26 | 50 | **Closed issues:** |
27 | 51 |
|
28 | | -- Redis Clustering on Redis 4+ without Sentinel [\#8](https://github.com/cabol/nebulex_redis_adapter/issues/8) |
| 52 | +- Redis Clustering on Redis 4+ without Sentinel [#8](https://github.com/cabol/nebulex_redis_adapter/issues/8) |
29 | 53 |
|
30 | 54 | **Merged pull requests:** |
31 | 55 |
|
32 | | -- Cluster Support [\#11](https://github.com/cabol/nebulex_redis_adapter/pull/11) ([cabol](https://github.com/cabol)) |
| 56 | +- Cluster Support [#11](https://github.com/cabol/nebulex_redis_adapter/pull/11) ([cabol](https://github.com/cabol)) |
33 | 57 |
|
34 | 58 | ## [v1.0.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.0.0) (2018-12-12) |
35 | 59 |
|
36 | 60 | [Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/21160dbff1d8a6df333dc5c35fef46964649470b...v1.0.0) |
37 | 61 |
|
38 | 62 | **Implemented enhancements:** |
39 | 63 |
|
40 | | -- Add TravisCI support [\#7](https://github.com/cabol/nebulex_redis_adapter/issues/7) |
41 | | -- Implement `Nebulex.Adapter.Transaction` interface [\#2](https://github.com/cabol/nebulex_redis_adapter/issues/2) |
42 | | -- Implement `Nebulex.Adapter.Queryable` behaviour [\#1](https://github.com/cabol/nebulex_redis_adapter/issues/1) |
| 64 | +- Add TravisCI support [#7](https://github.com/cabol/nebulex_redis_adapter/issues/7) |
| 65 | +- Implement `Nebulex.Adapter.Transaction` interface [#2](https://github.com/cabol/nebulex_redis_adapter/issues/2) |
| 66 | +- Implement `Nebulex.Adapter.Queryable` behaviour [#1](https://github.com/cabol/nebulex_redis_adapter/issues/1) |
43 | 67 |
|
44 | 68 |
|
45 | 69 |
|
|
0 commit comments