From e4f85961973843a17ecba0038da2dbed2127eeea Mon Sep 17 00:00:00 2001 From: "w.dawiskiba" Date: Wed, 8 Mar 2023 15:13:36 +0100 Subject: [PATCH] Subscriber resolution preference change added to UPDATING.md --- UPDATING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING.md b/UPDATING.md index 4141b4bf9..28546ecdc 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -1,5 +1,11 @@ # Upgrade / Migration Guide +## Version 1.6.3 to 1.6.4 + +### `Subscriber`’s `resolutionPreference()` method is deprecated + +`sendResolutionPreference()` which returns immediately and uses an internal retry mechanism should be used instead. + ## Version 1.6.0 to 1.6.1 ### `Publisher`’s `add()` and `track()` methods no longer throw `ConnectionException`