File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ # Version 3.8.4
5
+
6
+ _ 2024-04-29_
7
+
8
+ Version 3.8.4 is a maintenance release with one bug fix and 2 performance improvements. New developments happen in the 4.x versions.
9
+
10
+ * [ java-runtime] Fix ` ApolloClient.Builder.okHttpClient() ` returns null instead of this (#5860 )
11
+ * [ normalized-cache] Use a single transaction when using MemoryCache chaining (#5861 )
12
+ * [ normalized-cache] Call through to loadRecords from the MemoryCache to the SQL one (#5863 )
13
+
4
14
# Version 4.0.0-beta.6
5
15
6
16
_ 2024-04-23_
7
17
8
-
9
18
## SQL cache performance improvements
10
19
11
20
If you're using a chained memory + SQL cache, #5840 makes sure cache writes are wrapped in a transaction, making them much faster.
You can’t perform that action at this time.
0 commit comments