Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Mar 2, 2023
1 parent db745cc commit d4a9f4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [v0.2.0](https://github.com/fabriziosestito/commanded-spear-adapter/tree/v0.2.0) (2023-03-02)

[Full Changelog](https://github.com/fabriziosestito/commanded-spear-adapter/compare/v0.1.2...v0.2.0)

- Automatic reconnecting when EventStore restarts [\#17](https://github.com/fabriziosestito/commanded-spear-adapter/issues/17)
- Ignore system events [\#10](https://github.com/fabriziosestito/commanded-spear-adapter/issues/10)
- Resize partitions [\#8](https://github.com/fabriziosestito/commanded-spear-adapter/issues/8)
- Add partition\_by documentation [\#7](https://github.com/fabriziosestito/commanded-spear-adapter/issues/7)
- Clarify concurrency and multi-node setup in README [\#4](https://github.com/fabriziosestito/commanded-spear-adapter/issues/4)

- Bump httpoison from 1.8.1 to 2.0.0 [\#31](https://github.com/fabriziosestito/commanded-spear-adapter/pull/31) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump ex\_doc from 0.28.4 to 0.29.2 [\#30](https://github.com/fabriziosestito/commanded-spear-adapter/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump credo from 1.6.4 to 1.6.7 [\#29](https://github.com/fabriziosestito/commanded-spear-adapter/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump dialyxir from 1.1.0 to 1.2.0 [\#28](https://github.com/fabriziosestito/commanded-spear-adapter/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump spear from 1.1.0 to 1.3.0 [\#27](https://github.com/fabriziosestito/commanded-spear-adapter/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actions/checkout from 2 to 3 [\#26](https://github.com/fabriziosestito/commanded-spear-adapter/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actions/cache from 2 to 3 [\#25](https://github.com/fabriziosestito/commanded-spear-adapter/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
- Raise instead of warning if partition\_by is passed to the subscription [\#22](https://github.com/fabriziosestito/commanded-spear-adapter/pull/22) ([fabriziosestito](https://github.com/fabriziosestito))
- Fix tests using UUID.uuid4\(\) [\#21](https://github.com/fabriziosestito/commanded-spear-adapter/pull/21) ([fabriziosestito](https://github.com/fabriziosestito))
- Warn user that :partition\_by is not supported, fix tests [\#20](https://github.com/fabriziosestito/commanded-spear-adapter/pull/20) ([fabriziosestito](https://github.com/fabriziosestito))

## [v0.1.2](https://github.com/fabriziosestito/commanded-spear-adapter/tree/v0.1.2) (2023-01-30)

[Full Changelog](https://github.com/fabriziosestito/commanded-spear-adapter/compare/v0.1.1...v0.1.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The package can be installed from hex as follows.

```elixir
def deps do
[{:commanded_spear_adapter, "~> 0.1"}]
[{:commanded_spear_adapter, "~> 0.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Commanded.EventStore.Adapters.Spear.Mixfile do
use Mix.Project

@version "0.1.2"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit d4a9f4c

Please sign in to comment.