Releases: restfb/restfb
Releases · restfb/restfb
Release list
Release 2026.7.1
2026.7.1 (May 24, 2026)
- Add Instagram Audio API response types
- Add
MessagingParticipantconversion to Send API message recipients
Release 2026.6.0
Release 2026.5.0
2026.5.0 (April 30, 2026)
- Issue #1664: IgMedia missing fields added
Release 2026.4.0
Release 2026.3.0
2026.3.0 (April 23, 2026)
- Issue #1657: generic_template attachment in message
Release 2026.2.0
2026.2.0 (April 19, 2026)
- Issue #1645: Support for new business scoped user ids in whatsapp
Thanks to @bert-walschap-hs for the hint - Issue #1655: support groups api payloads
- some build dependency updates
Release 2026.1.0
2026.1.0 (February 19, 2026)
- Issue #1526: Java baseline switched to Java 11
- Issue #1631: Default web request handling migrated from
HttpURLConnectionto JavaHttpClient(including improved HTTP/2 handling) - Stream-based
BinaryAttachmentfactory methods now useSupplier<InputStream>for safer retries and uploads - Response metadata handling improved with
ApiResult<T>and direct connection metadata access - New
FacebookClient#createConnection(...)hook added to customize connection instantiation - Error handling improved for API error payloads (including HTTP 200 error bodies), URL readability, and duplicate URL parameters in exceptions
- Deprecated Graph API versions removed from the
Versionenum - Issue #1643: Graph API
v25.0added toVersionandLATESTupdated accordingly - Issue #1608:
AGENTS.mdrepository guidance added for AI coding assistants
Release 2025.15.0
2025.15.0 (October 20, 2025)
- Issue #1612: Missing
Connectionsadded toAdobject - Issue #1613: Missing
Connectionsadded toAds Businessobject - Issue #1621: Graph API 24.0 - enum value added
- Issue #1622: Graph API 24.0 -
is_owneradded toConversation - Issue #1620: Make JSON in
Connectionaccessible - Issue #1611: lombok lib updated