Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed May 15, 2021
1 parent 941da5d commit a9b66ca
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 13 deletions.
118 changes: 106 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,119 @@
# Changelog

## [v2.0.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.0.0) (2021-02-21)
All notable changes to this project will be documented in this file.

[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/099bbcc7446c83f55df04cc77f75f6809c3d579a...v2.0.0)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.1.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.1.0) (2021-05-15)

[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/v2.0.0...v2.1.0)

**Added features:**

- Added support for Nebulex v2.0.0.
- Instrument the adapter with Telemetry events
[#6](https://github.com/cabol/nebulex_adapters_cachex/issues/6)

## [v2.0.0](https://github.com/cabol/nebulex_redis_adapter/tree/v2.0.0) (2021-02-20)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.0.0-rc.1...v2.0.0)

**Added features:**

- Added support for Nebulex v2.0.0

**Closed issues:**

- Nebulex v2.0.0 support
[#25](https://github.com/cabol/nebulex_redis_adapter/issues/25)

## [v2.0.0-rc.1](https://github.com/cabol/nebulex_redis_adapter/tree/v2.0.0-rc.1) (2020-11-29)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.1.1...v2.0.0-rc.1)

**Implemented enhancements:**

- Allow storing raw strings, not the whole `Nebulex.Object.t()`
[#15](https://github.com/cabol/nebulex_redis_adapter/issues/15)

**Closed issues:**

- Compatiblity with nebulex v2.0.0-rc.0?
[#21](https://github.com/cabol/nebulex_redis_adapter/issues/21)
- Update redix dependency version to ~> 0.11
[#19](https://github.com/cabol/nebulex_redis_adapter/issues/19)
- change redis address is invalid
[#14](https://github.com/cabol/nebulex_redis_adapter/issues/14)

**Merged pull requests:**

- Overall fixes and enhancements
[#24](https://github.com/cabol/nebulex_redis_adapter/pull/24)
([cabol](https://github.com/cabol))
- Migrate to Nebulex v2
[#23](https://github.com/cabol/nebulex_redis_adapter/pull/23)
([cabol](https://github.com/cabol))
- Fix a small typo in readme
[#22](https://github.com/cabol/nebulex_redis_adapter/pull/22)
([manusajith](https://github.com/manusajith))
- #19 redix ~> 0.11
[#20](https://github.com/cabol/nebulex_redis_adapter/pull/20)
([diogommartins](https://github.com/diogommartins))

## [v1.1.1](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.1) (2020-01-25)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.1.0...v1.1.1)

**Closed issues:**

- jchash.start undefined function
[#13](https://github.com/cabol/nebulex_redis_adapter/issues/13)
- Can you release?
[#12](https://github.com/cabol/nebulex_redis_adapter/issues/12)

**Merged pull requests:**

- Compression of data in Redis
[#18](https://github.com/cabol/nebulex_redis_adapter/pull/18)
([vovayartsev](https://github.com/vovayartsev))
- Replaced the redis FLUSHALL command by FLUSHDB
[#17](https://github.com/cabol/nebulex_redis_adapter/pull/17)
([Atlas42](https://github.com/Atlas42))
- [#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))

## [v1.1.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.1.0) (2019-05-11)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Default cluster support
[#10](https://github.com/cabol/nebulex_redis_adapter/issues/10)

**Closed issues:**

- Implement `Nebulex.Adapter.Persistence` behaviour
[#5](https://github.com/cabol/nebulex_adapters_cachex/issues/5)
- Support distributed adapters with Cachex
[#4](https://github.com/cabol/nebulex_adapters_cachex/issues/4)
- Implement `Nebulex.Adapter.Transaction` behaviour
[#3](https://github.com/cabol/nebulex_adapters_cachex/issues/3)
- Redis Clustering on Redis 4+ without Sentinel
[#8](https://github.com/cabol/nebulex_redis_adapter/issues/8)

**Merged pull requests:**

- Cluster Support
[#11](https://github.com/cabol/nebulex_redis_adapter/pull/11)
([cabol](https://github.com/cabol))

## [v1.0.0](https://github.com/cabol/nebulex_redis_adapter/tree/v1.0.0) (2018-12-12)

[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/21160dbff1d8a6df333dc5c35fef46964649470b...v1.0.0)

**Implemented enhancements:**

- Add TravisCI support
[#7](https://github.com/cabol/nebulex_redis_adapter/issues/7)
- Implement `Nebulex.Adapter.Transaction` interface
[#2](https://github.com/cabol/nebulex_redis_adapter/issues/2)
- Implement `Nebulex.Adapter.Queryable` behaviour
[#2](https://github.com/cabol/nebulex_adapters_cachex/issues/2)
- Implement `Nebulex.Adapter` behaviour
[#1](https://github.com/cabol/nebulex_adapters_cachex/issues/1)
[#1](https://github.com/cabol/nebulex_redis_adapter/issues/1)



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add `:nebulex_adapters_cachex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:nebulex_adapters_cachex, "~> 2.0"}
{:nebulex_adapters_cachex, "~> 2.1"}
]
end
```
Expand Down

0 comments on commit a9b66ca

Please sign in to comment.