You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix#3615: always requesting bookmarks
* updating the tests and adding a changelog
* updating the changelog for possible mock uri changes
* removing errerant changes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
* Fix #3636: ensure proper handling of LogWatch closure wrt its streams
14
14
15
15
#### Improvements
16
+
* Fix #3615: opt into bookmarks by default
16
17
* Fix #3600: add owner references support to HasMetadata
17
18
18
19
#### Dependency Upgrade
@@ -23,6 +24,7 @@
23
24
* Fix #3593: Add support for Istio extension
24
25
25
26
#### _**Note**_: Breaking changes in the API
27
+
* If you do not wish to receive bookmarks, then set ListOptions.allowWatchBookmarks=false - otherwise all Watches will default to requesting bookmarks. If supported by the api-server, bookmarks will avoid 410 exceptions and keep the watch alive longer. If you are using the mock framework with explicit uris, you may need to update your expected watch endpoints to include the parameter allowWatchBookmarks=true
26
28
* Refactoring #3547: due to an abstraction layer added over okHttp, the following api changes were made:
27
29
* OperationContext withOkHttpClient was removed, it should be needed to be directly called
28
30
* PatchType.getMediaType was replaced with PatchType.getContentType
Copy file name to clipboardExpand all lines: kubernetes-client/src/test/java/io/fabric8/kubernetes/client/dsl/internal/RawCustomResourceOperationsImplTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -827,7 +827,7 @@ public void onClose(WatcherException cause) {
0 commit comments