Skip to content

Commit f71a0af

Browse files
committed
java: Document breaking changes
1 parent a3f6203 commit f71a0af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
* Libs/Java **(Breaking)**: All uses of `ListOptions`/`PostOptions` are removed, and renamed to `{Resource}{Operation}Options`. For example in `Endpoint.List` you would now use `EndpointListOptions`
5+
* Libs/Java **(Breaking)**: Deprecated methods `MessageAttempt.list` and `MessageAttempt.listAttemptsForEndpoint` are removed
6+
37
## Version 1.59.2
48
* Libs/Go: Fixed regression where go >= 1.23 was needed, now Go >= 1.21 is supported
59

0 commit comments

Comments
 (0)