Skip to content

Commit

Permalink
3.8.3 changelog (#5706)
Browse files Browse the repository at this point in the history
* add 3.8.3 changelog

* Add #5730

* Update CHANGELOG.md

* Formatting

* Fix borked merge

* Add a note about min Kotlin 1.8+

---------

Co-authored-by: Benoit 'BoD' Lubek <BoD@JRAF.org>
  • Loading branch information
martinbonnin and BoD authored Mar 21, 2024
1 parent 02bdc34 commit 5aaa49a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

# Version 3.8.3

_2024-03-20_

Version 3.8.3 is a maintenance release with two new convenience APIs and a Kotlin update. New developments happen in the 4.x versions.

Note: this release upgrades the library's Kotlin dependency to 1.9 - this means projects using Apollo can depend on Kotlin 1.8+.

* [all] update Kotlin to 1.9 (#5412)
* [runtime] Add `ApolloClient.Builder(ApolloHttpCache)` (#5638) (#5640)
* [runtime] Allow `buildPostBody` to write operation extensions (#5631)
* [runtime] compose support: Catch exceptions and expose them in `.exception` (#5018)
* [http-cache] Ignore `IOException` when calling `ApolloHttpCache.remove` (#5730)
* [all] Add deprecations on symbols that are getting removed in v4 (#5746)

# Version 4.0.0-beta.5

_2024-03-12_
Expand Down

0 comments on commit 5aaa49a

Please sign in to comment.