Skip to content

Commit 450cc01

Browse files
authored
Add v3.8.4 to CHANGELOG.md (#5864)
1 parent a8737d1 commit 450cc01

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Change Log
22
==========
33

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+
414
# Version 4.0.0-beta.6
515

616
_2024-04-23_
717

8-
918
## SQL cache performance improvements
1019

1120
If you're using a chained memory + SQL cache, #5840 makes sure cache writes are wrapped in a transaction, making them much faster.

0 commit comments

Comments
 (0)