Skip to content

Commit

Permalink
Prepare for release 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 3, 2023
1 parent 096eb2f commit 9bd6d62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

1.8.0
-----

_2023-11-03_

- **Fix**: Deprecate old `fold()` functions and introduce new ones that use the underlying value rather than `Success`. This was an oversight in the previous implementation. Binary compatibility is preserved.
- **Enhancement:** Mark functions `inline` where possible to allow carried over context (i.e. in suspend functions, etc)
- **Enhancement:** Use contracts to inform the compiler about possible calls to lambdas.
- **New:** Add fluent `onSuccess` and `onFailure*` functional extension APIs to `ApiResult`.

1.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ POM_NAME=EitherNet
POM_ARTIFACT_ID=eithernet
POM_PACKAGING=jar
GROUP=com.slack.eithernet
VERSION_NAME=1.8.0-SNAPSHOT
VERSION_NAME=1.8.0
POM_DESCRIPTION=A pluggable sealed API result type for modeling Retrofit responses.
POM_URL=https://github.com/slackhq/eithernet/
POM_SCM_URL=https://github.com/slackhq/eithernet/
Expand Down

0 comments on commit 9bd6d62

Please sign in to comment.