Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored and WellingR committed Oct 27, 2017
1 parent 423c237 commit 8c9afb3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,9 @@ sys.addShutdownHook(system.terminate())
## Changelog

### 3.0.1 (2017-10-27)
For use with Akka 2.5.x only, please use the 2.8.0 release for Akka 2.4

Changes since v3.0.0
- Akka 2.5 release only, please use the 2.7.x release for Akka 2.4
- Align JournalTables with the sql schemas (issue #130)
- Current events by tag fix (issue #124)
- fixes for max ordering jump (issue #126)
Expand All @@ -293,16 +294,17 @@ Changes since v3.0.0
[Ruud Welling][WellingR], [Adam Chaulk](acchaulk).


### 2.7.1 (2017-10-27)
### 2.8.0 (2017-10-27)
For use with Akka 2.4.x only, please use release 3.0.1 with Akka 2.5

Changes since v2.7.0
- For use with Akka 2.4.x only, please use release 3.0.0 with Akka 2.5
- **This is a breaking change!** EventsByTag query treats the offset as exclusive instead of inclusive. All users of
the eventsByTag query can now reuse the `Offset` from the last received `EventEnvelope` to resume the query.
- Align JournalTables with the sql schemas (issue #130)
- Current events by tag fix (issue #124)
- fixes for max ordering jump (issue #126)
- Allow configuration of ask timeout when querying maxOrdering (issue #123)
- sbt-release 1.0.6
- EventsByTag query treats the offset as exclusive instead of inclusive. **This is a breaking change!** All users of
the eventsByTag query can now reuse the `Offset` from the last received `EventEnvelope` to resume the query.
- Merged PRs #122, #127, #128, #129, #132, #133. Thanks to [Jimin Hsieh][jiminhsieh],
[Renato Cavalcanti][renatocaval], [Sean Sullivan][sullis],
[Ruud Welling][WellingR], [Adam Chaulk](acchaulk).
Expand Down

0 comments on commit 8c9afb3

Please sign in to comment.